aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* fix segfault whenIgor Sysoev2007-04-18
| | | | | *) perl was built without multiplicity *) when configuration was invalid
* set nginx_stash after reconfiguration in single interpreter perlIgor Sysoev2007-04-18
|
* $upstream_http_... variablesIgor Sysoev2007-04-10
|
* use 60 seconds interval but not 61 secondsIgor Sysoev2007-04-03
|
* bump versionIgor Sysoev2007-04-02
|
* *) introduce ngx_strchr()Igor Sysoev2007-04-02
| | | | | *) test server_name for '/': it's common configuration error when trailing ';' is omitted and a next directive is treated as server_name
* style fixIgor Sysoev2007-04-02
|
* disable $document_root variable in the "root/alias" directiveIgor Sysoev2007-04-01
|
* ngx_ssl_recv_chain() must not update buf->last,Igor Sysoev2007-03-31
| | | | it fixes proxy_pass https://...
* separate ngx_http_upstream_test_connect() andIgor Sysoev2007-03-31
| | | | use it in ngx_http_upstream_process_header() path too
* flush nocachable variables before ngx_http_script_run()Igor Sysoev2007-03-30
|
* disable TRACE methodIgor Sysoev2007-03-30
|
* style fixIgor Sysoev2007-03-29
|
* the "include" support inside the "types" directiveIgor Sysoev2007-03-29
|
* style fixIgor Sysoev2007-03-28
|
* bump versionIgor Sysoev2007-03-26
|
* ip_hash used wrong byte orderIgor Sysoev2007-03-23
|
* fix segfault if upstream sends trailing ";" in "charset="Igor Sysoev2007-03-23
|
* fix "zero size buf" if request body file is multiple of 32K and FastCGI is usedIgor Sysoev2007-03-21
|
* fix building without --with-debug on SolarisIgor Sysoev2007-03-21
|
* bump versionIgor Sysoev2007-03-19
|
* Many changes:Igor Sysoev2007-03-19
| | | | | | | *) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop
* close keep-alive connections in the shuting down processesIgor Sysoev2007-03-19
|
* worker processes did not exit after reconfiguration andIgor Sysoev2007-03-07
| | | | did not rotate logs if eventport was used
* style fixIgor Sysoev2007-03-06
|
* style fixIgor Sysoev2007-03-06
|
* bump versionIgor Sysoev2007-03-06
|
* style fixIgor Sysoev2007-03-06
|
* avoid endless loopIgor Sysoev2007-03-06
|
* decrease log level from alert to debug for POLLERR|POLLHUP|POLLNVALIgor Sysoev2007-03-06
|
* use the contemporary directivesIgor Sysoev2007-02-21
|
* ngx_log_error() > ngx_conf_log_error()Igor Sysoev2007-02-20
|
* use "goto" instead of indistinct "break"Igor Sysoev2007-02-20
|
* stop on superfluous closing "}"Igor Sysoev2007-02-20
|
* bump versionIgor Sysoev2007-02-19
|
* a client address must be allocated from a connection poolIgor Sysoev2007-02-17
| | | | to live through the keep-alive requests
* ioctl FIONBIO uses int, so nginx did not work on big-endian 64-bit platformsIgor Sysoev2007-02-17
|
* COPY and MOVEIgor Sysoev2007-02-16
| | | | fix PUT and DELETE to conform to WebDAV specification
* finalize request to allow post_actionIgor Sysoev2007-02-15
|
* fix broken values, debug logging, and style fixIgor Sysoev2007-02-15
|
* optimize $http_x_forwarded_forIgor Sysoev2007-02-15
|
* fix formatIgor Sysoev2007-02-15
|
* close connection for too long commandsIgor Sysoev2007-02-15
|
* if client closes a connection prematurely, then epoll (at leastIgor Sysoev2007-02-15
| | | | | in Linux 2.6.16) sends EPOLLERR|EPOLLHUP|EPOLLIN only and writer does not know about the error
* add debug loggingIgor Sysoev2007-02-15
|
* return error for too long commandsIgor Sysoev2007-02-14
|
* ngx_strcasecmp()/ngx_strncasecmp()Igor Sysoev2007-02-14
|
* fix building on platforms with non-supported atomic operationsIgor Sysoev2007-02-14
|
* bump versionIgor Sysoev2007-02-12
|
* correct r1100Igor Sysoev2007-02-12
|