aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* ngx_vslprintf(), ngx_slprintf()Igor Sysoev2009-04-27
|
* bump versionIgor Sysoev2009-04-27
|
* fix building by MSVC8Igor Sysoev2009-04-27
|
* -p and --prefix=Igor Sysoev2009-04-27
|
* get a full response if the response is cacheable or storable evenIgor Sysoev2009-04-27
| | | | a client has closed connection prematurely
* *) of.test_only to not open file if only stat() is enoughIgor Sysoev2009-04-27
| | | | *) of.failed to return exact name of failed syscall
* add quotes for configure options with spacesIgor Sysoev2009-04-26
|
* style fixIgor Sysoev2009-04-24
|
* merge SSL context inside "if" blockIgor Sysoev2009-04-24
|
* change ngx_log_abort() interfaceIgor Sysoev2009-04-24
|
* style fix: (void)Igor Sysoev2009-04-24
|
* change ngx_log_create_errlog() interfaceIgor Sysoev2009-04-24
|
* fix Auth-Method, the bug has been introduced in r2496Igor Sysoev2009-04-24
|
* pass command lines options to workersIgor Sysoev2009-04-23
|
* ngx_path_separator()Igor Sysoev2009-04-23
|
* issue start up errors and warning on both stderr and error_logIgor Sysoev2009-04-23
|
* style fix: remove trailing spaces introduced in the previous commitIgor Sysoev2009-04-23
|
* use ngx_str_t for error levelsIgor Sysoev2009-04-23
|
* axe incomplete support of Winsock error descriptions on NTIgor Sysoev2009-04-22
|
* use English only error descriptions in Win32 ngx_strerror_r()Igor Sysoev2009-04-22
|
* implement "-s signal" option for UnixIgor Sysoev2009-04-21
|
* style fix: remove trailing spacesIgor Sysoev2009-04-21
|
* style fix: remove tabsIgor Sysoev2009-04-21
|
* add -? and -h optionsIgor Sysoev2009-04-21
|
* add 48x48 iconIgor Sysoev2009-04-21
|
* allow condensed command lines optionsIgor Sysoev2009-04-21
|
* fix r2731 for Win32Igor Sysoev2009-04-21
|
* test command line options before ngx_log_init() and issue errors to stderrIgor Sysoev2009-04-21
|
* fix fastcgi_cache_min_usesIgor Sysoev2009-04-21
|
* bump versionIgor Sysoev2009-04-20
|
* Win32 master/workers modelIgor Sysoev2009-04-20
|
* fix Win32 ngx_gettimezone()Igor Sysoev2009-04-19
|
* add variadic macros support for msvc8Igor Sysoev2009-04-19
|
* show -t results on stderrIgor Sysoev2009-04-19
|
* remove TODO commentsIgor Sysoev2009-04-18
|
* support attaching to an existent Win32 shared memoryIgor Sysoev2009-04-18
|
* update c->sent in ngx_unix_send()Igor Sysoev2009-04-18
|
* fix building on platforms which have no atomic operations support,Igor Sysoev2009-04-17
| | | | the bug was introduced in r2564
* fix the previous commitIgor Sysoev2009-04-17
|
* move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memoryIgor Sysoev2009-04-16
|
* perl termination fixes:Igor Sysoev2009-04-16
| | | | | | | | | | *) master exit hook is run before global pool cleanup, so call PERL_SYS_TERM() after perl_destruct()/perl_free(). This fixes the message panic: MUTEX_LOCK (22) [op.c:352] on some threaded perl builds *) call perl_destruct()/perl_free() before PERL_SYS_TERM() for non-mulitiplicity perl
* fix segfault on exit if no http section is defined in confguraiton,Igor Sysoev2009-04-15
| | | | the bug has been introduced in r1947
* fix segfault if no http section is defined in confguraiton,Igor Sysoev2009-04-15
| | | | the bug has been introduced in r1259
* fix building by BCC without NGX_DEBUG_MALLOCIgor Sysoev2009-04-15
|
* fix building by MSVC8Igor Sysoev2009-04-15
|
* fix debug loggingIgor Sysoev2009-04-15
|
* fix building --without-http-cache, introduced in r2664 and laterIgor Sysoev2009-04-15
|
* hide cacheable Set-Cookie and P3P response headersIgor Sysoev2009-04-15
|
* do not pass if-... headers for cacheable responsesIgor Sysoev2009-04-15
|
* shutdown client connection for cacheable header only responsesIgor Sysoev2009-04-15
|