summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-0.7.53-RELEASErelease-0.7.53Igor Sysoev2009-04-271-0/+133
* fix building by MSVC8Igor Sysoev2009-04-271-1/+1
* -p and --prefix=Igor Sysoev2009-04-2713-191/+297
* get a full response if the response is cacheable or storable evenIgor Sysoev2009-04-271-8/+10
* *) of.test_only to not open file if only stat() is enoughIgor Sysoev2009-04-2710-19/+51
* add quotes for configure options with spacesIgor Sysoev2009-04-263-3/+7
* style fixIgor Sysoev2009-04-241-1/+1
* merge SSL context inside "if" blockIgor Sysoev2009-04-241-0/+6
* change ngx_log_abort() interfaceIgor Sysoev2009-04-242-4/+13
* update gcc warningsIgor Sysoev2009-04-241-1/+2
* style fix: (void)Igor Sysoev2009-04-241-2/+2
* change ngx_log_create_errlog() interfaceIgor Sysoev2009-04-243-12/+7
* fix Auth-Method, the bug has been introduced in r2496Igor Sysoev2009-04-241-0/+1
* fix GNU strerror_r() detection, the bug has been inroduced in r2600Igor Sysoev2009-04-241-1/+1
* delete unused definitionIgor Sysoev2009-04-231-1/+0
* pass command lines options to workersIgor Sysoev2009-04-233-1/+5
* ngx_path_separator()Igor Sysoev2009-04-234-25/+10
* issue start up errors and warning on both stderr and error_logIgor Sysoev2009-04-2311-63/+114
* style fix: remove trailing spaces introduced in the previous commitIgor Sysoev2009-04-231-2/+2
* use ngx_str_t for error levelsIgor Sysoev2009-04-231-10/+17
* axe incomplete support of Winsock error descriptions on NTIgor Sysoev2009-04-221-106/+2
* use English only error descriptions in Win32 ngx_strerror_r()Igor Sysoev2009-04-221-2/+1
* implement "-s signal" option for UnixIgor Sysoev2009-04-219-81/+112
* style fix: remove trailing spacesIgor Sysoev2009-04-213-3/+3
* style fix: remove tabsIgor Sysoev2009-04-211-5/+5
* add -? and -h optionsIgor Sysoev2009-04-211-0/+30
* add 48x48 iconIgor Sysoev2009-04-213-2/+62
* allow condensed command lines optionsIgor Sysoev2009-04-211-49/+75
* fix r2731 for Win32Igor Sysoev2009-04-211-2/+8
* *) move advapi32.lib to core libs since it's required for Registry and Event LogIgor Sysoev2009-04-212-5/+5
* test command line options before ngx_log_init() and issue errors to stderrIgor Sysoev2009-04-211-54/+66
* fix fastcgi_cache_min_usesIgor Sysoev2009-04-211-1/+1
* bump versionIgor Sysoev2009-04-202-3/+3
* release-0.7.52 tagIgor Sysoev2009-04-201-0/+1
* nginx-0.7.52-RELEASErelease-0.7.52Igor Sysoev2009-04-201-0/+80
* Win32 master/workers modelIgor Sysoev2009-04-2025-452/+1695
* fix Win32 ngx_gettimezone()Igor Sysoev2009-04-191-3/+15
* add variadic macros support for msvc8Igor Sysoev2009-04-192-2/+8
* show -t results on stderrIgor Sysoev2009-04-194-29/+31
* remove TODO commentsIgor Sysoev2009-04-188-8/+0
* support attaching to an existent Win32 shared memoryIgor Sysoev2009-04-1813-152/+217
* update c->sent in ngx_unix_send()Igor Sysoev2009-04-181-0/+2
* fix building on platforms which have no atomic operations support,Igor Sysoev2009-04-172-3/+3
* fix the previous commitIgor Sysoev2009-04-171-2/+3
* move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memoryIgor Sysoev2009-04-1612-49/+55
* perl termination fixes:Igor Sysoev2009-04-161-5/+25
* fix segfault on exit if no http section is defined in confguraiton,Igor Sysoev2009-04-151-6/+4
* fix segfault if no http section is defined in confguraiton,Igor Sysoev2009-04-152-9/+9
* OpenSSL building by MSVC and BCC from sourcesIgor Sysoev2009-04-154-8/+52
* fix building by BCC without NGX_DEBUG_MALLOCIgor Sysoev2009-04-151-2/+2