| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-11-29 | move ngx_strerror_init() at the very start | Igor Sysoev | 1 | -4/+4 | |
| 2010-11-25 | use copied strerror() messages and autoconfigured sys_nerr value | Igor Sysoev | 1 | -0/+4 | |
| 2010-09-15 | worker_rlimit_core should be off_t | Igor Sysoev | 1 | -2/+2 | |
| 2010-09-02 | the -q switch | Igor Sysoev | 1 | -3/+12 | |
| 2010-05-14 | ngx_str_set() and ngx_str_null() | Igor Sysoev | 1 | -12/+6 | |
| 2010-03-26 | fix comments | Igor Sysoev | 1 | -1/+1 | |
| 2009-12-17 | fix r3331: | Igor Sysoev | 1 | -3/+0 | |
| *) now pools are aligned to 16 bytes *) forbidden to set non-aligned pool sizes | |||||
| 2009-10-26 | fix r3211 | Igor Sysoev | 1 | -0/+4 | |
| 2009-10-19 | add SNI support in -V output | Igor Sysoev | 1 | -0/+3 | |
| 2009-10-09 | nginx did not close log file set by --error-log-path, | Igor Sysoev | 1 | -0/+7 | |
| the bug was introduced in r2744 | |||||
| 2009-09-30 | Linux/SPARC malloc() returns an address aligned to 8. This conflicts with | Igor Sysoev | 1 | -0/+3 | |
| our SPARC 16-byte alignment and some allocations may be done out of pool. ngx_memalign(ngx_pagesize) fixes this issue. | |||||
| 2009-06-06 | a signaller process should stop configuration processing just after | Igor Sysoev | 1 | -4/+4 | |
| it is able to get pid file, this allows to not open log files, etc. | |||||
| 2009-04-28 | add prefix in Usage | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-27 | -p and --prefix= | Igor Sysoev | 1 | -4/+104 | |
| 2009-04-26 | add quotes for configure options with spaces | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-23 | pass command lines options to workers | Igor Sysoev | 1 | -0/+2 | |
| 2009-04-23 | issue start up errors and warning on both stderr and error_log | Igor Sysoev | 1 | -12/+23 | |
| 2009-04-21 | implement "-s signal" option for Unix | Igor Sysoev | 1 | -15/+5 | |
| 2009-04-21 | add -? and -h options | Igor Sysoev | 1 | -0/+30 | |
| 2009-04-21 | allow condensed command lines options | Igor Sysoev | 1 | -49/+75 | |
| 2009-04-21 | test command line options before ngx_log_init() and issue errors to stderr | Igor Sysoev | 1 | -54/+66 | |
| 2009-04-20 | Win32 master/workers model | Igor Sysoev | 1 | -39/+61 | |
| 2009-04-19 | show -t results on stderr | Igor Sysoev | 1 | -26/+7 | |
| 2009-02-24 | small optimization: " == NGX_ERROR" > " != NGX_OK" | Igor Sysoev | 1 | -3/+3 | |
| 2008-11-11 | compatibility with glibc 2.3, warn_unused_result attribute for write() | Igor Sysoev | 1 | -11/+20 | |
| 2008-09-05 | remove unused #include's | Igor Sysoev | 1 | -1/+0 | |
| 2008-06-30 | -g switch | Igor Sysoev | 1 | -2/+12 | |
| 2008-06-17 | *) back out r2040 | Igor Sysoev | 1 | -2/+2 | |
| *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header | |||||
| 2008-05-22 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2007-12-10 | move condition declarations inside blocks where they are used | Igor Sysoev | 1 | -6/+6 | |
| 2007-12-07 | rename ngx_crc32_init() to ngx_crc32_table_init() | Igor Sysoev | 1 | -2/+4 | |
| ngx_crc32_init(), ngx_crc32_update(), ngx_crc32_final() | |||||
| 2007-08-20 | test relative nginx.conf, this is compatible with old versions | Igor Sysoev | 1 | -4/+0 | |
| because cycle->root on this stage is not set | |||||
| 2007-07-29 | --sysconfdir=DIR | Igor Sysoev | 1 | -3/+3 | |
| 2007-07-19 | fix potential segfault, | Igor Sysoev | 1 | -0/+3 | |
| found by Coverity's Scan | |||||
| 2007-07-11 | reset errno | Igor Sysoev | 1 | -0/+4 | |
| 2007-01-25 | fix online upgrade | Igor Sysoev | 1 | -10/+5 | |
| 2007-01-20 | env | Igor Sysoev | 1 | -34/+186 | |
| 2006-12-24 | worker_rlimit_core supports size in K, M, and G | Igor Sysoev | 1 | -2/+2 | |
| 2006-12-24 | add comment | Igor Sysoev | 1 | -6/+7 | |
| 2006-12-23 | the -V switch | Igor Sysoev | 1 | -2/+19 | |
| 2006-12-15 | allocate aligned ngx_crc32_table_short globally | Igor Sysoev | 1 | -4/+6 | |
| 2006-11-20 | slab allocator in shared memory | Igor Sysoev | 1 | -0/+36 | |
| 2006-10-20 | aligned ngx_crc32_table_short was allocated from wrong pool | Igor Sysoev | 1 | -4/+4 | |
| 2006-10-19 | split ngx_crc32() to short and long version | Igor Sysoev | 1 | -0/+4 | |
| 2006-10-06 | add sun4v, | Igor Sysoev | 1 | -1/+2 | |
| style fix | |||||
| 2006-04-26 | nginx-0.3.42-RELEASE importrelease-0.3.42 | Igor Sysoev | 1 | -1/+3 | |
| *) Feature: the "bind" option of the "listen" directive in IMAP/POP3 proxy. *) Bugfix: if the same capture in the "rewrite" directive was used more then once. *) Bugfix: the $sent_http_content_type, $sent_http_content_length, $sent_http_last_modified, $sent_http_connection, $sent_http_keep_alive, and $sent_http_transfer_encoding variables were not written to access log. *) Bugfix: the $sent_http_cache_control returned value of the single "Cache-Control" response header line. | |||||
| 2006-04-21 | nginx-0.3.41-RELEASE importrelease-0.3.41 | Igor Sysoev | 1 | -1/+18 | |
| *) Feature: the -v switch. *) Bugfix: the segmentation fault may occurred if the SSI page has remote subrequests. *) Bugfix: in FastCGI handling. *) Bugfix: if the perl modules path was not set using --with-perl_modules_path=PATH or the "perl_modules", then the segmentation fault was occurred. | |||||
| 2006-04-14 | nginx-0.3.38-RELEASE importrelease-0.3.38 | Igor Sysoev | 1 | -2/+2 | |
| *) Feature: the ngx_http_dav_module. *) Change: the ngx_http_perl_module optimizations. Thanks to Sergey Skvortsov. *) Feature: the ngx_http_perl_module supports the $r->request_body_file method. *) Feature: the "client_body_in_file_only" directive. *) Workaround: now on disk overflow nginx tries to write access logs once a second only. Thanks to Anton Yuzhaninov and Maxim Dounin. *) Bugfix: now the "limit_rate" directive more precisely limits rate if rate is more than 100 Kbyte/s. Thanks to ForJest. *) Bugfix: now the IMAP/POP3 proxy escapes the "\r" and "\n" symbols in login and password to pass authorization server. Thanks to Maxim Dounin. | |||||
| 2006-02-08 | nginx-0.3.27-RELEASE importrelease-0.3.27 | Igor Sysoev | 1 | -8/+24 | |
| *) Change: the "variables_hash_max_size" and "variables_hash_bucket_size" directives. *) Feature: the $body_bytes_sent variable can be used not only in the "log_format" directive. *) Feature: the $ssl_protocol and $ssl_cipher variables. *) Feature: the cache line size detection for widespread CPUs at start time. *) Feature: now the "accept_mutex" directive is supported using fcntl(2) on platforms different from i386, amd64, sparc64, and ppc. *) Feature: the "lock_file" directive and the --with-lock-path=PATH autoconfiguration directive. *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive then the requests with the body was not transferred. | |||||
| 2006-01-17 | nginx-0.3.22-RELEASE importrelease-0.3.22 | Igor Sysoev | 1 | -0/+4 | |
| *) Feature: the ngx_http_perl_module supports the $r->args and $r->unescape methods. *) Feature: the method $r->query_string of ngx_http_perl_module was canceled. *) Bugfix: segmentation fault was occurred if the "none" or "blocked" values was specified in the "valid_referers" directive; the bug had appeared in 0.3.18. | |||||
