]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2011-10-12 Ruslan ErmilovReplaced magic constants representing default values...
2011-10-12 Ruslan ErmilovStylistic change in checking the boolean expression.
2011-10-12 Igor SysoevPreallocating exact number of default MIME types entries.
2011-10-12 Ruslan ErmilovFixed configuration summary and manpage contents for...
2011-10-12 Ruslan ErmilovRemoved old warning that suggested to use "server_name_...
2011-10-11 Maxim DouninAdditional headers for proxy/fastcgi/uwsgi/scgi_ignore_...
2011-10-11 Maxim DouninHandling of Content-Encoding set from perl.
2011-10-11 Maxim DouninFix for socket leak with "aio sendfile" and "limit_rate".
2011-10-11 Maxim DouninFix for connection drops with AIO.
2011-10-11 Maxim DouninAutoindex: escape html in file names.
2011-10-11 Maxim DouninAutoindex: escape '?' in file names.
2011-10-11 Maxim DouninImproved access log escaping to better protect other...
2011-10-11 Igor SysoevFixing directive name in error message if types hash...
2011-10-11 Igor SysoevFixing mp4 module seeking on 32-bit platforms.
2011-10-10 Ruslan ErmilovFixed macro name.
2011-10-09 Ruslan ErmilovThe reference documentation is moving elsewhere.
2011-10-07 Igor SysoevReleasing memory of idle SSL connection. This saves...
2011-10-07 Igor SysoevDisabling SSL compression. This saves about 300K per...
2011-10-07 Igor SysoevVersion bump.
2011-10-07 Ruslan ErmilovImproved ngx_parse_time() code readability.
2011-10-07 Ruslan ErmilovTweaked error messages.
2011-10-06 Igor SysoevAdding repository path missed in r4179.
2011-10-05 Igor Sysoevrelease-1.1.5 tag
2011-10-05 Igor Sysoevnginx-1.1.5-RELEASE release-1.1.5
2011-10-05 Igor SysoevAdding RELEASE procedure in GNUmakefile.
2011-10-05 Igor SysoevVersion bump.
2011-10-05 Maxim DouninFixed cache bypass caching of non-cacheable replies...
2011-09-30 Maxim DouninAdded uwsgi_buffering and scgi_buffering directives.
2011-09-30 Igor SysoevUsing strtod() instead of atofp() to support a lot...
2011-09-29 Igor SysoevFix of building on platforms with 32-bit off_t. (closed...
2011-09-27 Maxim DouninFixed segmentation fault with empty config on Windows.
2011-09-27 Maxim DouninFix for "ssl_session_cache builtin" (broken since 1...
2011-09-27 Maxim DouninBetter handling of late upstream creation.
2011-09-27 Maxim DouninCache: fix for sending of stale responses.
2011-09-27 Maxim DouninCache: fix for sending of empty responses.
2011-09-27 Maxim DouninIncorrect special case for "return 204" removed.
2011-09-27 Maxim DouninFix for "return 202" not discarding body.
2011-09-27 Maxim DouninFix for double content when return is used in error_pag...
2011-09-27 Maxim DouninFix for incorrect 201 replies from dav module.
2011-09-25 Maxim DouninProxy: logging levels tuned, double logging fixed.
2011-09-25 Maxim DouninProxy: whitespaces after chunk size allowed.
2011-09-25 Maxim DouninUpstream: clearing of u->peer.connection on close.
2011-09-23 Ruslan ErmilovFixed error message.
2011-09-20 Ruslan ErmilovFixed markup.
2011-09-20 Igor Sysoevrelease-1.1.4 tag
2011-09-20 Igor Sysoevnginx-1.1.4-RELEASE release-1.1.4
2011-09-20 Maxim DouninFix of separate pool for upstream connections (r4117).
2011-09-20 Maxim DouninFixed loss of chain links in ngx_event_pipe_read_upstre...
2011-09-20 Maxim DouninFixed loss of chain links in fastcgi module.
2011-09-20 Maxim DouninFix of cpu hog in event pipe.
2011-09-20 Igor SysoevThe "worker_aio_requests" directive.
2011-09-19 Ruslan ErmilovReplaced "can not" with "cannot" and "could not" in...
2011-09-19 Ruslan ErmilovCosmetics: replaced NGX_CONF_TAKE1 to NGX_CONF_FLAG...
2011-09-19 Ruslan ErmilovOverhauled diagnostic messages.
2011-09-16 Igor SysoevFixing Linux AIO initiatialization: AIO operations...
2011-09-16 Igor SysoevFixing Linux AIO syscalls return value handling:
2011-09-16 Maxim DouninTrailing space fix.
2011-09-15 Maxim DouninUpstream keepalive module.
2011-09-15 Maxim DouninProxy: basic HTTP/1.1 support (including keepalive).
2011-09-15 Maxim DouninProtocol version parsing in ngx_http_parse_status_line().
2011-09-15 Maxim DouninUpstream: Connection header processing.
2011-09-15 Maxim DouninUpstream: Transfer-Encoding header processing.
2011-09-15 Maxim DouninKeepalive support in fastcgi.
2011-09-15 Maxim DouninKeepalive support in memcached.
2011-09-15 Maxim DouninUpstream: keepalive flag.
2011-09-15 Maxim DouninUpstream: pipe length and input_filter_init in buffered...
2011-09-15 Maxim DouninUpstream: r->upstream->length type change to off_t.
2011-09-15 Maxim DouninUpstream: content_length_n API change.
2011-09-15 Maxim DouninUpstream: separate pool for peer connections.
2011-09-15 Maxim DouninWorkaround for cpu hog on errors with cached connections.
2011-09-15 Maxim DouninAPI change: ngx_chain_update_chains() now requires...
2011-09-15 Maxim DouninBuffers reuse in chunked filter.
2011-09-15 Igor SysoevMP4 co64 atom support added.
2011-09-15 Ruslan ErmilovRegenerated after previous commit.
2011-09-15 Ruslan ErmilovAdded ngx_http_mp4_module documentation.
2011-09-15 Ruslan ErmilovRegenerated after previous commit.
2011-09-15 Ruslan Ermilov- The module name is now also output as an HTML header.
2011-09-15 Igor SysoevFix of struct field name.
2011-09-14 Igor SysoevStyle fix.
2011-09-14 Igor SysoevFixing building by gcc-4.7.
2011-09-14 Igor SysoevVersion bump.
2011-09-14 Igor Sysoevrelease-1.1.3 tag
2011-09-14 Igor Sysoevnginx-1.1.3-RELEASE release-1.1.3
2011-09-14 Igor SysoevFix of the previous commit: is_directio flag processing...
2011-09-14 Igor SysoevBugfix: open_file_cache did not update file info on...
2011-09-14 Igor SysoevSkipping traks with unsupported media formats.
2011-09-14 Igor SysoevFix of case when start sample does not reside on chunk...
2011-09-13 Ruslan ErmilovIn Mac OS X Lion, Apple deprecated the use of the syste...
2011-09-12 Igor SysoevFix of debug message format.
2011-09-12 Igor SysoevFix of codec debug message.
2011-09-12 Igor SysoevFix of error message.
2011-09-12 Igor SysoevFix of error message.
2011-09-12 Ruslan ErmilovRegenerate after previous commits.
2011-09-12 Ruslan Ermilov- The "example" element can now contain sub-elements.
2011-09-12 Ruslan ErmilovHTTP errors are now output as "code (text)".
2011-09-12 Igor Sysoevmp4_max_moov_size directive has been renamed to mp4_max...
2011-09-09 Igor Sysoevbugfix of r4086: nginx could not be built without debug...
2011-09-09 Igor SysoevBugfix of r4086: directio was always enabled if mp4...
2011-09-09 Igor Sysoev"video/mp4" mime type added.
2011-09-09 Igor Sysoevngx_http_mp4_module
next