aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Spell it like YodaHEADmasterWolfgang Draxinger2014-07-261-37/+34
* GPL licence header added everywhereWolfgang Draxinger2014-07-257-0/+147
* fixes in base64 encode and auth structureWolfgang Draxinger2013-12-062-13/+14
* signed-unsigned comparisions fixedWolfgang Draxinger2013-10-021-2/+2
* ...Wolfgang Draxinger2013-09-163-5/+16
* custom base64 decoderWolfgang Draxinger2013-09-136-221/+387
* added support for Content-Disposition response headerWolfgang Draxinger2013-09-101-0/+12
* new HTTP status code string (422)Wolfgang Draxinger2013-09-091-0/+2
* Merge branch 'devel'Wolfgang Draxinger2013-07-252-9/+13
|\
| * NULL contanttype response now permitteddevelWolfgang Draxinger2013-07-252-9/+13
* | ...Wolfgang Draxinger2013-07-191-3/+3
* | Merge branch 'devel'Wolfgang Draxinger2013-07-193-3/+3
|\|
| * fixed compiler warningWolfgang Draxinger2013-07-193-3/+3
* | Merge branch 'master' of mhzoctdev.maiman:/srv/git/mhzoct/picowebWolfgang Draxinger2013-07-192-6/+3
|\|
| * type for picohttpResponseWrite changed to void const *Wolfgang Draxinger2013-07-192-2/+2
| * formatting, condinational compilationWolfgang Draxinger2013-07-191-4/+1
* | Merge branch 'master' of mhzoctdev.maiman:/srv/git/mhzoct/picowebWolfgang Draxinger2013-07-192-21/+0
|\|
| * read character history no longer requiredWolfgang Draxinger2013-07-192-32/+0
* | ...Wolfgang Draxinger2013-07-191-11/+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