]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2013-09-02 Valentin BartenevAdded the NGX_EBADF define.
2013-09-01 Valentin BartenevAssume the HTTP/1.0 version by default.
2013-08-30 Maxim DouninUpstream: setting u->header_sent before ngx_http_upstre...
2013-08-29 Valentin BartenevReferer: fixed hostname buffer overflow check.
2013-08-29 Sergey KandaurovReferer: "server_names" parsing deferred to merge phase.
2013-08-29 Sergey KandaurovReferer: fixed server_name regex matching.
2013-08-29 Sergey KandaurovReferer: fixed error type usage inconsistency for ngx_h...
2013-08-27 Lanshun ZhouImage filter: large image handling.
2013-08-27 Maxim DouninTypo fixed.
2013-08-27 Maxim DouninVersion bump.
2013-08-27 Maxim Douninrelease-1.5.4 tag
2013-08-27 Maxim Douninnginx-1.5.4-RELEASE release-1.5.4
2013-08-23 Maxim DouninUpdated PCRE used for win32 builds.
2013-08-23 Maxim DouninConfigure: pcre.lib dependencies fix.
2013-08-23 Maxim DouninCache: lock timeouts are now logged at info level.
2013-08-23 Maxim DouninUpstream: posted requests handling after ssl handshake...
2013-08-23 Maxim DouninFixed try_files with empty argument (ticket #390).
2013-08-23 Sergey KandaurovMIME: eot MIME type updated to follow IANA (ticket...
2013-08-23 Sergey KandaurovMIME: added the most common OOXML MIME types (ticket...
2013-08-23 Sergey KandaurovMIME: added application/font-woff MIME type (ticket...
2013-08-21 Maxim DouninAdded auth request to win32 builds.
2013-07-30 Sergey KandaurovAdded safety belt for the case of sending header twice.
2013-07-30 Sergey KandaurovAutoindex: improved ngx_de_info() error handling.
2013-07-30 Sergey KandaurovAutoindex: return NGX_ERROR on error if headers were...
2013-08-20 Maxim DouninStyle improved after 12dd27b74117.
2013-08-20 Maxim DouninBacked out f1a91825730a and 7094bd12c1ff.
2013-08-21 Maxim DouninAuth request module import.
2013-08-21 Maxim DouninMinor ngx_http_parse_request_line() optimization.
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.
next