Commit graph

461 commits

Author SHA1 Message Date
Igor Sysoev
fde6b69119 nginx-0.1.42-RELEASE import
*) Bugfix: if the request URI had a zero length after the processing in
       the ngx_http_proxy_module, then the segmentation fault or bus error
       occurred in the ngx_http_proxy_module.

    *) Bugfix: the "limit_rate" directive did not work inside the "if"
       block; the bug had appeared in 0.1.38.
2005-08-23 15:36:54 +00:00
Igor Sysoev
c6e3a63fdd nginx-0.1.40-RELEASE import
*) Bugfix: if a client sent too long header line, then the request
       information did not logged in the error log.

    *) Bugfix: the "Set-Cookie" header line was not transferred when the
       "X-Accel-Redirect" was used; the bug had appeared in 0.1.39.

    *) Bugfix: the "Content-Disposition" header line was not transferred
       when the "X-Accel-Redirect" was used.

    *) Bugfix: the master process did not close the listen socket on the
       SIGQUIT signal.

    *) Bugfix: after on-line upgrade on Linux and Solaris the process name
       became shorter in the "ps" command.
2005-07-25 09:41:38 +00:00
Igor Sysoev
84a268d4e4 nginx-0.1.39-RELEASE import
*) The changes in the ngx_http_charset_module: the "default_charset"
       directive was canceled; the "charset" directive sets the response
       charset; the "source_charset" directive sets the source charset only.

    *) Bugfix: the backend "WWW-Authenticate" header line did not
       transferred while the 401 response code redirecting.

    *) Bugfix: the ngx_http_proxy_module and ngx_http_fastcgi_module may
       close a connection before anything was transferred to a client; the
       bug had appeared in 0.1.38.

    *) Workaround: the Linux glibc crypt_r() initialization bug.

    *) Bugfix: the ngx_http_ssi_module did not support the relative URI in
       the "include virtual" command.

    *) Bugfix: if the backend response had the "Location" header line and
       nginx should not rewrite this line, then the 500 code response body
       was transferred; the bug had appeared in 0.1.29.

    *) Bugfix: some directives of the ngx_http_proxy_module and
       ngx_http_fastcgi_module were not inherited from the server to the
       location level; the bug had appeared in 0.1.29.

    *) Bugfix: the ngx_http_ssl_module did not support the certificate
       chain.

    *) Bugfix: the ngx_http_autoindex_module did not show correctly the
       long file names; the bug had appeared in 0.1.38.

    *) Bugfixes in IMAP/POP3 proxy in interaction with a backend at the
       login state.
2005-07-14 12:51:53 +00:00
Igor Sysoev
f273a55eb1 nginx-0.1.38-RELEASE import
*) Feature: the "limit_rate" directive is supported in in proxy and
       FastCGI mode.

    *) Feature: the "X-Accel-Limit-Rate" response header line is supported
       in proxy and FastCGI mode.

    *) Feature: the "break" directive.

    *) Feature: the "log_not_found" directive.

    *) Bugfix: the response status code was not changed when request was
       redirected by the ""X-Accel-Redirect" header line.

    *) Bugfix: the variables set by the "set" directive could not be used
       in SSI.

    *) Bugfix: the segmentation fault may occurred if the SSI page has more
       than one remote subrequest.

    *) Bugfix: nginx treated the backend response as invalid if the status
       line in the header was transferred in two packets; the bug had
       appeared in 0.1.29.

    *) Feature: the "ssi_types" directive.

    *) Feature: the "autoindex_exact_size" directive.

    *) Bugfix: the ngx_http_autoindex_module did not support the long file
       names in UTF-8.

    *) Feature: the IMAP/POP3 proxy.
2005-07-08 14:34:20 +00:00
Igor Sysoev
6a333962e7 nginx-0.1.37-RELEASE import
*) Change: now the "\n" is added to the end of the "nginx.pid" file.

    *) Bugfix: the responses may be transferred not completely, if many
       parts or the big parts were included by SSI.

    *) Bugfix: if all backends had returned the 404 reponse and the
       "http_404" parameter of the "proxy_next_upstream" or
       "fastcgi_next_upstream" directives was used, then nginx started to
       request all backends again.
