aboutsummaryrefslogtreecommitdiff
path: root/picohttp.c
Commit message (Expand)AuthorAgeFilesLines
* Spell it like YodaHEADmasterWolfgang Draxinger2014-07-261-37/+34
* GPL licence header added everywhereWolfgang Draxinger2014-07-251-0/+21
* fixes in base64 encode and auth structureWolfgang Draxinger2013-12-061-1/+4
* signed-unsigned comparisions fixedWolfgang Draxinger2013-10-021-2/+2
* ...Wolfgang Draxinger2013-09-161-2/+11
* custom base64 decoderWolfgang Draxinger2013-09-131-39/+221
* 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-251-9/+11
|\
| * NULL contanttype response now permitteddevelWolfgang Draxinger2013-07-251-9/+11
* | ...Wolfgang Draxinger2013-07-191-3/+3
|/
* fixed compiler warningWolfgang Draxinger2013-07-191-1/+1
* type for picohttpResponseWrite changed to void const *Wolfgang Draxinger2013-07-191-1/+1
* formatting, condinational compilationWolfgang Draxinger2013-07-191-4/+1
* read character history no longer requiredWolfgang Draxinger2013-07-191-20/+0
* multipart read EOD signalling fixedWolfgang Draxinger2013-07-191-1/+5
* multipart seems to work (finally)Wolfgang Draxinger2013-07-191-60/+27
* multipart boundary separation totally broken with runs of <CR>s; I must appro...Wolfgang Draxinger2013-07-191-83/+48
* start of branchWolfgang Draxinger2013-07-181-1/+20
* multipart boundary handling breaks with CR CR ... CR runsWolfgang Draxinger2013-07-181-39/+42
* in-band signalling in header parsing now uses negative values only.Wolfgang Draxinger2013-07-171-10/+15
* ...Wolfgang Draxinger2013-07-171-1/+1
* chunked transfer read doneWolfgang Draxinger2013-06-281-2/+67
* chunked transfer getch doneWolfgang Draxinger2013-06-281-6/+95
* multipart code worksWolfgang Draxinger2013-06-281-133/+189
* *grrr* last two days completely wasted because text editors fooled me by not ...Wolfgang Draxinger2013-06-261-13/+32
* multipart separation in getch worksWolfgang Draxinger2013-06-261-67/+78
* multipart boundary slicing seems to work (finally!)Wolfgang Draxinger2013-06-261-37/+2
* 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-251-34/+41
* still superfluous <CR><LF><CR> at end of multipart blockWolfgang Draxinger2013-06-251-23/+117
* multipart separation works (almost)Wolfgang Draxinger2013-06-201-37/+109
* Merge branch 'master' of mhzoctdev.maiman:/srv/git/mhzoct/picowebWolfgang Draxinger2013-06-201-0/+51
|\
| * multipart getcharWolfgang Draxinger2013-06-201-0/+44
| * Merge branch 'master' of github.com:datenwolf/picowebWolfgang Draxinger2013-06-181-5/+29
| |\
| * \ Merge branch 'master' of github.com:datenwolf/picowebWolfgang Draxinger2013-06-181-9/+142
| |\ \
| * | | ...Wolfgang Draxinger2013-06-181-0/+7
* | | | ...Wolfgang Draxinger2013-06-201-3/+13
| |_|/ |/| |
* | | added header processing for content type and transfer encoding - chunkedWolfgang Draxinger2013-06-181-5/+29
| |/ |/|
* | Merge branch 'master' of mhzoctdev.maiman:/srv/git/mhzoct/picowebWolfgang Draxinger2013-06-181-0/+12
|\ \
| * \ Merge branch 'master' of mhzoctdev.maiman:/srv/git/mhzoct/picowebWolfgang Draxinger2013-06-181-5/+160
| |\ \ | | |/ | |/|
| * | Merge branch 'devel'Wolfgang Draxinger2013-03-181-0/+1
| |\ \
| | * | Mon Mar 18 21:01:31 CET 2013Wolfgang Draxinger2013-03-181-0/+1
| * | | Thu Mar 14 20:11:44 CET 2013Wolfgang Draxinger2013-03-141-0/+11
| |/ /
* | / ...Wolfgang Draxinger2013-06-181-22/+0
| |/ |/|
* | Header Line separation implementedWolfgang Draxinger2013-06-181-5/+160
|/
* Wed Mar 13 22:24:59 CET 2013Wolfgang Draxinger2013-03-131-1/+0
* Wed Mar 13 22:24:28 CET 2013Wolfgang Draxinger2013-03-131-11/+26
* Tue Mar 12 22:07:37 CET 2013Wolfgang Draxinger2013-03-121-5/+0
* Tue Mar 12 20:13:53 CET 2013Wolfgang Draxinger2013-03-121-116/+180