Commit graph

372 commits

Author SHA1 Message Date
Igor Sysoev
e87634daf6 nginx-0.1.15-RELEASE import
*) Bugfix: the error while the connecting to the FastCGI server caused
       segmentation fault.

    *) Bugfix: the correct handling of the regular expression, that has
       different number of the captures and substitutions.

    *) Feature: the location, that is passed to the FastCGI server, can be
       regular expression.

    *) Bugfix: the FastCGI's parameter REQUEST_URI is now passed with the
       arguments and in the original state.

    *) Bugfix: the ngx_http_rewrite_module module was required to be built
       to use the regular expressions in locations.

    *) Bugfix: the directive "proxy_preserve_host  on" adds port 80 to the
       "Host" headers, if upstream listen on port 80; the bug had appeared
       in 0.1.14.

    *) Bugfix: the same paths in autoconfiguration parameters
       --http-client-body-temp-path=PATH and --http-proxy-temp-path=PATH,
       or --http-client-body-temp-path=PATH and
       --http-fastcgi-temp-path=PATH caused segmentation fault.
2005-01-19 13:10:56 +00:00
Igor Sysoev
c90b932751 nginx-0.1.14-RELEASE import
*) Feature: the autoconfiguration directives:
       --http-client-body-temp-path=PATH, --http-proxy-temp-path=PATH, and
       --http-fastcgi-temp-path=PATH

    *) Change: the directory name for the temporary files with the client
       request body is specified by directive client_body_temp_path, by
       default it is <prefix>/client_body_temp.

    *) Feature: the ngx_http_fastcgi_module and the directives:
       fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params,
       fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout,
       fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers,
       fastcgi_busy_buffers_size, fastcgi_temp_path,
       fastcgi_max_temp_file_size, fastcgi_temp_file_write_size,
       fastcgi_next_upstream, and fastcgi_x_powered_by.

    *) Bugfix: the "[alert] zero size buf" error; the bug had appeared in
       0.1.3.

    *) Change: the URI must be specified after the host name in the
       proxy_pass directive.

    *) Change: the %3F symbol in the URI was considered as the argument
       string start.

    *) Feature: the unix domain sockets support in the
       ngx_http_proxy_module.

    *) Feature: the ssl_engine and ssl_ciphers directives.
       Thanks to Sergey Skvortsov for SSL-accelerator.
2005-01-18 13:03:58 +00:00
Igor Sysoev
33951ab1a1 nginx-0.1.13-RELEASE import
*) Feature: the server_names_hash and server_names_hash_threshold
       directives.

    *) Bugfix: the *.domain.tld names in the "server_name" directive did
       not work.

    *) Bugfix: the %request_length log parameter logged the incorrect
       length.
2004-12-21 12:30:30 +00:00
Igor Sysoev
47d223e981 nginx-0.1.11-RELEASE import
*) Feature: the worker_priority directive.

    *) Change: both tcp_nopush and tcp_nodelay directives affect the
       transferred response.

    *) Bugfix: nginx did not call initgroups().
       Thanks to Andrew Sitnikov and Andrei Nigmatulin.

    *) Change: now the ngx_http_autoindex_module shows the file size in the
       bytes.

    *) Bugfix: the ngx_http_autoindex_module returned the 500 error if the
       broken symlink was in a directory.

    *) Bugfix: the files bigger than 4G could not be transferred using
       sendfile.

    *) Bugfix: if the backend was resolved to several backends and there
       was an error while the response waiting then process may got caught
       in an endless loop.

    *) Bugfix: the worker process may exit with the "unknown cycle" message
       when the /dev/poll method was used.

    *) Bugfix: "close() channel failed" errors.

    *) Bugfix: the autodetection of the "nobody" and "nogroup" groups.

    *) Bugfix: the send_lowat directive did not work on Linux.

    *) Bugfix: the segmentation fault occurred if there was no events
       section in configuration.

    *) Bugfix: nginx could not be built on OpenBSD.

    *) Bugfix: the double slashes in "://" in the URI were converted to
       ":/".
2004-12-02 18:40:46 +00:00
Igor Sysoev
318609b939 nginx-0.1.9-RELEASE import
*) 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-25 16:17:31 +00:00
Igor Sysoev
f1540ebec3 nginx-0.1.8-RELEASE import
*) Bugfix: in the ngx_http_autoindex_module if the long file names were
       in the listing.

    *) Feature: the "^~" modifier in the location directive.

    *) Feature: the proxy_max_temp_file_size directive.
