summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix/ngx_thread.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2018-07-22Fixed NGX_TID_T_FMT format specification for uint64_t.Maxim Dounin1-2/+2
Previously, "%uA" was used, which corresponds to ngx_atomic_uint_t. Size of ngx_atomic_uint_t can be easily different from uint64_t, leading to undefined results.
2015-03-20Removed busy locks.Ruslan Ermilov1-3/+0
2015-03-20Removed old pthread implementation.Ruslan Ermilov1-98/+0
2015-03-20Removed old FreeBSD rfork() thread implementation.Ruslan Ermilov1-8/+0
2015-03-14Thread pools implementation.Valentin Bartenev1-0/+52
2015-03-04Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov1-2/+2
It's mostly dead code and the original idea of worker threads has been rejected.
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2009-11-02style fixIgor Sysoev1-1/+0
2005-10-19nginx-0.3.3-RELEASE importrelease-0.3.3Igor Sysoev1-6/+7
*) Change: the "bl" and "af" parameters of the "listen" directive was renamed to the "backlog" and "accept_filter". *) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen" directive. *) Change: the "$msec" log parameter does not require now the additional the gettimeofday() system call. *) Feature: the -t switch now tests the "listen" directives. *) Bugfix: if the invalid address was specified in the "listen" directive, then after the -HUP signal nginx left an open socket in the CLOSED state. *) Bugfix: the mime type may be incorrectly set to default value for index file with variable in the name; the bug had appeared in 0.3.0. *) Feature: the "timer_resolution" directive. *) Feature: the millisecond "$upstream_response_time" log parameter. *) Bugfix: a temporary file with client request body now is removed just after the response header was transferred to a client. *) Bugfix: OpenSSL 0.9.6 compatibility. *) Bugfix: the SSL certificate and key file paths could not be relative. *) Bugfix: the "ssl_prefer_server_ciphers" directive did not work in the ngx_imap_ssl_module. *) Bugfix: the "ssl_protocols" directive allowed to specify the single protocol only.
2004-11-25nginx-0.1.9-RELEASE importrelease-0.1.9Igor Sysoev1-1/+0
*) 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; the bug had appeared in 0.1.8.
2004-11-11nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev1-7/+7
*) 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.
2004-10-21nginx-0.1.2-RELEASE importrelease-0.1.2Igor Sysoev1-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; the bug had 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; the bug had 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.
2004-09-29nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev1-1/+1
2004-09-28nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused filesIgor Sysoev1-0/+6
2004-07-08nginx-0.0.7-2004-07-08-19:17:47 importIgor Sysoev1-0/+1
2004-07-07nginx-0.0.7-2004-07-07-23:48:31 importIgor Sysoev1-0/+4
2004-07-07nginx-0.0.7-2004-07-07-19:01:00 importIgor Sysoev1-14/+11
2004-07-07nginx-0.0.7-2004-07-07-10:15:04 importIgor Sysoev1-1/+0
2004-07-06nginx-0.0.7-2004-07-06-20:12:16 importIgor Sysoev1-0/+12
2004-07-05nginx-0.0.7-2004-07-05-10:55:54 importIgor Sysoev1-67/+40
2004-06-28nginx-0.0.7-2004-06-29-01:03:14 importIgor Sysoev1-0/+6
2004-06-28nginx-0.0.7-2004-06-28-20:05:02 importIgor Sysoev1-6/+7
2004-06-27nginx-0.0.7-2004-06-27-22:01:57 importIgor Sysoev1-0/+11
2004-04-02nginx-0.0.3-2004-04-02-19:13:20 importIgor Sysoev1-3/+0
2004-03-04nginx-0.0.2-2004-03-04-19:34:23 importIgor Sysoev1-0/+9
2004-03-03nginx-0.0.2-2004-03-03-19:14:15 importIgor Sysoev1-1/+1
2004-03-02nginx-0.0.2-2004-03-02-18:40:59 importIgor Sysoev1-0/+4
2004-02-29nginx-0.0.2-2004-03-01-00:03:02 importIgor Sysoev1-7/+38
2004-02-26nginx-0.0.2-2004-02-26-20:10:01 importIgor Sysoev1-0/+3
2004-02-25nginx-0.0.2-2004-02-25-23:16:15 importIgor Sysoev1-2/+2
2004-02-24nginx-0.0.2-2004-02-24-20:31:46 importIgor Sysoev1-1/+1
2004-02-23nginx-0.0.2-2004-02-23-23:57:12 importIgor Sysoev1-0/+74