]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2015-04-07 Maxim Douninrelease-1.6.3 tag stable-1.6
2015-04-07 Maxim Douninnginx-1.6.3 changes fix release-1.6.3
2015-04-07 Maxim Douninrelease-1.6.3 tag
2015-04-07 Maxim Douninnginx-1.6.3-RELEASE
2015-03-22 Maxim DouninUpdated OpenSSL used for win32 builds.
2015-03-16 Ruslan ErmilovOverflow detection in ngx_http_parse_chunked().
2015-03-16 Ruslan ErmilovOverflow detection in ngx_http_range_parse().
2015-03-16 Ruslan ErmilovOverflow detection in ngx_inet_addr().
2015-03-16 Ruslan ErmilovCore: overflow detection in ngx_parse_time() (ticket...
2015-03-16 Ruslan ErmilovRefactored ngx_parse_time().
2015-03-16 Ruslan ErmilovCore: overflow detection in number parsing functions.
2015-03-16 Ruslan ErmilovCore: expose maximum values of time_t and ngx_int_t.
2015-02-24 Maxim DouninCore: fixed potential buffer overrun when initializing...
2015-02-04 Roman ArutyunyanCore: fixed a race resulting in extra sem_post()'s.
2014-11-28 Maxim DouninFixed post_action to not trigger "header already sent...
2014-11-21 Valentin BartenevSPDY: push pending data while closing a stream as with...
2014-11-20 Ruslan ErmilovResolver: fixed use-after-free memory access.
2014-11-17 Maxim DouninSSL: logging level of "inappropriate fallback" (ticket...
2014-10-08 Maxim DouninFixed possible buffer overrun in "too long header line...
2014-10-02 Yichun ZhangCore: fixed buffer overrun when hash max_size reached.
2015-04-06 Maxim DouninVersion bump.
2014-09-16 Maxim Douninrelease-1.6.2 tag
2014-09-16 Maxim Douninnginx-1.6.2-RELEASE release-1.6.2
2014-09-15 Maxim DouninUpdated OpenSSL used for win32 builds.
2014-09-15 Maxim DouninSSL: session id context now includes certificate hash.
2014-08-19 Ruslan ErmilovResolver: notify all waiting requests on timeout.
2014-07-16 Ruslan ErmilovResolver: fixed resend on malformed responses.
2014-09-15 Maxim DouninVersion bump.
2014-08-05 Maxim Douninrelease-1.6.1 tag
2014-08-05 Maxim Douninnginx-1.6.1-RELEASE release-1.6.1
2014-08-05 Maxim DouninMail: discard pipelined commands after SMTP STARTTLS.
2014-07-18 Maxim DouninReset of r->uri.len on URI parsing errors.
2014-07-04 Maxim DouninUpdated PCRE used for win32 builds.
2014-06-17 Maxim DouninUpdated OpenSSL used for win32 builds.
2014-05-21 Maxim DouninMail: added a check for the number of arguments in...
2014-08-05 Maxim DouninVersion bump.
2014-04-24 Maxim Douninrelease-1.6.0 tag
2014-04-24 Maxim Douninnginx-1.6.0-RELEASE release-1.6.0
2014-04-23 Maxim KonovalovMissed comma fixed. A couple of Latin symbols plugged...
2014-04-18 Maxim DouninVersion bump.
2014-04-18 Maxim Douninstable-1.6 branch
2014-04-16 Valentin BartenevSPDY: fixed typo in log message.
2014-04-16 Valentin BartenevFixed missing "static" in declaration of ngx_http_gzip_...
2014-04-09 Valentin BartenevSPDY: moved a variable initialization near to its check.
2014-04-08 Valentin BartenevSPDY: fixed arguments supplied for an error message.
2014-04-08 Valentin BartenevVersion bump.
2014-04-08 Maxim Douninrelease-1.5.13 tag
2014-04-08 Maxim Douninnginx-1.5.13-RELEASE release-1.5.13
2014-04-08 Maxim DouninUpdated OpenSSL used for win32 builds.
2014-04-07 Valentin BartenevSPDY: avoid creating flush frames.
2014-04-07 Valentin BartenevSPDY: consistently handle control frames with unknown...
2014-04-07 Valentin BartenevSPDY: refactored ngx_http_spdy_state_read_data().
2014-04-07 Valentin BartenevSPDY: better detect premature closing of stream.
2014-04-07 Maxim DouninWin32: fixed shared ssl_session_cache (ticket #528).
2014-04-07 Maxim DouninWin32: fixed link flags with MSVC, broken by bfe536716dbf.
2014-04-01 Roman ArutyunyanMp4: allow end values bigger than track duration.
2014-03-31 Maxim DouninAdjusted default value of types_hash_bucket_size (ticke...
2014-03-31 Maxim DouninCore: fixed hash to actually try max_size.
2014-03-31 Maxim DouninCore: hash now ignores bucket_size if it hits max_size...
2014-03-31 Maxim DouninCore: slab log_nomem flag.
2014-03-31 Maxim DouninWin32: fixed cpu hog by cache manager on exit (ticket...
2014-03-31 Maxim DouninMail: fixed ngx_mail_send() (ticket #519).
2014-03-31 Maxim DouninAdded #ifndef around NGX_HAVE_CASELESS_FILESYSTEM define.
2014-03-31 Roman ArutyunyanMp4: improved logging after adding "end" support.
2014-03-31 Roman ArutyunyanMp4: fixed seeking to a track end.
2014-03-28 Valentin BartenevSPDY: detect premature closing of stream.
2014-03-28 Valentin BartenevSPDY: fixed the DATA frame length handling in case...
2014-03-26 Valentin BartenevSPDY: better detect if headers block has wrong entries...
2014-03-26 Valentin BartenevSPDY: detect premature end of frame while start parsing...
2014-03-24 Piotr SikoraApply underscores_in_headers also to the first character.
2014-03-25 Andrei BelovIncreased default value of variables_hash_max_size.
2014-03-24 Sergey KandaurovMp4: skipped empty stss atom table in output.
2014-03-21 Maxim DouninRange filter: single_range flag in request.
2014-03-20 Roman ArutyunyanMp4: added "end" argument support.
2014-03-20 Roman ArutyunyanMp4: moved atom cropping code out of update functions.
2014-03-19 Maxim DouninSPDY: improved ngx_http_spdy_state_save() again.
2014-03-19 Maxim DouninMacros used for initialization in ngx_http_core_init_ma...
2014-03-19 Maxim DouninSPDY: improved ngx_http_spdy_state_save() check.
2014-03-19 Maxim DouninSPDY: macro used for recv_buffer_size initialization.
2014-03-18 Maxim DouninVersion bump.
2014-03-18 Maxim Douninrelease-1.5.12 tag
2014-03-18 Maxim Douninnginx-1.5.12-RELEASE release-1.5.12
2014-03-18 Maxim DouninSPDY: always check size of data to be saved into state...
2014-03-17 Roman ArutyunyanAdded server-side support for PROXY protocol v1 (ticket...
2014-03-17 Maxim DouninFastCGI: f->split_parts reset on request start.
2014-03-07 Maxim DouninCore: fixed wrong indices in listening sockets compare...
2014-03-06 Filipe da SilvaMIME: added application/xspf+xml MIME type (ticket...
2014-03-06 Sergey KandaurovAdded connection serial number in logging of left open...
2014-03-06 Sergey KandaurovFixed format specifier in logging of "c->number".
2014-03-04 Roman ArutyunyanMIME: added video/mp2t and application/vnd.apple.mpegur...
2014-03-04 Roman ArutyunyanVersion bump.
2014-03-04 Maxim Douninrelease-1.5.11 tag
2014-03-04 Maxim Douninnginx-1.5.11-RELEASE release-1.5.11
2014-03-03 Valentin BartenevSPDY: fixed potential integer overflow while parsing...
2014-03-03 Valentin BartenevSPDY: constant number of preallocated structures for...
2014-03-03 Maxim DouninRequest body: avoid potential overflow.
2014-03-03 Valentin BartenevGzip static: fixed NGX_CONF_FLAG misuse.
2014-02-28 Maxim DouninDocs: xslt regenerated.
2014-02-28 Maxim DouninDocs: switched from java XSLScript to xslscript.pl.
2014-02-27 Maxim DouninDisabled redirects to named locations if URI is not...
next