]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2013-09-16 Piotr SikoraSSL: guard use of SSL_OP_MSIE_SSLV2_RSA_PADDING.
2013-09-16 Valentin BartenevImproved check for duplicate path names in ngx_add_path().
2013-09-16 Valentin BartenevRemoved surplus initializations from ngx_conf_set_path_...
2013-09-16 Valentin BartenevUse ngx_pcalloc() in ngx_conf_merge_path_value().
2013-09-16 Valentin BartenevUse EPOLLRDHUP in ngx_http_test_reading() (ticket ...
2013-09-16 Valentin BartenevUpstream: use EPOLLRDHUP to check broken connections...
2013-07-12 Valentin BartenevEvents: support for EPOLLRDHUP (ticket #320).
2013-09-05 Valentin BartenevEvents: removed unused flags from the ngx_event_s struc...
2013-09-05 Valentin BartenevFixed handling of the ready flag with kqueue.
2013-09-03 Valentin BartenevReturn reason phrase for 414.
2013-09-04 Maxim DouninUpstream: fixed $upstream_response_time format specifiers.
2013-09-04 Maxim DouninConfigure: TCP_KEEPIDLE test name simplified.
2013-09-04 Maxim DouninConfigure: fixed building with Sun C if CFLAGS set...
2013-09-04 Maxim DouninSSL: clear error queue after SSL_CTX_load_verify_locati...
2013-09-04 Maxim DouninFixed incorrect response line on "return 203".
2013-09-04 Maxim DouninRequest cleanup code unified, no functional changes.
2013-09-04 Maxim DouninHandling of ngx_int_t != intptr_t case.
2013-09-04 Maxim DouninWin32: $request_time fixed.
2013-09-04 Maxim DouninWin32: MinGW GCC compatibility.
2013-09-04 Maxim DouninWin32: Borland C compatibility fixes.
2013-09-04 Maxim DouninWin32: Open Watcom C compatibility fixes.
2013-09-02 Valentin BartenevDisable symlinks: removed recursive call of ngx_file_o_...
2013-09-02 Valentin BartenevDisable symlinks: use O_PATH to open path components.
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...
next