]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2013-08-20 Sergey KandaurovFormat specifier fixes in error logging.
2013-08-17 Maxim DouninWhitespace fix.
2013-08-15 Valentin BartenevSPDY: alert about activated fake events instead of...
2013-08-15 Valentin BartenevSPDY: do not reject headers with empty value (ticket...
2013-08-15 Valentin BartenevSPDY: fixed corruption of headers with names longer...
2013-08-15 Valentin BartenevUnbreak building on Linux without sendfile64() support.
2013-08-13 Sergey KandaurovReferer module: fixed regex matching against HTTPS...
2013-08-08 Gleb SmirnoffDon't lose pointer to first nonempty buf in ngx_*_sendf...
2013-08-07 Sergey BudnevitchFixed misleading example SSL config.
2013-08-06 Valentin BartenevAPI change: removed the ngx_conf_full_name() function.
2013-08-06 Valentin BartenevReplaced ngx_conf_full_name() with ngx_get_full_name().
2013-08-06 Valentin BartenevFixed memory leaks in the root and auth_basic_user_file...
2013-08-05 Valentin BartenevImage filter: use "application/json" MIME type for...
2013-08-05 Ruslan ErmilovCore: guard use of AI_ADDRCONFIG.
2013-08-05 Maxim DouninFixed build with signed socklen_t and unix sockets.
2013-08-05 Ruslan ErmilovCore: only resolve address families configured on the...
2013-07-31 Valentin BartenevMIME: use "application/javascript" for .js files.
2013-07-31 Sergey KandaurovVersion bump.
2013-07-31 Sergey KandaurovConfigure: fixed autotest cleanup commands.
2013-07-30 Maxim Douninrelease-1.5.3 tag
2013-07-30 Maxim Douninnginx-1.5.3-RELEASE release-1.5.3
2013-07-29 Sergey KandaurovPerl: fixed syntax usage for C preprocessor directives.
2013-07-29 Ruslan ErmilovUpstream: reliably detect connection failures with...
2013-07-25 Maxim DouninUpstream: no last buffer on errors.
2013-07-25 Maxim DouninUpstream: request finalization rework.
2013-07-25 Maxim DouninUpstream: NGX_HTTP_CLIENT_CLOSED_REQUEST no longer...
2013-07-25 Maxim DouninUpstream: added check if a response is complete.
2013-07-25 Maxim DouninUpstream: u->length now defaults to -1 (API change).
2013-07-25 Maxim DouninUpstream: fixed store/cache of unfinished responses.
2013-07-25 Maxim DouninUpstream: replaced u->pipe->temp_file with p->temp_file.
2013-07-25 Maxim DouninUpstream: NGX_ERROR after pipe errors.
2013-07-25 Maxim DouninUpstream: NGX_HTTP_GATEWAY_TIME_OUT after upstream...
2013-07-25 Maxim DouninUpstream: ngx_http_upstream_finalize_request(NGX_ERROR...
2013-07-25 Maxim DouninUpstream: consistent error handling after u->input_filt...
2013-07-25 Maxim DouninUpstream: busy lock remnants removed.
2013-06-13 Maxim DouninUpstream: stale comments removed.
2013-07-25 Maxim DouninGzip: clearing of c->buffered if all data are flushed.
2013-07-25 Maxim DouninEvent pipe: fixed writing cache header to a temp file.
2013-06-14 Maxim DouninFixed ngx_http_test_reading() to finalize request properly.
2013-07-25 Maxim DouninSub filter: fixed matching after a partial match.
2013-07-25 Maxim DouninSub filter: fixed incomplete last buffer on partial...
2013-07-25 Maxim DouninSub filter: flush buffers handling.
2013-07-25 Maxim DouninSub filter: switched to ngx_chain_get_free_buf().
2013-07-25 Maxim DouninSub filter: stale comments removed.
2013-07-25 Ruslan ErmilovOn DragonFlyBSD, TCP_KEEPIDLE and TCP_KEEPINTVL are...
2013-07-25 Ruslan ErmilovStyle: reuse one int variable in ngx_configure_listenin...
2013-07-24 Valentin BartenevSPDY: fixed segfault with "client_body_in_file_only...
2013-07-19 Maxim DouninXslt: exsltRegisterAll() moved to preconfiguration.
2013-07-12 Valentin BartenevEvents: honor NGX_USE_GREEDY_EVENT when kqueue support...
2013-07-11 Maxim DouninStyle.
2013-07-11 Maxim DouninConfigure: perl Makefile rebuild after configure.
2013-07-11 Vladimir HomutovCore: fixed possible use of an uninitialized variable.
2013-07-11 Vladimir HomutovCore: extended ngx_sock_ntop() with socklen parameter.
2013-07-05 Gleb SmirnoffMake macros safe.
2013-07-03 Ruslan ErmilovUpstream: updated list of ngx_event_connect_peer()...
2013-06-28 Vladimir HomutovCore: consolidated log-related code.
2013-07-02 Maxim DouninVersion bump.
2013-07-02 Maxim Douninrelease-1.5.2 tag
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.
next