Commit Graph

555 Commits

Author SHA1 Message Date
Igor Sysoev
b1dfe478a0 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
6a12fc91b0 nginx-0.1.12-RELEASE import
*) Feature: the %request_length log parameter.

    *) Bugfix: when using the /dev/poll, select and poll on the platforms,
       where these methods may do the false reports, there may be the long
       delay when the request was passed via the keep-alive connection. It
       may be at least on Solaris when using the /dev/poll.

    *) Bugfix: the send_lowat directive is ignored on Linux because Linux
       does not support the SO_SNDLOWAT option.
2004-12-06 14:45:08 +00:00
Igor Sysoev
42b12b34fa 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
069899bfb5 nginx-0.1.10-RELEASE import
*) Bugfix: if the request without arguments contains "//", "/./",
       "/../" or "%XX" then the lost character in the request line was
       lost; the bug had appeared in 0.1.9.

    *) Bugfix: the fix in 0.1.9 for the files bigger than 2G on Linux did
       not work.
2004-11-26 09:33:59 +00:00
Igor Sysoev
f69060481e 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
d43bee8ee9 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
7e932d6a50 nginx-0.1.7-RELEASE import
*) Bugfix: on FreeBSD the segmentation fault may occur if the size of
       the transferred file was changed; the bug had appeared in 0.1.5.
2004-11-12 14:35:09 +00:00
Igor Sysoev
2a3f490805 nginx-0.1.6-RELEASE import
*) Bugfix: some location directive combinations with the regular
       expressions caused the wrong configuration choose.
