| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-04-19 | style fix: remove trailing spaces | Igor Sysoev | 2 | -3/+3 | |
| 2007-04-19 | $upstream_http_... should be uncacheable | Igor Sysoev | 1 | -0/+1 | |
| 2007-04-19 | ngx_http_sub_filter_module | Igor Sysoev | 2 | -1/+796 | |
| 2007-04-19 | style fix: rename functions | Igor Sysoev | 1 | -6/+6 | |
| 2007-04-18 | store the upstream states before X-Accel-Redirect to a next upstream | Igor Sysoev | 3 | -33/+67 | |
| 2007-04-18 | style fix | Igor Sysoev | 1 | -3/+3 | |
| 2007-04-18 | style fix: remove tabs | Igor Sysoev | 4 | -71/+71 | |
| 2007-04-18 | fix segfault when | Igor Sysoev | 2 | -4/+14 | |
| *) perl was built without multiplicity *) when configuration was invalid | |||||
| 2007-04-18 | set nginx_stash after reconfiguration in single interpreter perl | Igor Sysoev | 1 | -0/+1 | |
| 2007-04-10 | $upstream_http_... variables | Igor Sysoev | 4 | -3/+41 | |
| 2007-04-03 | use 60 seconds interval but not 61 seconds | Igor Sysoev | 1 | -2/+2 | |
| 2007-04-02 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-04-02 | *) introduce ngx_strchr() | Igor Sysoev | 2 | -0/+7 | |
| *) test server_name for '/': it's common configuration error when trailing ';' is omitted and a next directive is treated as server_name | |||||
| 2007-04-02 | style fix | Igor Sysoev | 1 | -2/+2 | |
| 2007-04-01 | disable $document_root variable in the "root/alias" directive | Igor Sysoev | 1 | -0/+11 | |
| 2007-03-31 | ngx_ssl_recv_chain() must not update buf->last, | Igor Sysoev | 1 | -7/+15 | |
| it fixes proxy_pass https://... | |||||
| 2007-03-31 | separate ngx_http_upstream_test_connect() and | Igor Sysoev | 1 | -37/+52 | |
| use it in ngx_http_upstream_process_header() path too | |||||
| 2007-03-30 | flush nocachable variables before ngx_http_script_run() | Igor Sysoev | 1 | -3/+14 | |
| 2007-03-30 | disable TRACE method | Igor Sysoev | 3 | -0/+14 | |
| 2007-03-29 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2007-03-29 | the "include" support inside the "types" directive | Igor Sysoev | 1 | -2/+15 | |
| 2007-03-28 | style fix | Igor Sysoev | 1 | -1/+2 | |
| 2007-03-26 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-03-23 | ip_hash used wrong byte order | Igor Sysoev | 1 | -3/+5 | |
| 2007-03-23 | fix segfault if upstream sends trailing ";" in "charset=" | Igor Sysoev | 1 | -0/+2 | |
| 2007-03-21 | fix "zero size buf" if request body file is multiple of 32K and FastCGI is used | Igor Sysoev | 1 | -2/+2 | |
| 2007-03-21 | fix building without --with-debug on Solaris | Igor Sysoev | 1 | -1/+1 | |
| 2007-03-19 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-03-19 | Many changes: | Igor Sysoev | 12 | -2037/+3173 | |
| *) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop | |||||
| 2007-03-19 | close keep-alive connections in the shuting down processes | Igor Sysoev | 3 | -6/+30 | |
| 2007-03-07 | worker processes did not exit after reconfiguration and | Igor Sysoev | 1 | -0/+6 | |
| did not rotate logs if eventport was used | |||||
| 2007-03-06 | style fix | Igor Sysoev | 1 | -4/+6 | |
| 2007-03-06 | style fix | Igor Sysoev | 1 | -1/+2 | |
| 2007-03-06 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-03-06 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2007-03-06 | avoid endless loop | Igor Sysoev | 1 | -3/+2 | |
| 2007-03-06 | decrease log level from alert to debug for POLLERR|POLLHUP|POLLNVAL | Igor Sysoev | 2 | -4/+4 | |
| 2007-02-21 | use the contemporary directives | Igor Sysoev | 2 | -6/+6 | |
| 2007-02-20 | ngx_log_error() > ngx_conf_log_error() | Igor Sysoev | 1 | -54/+27 | |
| 2007-02-20 | use "goto" instead of indistinct "break" | Igor Sysoev | 1 | -11/+13 | |
| 2007-02-20 | stop on superfluous closing "}" | Igor Sysoev | 1 | -0/+6 | |
| 2007-02-19 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-02-17 | a client address must be allocated from a connection pool | Igor Sysoev | 1 | -1/+8 | |
| to live through the keep-alive requests | |||||
| 2007-02-17 | ioctl FIONBIO uses int, so nginx did not work on big-endian 64-bit platforms | Igor Sysoev | 1 | -2/+2 | |
| 2007-02-16 | COPY and MOVE | Igor Sysoev | 1 | -160/+742 | |
| fix PUT and DELETE to conform to WebDAV specification | |||||
| 2007-02-15 | finalize request to allow post_action | Igor Sysoev | 1 | -3/+1 | |
| 2007-02-15 | fix broken values, debug logging, and style fix | Igor Sysoev | 1 | -9/+19 | |
| 2007-02-15 | optimize $http_x_forwarded_for | Igor Sysoev | 1 | -1/+1 | |
| 2007-02-15 | fix format | Igor Sysoev | 1 | -1/+1 | |
| 2007-02-15 | close connection for too long commands | Igor Sysoev | 1 | -0/+2 | |
