summaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_socket.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes with nginx 1.1.14 30 Jan 2012v1.1.14NGINX team2012-01-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | *) Feature: multiple "limit_req" limits may be used simultaneously. *) Bugfix: in error handling while connecting to a backend. Thanks to Piotr Sikora. *) Bugfix: in AIO error handling on FreeBSD. *) Bugfix: in the OpenSSL library initialization. *) Bugfix: the "proxy_redirect" directives might not be correctly inherited. *) Bugfix: memory leak during reconfiguration if the "pcre_jit" directive was used. Maxim Dounin _______________________________________________ nginx-announce mailing list nginx-announce@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-announce
* Changes with nginx 0.3.44 04 May 2006v0.3.44Igor Sysoev2006-05-041-1/+4
| | | | | | | | | *) Feature: the "wait" parameter in the SSI "include" command. *) Feature: the Ukrainian and Byelorussian characters were added to koi-win conversion table. *) Bugfix: in the SSI.
* Changes with nginx 0.1.9 25 Nov 2004v0.1.9Igor Sysoev2004-11-251-1/+1
| | | | | | | | | | | | | | *) Bugfix: the proxied request was sent without arguments if the request contains "//", "/./", "/../" or "%XX". *) Bugfix: the large compressed responses may be transferred not completely. *) Bugfix: the files bigger than 2G was not transferred on Linux that does not support sendfile64(). *) Bugfix: while the build configuration on Linux the --with-poll_module parameter was required; bug appeared in 0.1.8.
* Changes with nginx 0.1.7 12 Nov 2004v0.1.7Igor Sysoev2004-11-121-1/+1
| | | | | *) Bugfix: on FreeBSD the segmentation fault may occure if the size of the transferred file was changed; bug appeared in 0.1.2.
* Changes with nginx 0.1.5 11 Nov 2004v0.1.5Igor Sysoev2004-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | *) Bugfix: on Solaris and Linux there may be too many "recvmsg() returned not enough data" alerts. *) Bugfix: there were the "writev() failed (22: Invalid argument)" errors on Solaris in proxy mode without sendfile. On other platforms that do not support sendfile at all the process got caught in an endless loop. *) Bugfix: segmentation fault on Solaris in proxy mode and using sendfile. *) Bugfix: segmentation fault on Solaris. *) Bugfix: on-line upgrade did not work on Linux. *) Bugfix: the ngx_http_autoindex_module module did not escape the spaces, the quotes, and the percent signs in the directory listing. *) Change: the decrease of the copy operations. *) Feature: the userid_p3p directive.
* Changes with nginx 0.1.2 21 Oct 2004v0.1.2Igor Sysoev2004-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | *) Feature: the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS options in configure. *) Feature: the server_name directive supports *.domain.tld. *) Bugfix: the portability improvements. *) Bugfix: if configuration file was set in command line, the reconfiguration was impossible, bug appeared in 0.1.1. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used. *) Bugfix: with sendfile the response was not recoded according to the charset module directives, bug appeared in 0.1.1. *) Bugfix: very seldom bug in the kqueue processing. *) Bugfix: the gzip module compressed the proxied responses that was already compressed.
* The first public versionv0.1.0Igor Sysoev2004-10-051-0/+60