2005-06-23 13:41:06 +00:00
Igor Sysoev
aa394d7b1c nginx-0.1.36-RELEASE import
*) Change: if the request header has duplicate the "Host",
       "Connection", "Content-Length", or "Authorization" lines, then nginx
       now returns the 400 error.

    *) Change: the "post_accept_timeout" directive was canceled.

    *) Feature: the "default", "af=", "bl=", "deferred", and "bind"
       parameters of the "listen" directive.

    *) Feature: the FreeBSD accept filters support.

    *) Feature: the Linux TCP_DEFER_ACCEPT support.

    *) Bugfix: the ngx_http_autoindex_module did not support the file names
       in UTF-8.

    *) Bugfix: the new log file can be rotated by the -USR1 signal only if
       the reconfiguration by the -HUP signal was made twice.
2005-06-15 18:33:41 +00:00
Igor Sysoev
955604f394 nginx-0.1.35-RELEASE import
*) Feature: the "working_directory" directive.

    *) Feature: the "port_in_redirect" directive.

    *) Bugfix: the segmentation fault was occurred if the backend response
       header was in several packets; the bug had appeared in 0.1.29.

    *) Bugfix: if more than 10 servers were configured or some server did
       not use the "listen" directive, then the segmentation fault was
       occurred on the start.

    *) Bugfix: the segmentation fault might occur if the response was
       bigger than the temporary file.

    *) Bugfix: nginx returned the 400 response on requests like
       "GET http://www.domain.com/uri HTTP/1.0"; the bug had appeared in
       0.1.28.
2005-06-07 15:56:31 +00:00
Igor Sysoev
1e01f875e6 nginx-0.1.33-RELEASE import
*) Bugfix: nginx could not be built with the --without-pcre parameter;
       the bug had appeared in 0.1.29.

    *) Bugfix: 3, 4, 7, and 8 the "proxy_set_header" directives in one
       level cause the bus fault on start up.

    *) Bugfix: the HTTP protocol was specified in the HTTPS redirects.

    *) Bugfix: if the "rewrite" directive used the captures inside the "if"
       directive, then the 500 error code was returned.
2005-05-23 12:07:45 +00:00
Igor Sysoev
a693970001 nginx-0.1.32-RELEASE import
*) Bugfix: the arguments were omitted in the redirects, issued by the
       "rewrite" directive; the bug had appeared in 0.1.29.

    *) Feature: the "if" directive supports the captures in regular
       expressions.

    *) Feature: the "set" directive supports the variables and the captures
       of regular expressions.

    *) Feature: the "X-Accel-Redirect" response header line is supported in
       proxy and FastCGI mode.
2005-05-19 13:25:22 +00:00
Igor Sysoev
7fed746a3a nginx-0.1.29-RELEASE import
*) Feature: the ngx_http_ssi_module supports "include virtual" command.

    *) Feature: the ngx_http_ssi_module supports the condition command like
       'if expr="$NAME"' and "else" and "endif" commands. Only one nested
       level is supported.

    *) Feature: the ngx_http_ssi_module supports the DATE_LOCAL and
       DATE_GMT variables and "config timefmt" command.

    *) Feature: the "ssi_ignore_recycled_buffers" directive.

    *) Bugfix: the "echo" command did not show the default value for the
       empty QUERY_STRING variable.

    *) Change: the ngx_http_proxy_module was rewritten.

    *) Feature: the "proxy_redirect", "proxy_pass_request_headers",
       "proxy_pass_request_body", and "proxy_method" directives.

    *) Feature: the "proxy_set_header" directive. The "proxy_x_var" was
       canceled and must be replaced with the proxy_set_header directive.

    *) Change: the "proxy_preserve_host" is canceled and must be replaced
       with the "proxy_set_header Host $host" and the "proxy_redirect off"
       directives, the "proxy_set_header Host $host:$proxy_port" directive
       and the appropriate proxy_redirect directives.

    *) Change: the "proxy_set_x_real_ip" is canceled and must be replaced
       with the "proxy_set_header X-Real-IP $remote_addr" directive.

    *) Change: the "proxy_add_x_forwarded_for" is canceled and must be
       replaced with
       the "proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for"
       directive.

    *) Change: the "proxy_set_x_url" is canceled and must be replaced with
       the "proxy_set_header X-URL http://$host:$server_port$request_uri"
       directive.

    *) Feature: the "fastcgi_param" directive.

    *) Change: the "fastcgi_root", "fastcgi_set_var" and "fastcgi_params"
       directive are canceled and must be replaced with the fastcgi_param
       directives.

    *) Feature: the "index" directive can use the variables.

    *) Feature: the "index" directive can be used at http and server levels.

    *) Change: the last index only in the "index" directive can be absolute.

    *) Feature: the "rewrite" directive can use the variables.

    *) Feature: the "internal" directive.

    *) Feature: the CONTENT_LENGTH, CONTENT_TYPE, REMOTE_PORT, SERVER_ADDR,
       SERVER_PORT, SERVER_PROTOCOL, DOCUMENT_ROOT, SERVER_NAME,
       REQUEST_METHOD, REQUEST_URI, and REMOTE_USER variables.

    *) Change: nginx now passes the invalid lines in a client request
       headers or a backend response header.

    *) Bugfix: if the backend did not transfer response for a long time and
       the "send_timeout" was less than "proxy_read_timeout", then nginx
       returned the 408 response.

    *) Bugfix: the segmentation fault was occurred if the backend sent an
       invalid line in response header; the bug had appeared in 0.1.26.

    *) Bugfix: the segmentation fault may occurred in FastCGI fault
       tolerance configuration.

    *) Bugfix: the "expires" directive did not remove the previous
       "Expires" and "Cache-Control" headers.

    *) Bugfix: nginx did not take into account trailing dot in "Host"
       header line.

    *) Bugfix: the ngx_http_auth_module did not work under Linux.

    *) Bugfix: the rewrite directive worked incorrectly, if the arguments
       were in a request.

    *) Bugfix: nginx could not be built on MacOS X.
