]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2013-07-02 Maxim Douninnginx-1.5.2-RELEASE release-1.5.2
2013-06-28 Maxim DouninFixed ngx_http_parse_chunked() minimal length calculation.
2013-06-26 Maxim DouninFixed build on Linux with x32 ABI.
2013-06-20 Vladimir HomutovCore: support several "error_log" directives.
2013-06-19 Ruslan ErmilovSimplified ngx_list_create().
2013-06-11 Tatsuhiko KuboValgrind: another complaint about uninitialized bytes.
2013-06-13 Valentin BartenevSPDY: fixed code style, no functional changes.
2013-06-13 Vladimir HomutovCore: moved initialization of log level.
2013-06-07 Jim RadfordSPDY: pass through the full status when available.
2013-06-10 Maxim DouninPerl: fixed r->header_in("Cookie") (ticket #351).
2013-06-05 Maxim DouninFixed debug logging in ngx_http_parse_complex_uri().
2013-06-05 Maxim DouninMail: fixed possible uninitialized memory access.
2013-06-05 Maxim DouninValgrind: supressed complaints about uninitialized...
2013-06-05 Maxim DouninValgrind: sigaction() failure now ignored.
2013-06-05 Valentin BartenevStatus: the "last_in_chain" flag must be set.
2013-06-04 Valentin BartenevSPDY: use proper macros for value length and headers...
2013-06-04 Maxim DouninVersion bump.
2013-06-04 Vladimir HomutovCore: fixed handling of "stderr" in error_log.
2013-06-03 Vladimir HomutovCore: fixed stderr redirection on win32 in ngx_reopen_f...
2013-06-04 Maxim Douninrelease-1.5.1 tag
2013-06-04 Maxim Douninnginx-1.5.1-RELEASE release-1.5.1
2013-06-04 Maxim DouninUpdated zlib used for win32 builds.
2013-05-31 Maxim DouninWin32: accept_mutex now always disabled (ticket #362).
2013-05-31 Ruslan ErmilovOCSP stapling: fixed incorrect debug level.
2013-05-30 Ruslan ErmilovAccess: support for UNIX-domain client addresses (ticke...
2013-05-29 Maxim DouninWin32: added missing reset of wev->ready on WSAEWOULDBLOCK.
2013-05-27 Maxim DouninUpstream: http_403 support in proxy_next_upstream ...
2013-05-24 Maxim DouninXslt: xslt_last_modified directive.
2013-05-24 Maxim DouninSub filter: sub_filter_last_modified directive.
2013-05-24 Maxim DouninSSI: ssi_last_modified directive.
2013-05-23 Valentin BartenevCore: strengthen configuration syntax checker.
2013-05-23 Ruslan ErmilovMemcached: stricten header validation.
2013-05-23 Sergey KandaurovUse "void" for functions with empty parameter list.
2013-05-23 Ruslan ErmilovConfigure: fixed test of OS X atomic(3).
2013-05-22 Piotr SikoraStyle: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn.
2013-05-22 Piotr SikoraStyle: remove unnecessary references to HTTP from non...
2013-05-22 Maxim DouninReferer module: added $invalid_referer to variables...
2013-05-21 Maxim DouninUpstream: fixed fail_timeout and max_fails > 1.
2013-05-10 F. da SilvaMail: missing ngx_ssl_ecdh_curve() call.
2013-05-21 Sergey KandaurovFixed error logging.
2013-05-21 Ruslan ErmilovUpstream: slightly optimized ngx_http_upstream_process_...
2013-05-21 Ruslan ErmilovUpstream: made the assignment more obvious.
2013-05-16 Piotr SikoraOCSP stapling: fix error logging of successful OCSP...
2013-05-09 Filipe Da SilvaMail: removed surplus ngx_close_connection() call.
2013-05-15 Ruslan ErmilovUpstream keepalive: slightly simplified code.
2013-04-25 Ruslan ErmilovRemoved vestiges of SVN.
2013-05-15 Maxim DouninProxy: clear script engine used to calculate lengths.
2013-05-13 Maxim DouninFixed lingering_time check.
2013-05-13 Ruslan ErmilovUpstream: allow to intercept responses with status...
2013-05-02 Piotr SikoraPCRE: retain input pattern for all regular expressions.
2013-05-11 Maxim DouninProxy: $proxy_internal_body_length fixed.
2013-05-11 Maxim DouninMp4: indentation and style, no functional changes.
2013-05-11 Maxim DouninAdded r->limit_rate_after.
2013-05-11 Maxim DouninFixed build with --with-mail_ssl_module.
2013-05-11 Maxim DouninRequest body: fixed r->count increment on allocation...
2013-05-11 Maxim DouninPerl: extra "return" removed.
2013-05-11 Maxim DouninVersion bump.
2013-05-06 Maxim Douninrelease-1.5.0 tag
2013-05-06 Maxim Douninrelease-1.5.0-RELEASE release-1.5.0
2013-05-06 Maxim DouninFixed chunk size parsing.
2013-04-29 Ruslan ErmilovProxy: allocate $proxy_internal_body_length from reques...
2013-04-29 Ruslan ErmilovConfigure: fixed detection of newer Apple clang compilers.
2013-04-29 Ruslan ErmilovVersion bump.
2013-04-24 Maxim Douninrelease-1.4.0 tag
2013-04-24 Maxim Douninnginx-1.4.0-RELEASE release-1.4.0
2013-04-24 Maxim DouninVersion bump.
2013-04-23 Valentin BartenevSPDY: set NGX_TCP_NODELAY_DISABLED for fake connections.
2013-04-23 Maxim DouninPerl: request body handling fixed.
2013-04-19 Maxim DouninConfigure: fixed perl Makefile generation (ticket ...
2013-04-18 Ruslan ErmilovConfigure: uniformly refer to libs when searching for...
2013-04-18 Ruslan ErmilovVersion bump.
2013-04-16 Maxim Douninrelease-1.3.16 tag
2013-04-16 Maxim Douninnginx-1.3.16-RELEASE release-1.3.16
2013-04-16 Maxim DouninEvents: backout eventport changes (r5172) for now.
2013-04-16 Maxim DouninRequest body: only read body in main request (ticket...
2013-04-12 Ruslan ErmilovUpstream: warn if multiple non-stackable balancers...
2013-04-12 Valentin BartenevEvents: fixed typos in two previous commits.
2013-04-12 Valentin BartenevEvents: handle only active events in eventport.
2013-04-12 Valentin BartenevEvents: protection from stale events in eventport and...
2013-04-11 Sergey KandaurovUpstream: fixed $upstream_response_length without buffe...
2013-04-10 Maxim DouninConfigure: fixed nginx.so rebuild (broken by r5145).
2013-04-04 Valentin BartenevUpstream: removed surplus ngx_resolve_name_done() call.
2013-04-03 Valentin BartenevLimit req: rate should be non-zero.
2013-03-29 Ruslan ErmilovPass PCRE_CASELESS to pcre_compile() for caseless matching.
2013-03-28 Ruslan ErmilovConfigure: unified nginx version computation constructs.
2013-03-28 Ruslan ErmilovSimplified nginx version maintenance.
2013-03-28 Ruslan ErmilovConfigure: fixed perl module make rules.
2013-03-28 Ruslan ErmilovConfigure: improved make dependencies for perl module.
2013-03-28 Ruslan ErmilovConfigure: improved layout of the generated makefile.
2013-03-27 Maxim DouninUpstream: fixed tcp_nodelay with connection upgrade...
2013-03-27 Maxim DouninEvent connect: don't penalize AF_INET6 connections.
2013-03-27 Maxim DouninVersion bump.
2013-03-26 Maxim Douninrelease-1.3.15 tag
2013-03-26 Maxim Douninnginx-1.3.15-RELEASE release-1.3.15
2013-03-25 Valentin BartenevUse NGX_FILE_ERROR for handling file operations errors.
2013-03-25 Ruslan ErmilovUpstream: removed rudiments of upstream connection...
2013-03-25 Ruslan ErmilovUpstream: removed sorting of upstream servers.
2013-03-25 Ruslan ErmilovMail: IPv6 backends (ticket #323).
2013-03-25 Ruslan ErmilovUpstream: removed double-free workarounds in peer.free...
2013-03-25 Ruslan ErmilovUpstream: only call peer.free() if peer.get() selected...
next