2004-11-20 19:52:20 +00:00
Igor Sysoev
6a32494021 nginx-0.1.5-RELEASE import
*) 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-11-11 14:07:14 +00:00
Igor Sysoev
e7104f4c65 nginx-0.1.3-RELEASE import
*) Feature: the ngx_http_autoindex_module and the autoindex directive.

    *) Feature: the proxy_set_x_url directive.

    *) Bugfix: proxy module may get caught in an endless loop when sendfile
       is not used.
2004-10-25 15:29:23 +00:00
Igor Sysoev
0512177f17 nginx-0.1.2-RELEASE import
*) 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-10-21 15:34:38 +00:00
Igor Sysoev
dba8f273a3 nginx-0.1.1-RELEASE import
*) Feature: the gzip_types directive.

    *) Feature: the tcp_nodelay directive.

    *) Feature: the send_lowat directive is working not only on OSes that
       support kqueue NOTE_LOWAT, but also on OSes that support SO_SNDLOWAT.

    *) Feature: the setproctitle() emulation for Linux and Solaris.

    *) Bugfix: the "Location" header rewrite bug fixed while the proxying.

    *) Bugfix: the ngx_http_chunked_module module may get caught in an
       endless loop.

    *) Bugfix: the /dev/poll module bugs fixed.

    *) Bugfix: the responses were corrupted when the temporary files were
       used while the proxying.

    *) Bugfix: the unescaped requests were passed to the backend.

    *) Bugfix: while the build configuration on Linux 2.4 the
       --with-poll_module parameter was required.