2005-05-12 14:58:06 +00:00
Igor Sysoev
56c3cb74a5 nginx-0.1.28-RELEASE import
*) Bugfix: nginx hogs CPU while proxying the huge files.

    *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
2005-04-08 15:18:55 +00:00
Igor Sysoev
38264eba97 nginx-0.1.27-RELEASE import
*) Feature: the "blocked" parameter of the "valid_referers" directive.

    *) Change: the errors while handling the request header now logged at
       "info" level. The server name and the "Host" and "Referer" header
       lines also logged.

    *) Change: the "Host" header line is also logged in error log.

    *) Feature: the proxy_pass_unparsed_uri directive. The special handling
       of the "://" symbols in URI, appeared in 0.1.11 version, now is
       canceled.

    *) Bugfix: nginx could not be built on FreeBSD and Linux, if the
       --without-ngx_http_auth_basic_module configuration parameter was
       used.
2005-03-28 14:43:02 +00:00
Igor Sysoev
02d41b4363 nginx-0.1.26-RELEASE import
*) Change: the invalid client header lines are now ignored and logged
       at the info level.

    *) Change: the server name is also logged in error log.

    *) Feature: the ngx_http_auth_basic_module module and the auth_basic
       and auth_basic_user_file directives.
2005-03-22 16:02:46 +00:00
Igor Sysoev
5ee6efabb0 nginx-0.1.25-RELEASE import
*) Bugfix: nginx did run on Linux parisc.

    *) Feature: nginx now does not start under FreeBSD if the sysctl
       kern.ipc.somaxconn value is too big.

    *) Bugfix: if a request was internally redirected by the
       ngx_http_index_module module to the ngx_http_proxy_module or
       ngx_http_fastcgi_module modules, then the index file was not closed
       after request completion.

    *) Feature: the "proxy_pass" can be used in location with regular
       expression.

    *) Feature: the ngx_http_rewrite_filter_module module supports the
       condition like "if ($HTTP_USER_AGENT ~ MSIE)".

    *) Bugfix: nginx started too slow if the large number of addresses and
       text values were used in the "geo" directive.

    *) Change: a variable name must be declared as "$name" in the "geo"
       directive. The previous variant without "$" is still supported, but
       will be removed soon.

    *) Feature: the "%{VARIABLE}v" logging parameter.

    *) Feature: the "set $name value" directive.

    *) Bugfix: gcc 4.0 compatibility.

    *) Feature: the --with-openssl-opt=OPTIONS autoconfiguration directive.
2005-03-19 12:38:37 +00:00
Igor Sysoev
2b3482896f nginx-0.1.24-RELEASE import
*) Feature: the ngx_http_ssi_filter_module supports the QUERY_STRING
       and DOCUMENT_URI variables.

    *) Bugfix: the ngx_http_autoindex_module may some times return the 404
       response for existent directory, if this directory was used in
       "alias" directive.

    *) Bugfix: the ngx_http_ssi_filter_module ran incorrectly for large
       responses.

    *) Bugfix: the lack of the "Referer" header line was always accounted
       as valid referrer.
