]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2009-04-26 Igor Sysoevadd quotes for configure options with spaces
2009-04-24 Igor Sysoevstyle fix
2009-04-24 Igor Sysoevmerge SSL context inside "if" block
2009-04-24 Igor Sysoevchange ngx_log_abort() interface
2009-04-24 Igor Sysoevupdate gcc warnings
2009-04-24 Igor Sysoevstyle fix: (void)
2009-04-24 Igor Sysoevchange ngx_log_create_errlog() interface
2009-04-24 Igor Sysoevfix Auth-Method, the bug has been introduced in r2496
2009-04-24 Igor Sysoevfix GNU strerror_r() detection, the bug has been inrodu...
2009-04-23 Igor Sysoevdelete unused definition
2009-04-23 Igor Sysoevpass command lines options to workers
2009-04-23 Igor Sysoevngx_path_separator()
2009-04-23 Igor Sysoevissue start up errors and warning on both stderr and...
2009-04-23 Igor Sysoevstyle fix: remove trailing spaces introduced in the...
2009-04-23 Igor Sysoevuse ngx_str_t for error levels
2009-04-22 Igor Sysoevaxe incomplete support of Winsock error descriptions...
2009-04-22 Igor Sysoevuse English only error descriptions in Win32 ngx_strerr...
2009-04-21 Igor Sysoevimplement "-s signal" option for Unix
2009-04-21 Igor Sysoevstyle fix: remove trailing spaces
2009-04-21 Igor Sysoevstyle fix: remove tabs
2009-04-21 Igor Sysoevadd -? and -h options
2009-04-21 Igor Sysoevadd 48x48 icon
2009-04-21 Igor Sysoevallow condensed command lines options
2009-04-21 Igor Sysoevfix r2731 for Win32
2009-04-21 Igor Sysoev*) move advapi32.lib to core libs since it's required...
2009-04-21 Igor Sysoevtest command line options before ngx_log_init() and...
2009-04-21 Igor Sysoevfix fastcgi_cache_min_uses
2009-04-20 Igor Sysoevbump version
2009-04-20 Igor Sysoevrelease-0.7.52 tag
2009-04-20 Igor Sysoevnginx-0.7.52-RELEASE release-0.7.52
2009-04-20 Igor SysoevWin32 master/workers model
2009-04-19 Igor Sysoevfix Win32 ngx_gettimezone()
2009-04-19 Igor Sysoevadd variadic macros support for msvc8
2009-04-19 Igor Sysoevshow -t results on stderr
2009-04-18 Igor Sysoevremove TODO comments
2009-04-18 Igor Sysoevsupport attaching to an existent Win32 shared memory
2009-04-18 Igor Sysoevupdate c->sent in ngx_unix_send()
2009-04-17 Igor Sysoevfix building on platforms which have no atomic operatio...
2009-04-17 Igor Sysoevfix the previous commit
2009-04-16 Igor Sysoevmove zone name from ngx_shm_zone_t to ngx_shm_t to...
2009-04-16 Igor Sysoevperl termination fixes:
2009-04-15 Igor Sysoevfix segfault on exit if no http section is defined...
2009-04-15 Igor Sysoevfix segfault if no http section is defined in confguraiton,
2009-04-15 Igor SysoevOpenSSL building by MSVC and BCC from sources
2009-04-15 Igor Sysoevfix building by BCC without NGX_DEBUG_MALLOC
2009-04-15 Igor Sysoevfix building by MSVC8
2009-04-15 Igor Sysoevfix debug logging
2009-04-15 Igor Sysoevfix building --without-http-cache, introduced in r2664...
2009-04-15 Igor Sysoevhide grep errors
2009-04-15 Igor Sysoevhide cacheable Set-Cookie and P3P response headers
2009-04-15 Igor Sysoevdo not pass if-... headers for cacheable responses
2009-04-15 Igor Sysoevshutdown client connection for cacheable header only...
2009-04-15 Igor Sysoevsupport 304 for cacheable responses
2009-04-15 Igor Sysoevstyle fix
2009-04-15 Igor Sysoevsupport HEAD in proxy cache
2009-04-15 Igor Sysoevstyle fix: remove trailing spaces
2009-04-15 Igor Sysoevbump version
2009-04-12 Igor Sysoevrelease-0.7.51 tag
2009-04-12 Igor Sysoevnginx-0.7.51-RELEASE release-0.7.51
2009-04-11 Igor Sysoevallow any status
2009-04-11 Igor Sysoevtry_files status code
2009-04-10 Igor Sysoevset cache manager maximum sleep time to 10s
2009-04-10 Igor Sysoevstyle fix
2009-04-10 Igor Sysoevstyle fix
2009-04-10 Igor Sysoevdo not call ngx_http_file_cache_free() if a response...
2009-04-10 Igor Sysoevadd debug logging
2009-04-09 Igor Sysoevbackout r2535: virtual names is a property of address...
2009-04-08 Igor Sysoevstyle fix
2009-04-08 Igor Sysoevdelete win32 ngx_file_append_mode() as we use reliable
2009-04-08 Igor Sysoevadopt NGX_FILE_TRUNCATE for win32
2009-04-07 Igor Sysoevfix r2590: error_page made an external redirect without...
2009-04-06 Igor Sysoevupdate $status in log_format example
2009-04-06 Igor Sysoevbump version
2009-04-06 Igor Sysoevrelease-0.7.50 tag
2009-04-06 Igor Sysoevnginx-0.7.50-RELEASE release-0.7.50
2009-04-06 Igor Sysoevbackout r2677 and fix ngx_strlcasestrn() again
2009-04-06 Igor Sysoevbump version
2009-04-06 Igor Sysoevrelease-0.7.49 tag
2009-04-06 Igor Sysoevnginx-0.7.49-RELEASE release-0.7.49
2009-04-06 Igor Sysoevfix ngx_strlcasestrn()
2009-04-06 Igor Sysoevbump version
2009-04-06 Igor Sysoevrelease-0.7.48 tag
2009-04-06 Igor Sysoevnginx-0.7.48-RELEASE release-0.7.48
2009-04-06 Igor Sysoevproxy_cache_key
2009-04-06 Igor Sysoevfix cache path slot
2009-04-04 Igor Sysoevrefactor ngx_http_arg() using ngx_strcasestrn(),
2009-04-04 Igor Sysoevsupport Cache-Control no-cache and max-age in cache
2009-04-04 Igor Sysoevngx_strlcasestrn()
2009-04-04 Igor Sysoevupdate r2664
2009-04-03 Igor Sysoevsupport Expires in cache
2009-04-03 Igor Sysoevfix r2664: ..._cache_valid did not work for stale responses
2009-04-03 Igor Sysoevzero field
2009-04-03 Igor Sysoevsupport X-Accel-Expires in cache
2009-04-03 Igor Sysoevcache GET requests only
2009-04-02 Igor Sysoevmerge fastcgi_cache_key
2009-04-02 Igor Sysoevautoconfigure crypt_r(): uclibc has no crypt_r()
2009-04-02 Igor Sysoevfix OpenBSD building, broken in r2616
2009-04-02 Igor Sysoevbump version
2009-04-01 Igor Sysoevrelease-0.7.47 tag
2009-04-01 Igor Sysoevnginx-0.7.47-RELEASE release-0.7.47
next