summaryrefslogtreecommitdiff
path: root/sapi/cli/php_http_parser.c
Commit message (Expand)AuthorAgeFilesLines
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserverLars Strojny2012-09-181-0/+3
* Respond with 501 to unknown request methodsNiklas Lindgren2012-09-151-3/+4
* - undefine CALLBACK (btw, generic names like that should be avoided, w/o pref...Pierre Joye2011-08-191-1/+3
* - do not use 64bit integer instead of size_t (can't be alloc'ed), or when the...Pierre Joye2011-08-181-5/+5
* - Add built-in web server to CLI SAPI. See the RFC for detail.Moriyoshi Koizumi2011-06-201-0/+1602