2005-03-04 14:06:57 +00:00
Igor Sysoev
e64f1b3680 nginx-0.1.23-RELEASE import
*) Feature: the ngx_http_ssi_filter_module and the ssi,
       ssi_silent_errors, and ssi_min_file_chunk directives. The 'echo
       var="HTTP_..." default=""' and 'echo var="REMOTE_ADDR"' commands are
       supported.

    *) Feature: the %request_time log parameter.

    *) Feature: if the request has no the "Host" header line, then the
       "proxy_preserve_host" directive set this header line to the first
       server name of the "server_name" directive.

    *) Bugfix: nginx could not be built on platforms different from i386,
       amd64, sparc, and ppc; the bug had appeared in 0.1.22.

    *) Bugfix: the ngx_http_autoindex_module now shows the information not
       about the symlink, but about file or directory it points to.

    *) Bugfix: the %apache_length parameter logged the negative length of
       the response header if the no response was transferred to a client.
2005-03-01 15:20:36 +00:00
Igor Sysoev
7686a10fc8 nginx-0.1.22-RELEASE import
*) Bugfix: the ngx_http_stub_status_module showed incorrect handled
       connections statistics if the proxying or FastCGI server were used.

    *) Bugfix: the installation paths were incorrectly quoted on Linux and
       Solaris; the bug had appeared in 0.1.21.
2005-02-24 12:29:09 +00:00
Igor Sysoev
955cfef970 nginx-0.1.21-RELEASE import
*) Bugfix: the ngx_http_stub_status_module showed incorrect statistics
       if "rtsig" method was used or if several worker process ran on SMP.

    *) Bugfix: nginx could not be built by the icc compiler on Linux or if
       the zlib-1.2.x library was building from sources.

    *) Bugfix: nginx could not be built on NetBSD 2.0.
2005-02-22 14:40:13 +00:00
Igor Sysoev
4a051095d3 nginx-0.1.19-RELEASE import
*) Bugfix: now, if request contains the zero, then the 404 error is
       returned for the local requests.

    *) Bugfix: nginx could not be built on NetBSD 2.0.

    *) Bugfix: the timeout may occur while reading of the the client
       request body via SSL connections.
2005-02-16 13:40:36 +00:00
Igor Sysoev
182c11f52a nginx-0.1.16-RELEASE import
*) Bugfix: if the response were transferred by chunks, then on the HEAD
       request the final chunk was issued.

    *) Bugfix: the "Connection: keep-alive" header were issued, even if the
       keepalive_timeout directive forbade the keep-alive use.

    *) Bugfix: the errors in the ngx_http_fastcgi_module caused the
       segmentation faults.

    *) Bugfix: the compressed response encrypted by SSL may not transferred
       complete.

    *) Bugfix: the TCP-specific TCP_NODELAY, TCP_NOPSUH, and TCP_CORK
       options, are not used for the unix domain sockets.

    *) Feature: the rewrite directive supports the arguments rewriting.

    *) Bugfix: the response code 400 was returned for the POST request with
       the "Content-Length: 0" header; the bug had appeared in 0.1.14.
