| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-04-27 | nginx-0.7.53-RELEASErelease-0.7.53 | Igor Sysoev | 1 | -0/+133 | |
| 2009-04-27 | fix building by MSVC8 | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-27 | -p and --prefix= | Igor Sysoev | 13 | -191/+297 | |
| 2009-04-27 | get a full response if the response is cacheable or storable even | Igor Sysoev | 1 | -8/+10 | |
| a client has closed connection prematurely | |||||
| 2009-04-27 | *) of.test_only to not open file if only stat() is enough | Igor Sysoev | 10 | -19/+51 | |
| *) of.failed to return exact name of failed syscall | |||||
| 2009-04-26 | add quotes for configure options with spaces | Igor Sysoev | 3 | -3/+7 | |
| 2009-04-24 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-24 | merge SSL context inside "if" block | Igor Sysoev | 1 | -0/+6 | |
| 2009-04-24 | change ngx_log_abort() interface | Igor Sysoev | 2 | -4/+13 | |
| 2009-04-24 | update gcc warnings | Igor Sysoev | 1 | -1/+2 | |
| 2009-04-24 | style fix: (void) | Igor Sysoev | 1 | -2/+2 | |
| 2009-04-24 | change ngx_log_create_errlog() interface | Igor Sysoev | 3 | -12/+7 | |
| 2009-04-24 | fix Auth-Method, the bug has been introduced in r2496 | Igor Sysoev | 1 | -0/+1 | |
| 2009-04-24 | fix GNU strerror_r() detection, the bug has been inroduced in r2600 | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-23 | delete unused definition | Igor Sysoev | 1 | -1/+0 | |
| 2009-04-23 | pass command lines options to workers | Igor Sysoev | 3 | -1/+5 | |
| 2009-04-23 | ngx_path_separator() | Igor Sysoev | 4 | -25/+10 | |
| 2009-04-23 | issue start up errors and warning on both stderr and error_log | Igor Sysoev | 11 | -63/+114 | |
| 2009-04-23 | style fix: remove trailing spaces introduced in the previous commit | Igor Sysoev | 1 | -2/+2 | |
| 2009-04-23 | use ngx_str_t for error levels | Igor Sysoev | 1 | -10/+17 | |
| 2009-04-22 | axe incomplete support of Winsock error descriptions on NT | Igor Sysoev | 1 | -106/+2 | |
| 2009-04-22 | use English only error descriptions in Win32 ngx_strerror_r() | Igor Sysoev | 1 | -2/+1 | |
| 2009-04-21 | implement "-s signal" option for Unix | Igor Sysoev | 9 | -81/+112 | |
| 2009-04-21 | style fix: remove trailing spaces | Igor Sysoev | 3 | -3/+3 | |
| 2009-04-21 | style fix: remove tabs | Igor Sysoev | 1 | -5/+5 | |
| 2009-04-21 | add -? and -h options | Igor Sysoev | 1 | -0/+30 | |
| 2009-04-21 | add 48x48 icon | Igor Sysoev | 3 | -2/+62 | |
| 2009-04-21 | allow condensed command lines options | Igor Sysoev | 1 | -49/+75 | |
| 2009-04-21 | fix r2731 for Win32 | Igor Sysoev | 1 | -2/+8 | |
| 2009-04-21 | *) move advapi32.lib to core libs since it's required for Registry and Event Log | Igor Sysoev | 2 | -5/+5 | |
| *) delete shell32.lib since we do not use tray icon anymore | |||||
| 2009-04-21 | test command line options before ngx_log_init() and issue errors to stderr | Igor Sysoev | 1 | -54/+66 | |
| 2009-04-21 | fix fastcgi_cache_min_uses | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-20 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-04-20 | release-0.7.52 tag | Igor Sysoev | 1 | -0/+1 | |
| 2009-04-20 | nginx-0.7.52-RELEASErelease-0.7.52 | Igor Sysoev | 1 | -0/+80 | |
| 2009-04-20 | Win32 master/workers model | Igor Sysoev | 25 | -452/+1695 | |
| 2009-04-19 | fix Win32 ngx_gettimezone() | Igor Sysoev | 1 | -3/+15 | |
| 2009-04-19 | add variadic macros support for msvc8 | Igor Sysoev | 2 | -2/+8 | |
| 2009-04-19 | show -t results on stderr | Igor Sysoev | 4 | -29/+31 | |
| 2009-04-18 | remove TODO comments | Igor Sysoev | 8 | -8/+0 | |
| 2009-04-18 | support attaching to an existent Win32 shared memory | Igor Sysoev | 13 | -152/+217 | |
| 2009-04-18 | update c->sent in ngx_unix_send() | Igor Sysoev | 1 | -0/+2 | |
| 2009-04-17 | fix building on platforms which have no atomic operations support, | Igor Sysoev | 2 | -3/+3 | |
| the bug was introduced in r2564 | |||||
| 2009-04-17 | fix the previous commit | Igor Sysoev | 1 | -2/+3 | |
| 2009-04-16 | move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory | Igor Sysoev | 12 | -49/+55 | |
| 2009-04-16 | perl termination fixes: | Igor Sysoev | 1 | -5/+25 | |
| *) 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 | |||||
| 2009-04-15 | fix segfault on exit if no http section is defined in confguraiton, | Igor Sysoev | 1 | -6/+4 | |
| the bug has been introduced in r1947 | |||||
| 2009-04-15 | fix segfault if no http section is defined in confguraiton, | Igor Sysoev | 2 | -9/+9 | |
| the bug has been introduced in r1259 | |||||
| 2009-04-15 | OpenSSL building by MSVC and BCC from sources | Igor Sysoev | 4 | -8/+52 | |
| 2009-04-15 | fix building by BCC without NGX_DEBUG_MALLOC | Igor Sysoev | 1 | -2/+2 | |
