Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c | ||||
* | Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserver | Lars Strojny | 2012-09-18 | 1 | -0/+3 |
| | |||||
* | Respond with 501 to unknown request methods | Niklas Lindgren | 2012-09-15 | 1 | -3/+4 |
| | | | | | | | | Fixed typo Moved 501 response from dispatch to event_read_request Return return value of send_error_page | ||||
* | - undefine CALLBACK (btw, generic names like that should be avoided, w/o ↵ | Pierre Joye | 2011-08-19 | 1 | -1/+3 |
| | | | | prefix :) | ||||
* | - do not use 64bit integer instead of size_t (can't be alloc'ed), or when ↵ | Pierre Joye | 2011-08-18 | 1 | -5/+5 |
| | | | | the actual possible values are 32bit or lower only | ||||
* | - Add built-in web server to CLI SAPI. See the RFC for detail. | Moriyoshi Koizumi | 2011-06-20 | 1 | -0/+1602 |