/[hydra]/hydra/src/util.c
ViewVC logotype

Log of /hydra/src/util.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.19.2.1 - (view) (annotate) - [select for diffs]
Wed Jan 15 11:28:21 2003 UTC (21 years, 2 months ago) by nmav
Branch: hydra_0_1_0_patches
CVS Tags: hydra_0_1_3
Changes since 1.19: +10 -2 lines
Diff to previous 1.19 , to next main 1.21
Better error reporting in HTTP/1.1 ranges.


Revision 1.19 - (view) (annotate) - [select for diffs]
Tue Oct 29 12:13:54 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_10, hydra_0_1_0, hydra_0_1_1, hydra_0_1_2
Branch point for: hydra_0_1_0_patches
Changes since 1.18: +6 -8 lines
Diff to previous 1.18
*** empty log message ***


Revision 1.18 - (view) (annotate) - [select for diffs]
Sat Oct 26 21:05:35 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_9
Changes since 1.17: +6 -3 lines
Diff to previous 1.17
*** empty log message ***


Revision 1.17 - (view) (annotate) - [select for diffs]
Sat Oct 26 20:58:48 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.16: +38 -23 lines
Diff to previous 1.16
Long offsets are not used by default.
Use of pipes instead of temporary files, if the post data sent
are less than PIPE_BUF.


Revision 1.16 - (view) (annotate) - [select for diffs]
Sat Oct 26 12:40:29 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_8
Changes since 1.15: +8 -1 lines
Diff to previous 1.15
added a null pointer check to prevent a sigsegv.


Revision 1.15 - (view) (annotate) - [select for diffs]
Mon Oct 21 18:46:26 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.14: +89 -59 lines
Diff to previous 1.14
Added several stuff from Boa 0.94.14rc1


Revision 1.14 - (view) (annotate) - [select for diffs]
Sat Oct 5 16:42:53 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_7
Changes since 1.13: +29 -1 lines
Diff to previous 1.13
Corrected behavour in SIGHUP signal handling, and now can read
the SSL related variables.


Revision 1.13 - (view) (annotate) - [select for diffs]
Fri Oct 4 09:11:43 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.12: +7 -3 lines
Diff to previous 1.12
Added support for large files in 32 bit systems.


Revision 1.12 - (view) (annotate) - [select for diffs]
Sun Sep 29 15:47:01 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.11: +3 -3 lines
Diff to previous 1.11
increased the number of digits in ETag values. Also upgraded the HTTP version number sent by the server to HTTP/1.1


Revision 1.11 - (view) (annotate) - [select for diffs]
Sun Sep 29 12:02:57 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.10: +31 -3 lines
Diff to previous 1.10
Moved the ETag generation, to a function.


Revision 1.10 - (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.9: +3 -3 lines
Diff to previous 1.9
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.9 - (view) (annotate) - [select for diffs]
Sun Sep 29 08:02:56 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.8: +39 -1 lines
Diff to previous 1.8
Added create_url() function.


Revision 1.8 - (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.7: +19 -9 lines
Diff to previous 1.7
*** empty log message ***


Revision 1.7 - (view) (annotate) - [select for diffs]
Sat Sep 28 16:32:37 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
In sighup and sigterm, the HIC thread is terminated as well.


Revision 1.6 - (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.5: +20 -1 lines
Diff to previous 1.5
Improved HIC support. Now queues are used, instead of pipes for IPC. This avoids hanging the server, if the pipe was full.


Revision 1.5 - (view) (annotate) - [select for diffs]
Fri Sep 27 21:09:11 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.4: +5 -4 lines
Diff to previous 1.4
Added some preliminary support for fast CGI support (Hydra Internally handled CGI) or HIC. Currently it can be used with php.


Revision 1.4 - (view) (annotate) - [select for diffs]
Wed Sep 25 19:55:53 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_2
Changes since 1.3: +8 -8 lines
Diff to previous 1.3
Added support for multiple directory indexes. Droped support for uncompressing gziped files.


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


Revision 1.2 - (view) (annotate) - [select for diffs]
Sun Sep 22 09:07:57 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.1: +11 -11 lines
Diff to previous 1.1
Several improvements and reentrancy fixes.


Revision 1.1 - (view) (annotate) - [select for diffs]
Sat Sep 21 13:53:50 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