2004-10-11 15:07:03 +00:00
Igor Sysoev
03fca6a8f7 nginx-0.1.0-2004-09-30-10:38:49 import 2004-09-30 06:38:49 +00:00
Igor Sysoev
5408eec6de nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright 2004-09-29 16:00:49 +00:00
Igor Sysoev
b7be4ed7dd nginx-0.1.0-2004-09-28-19:44:42 import 2004-09-28 15:44:42 +00:00
Igor Sysoev
db40327334 nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused files 2004-09-28 08:34:51 +00:00
Igor Sysoev
e7c85b7673 nginx-0.0.11-2004-09-22-20:18:21 import 2004-09-22 16:18:21 +00:00
Igor Sysoev
683cfff8e5 nginx-0.0.11-2004-09-20-19:17:02 import 2004-09-20 15:17:02 +00:00
Igor Sysoev
860cb20eee nginx-0.0.10-2004-09-14-23:39:54 import 2004-09-14 19:39:54 +00:00
Igor Sysoev
d3d4cea41a nginx-0.0.10-2004-09-14-19:55:24 import 2004-09-14 15:55:24 +00:00
Igor Sysoev
618396f82d nginx-0.0.10-2004-09-13-20:18:09 import 2004-09-13 16:18:09 +00:00
Igor Sysoev
141905d176 nginx-0.0.10-2004-09-12-00:22:11 import 2004-09-11 20:22:11 +00:00
Igor Sysoev
c96f3ec202 nginx-0.0.10-2004-09-09-19:40:48 import 2004-09-09 15:40:48 +00:00
Igor Sysoev
568ded3e15 nginx-0.0.10-2004-09-07-19:29:22 import 2004-09-07 15:29:22 +00:00
Igor Sysoev
d269e7a649 nginx-0.0.10-2004-08-23-19:37:10 import 2004-08-23 15:37:10 +00:00
Igor Sysoev
fbbe499319 nginx-0.0.9-2004-07-28-20:16:50 import 2004-07-28 16:16:50 +00:00
Igor Sysoev
8e298b340d nginx-0.0.7-2004-07-25-22:34:14 import 2004-07-25 18:34:14 +00:00
Igor Sysoev
442b4cc6e4 nginx-0.0.7-2004-07-23-21:05:37 import 2004-07-23 17:05:37 +00:00
Igor Sysoev
458a4728be nginx-0.0.7-2004-07-23-09:37:29 import 2004-07-23 05:37:29 +00:00
Igor Sysoev
5305868b88 nginx-0.0.7-2004-07-18-23:11:20 import 2004-07-18 19:11:20 +00:00
Igor Sysoev
4d0bbfbf0d nginx-0.0.7-2004-07-16-21:11:43 import 2004-07-16 17:11:43 +00:00
Igor Sysoev
26b490c055 nginx-0.0.7-2004-07-16-10:33:35 import 2004-07-16 06:33:35 +00:00
Igor Sysoev
24ae40aff5 nginx-0.0.7-2004-07-15-20:35:51 import 2004-07-15 16:35:51 +00:00
Igor Sysoev
862b436437 nginx-0.0.7-2004-07-14-20:01:42 import 2004-07-14 16:01:42 +00:00
Igor Sysoev
262a2241a9 nginx-0.0.7-2004-07-14-00:24:56 import 2004-07-13 20:24:56 +00:00
Igor Sysoev
68755d44a9 nginx-0.0.7-2004-07-13-21:59:12 import 2004-07-13 17:59:12 +00:00
Igor Sysoev
0ee970b7cd nginx-0.0.7-2004-07-13-00:43:53 import 2004-07-12 20:43:53 +00:00
Igor Sysoev
75555a1964 nginx-0.0.7-2004-07-09-19:37:31 import 2004-07-09 15:37:31 +00:00
Igor Sysoev
82579ca770 nginx-0.0.7-2004-07-08-19:17:47 import 2004-07-08 15:17:47 +00:00
Igor Sysoev
068b8c63b4 nginx-0.0.7-2004-07-07-23:48:31 import 2004-07-07 19:48:31 +00:00
Igor Sysoev
3d59cea8f6 nginx-0.0.7-2004-07-07-19:01:00 import 2004-07-07 15:01:00 +00:00
Igor Sysoev
9b1c6d1623 nginx-0.0.7-2004-07-07-10:15:04 import 2004-07-07 06:15:04 +00:00
Igor Sysoev
664fc263d8 nginx-0.0.7-2004-07-06-20:12:16 import 2004-07-06 16:12:16 +00:00
Igor Sysoev
b8281c5935 nginx-0.0.7-2004-07-05-23:53:02 import 2004-07-05 19:53:02 +00:00
Igor Sysoev
1faf05931f nginx-0.0.7-2004-07-05-19:08:23 import 2004-07-05 15:08:23 +00:00
Igor Sysoev
0c6c115f27 nginx-0.0.7-2004-07-05-10:55:54 import 2004-07-05 06:55:54 +00:00
Igor Sysoev
039459ed8c nginx-0.0.7-2004-07-02-19:54:34 import 2004-07-02 15:54:34 +00:00
Igor Sysoev
e0abb0aaff nginx-0.0.7-2004-07-02-09:47:00 import 2004-07-02 05:47:00 +00:00
Igor Sysoev
621f763258 nginx-0.0.7-2004-06-30-19:30:41 import 2004-06-30 15:30:41 +00:00
Igor Sysoev
b518e87d34 nginx-0.0.7-2004-06-29-01:03:14 import 2004-06-28 21:03:14 +00:00
Igor Sysoev
e39d9d31f8 nginx-0.0.7-2004-06-28-20:05:02 import 2004-06-28 16:05:02 +00:00
Igor Sysoev
922b813fac nginx-0.0.7-2004-06-27-22:01:57 import 2004-06-27 18:01:57 +00:00
Igor Sysoev
bc8fa41aab nginx-0.0.7-2004-06-24-11:53:37 import 2004-06-24 07:53:37 +00:00
Igor Sysoev
fbb5de352a nginx-0.0.7-2004-06-22-20:43:09 import 2004-06-22 16:43:09 +00:00
Igor Sysoev
fef03bb385 nginx-0.0.7-2004-06-21-23:22:53 import 2004-06-21 19:22:53 +00:00
Igor Sysoev
25a8fedb40 nginx-0.0.7-2004-06-21-19:59:32 import 2004-06-21 15:59:32 +00:00
Igor Sysoev
9dfd8865a5 nginx-0.0.7-2004-06-20-23:54:15 import 2004-06-20 19:54:15 +00:00
Igor Sysoev
bb155d2e8c nginx-0.0.7-2004-06-18-20:22:16 import 2004-06-18 16:22:16 +00:00
Igor Sysoev
63cc20cbf2 nginx-0.0.7-2004-06-18-10:09:25 import 2004-06-18 06:09:25 +00:00
Igor Sysoev
2250477fe8 nginx-0.0.7-2004-06-17-21:18:53 import 2004-06-17 17:18:53 +00:00
Igor Sysoev
2758dde304 nginx-0.0.7-2004-06-16-19:32:11 import 2004-06-16 15:32:11 +00:00
Igor Sysoev
d62e4e9888 nginx-0.0.7-2004-06-15-21:47:16 import 2004-06-15 17:47:16 +00:00
Igor Sysoev
28c498294f nginx-0.0.7-2004-06-15-11:55:11 import 2004-06-15 07:55:11 +00:00
Igor Sysoev
1fde9534a6 nginx-0.0.4-2004-06-11-10:15:08 import 2004-06-11 06:15:08 +00:00
Igor Sysoev
a785021679 nginx-0.0.4-2004-06-10-22:36:57 import 2004-06-10 18:36:57 +00:00
Igor Sysoev
863828997f nginx-0.0.4-2004-06-10-00:03:54 import 2004-06-09 20:03:54 +00:00
Igor Sysoev
b437e827e1 nginx-0.0.4-2004-06-09-20:36:55 import 2004-06-09 16:36:55 +00:00
Igor Sysoev
5945157475 nginx-0.0.3-2004-06-09-11:45:27 import 2004-06-09 07:45:27 +00:00
Igor Sysoev
aabc2cd4bd nginx-0.0.3-2004-06-06-23:49:18 import 2004-06-06 19:49:18 +00:00
Igor Sysoev
445166e6ae nginx-0.0.3-2004-06-04-18:57:33 import 2004-06-04 14:57:33 +00:00
Igor Sysoev
e97edaa8c7 nginx-0.0.3-2004-06-01-10:04:46 import 2004-06-01 06:04:46 +00:00
Igor Sysoev
0ff6b8495d nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_t 2004-05-28 15:49:23 +00:00
Igor Sysoev
13eeb99457 nginx-0.0.3-2004-05-04-21:56:58 import 2004-05-04 17:56:58 +00:00
Igor Sysoev
31616ff02f nginx-0.0.3-2004-04-29-20:34:26 import 2004-04-29 16:34:26 +00:00
Igor Sysoev
6f09a83b19 nginx-0.0.3-2004-04-28-10:14:50 import 2004-04-28 06:14:50 +00:00
Igor Sysoev
4b6941917d nginx-0.0.3-2004-04-26-17:40:01 import 2004-04-26 13:40:01 +00:00
Igor Sysoev
94803051ba nginx-0.0.3-2004-04-23-20:50:51 import 2004-04-23 16:50:51 +00:00
Igor Sysoev
69fce2d56f nginx-0.0.3-2004-04-21-22:54:33 import 2004-04-21 18:54:33 +00:00
Igor Sysoev
07b55e2e23 nginx-0.0.3-2004-04-19-20:36:08 import 2004-04-19 16:36:08 +00:00
Igor Sysoev
f0d8d4ab5d nginx-0.0.3-2004-04-16-09:14:16 import 2004-04-16 05:14:16 +00:00
Igor Sysoev
e55295c4ed nginx-0.0.3-2004-04-15-19:34:36 import 2004-04-15 15:34:36 +00:00
Igor Sysoev
0a5f2eca3c nginx-0.0.3-2004-04-15-00:34:05 import 2004-04-14 20:34:05 +00:00
Igor Sysoev
057acc54ad nginx-0.0.3-2004-04-14-21:44:28 import 2004-04-14 17:44:28 +00:00
Igor Sysoev
20bf8a0085 nginx-0.0.3-2004-04-14-09:57:36 import 2004-04-14 05:57:36 +00:00
Igor Sysoev
63503a98c2 nginx-0.0.3-2004-04-13-19:08:48 import 2004-04-13 15:08:48 +00:00
Igor Sysoev
6a8d89f471 nginx-0.0.3-2004-04-13-09:27:03 import 2004-04-13 05:27:03 +00:00
Igor Sysoev
4b496b748f nginx-0.0.3-2004-04-12-20:38:09 import 2004-04-12 16:38:09 +00:00
Igor Sysoev
b94bb5ef43 nginx-0.0.3-2004-04-12-10:10:53 import 2004-04-12 06:10:53 +00:00
Igor Sysoev
d63559b107 nginx-0.0.3-2004-04-09-20:03:04 import 2004-04-09 16:03:04 +00:00
Igor Sysoev
593652d149 nginx-0.0.3-2004-04-08-19:58:25 import 2004-04-08 15:58:25 +00:00
Igor Sysoev
5f6887798c nginx-0.0.3-2004-04-05-00:32:09 import 2004-04-04 20:32:09 +00:00
Igor Sysoev
b387167d50 nginx-0.0.3-2004-04-02-19:13:20 import 2004-04-02 15:13:20 +00:00
Igor Sysoev
4b6acd5f6f nginx-0.0.3-2004-04-02-09:14:40 import 2004-04-02 05:14:40 +00:00
Igor Sysoev
a2e598724c nginx-0.0.3-2004-04-01-20:20:53 import 2004-04-01 16:20:53 +00:00
Igor Sysoev
82c8b5ef13 nginx-0.0.3-2004-04-01-10:21:13 import 2004-04-01 06:21:13 +00:00
Igor Sysoev
1e086836f5 nginx-0.0.3-2004-03-31-19:26:46 import 2004-03-31 15:26:46 +00:00
Igor Sysoev
b66f194092 nginx-0.0.3-2004-03-31-00:31:58 import 2004-03-30 20:31:58 +00:00
Igor Sysoev
19d6bf28c4 nginx-0.0.3-2004-03-29-21:43:58 import 2004-03-29 17:43:58 +00:00
Igor Sysoev
3a789534bb nginx-0.0.3-2004-03-23-09:01:52 import 2004-03-23 06:01:52 +00:00
Igor Sysoev
893dd70a9b nginx-0.0.3-2004-03-19-08:25:53 import 2004-03-19 05:25:53 +00:00
Igor Sysoev
84267f4730 nginx-0.0.3-2004-03-16-16:35:20 import 2004-03-16 13:35:20 +00:00
Igor Sysoev
7c8c9b0155 nginx-0.0.2-2004-03-16-10:10:12 import 2004-03-16 07:10:12 +00:00
Igor Sysoev
ad20ede533 nginx-0.0.2-2004-03-14-23:46:25 import 2004-03-14 20:46:25 +00:00
Igor Sysoev
97c8914b6b nginx-0.0.2-2004-03-09-22:47:07 import 2004-03-09 19:47:07 +00:00
Igor Sysoev
838ab302d0 nginx-0.0.2-2004-03-05-11:34:24 import 2004-03-05 08:34:24 +00:00
Igor Sysoev
7ae0b62490 nginx-0.0.2-2004-03-04-10:04:55 import 2004-03-04 07:04:55 +00:00
Igor Sysoev
7d9e94d186 nginx-0.0.2-2004-03-03-19:14:15 import 2004-03-03 16:14:15 +00:00
Igor Sysoev
c274c7f8c6 nginx-0.0.2-2004-03-03-00:14:37 import 2004-03-02 21:14:37 +00:00
Igor Sysoev
e08a95695b nginx-0.0.2-2004-03-02-18:40:59 import 2004-03-02 15:40:59 +00:00
Igor Sysoev
24ae87b372 nginx-0.0.2-2004-03-01-19:45:48 import 2004-03-01 16:45:48 +00:00
Igor Sysoev
daca89fa02 nginx-0.0.2-2004-03-01-00:03:02 import 2004-02-29 21:03:02 +00:00
Igor Sysoev
8cf31f2e42 nginx-0.0.2-2004-02-26-20:10:01 import 2004-02-26 17:10:01 +00:00
Igor Sysoev
90e248a069 nginx-0.0.2-2004-02-25-23:16:15 import 2004-02-25 20:16:15 +00:00
Igor Sysoev
ef1096e534 nginx-0.0.2-2004-02-23-23:57:12 import 2004-02-23 20:57:12 +00:00
Igor Sysoev
1c72ae0681 nginx-0.0.2-2004-02-18-18:45:21 import 2004-02-18 15:45:21 +00:00
Igor Sysoev
e436333be4 nginx-0.0.2-2004-02-18-00:11:27 import 2004-02-17 21:11:27 +00:00
Igor Sysoev
271f35e32b nginx-0.0.2-2004-02-17-20:53:12 import 2004-02-17 17:53:12 +00:00
Igor Sysoev
c3257b79f0 nginx-0.0.2-2004-02-12-23:57:10 import 2004-02-12 20:57:10 +00:00
Igor Sysoev
9ce8a4a22e nginx-0.0.2-2004-02-11-10:19:26 import 2004-02-11 07:19:26 +00:00
Igor Sysoev
b1c248122c nginx-0.0.2-2004-02-11-20:08:49 import 2004-02-11 17:08:49 +00:00
Igor Sysoev
8723a60f0f nginx-0.0.2-2004-02-10-19:23:38 import 2004-02-10 16:23:38 +00:00
Igor Sysoev
7bb6d6476d nginx-0.0.2-2004-02-09-23:47:18 import 2004-02-09 20:47:18 +00:00
Igor Sysoev
0d316f0a4e nginx-0.0.2-2004-02-09-10:46:43 import 2004-02-09 07:46:43 +00:00
Igor Sysoev
5360024123 nginx-0.0.2-2004-02-05-19:58:36 import 2004-02-05 16:58:36 +00:00
Igor Sysoev
4a14473918 nginx-0.0.2-2004-02-04-23:30:08 import 2004-02-04 20:30:08 +00:00
Igor Sysoev
a30805cbe4 nginx-0.0.2-2004-02-03-23:27:11 import 2004-02-03 20:27:11 +00:00
Igor Sysoev
3b26126e2c nginx-0.0.2-2004-02-03-19:43:54 import 2004-02-03 16:43:54 +00:00
Igor Sysoev
366ee28003 nginx-0.0.2-2004-02-03-00:19:52 import 2004-02-02 21:19:52 +00:00
Igor Sysoev
84ede31c6f nginx-0.0.1-2004-02-01-11:10:52 import 2004-02-01 08:10:52 +00:00
Igor Sysoev
129e0b2388 nginx-0.0.1-2004-01-30-20:39:00 import 2004-01-30 17:39:00 +00:00
Igor Sysoev
e9ce70f09c nginx-0.0.1-2004-01-30-00:45:01 import 2004-01-29 21:45:01 +00:00
Igor Sysoev
850fb1d522 nginx-0.0.1-2004-01-28-23:38:54 import 2004-01-28 20:38:54 +00:00
Igor Sysoev
350cafbbfe nginx-0.0.1-2004-01-28-18:22:37 import 2004-01-28 15:22:37 +00:00
Igor Sysoev
9966addb6e nginx-0.0.1-2004-01-22-09:47:28 import 2004-01-22 06:47:28 +00:00
Igor Sysoev
dcc1ca127f nginx-0.0.1-2004-01-16-09:15:48 import 2004-01-16 06:15:48 +00:00
Igor Sysoev
8e8b4fe87e nginx-0.0.1-2004-01-14-21:19:42 import 2004-01-14 18:19:42 +00:00
Igor Sysoev
4bf9cb6040 nginx-0.0.1-2004-01-05-23:55:48 import 2004-01-05 20:55:48 +00:00
Igor Sysoev
94916f41f0 nginx-0.0.1-2003-12-25-23:26:58 import 2003-12-25 20:26:58 +00:00
Igor Sysoev
b2f955edff nginx-0.0.1-2003-12-22-12:40:48 import 2003-12-22 09:40:48 +00:00
Igor Sysoev
decf27192a nginx-0.0.1-2003-12-19-15:45:27 import 2003-12-19 12:45:27 +00:00
Igor Sysoev
bd7de36e90 nginx-0.0.1-2003-12-19-11:15:11 import 2003-12-19 08:15:11 +00:00
Igor Sysoev
a1cee51f2c nginx-0.0.1-2003-12-14-23:10:27 import 2003-12-14 20:10:27 +00:00
Igor Sysoev
0be04075f6 nginx-0.0.1-2003-12-09-18:08:11 import 2003-12-09 15:08:11 +00:00
Igor Sysoev
2080d26abe nginx-0.0.1-2003-12-08-23:48:12 import 2003-12-08 20:48:12 +00:00
Igor Sysoev
e2e3ab63a4 nginx-0.0.1-2003-12-05-20:07:27 import 2003-12-05 17:07:27 +00:00
Igor Sysoev
7f5d03bc5a nginx-0.0.1-2003-12-05-10:11:46 import 2003-12-05 07:11:46 +00:00
Igor Sysoev
9a6c512394 nginx-0.0.1-2003-12-04-17:53:00 import 2003-12-04 14:53:00 +00:00
Igor Sysoev
7d77b851f7 nginx-0.0.1-2003-12-02-08:47:29 import 2003-12-02 05:47:29 +00:00
Igor Sysoev
870d96b60e nginx-0.0.1-2003-11-26-18:42:18 import 2003-11-26 15:42:18 +00:00
Igor Sysoev
42647fd369 nginx-0.0.1-2003-11-25-23:44:56 import 2003-11-25 20:44:56 +00:00
Igor Sysoev
6e01170a19 nginx-0.0.1-2003-11-21-09:30:49 import 2003-11-21 06:30:49 +00:00
Igor Sysoev
dd3fae4557 nginx-0.0.1-2003-11-20-10:05:50 import; auto/configure 2003-11-20 07:05:50 +00:00