aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NULL contanttype response now permitteddevelWolfgang Draxinger2013-07-252-9/+13
* fixed compiler warningWolfgang Draxinger2013-07-193-3/+3
* type for picohttpResponseWrite changed to void const *Wolfgang Draxinger2013-07-192-2/+2
* formatting, condinational compilationWolfgang Draxinger2013-07-191-4/+1
* read character history no longer requiredWolfgang Draxinger2013-07-192-32/+0
* multipart read EOD signalling fixedWolfgang Draxinger2013-07-191-1/+5
* mergedWolfgang Draxinger2013-07-195-109/+1129
|\
| * multipart seems to work (finally)Wolfgang Draxinger2013-07-192-60/+28
| * multipart boundary separation totally broken with runs of <CR>s; I must appro...Wolfgang Draxinger2013-07-194-97/+84
| * start of branchWolfgang Draxinger2013-07-182-3/+22
| * multipart boundary handling breaks with CR CR ... CR runsWolfgang Draxinger2013-07-183-51/+54
| * testcase MakefileWolfgang Draxinger2013-07-171-0/+2
| * test case highlights CR and LF.Wolfgang Draxinger2013-07-171-0/+1
| * in-band signalling in header parsing now uses negative values only.Wolfgang Draxinger2013-07-171-1/+8
| * in-band signalling in header parsing now uses negative values only.Wolfgang Draxinger2013-07-171-10/+15
| * ...Wolfgang Draxinger2013-07-172-2/+2
| * chunked transfer read doneWolfgang Draxinger2013-06-281-2/+67
| * chunked transfer getch doneWolfgang Draxinger2013-06-282-9/+96
| * multipart code worksWolfgang Draxinger2013-06-283-163/+237
| * *grrr* last two days completely wasted because text editors fooled me by not ...Wolfgang Draxinger2013-06-262-15/+34
| * multipart separation in getch worksWolfgang Draxinger2013-06-262-68/+80
| * multipart boundary slicing seems to work (finally!)Wolfgang Draxinger2013-06-262-39/+5
| * still superfluous <CR><LF><CR> at end of multipart blockWolfgang Draxinger2013-06-251-29/+108
| * still superfluous <CR><LF><CR> at end of multipart blockWolfgang Draxinger2013-06-252-37/+44
| * still superfluous <CR><LF><CR> at end of multipart blockWolfgang Draxinger2013-06-252-23/+123
| * multipart separation works (almost)Wolfgang Draxinger2013-06-203-41/+123
| * Merge branch 'master' of mhzoctdev.maiman:/srv/git/mhzoct/picowebWolfgang Draxinger2013-06-202-3/+52
| |\
| | * multipart getcharWolfgang Draxinger2013-06-201-0/+44
| | * Merge branch 'master' of github.com:datenwolf/picowebWolfgang Draxinger2013-06-184-24/+72
| | |\
| | * \ Merge branch 'master' of github.com:datenwolf/picowebWolfgang Draxinger2013-06-183-12/+185
| | |\ \
| | * | | ...Wolfgang Draxinger2013-06-182-3/+8
| * | | | ...Wolfgang Draxinger2013-06-203-30/+46
| | |_|/ | |/| |
| * | | added header processing for content type and transfer encoding - chunkedWolfgang Draxinger2013-06-184-24/+72
| | |/ | |/|
| * | Merge branch 'master' of mhzoctdev.maiman:/srv/git/mhzoct/picowebWolfgang Draxinger2013-06-185-38/+482
| |\ \
| | * | Merge branch 'master' of github.com:datenwolf/picowebWolfgang Draxinger2013-06-183-37/+277
| | |\|
| | | * Epoch for datetime struct changed to 1970Wolfgang Draxinger2013-06-181-1/+1
| | | * Merge branch 'master' of github.com:datenwolf/picowebWolfgang Draxinger2013-06-183-2/+206
| | | |\
| | | * | Added API declarations for Chunked Tranfer transport and MultipartWolfgang Draxinger2013-06-181-0/+11
| | | * | Merge branch 'master' of github.com:datenwolf/picowebWolfgang Draxinger2013-03-143-147/+268
| | | |\ \
| | | * | | Thu Mar 14 12:11:06 CET 2013Wolfgang Draxinger2013-03-142-0/+229
| | * | | | Merge branch 'master' of mhzoctdev.maiman:/srv/git/mhzoct/picowebWolfgang Draxinger2013-06-183-8/+203
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Tue Apr 23 17:12:22 CEST 2013Wolfgang Draxinger2013-04-231-2/+13
| * | | | | ...Wolfgang Draxinger2013-06-181-22/+0
| | |/ / / | |/| | |
| * | | | Header Line separation implementedWolfgang Draxinger2013-06-183-8/+203
| | |_|/ | |/| |
* | | | Merge branch 'master' of /home/dw/extradev/picohttpWolfgang Draxinger2013-03-182-0/+182
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'devel'Wolfgang Draxinger2013-03-182-0/+182
| |\ \ \
| | * | | Mon Mar 18 21:01:31 CET 2013Wolfgang Draxinger2013-03-182-0/+182
| | |/ /
* | / / Mon Mar 18 21:01:12 CET 2013Wolfgang Draxinger2013-03-181-2/+13
|/ / /
* / / Thu Mar 14 20:11:44 CET 2013Wolfgang Draxinger2013-03-141-0/+11
|/ /
* | Wed Mar 13 22:24:59 CET 2013Wolfgang Draxinger2013-03-131-1/+0