]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2009-11-05 Igor Sysoevdelete useless statement
2009-11-05 Igor Sysoevexport aio presence knowledge to prevent using "aio...
2009-11-04 Igor SysoevFix a bug introduced in r2032: After a child process...
2009-11-04 Igor Sysoevallow to inherit unix domain sockets while online upgrade
2009-11-04 Igor Sysoevallow to work single "set_real_ip_from unix:"
2009-11-04 Igor Sysoevbump version
2009-11-03 Igor Sysoevrelease-0.8.22 tag
2009-11-03 Igor Sysoevnginx-0.8.22-RELEASE release-0.8.22
2009-11-03 Igor Sysoevfix segfault if there is single large_client_header_buffers
2009-11-03 Igor Sysoevposix_fadvise64() had been implemented in Linux 2.5.60
2009-11-03 Igor Sysoevuse setproctitle("%s", title)
2009-11-03 Igor Sysoevfix segfault if no rules are defined, introduced in...
2009-11-03 Igor Sysoevfix segfault in SSL if limit_rate is used
2009-11-03 Igor Sysoevfix segfault if $limit_rate was logged
2009-11-03 Igor Sysoevfix "if (!-x ...)"
2009-11-03 Igor Sysoevfix directive name in error message: "set_realip_from...
2009-11-03 Igor Sysoevfix directive name in error message: "realip_from"...
2009-11-03 Igor SysoevIPv6 support in ngx_http_access_module
2009-11-03 Igor Sysoevngx_ptocidr() supports IPv6
2009-11-03 Igor Sysoevmake ngx_inet6_ntop() non-static
2009-11-02 Igor Sysoevoptimize some cycles:
2009-11-02 Igor Sysoevset_real_ip_from unix:
2009-11-02 Igor Sysoevsupport IPv6 addresses in Real IP headers
2009-11-02 Igor Sysoevchange ngx_parse_addr() interface
2009-11-02 Igor Sysoevproxy_bind, fastcgi_bind, and memcached_bind
2009-11-02 Igor Sysoevngx_parse_addr()
2009-11-02 Igor Sysoevrename ngx_peer_addr_t to ngx_addr_t
2009-11-02 Igor Sysoevuse sin6_addr.s6_addr instead of "(u_char *) & .sin6_addr"
2009-11-02 Igor Sysoevreplace inet_addr() with ngx_inet_addr()
2009-11-02 Igor Sysoevuse ngx_inet6_addr()
2009-11-02 Igor Sysoevngx_inet6_addr()
2009-11-02 Igor Sysoevstyle fix
2009-11-01 Igor Sysoevdelete unused field c->local_socklen
2009-10-30 Igor Sysoevremove a broken 0.1.x to 0.2+ upgrade procedure
2009-10-30 Igor Sysoevdo not unlink unix domain socket file while online...
2009-10-30 Igor Sysoevunlink unix domain socket file after testing
2009-10-29 Igor Sysoevfix segfaults if no listen directive was set in default...
2009-10-28 Igor Sysoevstyle fix
2009-10-28 Igor Sysoevfix segfault if http {} block is empty, the bug had...
2009-10-28 Igor Sysoevbump version
2009-10-26 Igor Sysoevrelease-0.8.21 tag
2009-10-26 Igor Sysoevnginx-0.8.21-RELEASE release-0.8.21
2009-10-26 Igor Sysoevfix r3211
2009-10-26 Igor Sysoevhttp listen unix domain sockets
2009-10-22 Igor Sysoevfix r3225 and r3227: preserve default_server bit during...
2009-10-22 Igor Sysoevdo not run regex for empty host name since regex always...
2009-10-22 Igor Sysoevtest a duplicate listen in a server
2009-10-22 Igor Sysoevfix r3225: it overrode the listen options by default...
2009-10-21 Igor Sysoevlisten default_server parameter
2009-10-21 Igor Sysoevallow to set listen options in any server
2009-10-21 Igor Sysoevadd listen address in error message
2009-10-21 Igor Sysoevuse lowcase only hostname
2009-10-21 Igor Sysoevrename core_srv_conf fields to more understandable...
2009-10-21 Igor Sysoev*) move sockaddr to the listen options
2009-10-21 Igor Sysoevfix r3218:
2009-10-21 Igor Sysoevrefactor http listen code: remove duplicate options...
2009-10-21 Igor Sysoevrefactor http listen code:
2009-10-20 Igor Sysoevfix two previous commits: an early parallel body discar...
2009-10-19 Igor Sysoevallow discarding body while a long response transfer
2009-10-19 Igor Sysoevrestore discard body handler after ngx_http_set_writer...
2009-10-19 Igor Sysoevfix ngx_http_finalize_request() code after a body has...
2009-10-19 Igor Sysoevprevent handling discarded body as a pipelined request
2009-10-19 Igor Sysoevadd lingering timeout if a response is short and a...
2009-10-19 Igor Sysoevadd SNI support in -V output
2009-10-19 Igor Sysoevfix typo
2009-10-15 Igor Sysoevngx_http_parse_time() should support full 32-bit time
2009-10-15 Igor Sysoevuse ngx_uint_t instead of int,
2009-10-15 Igor Sysoevbump version
2009-10-14 Igor Sysoevrelease-0.8.20 tag
2009-10-14 Igor Sysoevnginx-0.8.20-RELEASE release-0.8.20
2009-10-14 Igor Sysoevupdate r3201: ngx_http_random_index_module should behav...
2009-10-14 Igor Sysoevignore EACCES errors for top level directories in ngx_c...
2009-10-14 Igor Sysoevdo not create Win32 drive letter in ngx_create_full_path()
2009-10-14 Igor Sysoev*) reset cached dirent.d_type after stat()
2009-10-09 Igor Sysoevnginx did not close log file set by --error-log-path,
2009-10-08 Igor Sysoevtest comma separator in "Cache-Control"
2009-10-07 Igor Sysoevhide cacheable Set-Cookie and P3P FastCGI response...
2009-10-07 Igor Sysoevuse only strong ciphers by default
2009-10-07 Igor Sysoevuse real file cache length, this fixes cache size count...
2009-10-07 Igor Sysoevbump version
2009-10-06 Igor Sysoevrelease-0.8.19 tag
2009-10-06 Igor Sysoevnginx-0.8.19-RELEASE release-0.8.19
2009-10-06 Igor Sysoevfix r3184
2009-10-06 Igor Sysoevdisable SSLv2 and low ciphers by default
2009-10-06 Igor Sysoevbump version
2009-10-06 Igor Sysoevrelease-0.8.18 tag
2009-10-06 Igor Sysoevnginx-0.8.18-RELEASE release-0.8.18
2009-10-06 Igor Sysoevlimit_conn_log_level
2009-10-06 Igor Sysoevlimit_req_log_level
2009-10-06 Igor Sysoevfix building by gcc45
2009-10-06 Igor Sysoevmake limit_req to conform to the leaky bucket algorithm
2009-10-06 Igor Sysoevomit '\0' from "Location" header on MKCOL request
2009-10-02 Igor Sysoevclear r->lingering_close to disable preventively calling
2009-10-02 Igor Sysoevclear r->keepalive to disable preventively calling
2009-10-02 Igor Sysoevupdate r3167: do not set r->discard_body if the body...
2009-09-30 Igor Sysoevread_ahead
2009-09-30 Igor SysoevLinux/SPARC malloc() returns an address aligned to...
2009-09-30 Igor Sysoevlog 499 instead 0, the bug was introduced in r3050
2009-09-30 Igor Sysoevallow several perl_modules
2009-09-28 Igor Sysoevuse ngx_conf_set_str_array_slot() for perl_require
next