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

Log of /hydra/src/response.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.15.2.6 - (view) (annotate) - [select for diffs]
Fri Jan 17 17:19:15 2003 UTC (21 years, 3 months ago) by nmav
Branch: hydra_0_1_0_patches
CVS Tags: hydra_0_1_3
Changes since 1.15.2.5: +20 -20 lines
Diff to previous 1.15.2.5 , to branch point 1.15 , to next main 1.17
Droped req->simple, and added req->http_version. The old req->http_version was moved to req->http_version_str.


Revision 1.15.2.5 - (view) (annotate) - [select for diffs]
Wed Jan 15 11:28:21 2003 UTC (21 years, 3 months ago) by nmav
Branch: hydra_0_1_0_patches
Changes since 1.15.2.4: +9 -8 lines
Diff to previous 1.15.2.4 , to branch point 1.15
Better error reporting in HTTP/1.1 ranges.


Revision 1.15.2.4 - (view) (annotate) - [select for diffs]
Wed Jan 15 11:04:08 2003 UTC (21 years, 3 months ago) by nmav
Branch: hydra_0_1_0_patches
Changes since 1.15.2.3: +2 -3 lines
Diff to previous 1.15.2.3 , to branch point 1.15
*** empty log message ***


Revision 1.15.2.3 - (view) (annotate) - [select for diffs]
Thu Jan 9 14:54:02 2003 UTC (21 years, 3 months ago) by nmav
Branch: hydra_0_1_0_patches
Changes since 1.15.2.2: +4 -2 lines
Diff to previous 1.15.2.2 , to branch point 1.15
Charset is only appended if set.


Revision 1.15.2.2 - (view) (annotate) - [select for diffs]
Thu Jan 9 14:16:32 2003 UTC (21 years, 3 months ago) by nmav
Branch: hydra_0_1_0_patches
Changes since 1.15.2.1: +7 -1 lines
Diff to previous 1.15.2.1 , to branch point 1.15
Added defaultCharset configuration directive, and the ability to send the default charset in the content type field.


Revision 1.15.2.1 - (view) (annotate) - [select for diffs]
Wed Jan 8 17:10:11 2003 UTC (21 years, 3 months ago) by nmav
Branch: hydra_0_1_0_patches
CVS Tags: hydra_0_1_2
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
Renamed HICActiondirective to CGIAction. The server now requires the Host header field in HTTP/1.1 requests.


Revision 1.15 - (view) (annotate) - [select for diffs]
Sun Oct 6 09:42:50 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_10, hydra_0_0_7, hydra_0_0_8, hydra_0_0_9, hydra_0_1_0, hydra_0_1_1
Branch point for: hydra_0_1_0_patches
Changes since 1.14: +18 -2 lines
Diff to previous 1.14
The headers of HIC-CGIs are now parsed by the server.


Revision 1.14 - (view) (annotate) - [select for diffs]
Wed Oct 2 12:43:58 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_6
Changes since 1.13: +8 -4 lines
Diff to previous 1.13
some fixes


Revision 1.13 - (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
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
Some cleanups in server version string generation.


Revision 1.12 - (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.11: +4 -17 lines
Diff to previous 1.11
Added support for multiple HIC threads.


Revision 1.11 - (view) (annotate) - [select for diffs]
Sun Sep 29 15:34:23 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
Corrected If-None-Match behaviour, added support for Dates in the If-Range field, and added support for multiple ETags.


Revision 1.10 - (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.9: +7 -6 lines
Diff to previous 1.9
Moved the ETag generation, to a function.


Revision 1.9 - (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.8: +34 -2 lines
Diff to previous 1.8
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.8 - (view) (annotate) - [select for diffs]
Sat Sep 28 16:32:37 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_3
Changes since 1.7: +5 -5 lines
Diff to previous 1.7
In sighup and sigterm, the HIC thread is terminated as well.


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


Revision 1.6 - (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.5: +28 -31 lines
Diff to previous 1.5
Cleanups


Revision 1.5 - (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.4: +3 -3 lines
Diff to previous 1.4
Added support for multiple directory indexes. Droped support for uncompressing gziped files.


Revision 1.4 - (view) (annotate) - [select for diffs]
Wed Sep 25 10:42:48 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
*** empty log message ***


Revision 1.3 - (view) (annotate) - [select for diffs]
Mon Sep 23 12:48:59 2002 UTC (21 years, 7 months ago) by nmav
Branch: MAIN
CVS Tags: BOAS_WITH_RANGES_AND_CGI
Changes since 1.2: +71 -3 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, 7 months ago) by nmav
Branch: MAIN
Changes since 1.1: +17 -15 lines
Diff to previous 1.1
Several improvements and reentrancy fixes.


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