]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2014-07-09 Tatsuhiko KuboStyle: use ngx_str_null().
2014-07-09 Tatsuhiko KuboStyle: use ngx_strlen() instead of strlen().
2014-07-08 Piotr SikoraSPDY: fix support for headers with multiple values.
2014-07-08 Piotr SikoraStyle: fix typo.
2014-07-08 Piotr SikoraStyle: use ngx_memcpy() instead of memcpy().
2014-07-08 Piotr SikoraStyle: keep return type and function name on different...
2014-07-08 Piotr SikoraStyle: remove whitespace between function name and...
2014-07-08 Piotr SikoraStyle: add whitespace between control statement and...
2014-07-06 Piotr SikoraSSL: stop accessing SSL_SESSION's fields directly.
2014-07-09 Maxim DouninSSL: fixed build with OPENSSL_NO_DEPRECATED defined.
2014-07-06 Piotr SikoraSSL: return temporary RSA key only when the key length...
2014-07-06 Piotr SikoraSSL: include correct OpenSSL headers.
2014-07-08 Maxim DouninVersion bump.
2014-07-08 Maxim Douninrelease-1.7.3 tag
2014-07-08 Maxim Douninnginx-1.7.3-RELEASE release-1.7.3
2014-07-05 Maxim DouninWin32: ngx_open_dir() and ngx_close_dir() fixes.
2014-07-04 Maxim DouninUpdated PCRE used for win32 builds.
2014-07-04 Maxim DouninSSL: logging level of "peer closed connection in SSL...
2014-07-04 Maxim DouninUpstream: p->downstream_error instead of closing connec...
2014-07-01 Valentin BartenevUpstream: fixed handling of write event after sending...
2014-06-16 Valentin BartenevSSL: the "ssl_password_file" directive.
2014-06-26 Maxim DouninConfigure: restored "nginx/" missed in 6e4bb1d6679d.
2014-06-25 Maxim DouninCore: removed meaningless check from ngx_palloc_block().
2014-06-25 Maxim DouninFixed wrong sizeof() in ngx_http_init_locations().
2014-06-25 Maxim DouninCore: plugged socket leak during configuration test.
2014-06-25 Maxim DouninConfigure: style.
2014-06-25 Maxim DouninUpstream: cache revalidation using If-None-Match.
2014-06-25 Maxim DouninCache: ETag now saved into cache header.
2014-06-25 Maxim DouninCache: version in cache files.
2014-06-25 Maxim DouninEntity tags: explicit flag to skip not modified filter.
2014-06-25 Maxim DouninEntity tags: weak comparison for If-None-Match.
2014-06-25 Maxim DouninEntity tags: downgrade strong etags to weak ones as...
2014-06-25 Maxim DouninUpstream: fixed cache revalidation with SSI.
2014-06-25 Maxim DouninUpstream: removed unused offset to content_length.
2014-06-25 Maxim DouninUpstream: no need to clear r->headers_out.last_modified...
2014-06-25 Maxim DouninNot modified filter: debug log format fixed.
2014-06-20 Ruslan ErmilovUpstream: reduced diffs to the plus version of nginx.
2014-06-19 Sergey KandaurovFreeBSD has migrated to Bugzilla.
2014-06-04 Ruslan ErmilovCore: added ngx_slab_calloc() and ngx_slab_calloc_locked().
2014-06-18 Ruslan ErmilovVersion bump.
2014-06-17 Maxim Douninrelease-1.7.2 tag
2014-06-17 Maxim Douninnginx-1.7.2-RELEASE release-1.7.2
2014-06-17 Maxim DouninConfigure: workaround for system perl on OS X (ticket...
2014-06-17 Maxim DouninUpdated OpenSSL used for win32 builds.
2014-06-12 Ruslan ErmilovUpstream: simplified some code that accesses peers.
2014-06-03 Piotr SikoraAccess log: fix default value, broken by cb308813b453.
2014-06-03 Maxim DouninCore: slab allocator free pages defragmentation.
2014-06-02 Roman ArutyunyanUpstream: generic hash module.
2014-05-29 Valentin BartenevSPDY: fixed operator precedence in uint16/uint32 write...
2014-05-28 Sergey KandaurovFixed config parsing of the last try_files parameter.
2014-05-28 Maxim DouninConfigure: added -Wno-deprecated-declarations on OS X.
2014-05-28 Maxim DouninVersion bump.
2014-05-27 Maxim Douninrelease-1.7.1 tag
2014-05-27 Maxim Douninnginx-1.7.1-RELEASE release-1.7.1
2014-05-27 Maxim DouninSub filter: fixed subrequests handling.
2014-05-27 Vladimir HomutovSyslog: fixed message sending on win32.
2014-05-26 Vladimir HomutovSyslog: fixed possible resource leak and more verbose...
2014-05-23 Ruslan ErmilovEvents: use eventfd() instead of syscall(SYS_eventfd...
2014-05-23 Roman ArutyunyanUpstream: fix tries check in ip_hash.
2014-05-21 Ruslan ErmilovMail: output client port number on client connects...
2014-05-21 Ruslan ErmilovCore: output client port number when logging accept...
2014-05-21 Maxim DouninMail: added a check for the number of arguments in...
2014-05-12 Vladimir HomutovAdded syslog support for error_log and access_log direc...
2014-05-20 Ruslan ErmilovConfigure: the --build= option.
2014-05-20 Sergey BudnevitchSSL: $ssl_client_fingerprint variable.
2014-05-19 Maxim DouninSetting $args now invalidates unparsed uri.
2014-05-19 Maxim DouninCharset filter: fixed charset setting on encoded replies.
2014-05-16 Maxim DouninFixed alias in regex locations with limit_except/if.
2014-04-30 Valentin BartenevSPDY: added protection from overrun of the receive...
2014-04-30 Valentin BartenevSPDY: added a debug point to the state buffer overflow...
2014-04-30 Valentin BartenevSPDY: refactored ngx_http_spdy_state_headers().
2014-04-30 Valentin BartenevSPDY: improved logging.
2014-05-15 Valentin BartenevSPDY: set log action for PROXY protocol only while...
2014-04-30 Valentin BartenevSPDY: ngx_http_spdy_state_headers() error handling...
2014-04-30 Valentin BartenevSPDY: improved error handling of header block decompres...
2014-04-30 Valentin BartenevSPDY: removed ngx_http_spdy_state_headers_error().
2014-05-15 Valentin BartenevSPDY: prevented creation of RST_STREAM in protocol...
2014-04-30 Valentin BartenevSPDY: improved ngx_http_spdy_state_protocol_error().
2014-04-29 Valentin BartenevSPDY: fixed one case of improper memory allocation...
2014-05-14 Ruslan ErmilovStyle: use %N instead of '\n' where appropriate.
2014-05-14 Ruslan ErmilovCore: use '\r' for CR and '\n' for LF definitions.
2014-04-29 Filipe da SilvaOCSP stapling: missing OCSP request free call.
2014-04-30 Maxim DouninUpstream: restored workaround for "if".
2014-04-30 Maxim DouninCore: improved ngx_conf_parse() error handling.
2014-04-30 Maxim DouninCore: fixed error handling in ngx_reopen_files().
2014-04-30 Maxim DouninCache: added ngx_quit check to ngx_http_file_cache_expi...
2014-04-30 Maxim DouninConfigure: typo fixed.
2014-04-29 Vladimir HomutovUpstream: added the "$upstream_cookie_<name>" variables.
2013-11-17 Valentin BartenevProxy: fixed possible uninitialized memory access.
2014-04-24 Valentin BartenevVersion bump.
2014-04-24 Maxim Douninrelease-1.7.0 tag
2014-04-24 Maxim Douninnginx-1.7.0-RELEASE release-1.7.0
2014-04-23 Maxim DouninSSL: explicit handling of empty names.
2014-04-23 Maxim KonovalovMissed comma fixed. A couple of Latin symbols plugged...
2014-04-22 Ruslan ErmilovUpstream: for ssl name, non-aligned memory allocation...
2014-04-22 Maxim DouninSSL: added explicit check for ngx_strlchr() result.
2014-04-21 Valentin BartenevSPDY: avoid sending RST_STREAM on WINDOW_UPDATE with...
2014-04-21 Valentin BartenevSPDY: Stream-ID restrictions according to specification.
2014-04-21 Ruslan ErmilovDocumented the switch from java XSLScript to xslscript.pl.
2014-04-18 Maxim DouninUpstream: uwsgi_ssl_name, uwsgi_ssl_verify, and so on.
next