/[hydra]/hydra/src/globals.h
ViewVC logotype

Log of /hydra/src/globals.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Links to hydra_0_0_6: (view) (annotate)
Sticky Tag:

Revision 1.20 - (view) (annotate) - [select for diffs]
Mon Sep 30 18:18:52 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_4, hydra_0_0_5, hydra_0_0_6
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 , to selected 1.1
Some cleanups in server version string generation.


Revision 1.19 - (view) (annotate) - [select for diffs]
Mon Sep 30 17:16:54 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.18: +36 -8 lines
Diff to previous 1.18 , to selected 1.1
Added support for multiple HIC threads.


Revision 1.18 - (view) (annotate) - [select for diffs]
Mon Sep 30 08:21:55 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.17: +7 -5 lines
Diff to previous 1.17 , to selected 1.1
Several cleanups in the If-* stuff.


Revision 1.17 - (view) (annotate) - [select for diffs]
Sun Sep 29 11:00:04 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.16: +8 -1 lines
Diff to previous 1.16 , to selected 1.1
Added support for If-Range, If-Match, If-None-Match HTTP/1.1 header
fields. The server also generates ETag headers for static content using
the last modified field of the file, and the file size.

Fixed the behaviour of the range parser, when a bogus range was received.
Now it does not send any message, it silently ignores the bogus range.


Revision 1.16 - (view) (annotate) - [select for diffs]
Sat Sep 28 17:49:13 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_3
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 , to selected 1.1
*** empty log message ***


Revision 1.15 - (view) (annotate) - [select for diffs]
Sat Sep 28 10:52:46 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.14: +6 -2 lines
Diff to previous 1.14 , to selected 1.1
Cleaned up SSL support. Hydra can be now compiled even if gnutls is not available.


Revision 1.14 - (view) (annotate) - [select for diffs]
Sat Sep 28 10:05:00 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.13: +5 -6 lines
Diff to previous 1.13 , to selected 1.1
Improved HIC support. Now queues are used, instead of pipes for IPC. This avoids hanging the server, if the pipe was full.


Revision 1.13 - (view) (annotate) - [select for diffs]
Sat Sep 28 08:50:07 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 , to selected 1.1
Updated the way HICModule works. Now accepts a content-type instead of a file extension. I think it is much cleaner.


Revision 1.12 - (view) (annotate) - [select for diffs]
Fri Sep 27 23:40:29 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.11: +11 -1 lines
Diff to previous 1.11 , to selected 1.1
Improvements on HIC support.


Revision 1.11 - (view) (annotate) - [select for diffs]
Wed Sep 25 20:39:04 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_2
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 , to selected 1.1
Cleanups


Revision 1.10 - (view) (annotate) - [select for diffs]
Wed Sep 25 19:55:53 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 , to selected 1.1
Added support for multiple directory indexes. Droped support for uncompressing gziped files.


Revision 1.9 - (view) (annotate) - [select for diffs]
Wed Sep 25 10:33:19 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8 , to selected 1.1
The file caching layer (mmap), can now be accessed by the configuration file.


Revision 1.8 - (view) (annotate) - [select for diffs]
Wed Sep 25 06:42:34 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.7: +15 -13 lines
Diff to previous 1.7 , to selected 1.1
Cleanups. Added support for 3 argument options in the grammar (I'll probably rewrite it soon). Changed the Alias, ScriptAlias and Redirect options, to use the virtual hosting stuff.


Revision 1.7 - (view) (annotate) - [select for diffs]
Tue Sep 24 21:47:26 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.6: +4 -3 lines
Diff to previous 1.6 , to selected 1.1
cleaned up the new virtual hosting code.


Revision 1.6 - (view) (annotate) - [select for diffs]
Tue Sep 24 17:12:47 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.5: +17 -5 lines
Diff to previous 1.5 , to selected 1.1
Added some support for host based virtual hosting.


Revision 1.5 - (view) (annotate) - [select for diffs]
Mon Sep 23 19:28:41 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: BOAS_WITH_RANGES_AND_CGI
Changes since 1.4: +4 -1 lines
Diff to previous 1.4 , to selected 1.1
Cleaned up the CGI handling. Now gunzip, indexer are treated like real cgis. Several other cleanups.


Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Sep 23 12:48:59 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.3: +6 -1 lines
Diff to previous 1.3 , to selected 1.1
Added limited support for HTTP/1.1 ranges.


Revision 1.3 - (view) (annotate) - [select for diffs]
Mon Sep 23 07:43:32 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 , to selected 1.1
Added 2 mutexes for the accept() call. One is for the secure port, and one for the normal http port.


Revision 1.2 - (view) (annotate) - [select for diffs]
Sat Sep 21 22:42:08 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Improved the mmap caching.


Revision 1.1 - (view) (annotate) - [selected]
Sat Sep 21 13:53:54 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Branch point for: boas
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26