]> git.kaiwu.me - nginx.git/shortlog
nginx.git
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
2009-04-01 Igor Sysoevfix MacOSX building, broken in r2616
2009-04-01 Igor Sysoevzero cache file length,
2009-04-01 Igor Sysoevadd debug logging
2009-04-01 Igor Sysoevlink staticaly with libcmt
2009-03-31 Igor SysoevWin32 appends synchronized if only FILE_APPEND_DATA...
2009-03-30 Igor Sysoevwin32 ngx_open_file() supports utf8 names and NGX_FILE_...
2009-03-30 Igor Sysoevngx_process_tray()
2009-03-30 Igor Sysoevfix segfault introduced in r2602 if there is 502/504...
2009-03-30 Igor Sysoevfix r2579
2009-03-30 Igor Sysoevfix FreeBSD before 7 building, broken in r2616
2009-03-30 Igor Sysoevbump version
2009-03-30 Igor Sysoevrelease-0.7.46 tag
2009-03-30 Igor Sysoevnginx-0.7.46-RELEASE release-0.7.46
2009-03-30 Igor Sysoevbump version
2009-03-30 Igor Sysoevrelease-0.7.45 tag
2009-03-30 Igor Sysoevnginx-0.7.45-RELEASE release-0.7.45
2009-03-30 Igor Sysoevnginx_version
2009-03-30 Igor Sysoevintroduce cache manager instead of cache cleaner
2009-03-30 Igor Sysoevngx_fs_bsize()
2009-03-29 Igor Sysoevfix ngx_wsasend_chain()
2009-03-28 Igor Sysoevupdate cpuid for Core 2 and Atom
2009-03-27 Igor Sysoevdelete duplicate error logging
2009-03-27 Igor Sysoevimprove ngx_slab_alloc() error logging
2009-03-27 Igor Sysoevdelete old debugging and info
2009-03-27 Igor Sysoevrename ngx_http_scrip_flush_complex_value()
2009-03-27 Igor Sysoevfix plain text values using relative path in ngx_http_c...
2009-03-26 Igor Sysoevfix alias with variables, but without captures,
2009-03-26 Igor Sysoevdelete unneeded condition
2009-03-26 Igor Sysoevfix add_header Last-Modified "", broken in r2589
2009-03-26 Igor Sysoevfix logged long locked cache entry name and add count
2009-03-24 Igor Sysoevfix segfault if ngx_read_file() will fail
2009-03-24 Igor Sysoevfastcgi cache
2009-03-24 Igor Sysoevunlink proxy_cache and proxy_cache_valid
2009-03-24 Igor Sysoevdo not clean cache if memory cache keys zone is cold
2009-03-23 Igor Sysoevfix Linux sendfile32() test broken in 0.3.36
2009-03-23 Igor Sysoevstyle fix
2009-03-23 Igor Sysoevfix the previous commit
2009-03-23 Igor Sysoevaxe old definition fields
2009-03-23 Igor Sysoevbump version
2009-03-23 Igor Sysoevrelease-0.7.44 tag
2009-03-23 Igor Sysoevnginx-0.7.44-RELEASE release-0.7.44
2009-03-23 Igor Sysoeva prelimiary proxy cache support
2009-03-22 Igor Sysoevstyle fix: remove tabs
2009-03-22 Igor Sysoevstyle fix: remove tabs
2009-03-22 Igor Sysoevuse complex value in error_page
2009-03-22 Igor Sysoevuse complex values in add_header, auth_basic_user_file,
2009-03-22 Igor Sysoevngx_http_script_flush_complex_value()
2009-03-20 Igor Sysoevadd full path debug log in try_files
2009-03-20 Igor Sysoevallow try_files in server context
2009-03-20 Igor Sysoevfix directory test in try_files
2009-03-19 Igor Sysoevalways run regex in server_name to get captures
2009-03-19 Igor Sysoev--with-pcre
2009-03-19 Igor Sysoevgrammar fix
2009-03-19 Igor Sysoevtest wildcard tail hash existance
2009-03-19 Igor Sysoevsplit args in a try_files fallback
2009-03-19 Igor Sysoevngx_http_split_args()
2009-03-18 Igor Sysoevsplit ngx_http_script_compile()
2009-03-18 Igor Sysoevbump version
2009-03-18 Igor Sysoevrelease-0.7.43 tag
2009-03-18 Igor Sysoevnginx-0.7.43-RELEASE release-0.7.43
2009-03-18 Igor Sysoevfix $server_addr for wildcard listen, the has been...
2009-03-18 Igor Sysoevreserve space for r->uri, the bug has been introduced...
2009-03-16 Igor Sysoevdelete unneeded variable
2009-03-16 Igor Sysoevbump version
2009-03-16 Igor Sysoevrelease-0.7.42 tag
2009-03-16 Igor Sysoevnginx-0.7.42-RELEASE release-0.7.42
2009-03-16 Igor Sysoevauth_basic_user_file supports variables
2009-03-14 Igor Sysoevfix case when regex locaiton runs the second time via...
2009-03-14 Igor Sysoevfix reserved mapped uri length if alias has captures
2009-03-14 Igor Sysoevremove unneeded increment
2009-03-13 Igor Sysoevcompatibility with Tru64 UNIX: fcntl(F_SETLK, F_WRLCK...
2009-03-13 Igor Sysoevipv6only
2009-03-12 Igor Sysoevfix building without PCRE, introduced in r2553
2009-03-12 Igor Sysoevignore EINVAL from setsockopt() on Solaris
next