summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2012-03-22Added xslt_param and xslt_string_param directives.Maxim Dounin1-33/+168
2012-03-22Fixed off-by-one in xslt parameter parsing.Maxim Dounin1-1/+1
2012-03-22Restricted keepalive_disable safari to OS X only.Maxim Dounin1-1/+3
2012-03-22Removed safari from keepalive_disable default.Maxim Dounin1-2/+1
2012-03-21The addition of $tcpinfo_* variables has broken the build on LinuxRuslan Ermilov1-0/+5
2012-03-21worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.Ruslan Ermilov9-28/+119
2012-03-21If we inserted "Last-Modified" in r->headers_out.headers, don'tRuslan Ermilov1-0/+2
2012-03-21Minor ngx_http_headers_filter_module.c code cleanup.Ruslan Ermilov1-22/+20
2012-03-19For the sake of case/switch code readability, 'fall through'Maxim Konovalov2-0/+5
2012-03-16Implemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd, andRuslan Ermilov2-0/+86
2012-03-16Some older OSes (notably FreeBSD 4.x) did not have %zuRuslan Ermilov1-1/+1
2012-03-15Fixed compilation warnings in configuration C tests.Ruslan Ermilov5-12/+19
2012-03-15Local variable "ngx_http_next_filter" renamed to "ngx_http_next_body_filter"Ruslan Ermilov2-7/+8
2012-03-15The "error_log" directive specified in the "http", "server", andRuslan Ermilov1-2/+9
2012-03-15Slight optimization in ngx_http_get_variable_index().Ruslan Ermilov1-1/+1
2012-03-15- New variable: $connection_requests.Ruslan Ermilov1-1/+13
2012-03-15Version bump.Maxim Dounin2-3/+3
2012-03-15release-1.1.17 tagMaxim Dounin1-0/+1
2012-03-15nginx-1.1.17-RELEASErelease-1.1.17Maxim Dounin1-0/+38
2012-03-15Headers with null character are now rejected.Maxim Dounin1-0/+14
2012-03-15Fixed incorrect ngx_cpystrn() usage in ngx_http_*_process_header().Maxim Dounin4-10/+16
2012-03-15Fixed ssi and perl interaction.Maxim Dounin1-2/+12
2012-03-15Uwsgi: merged r->http_version fixes from scgi module.Maxim Dounin1-12/+3
2012-03-15Updated OpenSSL and PCRE used for win32 builds.Maxim Dounin1-2/+2
2012-03-12Mentioned the NGINX environment variable.Ruslan Ermilov1-1/+7
2012-03-11Added scgi_temp and uwsgi_temp to svn:ignore.Ruslan Ermilov0-0/+0
2012-03-06- Applied some of the OpenBSD changes.Ruslan Ermilov1-48/+42
2012-03-05Whitespace fixes.Maxim Dounin9-9/+14
2012-03-05Grammar and wording fixes in CHANGES.Maxim Dounin1-4/+4
2012-03-05Version bump.Maxim Dounin2-3/+3
2012-02-29release-1.1.16 tagMaxim Dounin1-0/+1
2012-02-29nginx-1.1.16-RELEASErelease-1.1.16Maxim Dounin1-0/+113
2012-02-28Raised simultaneous subrequest limit from 50 to 200.Maxim Dounin1-1/+1
2012-02-28Added msleep() on reload to allow new processes to start.Maxim Dounin1-0/+4
2012-02-28Fixed spelling in single-line comments.Ruslan Ermilov21-38/+38
2012-02-28Workaround for fs_size on ZFS (ticket #46).Maxim Dounin1-2/+3
2012-02-27Fix of rbtree lookup on hash collisions.Maxim Dounin6-116/+81
2012-02-27Fixed null pointer dereference in resolver (ticket #91).Maxim Dounin1-5/+6
2012-02-27Disable symlinks: added the "from=" parameter to the "disable_symlinks"Valentin Bartenev2-16/+144
2012-02-27Disable symlinks: initialization of the "disable_symlinks" field inValentin Bartenev10-33/+65
2012-02-27Disable symlinks: added the "from" parameter support to the open file cache.Valentin Bartenev2-1/+26
2012-02-27Configure: moved icc detection before gcc.Maxim Dounin1-5/+5
2012-02-27Added support for the 307 Temporary Redirect.Ruslan Ermilov6-14/+34
2012-02-22Renamed constants and fixed off-by-one error in "msie_padding on" handling.Ruslan Ermilov1-18/+15
2012-02-22Event pipe: fixed buffer loss in p->length case.Maxim Dounin1-1/+2
2012-02-21Disable symlinks: use O_SEARCH|O_DIRECTORY to open path components.Valentin Bartenev2-30/+31
2012-02-21Disable symlinks: don't allow creating or truncating a file via a symlink inValentin Bartenev1-1/+3
2012-02-21Disable symlinks: cleanups once again.Valentin Bartenev1-8/+10
2012-02-20Disable symlinks: added explicit cast of AT_FDCWD (ticket #111).Maxim Dounin2-4/+6
2012-02-20Disable symlinks: error handling cleanup again.Maxim Dounin1-4/+4