| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-09-27 | $realpath_root | Igor Sysoev | 2 | -0/+10 | |
| 2008-09-12 | disable directio for unaligned reads in Linux | Igor Sysoev | 2 | -3/+12 | |
| 2008-09-05 | *) autoconfigure struct dirent capabilities | Igor Sysoev | 3 | -42/+31 | |
| *) move src/os/.../ngx_types.h's content into src/os/.../ngx_files.h and delete src/os/.../ngx_types.h | |||||
| 2008-09-05 | style fix | Igor Sysoev | 1 | -9/+9 | |
| 2008-08-30 | ngx_timezone_update() | Igor Sysoev | 1 | -0/+2 | |
| 2008-08-04 | fix building by bcc broken in r2143 | Igor Sysoev | 1 | -0/+1 | |
| 2008-08-04 | fix building by msvc8 introduced in r2127 | Igor Sysoev | 1 | -1/+1 | |
| 2008-08-04 | fix building by bcc broken in r2130 | Igor Sysoev | 2 | -1/+8 | |
| 2008-07-30 | directio | Igor Sysoev | 1 | -1/+5 | |
| 2008-07-29 | case insensitive file system location support provided by locale only | Igor Sysoev | 1 | -0/+3 | |
| 2008-04-29 | ignore glob no match error | Igor Sysoev | 2 | -1/+19 | |
| 2008-01-25 | add NGX_ENETDOWN, NGX_ENETUNREACH, and NGX_EHOSTDOWN | Igor Sysoev | 1 | -0/+3 | |
| 2007-12-07 | use malloc() in ngx_win32_rename_file, set crit level instead of error | Igor Sysoev | 2 | -7/+8 | |
| 2007-12-03 | ngx_udp_recv() | Igor Sysoev | 3 | -3/+154 | |
| 2007-12-01 | style fix | Igor Sysoev | 1 | -2/+4 | |
| 2007-12-01 | style fix: remove trailing spaces | Igor Sysoev | 1 | -9/+9 | |
| 2007-11-15 | enable getenv() and gmtime() in msvc8 | Igor Sysoev | 1 | -0/+3 | |
| 2007-11-11 | fix win32 ngx_read_fd() and ngx_write_fd() | Igor Sysoev | 2 | -2/+30 | |
| 2007-11-11 | TransmitPackets(), ConnectEx(), and DisconnectEx() | Igor Sysoev | 2 | -33/+175 | |
| 2007-11-11 | fix win32 glob | Igor Sysoev | 2 | -5/+47 | |
| 2007-08-30 | win32 ngx_is_exec() stub | Igor Sysoev | 1 | -0/+1 | |
| 2007-08-09 | set default listen() backlog to 511 on all platforms except FreeBSD | Igor Sysoev | 1 | -0/+3 | |
| 2007-07-29 | make 64-bit ngx_int_t on 64-bit platforms | Igor Sysoev | 1 | -0/+1 | |
| 2007-05-05 | fix building by owc12 | Igor Sysoev | 1 | -1/+7 | |
| 2007-01-29 | use ngx_dir_access() to enable search bits for directory | Igor Sysoev | 1 | -0/+3 | |
| 2007-01-18 | ngx_read_fd() | Igor Sysoev | 1 | -0/+5 | |
| 2007-01-18 | NGX_FILE_WRONLY | Igor Sysoev | 1 | -0/+1 | |
| 2007-01-18 | ngx_file_access() and ngx_de_access() | Igor Sysoev | 1 | -0/+2 | |
| 2007-01-18 | style fix | Igor Sysoev | 1 | -2/+1 | |
| 2007-01-18 | axe Win9X code | Igor Sysoev | 1 | -8/+3 | |
| 2007-01-18 | add comment | Igor Sysoev | 1 | -0/+3 | |
| 2007-01-18 | axe unused code | Igor Sysoev | 1 | -3/+0 | |
| 2007-01-18 | ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access) | Igor Sysoev | 1 | -2/+4 | |
| 2007-01-18 | style fix | Igor Sysoev | 1 | -18/+18 | |
| 2007-01-18 | rename mode to access | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-12 | style fix: remove tabs | Igor Sysoev | 1 | -1/+1 | |
| 2006-11-20 | slab allocator in shared memory | Igor Sysoev | 4 | -2/+8 | |
| 2006-10-23 | APOP | Igor Sysoev | 1 | -0/+3 | |
| 2006-10-16 | win32 uint16_t definition | Igor Sysoev | 1 | -21/+25 | |
| 2006-10-09 | style fix: remove trailing spaces | Igor Sysoev | 2 | -2/+2 | |
| 2006-10-02 | glob support in include | Igor Sysoev | 3 | -10/+82 | |
| 2006-09-15 | fix header name change | Igor Sysoev | 1 | -3/+3 | |
| 2006-09-14 | backout O_NOATIME support, it requires CAP_FOWNER capability | Igor Sysoev | 1 | -1/+0 | |
| 2006-09-01 | Linux O_NOATIME support | Igor Sysoev | 1 | -0/+1 | |
| 2006-08-30 | nginx-0.4.0-RELEASE importrelease-0.4.0 | Igor Sysoev | 5 | -4/+117 | |
| *) Change in internal API: the HTTP modules initialization was moved from the init module phase to the HTTP postconfiguration phase. *) Change: now the request body is not read beforehand for the ngx_http_perl_module: it's required to start the reading using the $r->has_request_body method. *) Feature: the ngx_http_perl_module supports the DECLINED return code. *) Feature: the ngx_http_dav_module supports the incoming "Date" header line for the PUT method. *) Feature: the "ssi" directive is available inside the "if" block. *) Bugfix: a segmentation fault occurred if there was an "index" directive with variables and the first index name was without variables; the bug had appeared in 0.1.29. | |||||
| 2006-08-04 | nginx-0.3.56-RELEASE importrelease-0.3.56 | Igor Sysoev | 1 | -1/+2 | |
| *) Feature: the "dav_access" directive. *) Feature: the "if" directive supports the "-d", "!-d", "-e", "!-e", "-x", and "!-x" operators. *) Bugfix: a segmentation fault occurred if a request returned a redirect and some sent to client header lines were logged in the access log. | |||||
| 2006-07-07 | nginx-0.3.53-RELEASE importrelease-0.3.53 | Igor Sysoev | 1 | -0/+1 | |
| *) Change: the "add_header" directive adds the string to 204, 301, and 302 responses. *) Feature: the "server" directive in the "upstream" context supports the "weight" parameter. *) Feature: the "server_name" directive supports the "*" wildcard. *) Feature: nginx supports the request body size more than 2G. *) Bugfix: if a client was successfully authorized using "satisfy_any on", then anyway the message "access forbidden by rule" was written in the log. *) Bugfix: the "PUT" method may erroneously not create a file and return the 409 code. *) Bugfix: if the IMAP/POP3 backend returned an error, then nginx continued proxying anyway. | |||||
| 2006-04-19 | nginx-0.3.40-RELEASE importrelease-0.3.40 | Igor Sysoev | 1 | -0/+1 | |
| *) Feature: the ngx_http_dav_module supports the MKCOL method. *) Feature: the "create_full_put_path" directive. *) Feature: the "$limit_rate" variable. | |||||
| 2006-04-14 | nginx-0.3.38-RELEASE importrelease-0.3.38 | Igor Sysoev | 2 | -2/+3 | |
| *) 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-16 | nginx-0.3.28-RELEASE importrelease-0.3.28 | Igor Sysoev | 1 | -0/+1 | |
| *) Feature: the "restrict_host_names" directive was canceled. *) Feature: the --with-cpu-opt=ppc64 configuration parameter. *) Bugfix: on some condition the proxied connection with a client was terminated prematurely. Thanks to Vladimir Shutoff. *) Bugfix: the "X-Accel-Limit-Rate" header line was not taken into account if the request was redirected using the "X-Accel-Redirect" header line. *) Bugfix: the "post_action" directive ran only after a successful completion of a request. *) Bugfix: the proxied response body generated by the "post_action" directive was transferred to a client. | |||||
