]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2012-11-21 Maxim DouninRequest body: always use calculated size of a request...
2012-11-21 Maxim DouninRequest body: adjust b->pos when chunked parsing done.
2012-11-21 Maxim DouninRequest body: chunked parsing moved to ngx_http_parse...
2012-11-21 Maxim DouninRequest body: properly handle events while discarding...
2012-11-21 Maxim DouninRequest body: fixed socket leak on errors.
2012-11-21 Maxim DouninRequest body: code duplication reduced, no functional...
2012-11-21 Maxim DouninRequest body: $request_body variable generalization.
2012-11-21 Maxim DouninRequest body: fixed "501 Not Implemented" error handling.
2012-11-21 Maxim DouninCore: added debug logging of writev() in ngx_write_chai...
2012-11-21 Maxim DouninDav: fixed segfault on PUT if body was already read...
2012-11-20 Igor SysoevFixed failure to start cache manager and cache loader...
2012-11-17 Maxim DouninTrailing whitespace fix.
2012-11-16 Maxim DouninUpstream: better detection of connect() failures with...
2012-11-16 Ruslan ErmilovUpstream: honor the "down" flag for a single server.
2012-11-16 Ruslan ErmilovVariables $request_time and $msec.
2012-11-16 Ruslan ErmilovFixed setting of CPU affinity on respawn of dead worker...
2012-11-16 Ruslan ErmilovVersion bump.
2012-10-30 Maxim Douninrelease-1.3.8 tag
2012-10-30 Maxim Douninnginx-1.3.8-RELEASE release-1.3.8
2012-10-30 Maxim DouninEvent pipe: fixed handling of buf_to_file data.
2012-10-30 Maxim DouninStyle, parentheses instead of braces in misc/GNUMakefile.
2012-10-29 Maxim DouninVariables $connection and $connection_requests.
2012-10-24 Maxim DouninResolver: added missing memory allocation error handling.
2012-10-23 Valentin Bartenevngx_http_keepalive_handler() is now trying to not keep...
2012-10-23 Andrey BelovCore: the "auto" parameter of the "worker_processes...
2012-10-18 Maxim DouninRemoved conditional compilation from waitpid() error...
2012-10-18 Maxim DouninGunzip: fixed r->gzip_ok check.
2012-10-05 Maxim DouninOCSP stapling: properly check if there is ssl.ctx.
2012-10-03 Maxim DouninVariable $bytes_sent.
2012-10-03 Maxim DouninLog: $apache_bytes_sent removed.
2012-10-03 Maxim DouninSSL: the "ssl_verify_client" directive parameter "optio...
2012-10-03 Maxim DouninVersion bump.
2012-10-02 Maxim Douninrelease-1.3.7 tag
2012-10-02 Maxim Douninnginx-1.3.7-RELEASE release-1.3.7
2012-10-01 Maxim DouninOCSP stapling: build fixes.
2012-10-01 Maxim DouninOCSP stapling: ssl_stapling_verify directive.
2012-10-01 Maxim DouninOCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER...
2012-10-01 Maxim DouninOCSP stapling: log error data in ngx_ssl_error().
2012-10-01 Maxim DouninOCSP stapling: check Content-Type.
2012-10-01 Maxim DouninOCSP stapling: loading OCSP responses.
2012-10-01 Maxim DouninOCSP stapling: the ngx_event_openssl_stapling.c file.
2012-10-01 Maxim DouninOCSP stapling: ssl_stapling_file support.
2012-10-01 Maxim DouninOCSP stapling: ssl_trusted_certificate directive.
2012-09-28 Maxim DouninResolver: cached addresses are returned with random...
2012-09-28 Andrey BelovCorrect plural form for "path" in the whole source...
2012-09-28 Andrey BelovMade sure to initialize the entire ngx_file_t structure.
2012-09-27 Maxim DouninSSL: added version checks for ssl compression workaround.
2012-09-27 Maxim DouninSSL: fixed compression workaround to remove all methods.
2012-09-27 Andrey BelovConfigure: additional test for ExtUtils::Embed perl...
2012-09-26 Maxim DouninConfigure: help updated to list upstream keepalive...
2012-09-26 Maxim DouninAdded clearing of cpu_affinity after process spawn.
2012-09-26 Maxim DouninVersion bump.
2012-09-12 Maxim Douninrelease-1.3.6 tag
2012-09-12 Maxim Douninnginx-1.3.6-RELEASE release-1.3.6
2012-09-11 Maxim DouninUpdated zlib used for win32 builds.
2012-09-11 Maxim DouninHelper target "win32" to run configure for win32 builds.
2012-09-11 Maxim DouninConfigure: fixed make macros to use parentheses instead...
2012-09-11 Valentin BartenevImproved 50x error page.
2012-09-11 Maxim DouninConfigure: provide inflate() when building zlib on...
2012-09-11 Maxim DouninGunzip: removed nginx.h leftover include.
2012-09-10 Maxim DouninGunzip filter import.
2012-09-10 Maxim DouninGzip static: "always" parameter in "gzip_static" directive.
2012-09-10 Maxim DouninMemcached: memcached_gzip_flag directive.
2012-09-07 Valentin BartenevImproved welcome page.
2012-09-05 Maxim DouninWrite filter: replaced unneeded loop with one to free...
2012-09-03 Valentin BartenevLimit req: fix of rbtree node insertion on hash collisions.
2012-08-30 Ruslan ErmilovPass changes.xml thru xmllint when generating CHANGES...
2012-08-30 Ruslan ErmilovConverted DOS-style newlines.
2012-08-30 Ruslan ErmilovFixed overflow if ngx_slab_alloc() is called with very...
2012-08-30 Ruslan ErmilovFixed strict aliasing bugs when dealing with IPv4-mappe...
2012-08-28 Ruslan ErmilovFixed the "include" directive.
2012-08-27 Ruslan ErmilovVersion bump.
2012-08-21 Maxim Douninrelease-1.3.5 tag
2012-08-21 Maxim Douninnginx-1.3.5-RELEASE release-1.3.5
2012-08-18 Maxim DouninRadix tree preallocation fix.
2012-08-18 Maxim DouninWhitespace fix.
2012-08-17 Andrey BelovMark logically dead code with corresponding comment.
2012-08-17 Maxim DouninMp4: removed restriction to avc1/mp4a formats (ticket...
2012-08-17 Ruslan ErmilovMail: fixed handling of AF_UNIX addresses in "listen".
2012-08-17 Ruslan ErmilovRemoved a stale "AF_INET only" comment.
2012-08-17 Ruslan ErmilovMail: fixed sorting of listen addresses (ticket #187).
2012-08-16 Maxim DouninGeo: fixed handling of ranges without default set.
2012-08-16 Maxim DouninCrypt: fixed handling of corrupted SSHA entries in...
2012-08-16 Maxim DouninMap: fixed optimization of variables as values.
2012-08-15 Ruslan Ermilovmail_core: don't let the well-known port in the "listen...
2012-08-15 Ruslan ErmilovCorrected the directive name in the ngx_mail_auth_http_...
2012-08-08 Valentin BartenevAdded three missing checks for NULL after ngx_array_pus...
2012-08-07 Andrey BelovExplicitly ignore returned value from close() in ngx_ev...
2012-08-06 Andrey BelovExplicitly ignore returned value from unlink() in ngx_o...
2012-08-06 Maxim DouninResolver: fixed possible memory leak in ngx_resolver_cr...
2012-08-03 Ruslan ErmilovFixed the -p parameter handling.
2012-08-03 Maxim DouninFixed possible use of old cached times if runtime went...
2012-08-03 Maxim DouninAdded "const" to ngx_memcpy() with NGX_MEMCPY_LIMIT...
2012-08-03 Maxim DouninWhitespace fix.
2012-08-02 Ruslan ErmilovRemoved the need in Perl to generate ZIP archive of...
2012-08-02 Maxim DouninWin32: fixed build with Visual Studio 2005 Express.
2012-08-01 Andrey BelovReorder checks in ngx_shared_memory_add() for more...
2012-07-31 Ruslan ErmilovSimplified makefile that builds CHANGES.
2012-07-31 Ruslan ErmilovVersion bump.
2012-07-31 Ruslan ErmilovUpdated PCRE used for win32 builds.
next