2004-11-11 20:58:09 +00:00
Igor Sysoev
1b73583ba2 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
1405efbe2f nginx-0.1.4-RELEASE import
*) Bugfix: in the ngx_http_autoindex_module.
2004-10-26 06:27:24 +00:00
Igor Sysoev
723e6cc248 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
c0edbcce58 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
924bd79e31 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
aad1b89b68 nginx-0.1.0-2004-10-04-00:02:06 import 2004-10-03 20:02:06 +00:00
Igor Sysoev
8035fd2791 nginx-0.1.0-2004-10-01-19:53:53 import 2004-10-01 15:53:53 +00:00
Igor Sysoev
ff8da91784 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
d90282d8ba 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
6d2a14aa90 nginx-0.1.0-2004-09-27-20:03:21 import 2004-09-27 16:03:21 +00:00
Igor Sysoev
4bed6e3120 nginx-0.0.12-2004-09-26-23:01:48 import 2004-09-26 19:01:48 +00:00
Igor Sysoev
c3e4746be2 nginx-0.0.12-2004-09-24-20:12:19 import 2004-09-24 16:12:19 +00:00
Igor Sysoev
236e045751 nginx-0.0.12-2004-09-23-20:39:34 import 2004-09-23 16:39:34 +00:00
Igor Sysoev
f7abd72716 nginx-0.0.11-2004-09-23-10:32:00 import 2004-09-23 06:32:00 +00:00
Igor Sysoev
85080d09ad nginx-0.0.11-2004-09-22-20:18:21 import 2004-09-22 16:18:21 +00:00
Igor Sysoev
f1602634ad nginx-0.0.11-2004-09-21-23:55:00 import 2004-09-21 19:55:00 +00:00
Igor Sysoev
4624ae7d08 nginx-0.0.11-2004-09-21-19:47:05 import 2004-09-21 15:47:05 +00:00
Igor Sysoev
dd888c4caa nginx-0.0.11-2004-09-21-09:38:28 import 2004-09-21 05:38:28 +00:00
Igor Sysoev
e5dabbf077 nginx-0.0.11-2004-09-20-19:17:02 import 2004-09-20 15:17:02 +00:00
Igor Sysoev
a2c81197b5 nginx-0.0.11-2004-09-19-22:27:00 import 2004-09-19 18:27:00 +00:00
Igor Sysoev
307c3add78 nginx-0.0.11-2004-09-17-20:07:35 import 2004-09-17 16:07:35 +00:00
Igor Sysoev
85cccfba8d nginx-0.0.10-2004-09-15-20:00:43 import 2004-09-15 16:00:43 +00:00
Igor Sysoev
dc3b2a7875 nginx-0.0.10-2004-09-14-23:39:54 import 2004-09-14 19:39:54 +00:00
Igor Sysoev
e2ff3ea920 nginx-0.0.10-2004-09-14-19:55:24 import 2004-09-14 15:55:24 +00:00
Igor Sysoev
562626ae6c nginx-0.0.10-2004-09-14-09:45:22 import 2004-09-14 05:45:22 +00:00
Igor Sysoev
0292cbbe35 nginx-0.0.10-2004-09-13-20:18:09 import 2004-09-13 16:18:09 +00:00
Igor Sysoev
2e6ba93fa7 nginx-0.0.10-2004-09-09-19:40:48 import 2004-09-09 15:40:48 +00:00
Igor Sysoev
59cf56c5d9 nginx-0.0.10-2004-09-07-19:29:22 import 2004-09-07 15:29:22 +00:00
Igor Sysoev
aab4d8c0c4 nginx-0.0.10-2004-09-06-22:45:00 import 2004-09-06 18:45:00 +00:00
Igor Sysoev
980a92472c nginx-0.0.10-2004-09-05-23:54:02 import 2004-09-05 19:54:02 +00:00
Igor Sysoev
13836ce3e6 nginx-0.0.10-2004-08-31-19:32:52 import 2004-08-31 15:32:52 +00:00
Igor Sysoev
7105763f5b nginx-0.0.10-2004-08-30-23:24:51 import 2004-08-30 19:24:51 +00:00
Igor Sysoev
8645ca1f16 nginx-0.0.10-2004-08-30-19:42:44 import 2004-08-30 15:42:44 +00:00
Igor Sysoev
a7c4a2a6f8 nginx-0.0.10-2004-08-29-07:55:41 import 2004-08-29 03:55:41 +00:00
Igor Sysoev
967fd637e0 nginx-0.0.10-2004-08-27-19:40:59 import 2004-08-27 15:40:59 +00:00
Igor Sysoev
6d7332d02a nginx-0.0.10-2004-08-24-23:07:27 import 2004-08-24 19:07:27 +00:00
Igor Sysoev
d00b3654ce nginx-0.0.10-2004-08-23-23:09:29 import 2004-08-23 19:09:29 +00:00
Igor Sysoev
6deb041b2f nginx-0.0.9-2004-07-30-21:05:14 import 2004-07-30 17:05:14 +00:00
Igor Sysoev
00d433f4f8 nginx-0.0.9-2004-07-28-23:21:26 import 2004-07-28 19:21:26 +00:00
Igor Sysoev
5ec68f6453 nginx-0.0.9-2004-07-28-20:16:50 import 2004-07-28 16:16:50 +00:00
Igor Sysoev
71cb183356 nginx-0.0.9-2004-07-26-22:31:43 import 2004-07-26 18:31:43 +00:00
Igor Sysoev
ea52123c06 nginx-0.0.8-2004-07-26-20:21:18 import 2004-07-26 16:21:18 +00:00
Igor Sysoev
0599b11937 nginx-0.0.7-2004-07-25-22:34:14 import 2004-07-25 18:34:14 +00:00
Igor Sysoev
74a5ddb47a nginx-0.0.7-2004-07-18-23:11:20 import 2004-07-18 19:11:20 +00:00
Igor Sysoev
f38e046a0a nginx-0.0.7-2004-07-16-21:11:43 import 2004-07-16 17:11:43 +00:00
Igor Sysoev
0ad253766f nginx-0.0.7-2004-07-16-10:33:35 import 2004-07-16 06:33:35 +00:00
Igor Sysoev
1c3567ecc8 nginx-0.0.7-2004-07-15-20:35:51 import 2004-07-15 16:35:51 +00:00
Igor Sysoev
4aa888820d nginx-0.0.7-2004-07-15-00:07:58 import 2004-07-14 20:07:58 +00:00
Igor Sysoev
7823cc3b0d nginx-0.0.7-2004-07-14-20:01:42 import 2004-07-14 16:01:42 +00:00
Igor Sysoev
a14f89c068 nginx-0.0.7-2004-07-13-21:59:12 import 2004-07-13 17:59:12 +00:00
Igor Sysoev
643c8ea353 nginx-0.0.7-2004-07-13-00:43:53 import 2004-07-12 20:43:53 +00:00
Igor Sysoev
6845ad4c8e nginx-0.0.7-2004-07-12-01:03:47 import 2004-07-11 21:03:47 +00:00
Igor Sysoev
14f279e7e5 nginx-0.0.7-2004-07-09-19:37:31 import 2004-07-09 15:37:31 +00:00
Igor Sysoev
e739eb7281 nginx-0.0.7-2004-07-09-11:12:14 import 2004-07-09 07:12:14 +00:00
Igor Sysoev
7556945655 nginx-0.0.7-2004-07-08-19:17:47 import 2004-07-08 15:17:47 +00:00
Igor Sysoev
2b97993c7a nginx-0.0.7-2004-07-07-19:01:00 import 2004-07-07 15:01:00 +00:00
Igor Sysoev
c78c41cefc nginx-0.0.7-2004-07-07-10:15:04 import 2004-07-07 06:15:04 +00:00
Igor Sysoev
81a432a185 nginx-0.0.7-2004-07-06-20:12:16 import 2004-07-06 16:12:16 +00:00
Igor Sysoev
f1be53b48a nginx-0.0.7-2004-07-05-19:08:23 import 2004-07-05 15:08:23 +00:00
Igor Sysoev
98c1cf18c1 nginx-0.0.7-2004-07-02-19:54:34 import 2004-07-02 15:54:34 +00:00
Igor Sysoev
46cd7c2a9b nginx-0.0.7-2004-07-02-09:47:00 import 2004-07-02 05:47:00 +00:00
Igor Sysoev
0a94cfd2ae nginx-0.0.7-2004-06-29-01:03:14 import 2004-06-28 21:03:14 +00:00
Igor Sysoev
c02473048c nginx-0.0.7-2004-06-27-22:01:57 import 2004-06-27 18:01:57 +00:00
Igor Sysoev
b1af9bbcab nginx-0.0.7-2004-06-25-18:42:03 import 2004-06-25 14:42:03 +00:00
Igor Sysoev
59f3aa3a9b nginx-0.0.7-2004-06-24-20:07:04 import 2004-06-24 16:07:04 +00:00
Igor Sysoev
c83f683553 nginx-0.0.7-2004-06-24-11:53:37 import 2004-06-24 07:53:37 +00:00
Igor Sysoev
b14169a714 nginx-0.0.7-2004-06-21-23:22:53 import 2004-06-21 19:22:53 +00:00
Igor Sysoev
ef06648615 nginx-0.0.7-2004-06-21-19:59:32 import 2004-06-21 15:59:32 +00:00
Igor Sysoev
73a73b5a60 nginx-0.0.7-2004-06-20-23:54:15 import 2004-06-20 19:54:15 +00:00
Igor Sysoev
415b1ce1b9 nginx-0.0.7-2004-06-17-21:18:53 import 2004-06-17 17:18:53 +00:00
Igor Sysoev
2f65722941 nginx-0.0.7-2004-06-16-19:32:11 import 2004-06-16 15:32:11 +00:00
Igor Sysoev
d09f7a1e9a nginx-0.0.7-2004-06-15-21:47:16 import 2004-06-15 17:47:16 +00:00
Igor Sysoev
0ab91b9012 nginx-0.0.3-2004-06-06-23:49:18 import 2004-06-06 19:49:18 +00:00
Igor Sysoev
67f450d7bc nginx-0.0.3-2004-06-01-10:04:46 import 2004-06-01 06:04:46 +00:00
Igor Sysoev
369145cef1 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
822834e227 nginx-0.0.3-2004-05-25-19:28:46 import 2004-05-25 15:28:46 +00:00
Igor Sysoev
01b5eab381 nginx-0.0.3-2004-05-21-20:12:13 import 2004-05-21 16:12:13 +00:00
Igor Sysoev
18684bd5ad nginx-0.0.3-2004-05-20-21:33:52 import 2004-05-20 17:33:52 +00:00
Igor Sysoev
090849dc6f nginx-0.0.3-2004-05-19-00:28:54 import 2004-05-18 20:28:54 +00:00
Igor Sysoev
ab517d5827 nginx-0.0.3-2004-05-18-19:29:08 import 2004-05-18 15:29:08 +00:00
Igor Sysoev
3043bfcf10 nginx-0.0.3-2004-05-14-20:51:47 import 2004-05-14 16:51:47 +00:00
Igor Sysoev
31f7f6a541 nginx-0.0.3-2004-05-12-09:37:55 import 2004-05-12 05:37:55 +00:00
Igor Sysoev
d365af4a15 nginx-0.0.3-2004-05-11-20:16:13 import 2004-05-11 16:16:13 +00:00
Igor Sysoev
11688f8a53 nginx-0.0.3-2004-05-10-23:53:35 import 2004-05-10 19:53:35 +00:00
Igor Sysoev
5aeeb2dc46 nginx-0.0.3-2004-05-04-21:56:58 import 2004-05-04 17:56:58 +00:00
Igor Sysoev
4cec79fb6a nginx-0.0.3-2004-04-28-10:14:50 import 2004-04-28 06:14:50 +00:00
Igor Sysoev
a30a028f14 nginx-0.0.3-2004-04-26-17:40:01 import 2004-04-26 13:40:01 +00:00
Igor Sysoev
3f4685f3de nginx-0.0.3-2004-04-26-00:13:21 import 2004-04-25 20:13:21 +00:00
Igor Sysoev
a040f00167 nginx-0.0.3-2004-04-23-20:50:51 import 2004-04-23 16:50:51 +00:00
Igor Sysoev
732a271963 nginx-0.0.3-2004-04-21-22:54:33 import 2004-04-21 18:54:33 +00:00
Igor Sysoev
bb57085904 nginx-0.0.3-2004-04-20-11:00:43 import 2004-04-20 07:00:43 +00:00
Igor Sysoev
978dabaf1f nginx-0.0.3-2004-04-19-20:36:08 import 2004-04-19 16:36:08 +00:00
Igor Sysoev
9bfb434d24 nginx-0.0.3-2004-04-18-23:06:02 import 2004-04-18 19:06:02 +00:00
Igor Sysoev
32075f53e9 nginx-0.0.3-2004-04-16-19:27:31 import 2004-04-16 15:27:31 +00:00
Igor Sysoev
630ad0c7b1 nginx-0.0.3-2004-04-16-09:14:16 import 2004-04-16 05:14:16 +00:00
Igor Sysoev
68df19d33a nginx-0.0.3-2004-04-15-19:34:36 import 2004-04-15 15:34:36 +00:00
Igor Sysoev
b3968b314f nginx-0.0.3-2004-04-14-21:44:28 import 2004-04-14 17:44:28 +00:00
Igor Sysoev
a367724899 nginx-0.0.3-2004-04-14-09:57:36 import 2004-04-14 05:57:36 +00:00
Igor Sysoev
3d54061602 nginx-0.0.3-2004-04-13-19:08:48 import 2004-04-13 15:08:48 +00:00
Igor Sysoev
a21e30b919 nginx-0.0.3-2004-04-13-09:27:03 import 2004-04-13 05:27:03 +00:00
Igor Sysoev
43f131923f nginx-0.0.3-2004-04-12-20:38:09 import 2004-04-12 16:38:09 +00:00
Igor Sysoev
3d3d2e4700 nginx-0.0.3-2004-04-09-09:45:41 import 2004-04-09 05:45:41 +00:00
Igor Sysoev
fff32326ca nginx-0.0.3-2004-04-08-19:58:25 import 2004-04-08 15:58:25 +00:00
Igor Sysoev
9a864bd8f8 nginx-0.0.3-2004-04-05-00:32:09 import 2004-04-04 20:32:09 +00:00
Igor Sysoev
c972a3fe27 nginx-0.0.3-2004-04-02-19:13:20 import 2004-04-02 15:13:20 +00:00
Igor Sysoev
debb39eaed nginx-0.0.3-2004-04-02-09:14:40 import 2004-04-02 05:14:40 +00:00
Igor Sysoev
dbb2776570 nginx-0.0.3-2004-04-01-20:20:53 import 2004-04-01 16:20:53 +00:00
Igor Sysoev
709405b755 nginx-0.0.3-2004-03-31-19:26:46 import 2004-03-31 15:26:46 +00:00
Igor Sysoev
a741f8d021 nginx-0.0.3-2004-03-31-00:31:58 import 2004-03-30 20:31:58 +00:00
Igor Sysoev
6707ba9072 nginx-0.0.3-2004-03-30-19:59:50 import 2004-03-30 15:59:50 +00:00
Igor Sysoev
6881bfb990 nginx-0.0.3-2004-03-30-10:27:36 import 2004-03-30 06:27:36 +00:00
Igor Sysoev
11dbe97ca4 nginx-0.0.3-2004-03-29-21:43:58 import 2004-03-29 17:43:58 +00:00
Igor Sysoev
14f02ed0dd nginx-0.0.3-2004-03-26-19:13:01 import 2004-03-26 16:13:01 +00:00
Igor Sysoev
89690bfe02 nginx-0.0.3-2004-03-23-09:01:52 import 2004-03-23 06:01:52 +00:00
Igor Sysoev
ae02c19867 nginx-0.0.3-2004-03-19-08:25:53 import 2004-03-19 05:25:53 +00:00
Igor Sysoev
da85f7f5fc nginx-0.0.3-2004-03-17-00:26:01 import 2004-03-16 21:26:01 +00:00
Igor Sysoev
9c61095a30 nginx-0.0.3-2004-03-16-16:35:20 import 2004-03-16 13:35:20 +00:00
Igor Sysoev
10a543a810 nginx-0.0.2-2004-03-16-10:10:12 import 2004-03-16 07:10:12 +00:00
Igor Sysoev
5596ede94e nginx-0.0.2-2004-03-15-18:26:11 import 2004-03-15 15:26:11 +00:00
Igor Sysoev
3646a1669d nginx-0.0.2-2004-03-14-23:46:25 import 2004-03-14 20:46:25 +00:00
Igor Sysoev
67f88e9cc6 nginx-0.0.2-2004-03-12-19:57:08 import 2004-03-12 16:57:08 +00:00
Igor Sysoev
a893eab667 nginx-0.0.2-2004-03-12-00:34:52 import 2004-03-11 21:34:52 +00:00
Igor Sysoev
fc5a10aedc nginx-0.0.2-2004-03-09-22:47:07 import 2004-03-09 19:47:07 +00:00
Igor Sysoev
ab9d5fdfd5 nginx-0.0.2-2004-03-05-11:34:24 import 2004-03-05 08:34:24 +00:00
Igor Sysoev
a536298c7b nginx-0.0.2-2004-03-04-10:04:55 import 2004-03-04 07:04:55 +00:00
Igor Sysoev
5edf387f19 nginx-0.0.2-2004-03-03-19:14:15 import 2004-03-03 16:14:15 +00:00
Igor Sysoev
ea17edc917 nginx-0.0.2-2004-03-03-00:14:37 import 2004-03-02 21:14:37 +00:00
Igor Sysoev
d94049b632 nginx-0.0.2-2004-03-01-00:03:02 import 2004-02-29 21:03:02 +00:00
Igor Sysoev
b54698b579 nginx-0.0.2-2004-02-23-23:57:12 import 2004-02-23 20:57:12 +00:00
Igor Sysoev
0ee5d3c106 nginx-0.0.2-2004-02-20-19:48:59 import 2004-02-20 16:48:59 +00:00
Igor Sysoev
22a7c50463 nginx-0.0.2-2004-02-18-00:11:27 import 2004-02-17 21:11:27 +00:00
Igor Sysoev
7b6062a1b8 nginx-0.0.2-2004-02-12-23:57:10 import 2004-02-12 20:57:10 +00:00
Igor Sysoev
dfe63ad183 nginx-0.0.2-2004-02-11-10:19:26 import 2004-02-11 07:19:26 +00:00
Igor Sysoev
54498db7a2 nginx-0.0.2-2004-02-11-20:08:49 import 2004-02-11 17:08:49 +00:00
Igor Sysoev
c7a2f68606 nginx-0.0.2-2004-02-10-19:23:38 import 2004-02-10 16:23:38 +00:00
Igor Sysoev
7af6b16936 nginx-0.0.2-2004-02-09-10:46:43 import 2004-02-09 07:46:43 +00:00
Igor Sysoev
328af6e8cd nginx-0.0.1-2004-02-01-11:10:52 import 2004-02-01 08:10:52 +00:00
Igor Sysoev
76f7b5eeed nginx-0.0.1-2004-01-29-20:06:07 import 2004-01-29 17:06:07 +00:00
Igor Sysoev
812333214f nginx-0.0.1-2004-01-28-23:38:54 import 2004-01-28 20:38:54 +00:00
Igor Sysoev
cada4ee47d nginx-0.0.1-2004-01-28-18:22:37 import 2004-01-28 15:22:37 +00:00
Igor Sysoev
ba90f581f4 nginx-0.0.1-2004-01-27-10:08:39 import 2004-01-27 07:08:39 +00:00
Igor Sysoev
f0d7ac8a2c nginx-0.0.1-2004-01-26-20:22:04 import 2004-01-26 17:22:04 +00:00
Igor Sysoev
e04084c1b2 nginx-0.0.1-2004-01-26-11:52:49 import 2004-01-26 08:52:49 +00:00
Igor Sysoev
5c8c52f858 nginx-0.0.1-2004-01-23-12:26:18 import 2004-01-23 09:26:18 +00:00
Igor Sysoev
d8e1f07a93 nginx-0.0.1-2004-01-22-09:47:28 import 2004-01-22 06:47:28 +00:00
Igor Sysoev
03420a621a nginx-0.0.1-2004-01-20-23:40:08 import 2004-01-20 20:40:08 +00:00
Igor Sysoev
a1c8a92566 nginx-0.0.1-2004-01-19-21:09:14 import 2004-01-19 18:09:14 +00:00
Igor Sysoev
a2aca9ae92 nginx-0.0.1-2004-01-19-00:09:21 import 2004-01-18 21:09:21 +00:00
Igor Sysoev
f20c05fd26 nginx-0.0.1-2004-01-16-21:29:15 import 2004-01-16 18:29:15 +00:00
Igor Sysoev
c599198d83 nginx-0.0.1-2004-01-16-09:15:48 import 2004-01-16 06:15:48 +00:00
Igor Sysoev
3d58f8c29b nginx-0.0.1-2004-01-08-11:47:17 import 2004-01-08 08:47:17 +00:00
Igor Sysoev
3c3ca17358 nginx-0.0.1-2004-01-05-23:55:48 import 2004-01-05 20:55:48 +00:00
Igor Sysoev
3b30a901b4 nginx-0.0.1-2003-12-25-23:26:58 import 2003-12-25 20:26:58 +00:00
Igor Sysoev
fc68ea6f7b nginx-0.0.1-2003-12-22-20:27:24 import 2003-12-22 17:27:24 +00:00
Igor Sysoev
669e3319ce nginx-0.0.1-2003-12-22-12:40:48 import 2003-12-22 09:40:48 +00:00
Igor Sysoev
1cd1e2741a nginx-0.0.1-2003-12-19-15:45:27 import 2003-12-19 12:45:27 +00:00
Igor Sysoev
e89c4581f4 nginx-0.0.1-2003-12-19-11:15:11 import 2003-12-19 08:15:11 +00:00
Igor Sysoev
e3466a4058 nginx-0.0.1-2003-12-15-16:57:13 import 2003-12-15 13:57:13 +00:00
Igor Sysoev
dc867cd0fe nginx-0.0.1-2003-12-14-23:10:27 import 2003-12-14 20:10:27 +00:00
Igor Sysoev
2b58fbf045 nginx-0.0.1-2003-12-09-18:08:11 import 2003-12-09 15:08:11 +00:00
Igor Sysoev
5f80078c67 nginx-0.0.1-2003-12-08-23:48:12 import 2003-12-08 20:48:12 +00:00
Igor Sysoev
62260f2a15 nginx-0.0.1-2003-12-05-20:07:27 import 2003-12-05 17:07:27 +00:00
Igor Sysoev
faca119aa5 nginx-0.0.1-2003-12-05-10:11:46 import 2003-12-05 07:11:46 +00:00
Igor Sysoev
f5003d8a66 nginx-0.0.1-2003-12-04-17:53:00 import 2003-12-04 14:53:00 +00:00
Igor Sysoev
7adb8c0e8f nginx-0.0.1-2003-12-02-19:57:05 import 2003-12-02 16:57:05 +00:00
Igor Sysoev
a7dcbaf4ff nginx-0.0.1-2003-12-02-08:47:29 import 2003-12-02 05:47:29 +00:00
Igor Sysoev
4fc368fa30 nginx-0.0.1-2003-12-01-19:28:14 import 2003-12-01 16:28:14 +00:00
Igor Sysoev
865c150cb4 nginx-0.0.1-2003-11-30-23:03:18 import 2003-11-30 20:03:18 +00:00
Igor Sysoev
c2bba092eb nginx-0.0.1-2003-11-28-20:41:47 import 2003-11-28 17:41:47 +00:00
Igor Sysoev
877df63f34 nginx-0.0.1-2003-11-28-11:40:40 import 2003-11-28 08:40:40 +00:00
Igor Sysoev
0e499db3ed nginx-0.0.1-2003-11-27-10:45:22 import 2003-11-27 07:45:22 +00:00
Igor Sysoev
a8fa0a6a37 nginx-0.0.1-2003-11-25-23:44:56 import 2003-11-25 20:44:56 +00:00
Igor Sysoev
d9d0ca1268 nginx-0.0.1-2003-11-21-09:30:49 import 2003-11-21 06:30:49 +00:00
Igor Sysoev
1ef225254e nginx-0.0.1-2003-11-20-20:36:43 import 2003-11-20 17:36:43 +00:00
Igor Sysoev
bb6ec8c9fd nginx-0.0.1-2003-11-20-10:05:50 import; auto/configure 2003-11-20 07:05:50 +00:00
Igor Sysoev
160d774afc nginx-0.0.1-2003-11-19-19:26:41 import 2003-11-19 16:26:41 +00:00
Igor Sysoev
1b138ed141 nginx-0.0.1-2003-11-19-00:34:08 import 2003-11-18 21:34:08 +00:00
Igor Sysoev
222a2adf40 nginx-0.0.1-2003-11-18-19:49:00 import 2003-11-18 16:49:00 +00:00
Igor Sysoev
0b2b4ccd2c nginx-0.0.1-2003-11-18-11:04:34 import 2003-11-18 08:04:34 +00:00
Igor Sysoev
d7fdb3535b nginx-0.0.1-2003-11-17-19:15:03 import 2003-11-17 16:15:03 +00:00
Igor Sysoev
f2e676aa15 nginx-0.0.1-2003-11-17-00:49:42 import 2003-11-16 21:49:42 +00:00
Igor Sysoev
297c048751 nginx-0.0.1-2003-11-14-19:52:04 import 2003-11-14 16:52:04 +00:00
Igor Sysoev
7f9d894e10 nginx-0.0.1-2003-11-14-10:20:34 import 2003-11-14 07:20:34 +00:00
Igor Sysoev
45890ea8c1 nginx-0.0.1-2003-11-13-19:16:33 import 2003-11-13 16:16:33 +00:00
Igor Sysoev
562e53ea7d nginx-0.0.1-2003-11-13-09:14:05 import 2003-11-13 06:14:05 +00:00
Igor Sysoev
43beb6c40a nginx-0.0.1-2003-11-12-20:25:12 import 2003-11-12 17:25:12 +00:00
Igor Sysoev
d0d57b769e nginx-0.0.1-2003-11-12-01:16:11 import 2003-11-11 22:16:11 +00:00
Igor Sysoev
27c30f9919 nginx-0.0.1-2003-11-11-21:13:43 import 2003-11-11 18:13:43 +00:00
Igor Sysoev
d59a047a70 nginx-0.0.1-2003-11-11-00:09:22 import 2003-11-10 21:09:22 +00:00
Igor Sysoev
7832933eed nginx-0.0.1-2003-11-10-20:17:31 import 2003-11-10 17:17:31 +00:00
Igor Sysoev
74e95c224a nginx-0.0.1-2003-11-09-23:03:38 import; separate building 2003-11-09 20:03:38 +00:00
Igor Sysoev
e8732b06b9 nginx-0.0.1-2003-11-05-20:03:41 import 2003-11-05 17:03:41 +00:00
Igor Sysoev
9cc1acef18 nginx-0.0.1-2003-11-05-01:12:39 import 2003-11-04 22:12:39 +00:00
Igor Sysoev
f60b1a5cd9 nginx-0.0.1-2003-11-04-20:09:19 import 2003-11-04 17:09:19 +00:00
Igor Sysoev
cf80a70e10 nginx-0.0.1-2003-11-04-01:20:44 import 2003-11-03 22:20:44 +00:00
Igor Sysoev
a1512b1904 nginx-0.0.1-2003-11-03-20:33:31 import 2003-11-03 17:33:31 +00:00
Igor Sysoev
659774979f nginx-0.0.1-2003-11-03-01:56:18 import 2003-11-02 22:56:18 +00:00
Igor Sysoev
fe0f5cc6e1 nginx-0.0.1-2003-10-31-19:05:33 import 2003-10-31 16:05:33 +00:00
Igor Sysoev
219d44dd5d nginx-0.0.1-2003-10-31-10:10:36 import 2003-10-31 07:10:36 +00:00
Igor Sysoev
68ee8f1442 nginx-0.0.1-2003-10-30-11:51:06 import 2003-10-30 08:51:06 +00:00
Igor Sysoev
14be46ee98 nginx-0.0.1-2003-10-29-20:39:05 import 2003-10-29 17:39:05 +00:00
Igor Sysoev
b5faed2dc8 nginx-0.0.1-2003-10-29-11:30:44 import 2003-10-29 08:30:44 +00:00
Igor Sysoev
ab0c4f5038 nginx-0.0.1-2003-10-28-18:45:41 import 2003-10-28 15:45:41 +00:00
Igor Sysoev
2b0c76cfbd nginx-0.0.1-2003-10-28-00:01:00 import 2003-10-27 21:01:00 +00:00
Igor Sysoev
425a42ce3d nginx-0.0.1-2003-10-27-19:16:17 import 2003-10-27 16:16:17 +00:00
Igor Sysoev
10fc9ef775 nginx-0.0.1-2003-10-27-11:53:49 import 2003-10-27 08:53:49 +00:00
Igor Sysoev
6414b96ebc nginx-0.0.1-2003-10-24-20:10:38 import 2003-10-24 16:10:38 +00:00
Igor Sysoev
12b4b00784 nginx-0.0.1-2003-10-24-10:53:41 import 2003-10-24 06:53:41 +00:00
Igor Sysoev
8556e6da41 nginx-0.0.1-2003-10-23-19:54:19 import 2003-10-23 15:54:19 +00:00
Igor Sysoev
f107910a9e nginx-0.0.1-2003-10-23-10:13:16 import 2003-10-23 06:13:16 +00:00
Igor Sysoev
dc9dd434aa nginx-0.0.1-2003-10-22-20:38:26 import 2003-10-22 16:38:26 +00:00
Igor Sysoev
5bf3d25d69 nginx-0.0.1-2003-10-22-11:05:29 import 2003-10-22 07:05:29 +00:00
Igor Sysoev
419f9aceb4 nginx-0.0.1-2003-10-21-20:49:56 import 2003-10-21 16:49:56 +00:00
Igor Sysoev
9760a1336f nginx-0.0.1-2003-10-21-11:47:21 import 2003-10-21 07:47:21 +00:00
Igor Sysoev
54276be80c nginx-0.0.1-2003-10-20-21:14:07 import 2003-10-20 17:14:07 +00:00
Igor Sysoev
13829b7316 nginx-0.0.1-2003-10-19-23:57:23 import 2003-10-19 19:57:23 +00:00
Igor Sysoev
091f7d6e83 nginx-0.0.1-2003-10-17-20:53:26 import 2003-10-17 16:53:26 +00:00
Igor Sysoev
d404c97163 nginx-0.0.1-2003-10-17-00:19:16 import 2003-10-16 20:19:16 +00:00
Igor Sysoev
1be6fcf207 nginx-0.0.1-2003-10-14-09:26:00 import 2003-10-14 05:26:00 +00:00
Igor Sysoev
913d0d4de7 nginx-0.0.1-2003-10-13-20:32:29 import 2003-10-13 16:32:29 +00:00
Igor Sysoev
0a280a3fc0 nginx-0.0.1-2003-10-12-20:49:16 import 2003-10-12 16:49:16 +00:00
Igor Sysoev
b3e73d869e nginx-0.0.1-2003-10-10-19:10:50 import 2003-10-10 15:10:50 +00:00
Igor Sysoev
1342d9cc29 nginx-0.0.1-2003-10-09-11:00:45 import 2003-10-09 07:00:45 +00:00
Igor Sysoev
3ae32483cd nginx-0.0.1-2003-10-08-19:32:54 import 2003-10-08 15:32:54 +00:00
Igor Sysoev
fd3e374a02 nginx-0.0.1-2003-10-08-08:34:07 import 2003-10-08 04:34:07 +00:00
Igor Sysoev
931a400cf1 nginx-0.0.1-2003-10-07-19:30:05 import 2003-10-07 15:30:05 +00:00
Igor Sysoev
1dd4ac8a8b nginx-0.0.1-2003-10-06-07:56:42 import 2003-10-06 03:56:42 +00:00
Igor Sysoev
e677922487 nginx-0.0.1-2003-10-03-19:50:53 import 2003-10-03 15:50:53 +00:00
Igor Sysoev
87a01ea908 nginx-0.0.1-2003-10-02-09:39:37 import 2003-10-02 05:39:37 +00:00
Igor Sysoev
2cdd7e9e5b nginx-0.0.1-2003-09-28-23:29:06 import 2003-09-28 19:29:06 +00:00
Igor Sysoev
02f0132392 nginx-0.0.1-2003-09-26-09:45:21 import 2003-09-26 05:45:21 +00:00
Igor Sysoev
14827c7c6f nginx-0.0.1-2003-09-24-23:51:12 import 2003-09-24 19:51:12 +00:00
Igor Sysoev
ae5c59ca70 nginx-0.0.1-2003-08-14-10:00:28 import 2003-08-14 06:00:28 +00:00
Igor Sysoev
98947e85ff nginx-0.0.1-2003-08-10-20:14:37 import 2003-08-10 16:14:37 +00:00
Igor Sysoev
e77c0c3599 nginx-0.0.1-2003-08-08-19:13:24 import 2003-08-08 15:13:24 +00:00
Igor Sysoev
0939b8d7c6 nginx-0.0.1-2003-08-07-10:07:49 import 2003-08-07 06:07:49 +00:00
Igor Sysoev
31ef351c23 nginx-0.0.1-2003-08-06-18:43:50 import 2003-08-06 14:43:50 +00:00
Igor Sysoev
7f4003a76a nginx-0.0.1-2003-08-06-09:30:51 import 2003-08-06 05:30:51 +00:00
Igor Sysoev
044105067d nginx-0.0.1-2003-08-01-18:56:33 import 2003-08-01 14:56:33 +00:00
Igor Sysoev
890fc96596 nginx-0.0.1-2003-07-21-01:15:59 import 2003-07-20 21:15:59 +00:00
Igor Sysoev
8e1fbe61b6 nginx-0.0.1-2003-07-18-18:44:05 import 2003-07-18 14:44:05 +00:00
Igor Sysoev
7f125081f4 nginx-0.0.1-2003-07-11-19:17:50 import 2003-07-11 15:17:50 +00:00