summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.7.3-RELEASErelease-1.7.3Maxim Dounin2014-07-081-0/+80
* Win32: ngx_open_dir() and ngx_close_dir() fixes.Maxim Dounin2014-07-052-1/+14
* Updated PCRE used for win32 builds.Maxim Dounin2014-07-041-1/+1
* SSL: logging level of "peer closed connection in SSL handshake".Maxim Dounin2014-07-041-2/+2
* Upstream: p->downstream_error instead of closing connection.Maxim Dounin2014-07-042-21/+12
* Upstream: fixed handling of write event after sending request.Valentin Bartenev2014-07-011-7/+7
* SSL: the "ssl_password_file" directive.Valentin Bartenev2014-06-166-11/+293
* Configure: restored "nginx/" missed in 6e4bb1d6679d.Maxim Dounin2014-06-261-1/+2
* Core: removed meaningless check from ngx_palloc_block().Maxim Dounin2014-06-261-7/+3
* Fixed wrong sizeof() in ngx_http_init_locations().Maxim Dounin2014-06-261-2/+2
* Core: plugged socket leak during configuration test.Maxim Dounin2014-06-261-6/+6
* Configure: style.Maxim Dounin2014-06-261-2/+4
* Upstream: cache revalidation using If-None-Match.Maxim Dounin2014-06-265-4/+33
* Cache: ETag now saved into cache header.Maxim Dounin2014-06-263-1/+22
* Cache: version in cache files.Maxim Dounin2014-06-262-1/+13
* Entity tags: explicit flag to skip not modified filter.Maxim Dounin2014-06-263-1/+12
* Entity tags: weak comparison for If-None-Match.Maxim Dounin2014-06-261-10/+28
* Entity tags: downgrade strong etags to weak ones as needed.Maxim Dounin2014-06-268-7/+56
* Upstream: fixed cache revalidation with SSI.Maxim Dounin2014-06-262-7/+32
* Upstream: removed unused offset to content_length.Maxim Dounin2014-06-261-2/+1
* Upstream: no need to clear r->headers_out.last_modified_time.Maxim Dounin2014-06-261-1/+0
* Not modified filter: debug log format fixed.Maxim Dounin2014-06-261-2/+2
* Upstream: reduced diffs to the plus version of nginx.Ruslan Ermilov2014-06-201-23/+21
* FreeBSD has migrated to Bugzilla.Sergey Kandaurov2014-06-192-2/+2
* Core: added ngx_slab_calloc() and ngx_slab_calloc_locked().Ruslan Ermilov2014-06-043-16/+37
* Version bump.Ruslan Ermilov2014-06-181-2/+2
* release-1.7.2 tagMaxim Dounin2014-06-171-0/+1
* nginx-1.7.2-RELEASErelease-1.7.2Maxim Dounin2014-06-171-0/+69
* Configure: workaround for system perl on OS X (ticket #576).Maxim Dounin2014-06-171-0/+5
* Updated OpenSSL used for win32 builds.Maxim Dounin2014-06-171-1/+1
* Upstream: simplified some code that accesses peers.Ruslan Ermilov2014-06-121-54/+62
* Access log: fix default value, broken by cb308813b453.Piotr Sikora2014-06-031-5/+2
* Core: slab allocator free pages defragmentation.Maxim Dounin2014-06-032-1/+60
* Upstream: generic hash module.Roman Arutyunyan2014-06-028-0/+649
* SPDY: fixed operator precedence in uint16/uint32 write macros.Valentin Bartenev2014-05-291-5/+8
* Fixed config parsing of the last try_files parameter.Sergey Kandaurov2014-05-281-1/+2
* Configure: added -Wno-deprecated-declarations on OS X.Maxim Dounin2014-05-283-3/+10
* Version bump.Maxim Dounin2014-05-281-2/+2
* release-1.7.1 tagMaxim Dounin2014-05-271-0/+1
* nginx-1.7.1-RELEASErelease-1.7.1Maxim Dounin2014-05-271-0/+118
* Sub filter: fixed subrequests handling.Maxim Dounin2014-05-271-2/+6
* Syslog: fixed message sending on win32.Vladimir Homutov2014-05-271-0/+4
* Syslog: fixed possible resource leak and more verbose logging.Vladimir Homutov2014-05-261-12/+22
* Events: use eventfd() instead of syscall(SYS_eventfd) if possible.Ruslan Ermilov2014-05-233-10/+34
* Upstream: fix tries check in ip_hash.Roman Arutyunyan2014-05-231-1/+1
* Mail: output client port number on client connects (ticket #531).Ruslan Ermilov2014-05-221-2/+6
* Core: output client port number when logging accept event.Ruslan Ermilov2014-05-221-3/+11
* Mail: added a check for the number of arguments in MAIL/RCPT.Maxim Dounin2014-05-211-0/+10
* Added syslog support for error_log and access_log directives.Vladimir Homutov2014-05-1211-23/+544
* Configure: the --build= option.Ruslan Ermilov2014-05-206-3/+16