2005-01-25 12:27:35 +00:00
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
f433c40f9f 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
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
1d63c635fc 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
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
04ba4f3bf3 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
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
3aa65f2d32 nginx-0.1.0-RELEASE import
*) The first public version.
2004-10-04 15:04:06 +00:00
Igor Sysoev
9db53698dd nginx-0.1.0-2004-10-04-00:02:06 import 2004-10-03 20:02:06 +00:00
Igor Sysoev
9ff67973c9 nginx-0.1.0-2004-10-01-19:53:53 import 2004-10-01 15:53:53 +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
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
490d269f57 nginx-0.0.12-2004-09-23-20:39:34 import 2004-09-23 16:39:34 +00:00
Igor Sysoev
dba6144d57 nginx-0.0.11-2004-09-23-10:32:00 import 2004-09-23 06:32:00 +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
01fef37c58 nginx-0.0.11-2004-09-21-19:47:05 import 2004-09-21 15:47:05 +00:00
Igor Sysoev
3c6c18e23b nginx-0.0.11-2004-09-21-09:38:28 import 2004-09-21 05:38:28 +00:00
Igor Sysoev
d746ae8048 nginx-0.0.11-2004-09-17-20:07:35 import 2004-09-17 16:07:35 +00:00
Igor Sysoev
5d6795dd3a nginx-0.0.11-2004-09-16-20:10:13 import 2004-09-16 16:10:13 +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
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
fbbe499319 nginx-0.0.9-2004-07-28-20:16:50 import 2004-07-28 16:16:50 +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
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
68755d44a9 nginx-0.0.7-2004-07-13-21:59:12 import 2004-07-13 17:59:12 +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
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
e060cd2941 nginx-0.0.7-2004-06-24-20:07:04 import 2004-06-24 16:07:04 +00:00
Igor Sysoev
a35f739a41 nginx-0.0.7-2004-06-23-19:18:17 import 2004-06-23 15:18:17 +00:00
Igor Sysoev
26a3a1a6bd nginx-0.0.7-2004-06-23-09:54:27 import 2004-06-23 05:54:27 +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
da0c522205 nginx-0.0.7-2004-06-16-23:36:07 import 2004-06-16 19:36:07 +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
e5a1c4a68c nginx-0.0.3-2004-06-08-20:26:37 import 2004-06-08 16:26:37 +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
d10fdf17df nginx-0.0.3-2004-05-18-19:29:08 import 2004-05-18 15:29:08 +00:00
Igor Sysoev
c833a76336 nginx-0.0.3-2004-05-11-20:16:13 import 2004-05-11 16:16:13 +00:00
Igor Sysoev
23564752ef nginx-0.0.3-2004-04-29-00:21:54 import 2004-04-28 20:21:54 +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
adc29dae46 nginx-0.0.3-2004-04-26-00:13:21 import 2004-04-25 20:13:21 +00:00
Igor Sysoev
c0a7365c01 nginx-0.0.3-2004-04-22-00:13:48 import 2004-04-21 20:13:48 +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
7f9f8c3b6b nginx-0.0.3-2004-04-20-11:00:43 import 2004-04-20 07:00:43 +00:00
Igor Sysoev
fe7821872c nginx-0.0.3-2004-04-16-19:27:31 import 2004-04-16 15:27:31 +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
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
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
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
6b58fd981f nginx-0.0.3-2004-03-30-10:27:36 import 2004-03-30 06:27:36 +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
c3214c0e88 nginx-0.0.3-2004-03-17-00:26:01 import 2004-03-16 21:26:01 +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
72be134395 nginx-0.0.2-2004-03-04-19:34:23 import 2004-03-04 16:34:23 +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
e08a95695b nginx-0.0.2-2004-03-02-18:40:59 import 2004-03-02 15:40:59 +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
c648a60499 nginx-0.0.2-2004-02-24-20:31:46 import 2004-02-24 17:31:46 +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
c463c2b87a nginx-0.0.2-2004-02-20-19:48:59 import 2004-02-20 16:48:59 +00:00
Igor Sysoev
6dd70fa855 nginx-0.0.2-2004-02-19-19:48:14 import 2004-02-19 16:48:14 +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
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
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
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
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
8f8047f44c nginx-0.0.1-2004-01-23-12:26:18 import 2004-01-23 09:26:18 +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
12e57c0dca nginx-0.0.1-2004-01-20-23:40:08 import 2004-01-20 20:40:08 +00:00
Igor Sysoev
0d8fd41fb4 nginx-0.0.1-2004-01-15-11:12:45 import 2004-01-15 08:12:45 +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
12cff56bda nginx-0.0.1-2004-01-14-00:33:59 import 2004-01-13 21:33:59 +00:00
Igor Sysoev
8064cd1af9 nginx-0.0.1-2004-01-13-19:43:23 import 2004-01-13 16:43:23 +00:00
Igor Sysoev
c564818c94 nginx-0.0.1-2004-01-13-09:39:14 import 2004-01-13 06:39:14 +00:00
Igor Sysoev
8f29f58501 nginx-0.0.1-2004-01-09-00:02:06 import 2004-01-08 21:02:06 +00:00
Igor Sysoev
8eca998414 nginx-0.0.1-2004-01-08-20:08:10 import 2004-01-08 17:08:10 +00:00
Igor Sysoev
f3822419b5 nginx-0.0.1-2004-01-08-11:47:17 import 2004-01-08 08:47:17 +00:00
Igor Sysoev
ae5d7f4922 nginx-0.0.1-2004-01-06-19:49:34 import 2004-01-06 16:49:34 +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
bd7de36e90 nginx-0.0.1-2003-12-19-11:15:11 import 2003-12-19 08:15:11 +00:00
Igor Sysoev
cc78f9ac3c nginx-0.0.1-2003-12-15-16:57:13 import 2003-12-15 13:57:13 +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
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
7d77b851f7 nginx-0.0.1-2003-12-02-08:47:29 import 2003-12-02 05:47:29 +00:00
Igor Sysoev
3591a4e10f nginx-0.0.1-2003-11-30-23:03:18 import 2003-11-30 20:03:18 +00:00
Igor Sysoev
31a1b39a17 nginx-0.0.1-2003-11-28-11:40:40 import 2003-11-28 08:40:40 +00:00
Igor Sysoev
ced58254f8 nginx-0.0.1-2003-11-27-22:01:37 import 2003-11-27 19:01:37 +00:00
Igor Sysoev
a40a3eded8 nginx-0.0.1-2003-11-27-10:45:22 import 2003-11-27 07:45:22 +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
Igor Sysoev
9bbaa63cd5 nginx-0.0.1-2003-11-19-19:26:41 import 2003-11-19 16:26:41 +00:00
Igor Sysoev
472363253e nginx-0.0.1-2003-11-19-00:34:08 import 2003-11-18 21:34:08 +00:00
Igor Sysoev
42bc74c798 nginx-0.0.1-2003-11-18-19:49:00 import 2003-11-18 16:49:00 +00:00
Igor Sysoev
78fbc558c8 nginx-0.0.1-2003-11-18-11:04:34 import 2003-11-18 08:04:34 +00:00
Igor Sysoev
52e8cb8301 nginx-0.0.1-2003-11-17-00:49:42 import 2003-11-16 21:49:42 +00:00
Igor Sysoev
3cf5811ac5 nginx-0.0.1-2003-11-14-19:52:04 import 2003-11-14 16:52:04 +00:00
Igor Sysoev
cdb8045f98 nginx-0.0.1-2003-11-14-10:20:34 import 2003-11-14 07:20:34 +00:00
Igor Sysoev
0d82179a6e nginx-0.0.1-2003-11-13-19:16:33 import 2003-11-13 16:16:33 +00:00
Igor Sysoev
70751ffd88 nginx-0.0.1-2003-11-13-09:14:05 import 2003-11-13 06:14:05 +00:00
Igor Sysoev
b78693c61b nginx-0.0.1-2003-11-12-20:25:12 import 2003-11-12 17:25:12 +00:00
Igor Sysoev
757901c182 nginx-0.0.1-2003-11-12-01:16:11 import 2003-11-11 22:16:11 +00:00
Igor Sysoev
d0fd468051 nginx-0.0.1-2003-11-11-21:13:43 import 2003-11-11 18:13:43 +00:00
Igor Sysoev
93e18c20ea nginx-0.0.1-2003-11-11-00:09:22 import 2003-11-10 21:09:22 +00:00
Igor Sysoev
463485de71 nginx-0.0.1-2003-11-10-20:17:31 import 2003-11-10 17:17:31 +00:00
Igor Sysoev
eee8deecd8 nginx-0.0.1-2003-11-09-23:03:38 import; separate building 2003-11-09 20:03:38 +00:00
Igor Sysoev
3cceea5c0d nginx-0.0.1-2003-11-03-01:56:18 import 2003-11-02 22:56:18 +00:00
Igor Sysoev
733b3d1fca nginx-0.0.1-2003-10-30-19:51:33 import 2003-10-30 16:51:33 +00:00
Igor Sysoev
c97eab5345 nginx-0.0.1-2003-10-30-11:51:06 import 2003-10-30 08:51:06 +00:00
Igor Sysoev
5c6f404539 nginx-0.0.1-2003-10-29-11:30:44 import 2003-10-29 08:30:44 +00:00
Igor Sysoev
c2b3d4ab1b nginx-0.0.1-2003-10-28-18:45:41 import 2003-10-28 15:45:41 +00:00
Igor Sysoev
a8f74c1d5b nginx-0.0.1-2003-10-23-10:13:16 import 2003-10-23 06:13:16 +00:00
Igor Sysoev
b4062dea32 nginx-0.0.1-2003-10-22-20:38:26 import 2003-10-22 16:38:26 +00:00
Igor Sysoev
027d22f710 nginx-0.0.1-2003-10-22-11:05:29 import 2003-10-22 07:05:29 +00:00
Igor Sysoev
69969986f8 nginx-0.0.1-2003-10-21-20:49:56 import 2003-10-21 16:49:56 +00:00
Igor Sysoev
47b63b5738 nginx-0.0.1-2003-10-21-11:47:21 import 2003-10-21 07:47:21 +00:00
Igor Sysoev
8bff546451 nginx-0.0.1-2003-10-20-21:14:07 import 2003-10-20 17:14:07 +00:00
Igor Sysoev
0d8b3f7a72 nginx-0.0.1-2003-10-19-23:57:23 import 2003-10-19 19:57:23 +00:00
Igor Sysoev
820a074a71 nginx-0.0.1-2003-10-17-00:19:16 import 2003-10-16 20:19:16 +00:00
Igor Sysoev
c0a8d973d6 nginx-0.0.1-2003-10-12-20:49:16 import 2003-10-12 16:49:16 +00:00
Igor Sysoev
ec4ebb37ea nginx-0.0.1-2003-10-10-19:10:50 import 2003-10-10 15:10:50 +00:00
Igor Sysoev
e2281edfb7 nginx-0.0.1-2003-10-09-11:00:45 import 2003-10-09 07:00:45 +00:00
Igor Sysoev
e01bd62221 nginx-0.0.1-2003-09-26-09:45:21 import 2003-09-26 05:45:21 +00:00
Igor Sysoev
89b5a28206 nginx-0.0.1-2003-07-24-00:01:29 import 2003-07-23 20:01:29 +00:00
Igor Sysoev
0fe44f8187 nginx-0.0.1-2003-07-21-01:15:59 import 2003-07-20 21:15:59 +00:00
Igor Sysoev
0d385fdc13 nginx-0.0.1-2003-07-11-08:50:59 import 2003-07-11 04:50:59 +00:00
Igor Sysoev
63cdd4eded nginx-0.0.1-2003-07-10-20:26:57 import 2003-07-10 16:26:57 +00:00
Igor Sysoev
2071afc9fe nginx-0.0.1-2003-07-03-20:30:22 import 2003-07-03 16:30:22 +00:00
Igor Sysoev
8659ea9772 nginx-0.0.1-2003-07-01-19:00:03 import 2003-07-01 15:00:03 +00:00
Igor Sysoev
fbe11af61e nginx-0.0.1-2003-06-15-22:32:13 import 2003-06-15 18:32:13 +00:00
Igor Sysoev
654410b6fe nginx-0.0.1-2003-06-12-09:54:39 import 2003-06-12 05:54:39 +00:00
Igor Sysoev
5da4e8799b nginx-0.0.1-2003-06-11-19:28:34 import 2003-06-11 15:28:34 +00:00
Igor Sysoev
f7e914e328 nginx-0.0.1-2003-06-06-18:59:20 import 2003-06-06 14:59:20 +00:00
Igor Sysoev
35a9e5f059 nginx-0.0.1-2003-06-04-21:28:33 import 2003-06-04 17:28:33 +00:00
Igor Sysoev
dcca60c8ec nginx-0.0.1-2003-06-03-19:42:58 import 2003-06-03 15:42:58 +00:00
Igor Sysoev
a35239eac9 nginx-0.0.1-2003-06-02-19:24:30 import 2003-06-02 15:24:30 +00:00
Igor Sysoev
dc047a450d nginx-0.0.1-2003-05-30-18:27:59 import 2003-05-30 14:27:59 +00:00
Igor Sysoev
84da24b7a4 nginx-0.0.1-2003-05-29-17:02:09 import 2003-05-29 13:02:09 +00:00
Igor Sysoev
99423bc75c nginx-0.0.1-2003-05-27-16:18:54 import 2003-05-27 12:18:54 +00:00
Igor Sysoev
3facf71145 nginx-0.0.1-2003-05-23-15:53:01 import 2003-05-23 11:53:01 +00:00
Igor Sysoev
7339ccfb76 nginx-0.0.1-2003-05-22-19:23:47 import 2003-05-22 15:23:47 +00:00
Igor Sysoev
94e7737b8a nginx-0.0.1-2003-05-21-17:28:21 import 2003-05-21 13:28:21 +00:00
Igor Sysoev
9123841f86 nginx-0.0.1-2003-05-20-19:37:55 import 2003-05-20 15:37:55 +00:00
Igor Sysoev
bd45c33514 nginx-0.0.1-2003-05-19-20:39:14 import 2003-05-19 16:39:14 +00:00
Igor Sysoev
909f6e89be nginx-0.0.1-2003-05-15-19:42:53 import 2003-05-15 15:42:53 +00:00
Igor Sysoev
761a85ff6c nginx-0.0.1-2003-05-14-21:13:13 import 2003-05-14 17:13:13 +00:00
Igor Sysoev
436c73f6ca nginx-0.0.1-2003-05-12-19:52:24 import 2003-05-12 15:52:24 +00:00
Igor Sysoev
6fab076846 nginx-0.0.1-2003-05-07-21:32:45 import 2003-05-07 17:32:45 +00:00
Igor Sysoev
40d8125940 nginx-0.0.1-2003-05-06-21:03:16 import 2003-05-06 17:03:16 +00:00
Igor Sysoev
49f7d48273 nginx-0.0.1-2003-04-28-19:06:39 import 2003-04-28 15:06:39 +00:00
Igor Sysoev
eee634cbf3 nginx-0.0.1-2003-04-14-21:04:58 import 2003-04-14 17:04:58 +00:00
Igor Sysoev
e0c10e1469 nginx-0.0.1-2003-04-11-20:01:14 import 2003-04-11 16:01:14 +00:00
Igor Sysoev
6fa7520a7e nginx-0.0.1-2003-04-10-19:08:54 import 2003-04-10 15:08:54 +00:00
Igor Sysoev
fcc1024379 nginx-0.0.1-2003-03-11-23:38:13 import 2003-03-11 20:38:13 +00:00
Igor Sysoev
025d7ea27d nginx-0.0.1-2003-02-26-23:21:43 import 2003-02-26 20:21:43 +00:00
Igor Sysoev
0e4b164a88 nginx-0.0.1-2003-02-11-10:14:40 import 2003-02-11 07:14:40 +00:00
Igor Sysoev
a956a5e21e nginx-0.0.1-2003-02-06-20:21:13 import 2003-02-06 17:21:13 +00:00
Igor Sysoev
b9cb1a79dc nginx-0.0.1-2003-01-30-21:21:39 import 2003-01-30 18:21:39 +00:00
Igor Sysoev
12365a325c nginx-0.0.1-2003-01-30-10:28:09 import 2003-01-30 07:28:09 +00:00
Igor Sysoev
8d897c9210 nginx-0.0.1-2003-01-23-21:47:54 import 2003-01-23 18:47:54 +00:00
Igor Sysoev
3ee48a1dca nginx-0.0.1-2003-01-15-10:02:27 import 2003-01-15 07:02:27 +00:00
Igor Sysoev
5a9f867611 nginx-0.0.1-2003-01-10-20:45:47 import 2003-01-10 17:45:47 +00:00
Igor Sysoev
9714f1220b nginx-0.0.1-2003-01-10-09:09:20 import 2003-01-10 06:09:20 +00:00
Igor Sysoev
f7656c4493 nginx-0.0.1-2003-01-09-08:36:00 import 2003-01-09 05:36:00 +00:00
Igor Sysoev
ba8030775d nginx-0.0.1-2002-12-27-10:27:47 import 2002-12-27 07:27:47 +00:00
Igor Sysoev
6cddcf232d nginx-0.0.1-2002-12-23-09:29:22 import 2002-12-23 06:29:22 +00:00
Igor Sysoev
f8759dd431 nginx-0.0.1-2002-12-21-20:14:50 import 2002-12-21 17:14:50 +00:00
Igor Sysoev
db5bb4a8ae nginx-0.0.1-2002-12-19-20:49:51 import 2002-12-19 17:49:51 +00:00
Igor Sysoev
c3e6458334 nginx-0.0.1-2002-12-17-18:48:27 import 2002-12-17 15:48:27 +00:00
Igor Sysoev
45cb99bb66 nginx-0.0.1-2002-12-16-00:08:04 import 2002-12-15 21:08:04 +00:00
Igor Sysoev
e93cc4757c nginx-0.0.1-2002-12-15-09:25:09 import 2002-12-15 06:25:09 +00:00
Igor Sysoev
c99e218bb8 nginx-0.0.1-2002-12-10-21:05:12 import 2002-12-10 18:05:12 +00:00
Igor Sysoev
e391f08de3 nginx-0.0.1-2002-12-02-19:09:40 import; resume after 2 months stall 2002-12-02 16:09:40 +00:00