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

Log of /hydra/src/get.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.32 - (view) (annotate) - [select for diffs]
Mon Nov 3 10:59:45 2003 UTC (20 years, 4 months ago) by nmav
Branch: MAIN
CVS Tags: HEAD, hydra_0_1_4, hydra_0_1_6, hydra_0_1_6_without_hic, hydra_0_1_7, hydra_0_1_8
Changes since 1.31: +10 -2 lines
Diff to previous 1.31
ported to gnutls 0.9.x and some other minor fixes.


Revision 1.31 - (view) (annotate) - [select for diffs]
Sun Jan 26 11:25:39 2003 UTC (21 years, 2 months ago) by nmav
Branch: MAIN
Changes since 1.30: +5 -5 lines
Diff to previous 1.30
Better large file support (now uses the included autoconf macros).
(++some indentation)


Revision 1.30 - (view) (annotate) - [select for diffs]
Wed Jan 22 07:51:50 2003 UTC (21 years, 2 months ago) by nmav
Branch: MAIN
Changes since 1.29: +7 -3 lines
Diff to previous 1.29
merged changes from 0.1.x branch.


Revision 1.29 - (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.28: +8 -2 lines
Diff to previous 1.28
*** empty log message ***


Revision 1.28 - (view) (annotate) - [select for diffs]
Sun Oct 27 10:06:28 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_9
Changes since 1.27: +9 -1 lines
Diff to previous 1.27
Added file access control lists per virtual host. Based on patch for
Boa by Peter Korsgaard <jacmet@sunsite.dk>.


Revision 1.27 - (view) (annotate) - [select for diffs]
Tue Oct 22 14:06:10 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_8
Changes since 1.26: +10 -2 lines
Diff to previous 1.26
The IOSHUFFLE is not used in SSL connections.


Revision 1.26 - (view) (annotate) - [select for diffs]
Mon Oct 21 19:36:54 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.25: +3 -2 lines
Diff to previous 1.25
some fixes in the sendfile(2) support. Added support for FreeBSD's sendfile (currently untested).


Revision 1.25 - (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.24: +7 -6 lines
Diff to previous 1.24
Added several stuff from Boa 0.94.14rc1


Revision 1.24 - (view) (annotate) - [select for diffs]
Sun Oct 6 09:42:50 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_7
Changes since 1.23: +5 -5 lines
Diff to previous 1.23
The headers of HIC-CGIs are now parsed by the server.


Revision 1.23 - (view) (annotate) - [select for diffs]
Sun Oct 6 07:20:45 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.22: +4 -3 lines
Diff to previous 1.22
*** empty log message ***


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


Revision 1.21 - (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.20: +6 -6 lines
Diff to previous 1.20
Added support for large files in 32 bit systems.


Revision 1.20 - (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.19: +3 -2 lines
Diff to previous 1.19
some fixes


Revision 1.19 - (view) (annotate) - [select for diffs]
Tue Oct 1 22:38:24 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_5
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
Several changes to allow Cookies and POST data, to work in HIC CGIs.
Check if a CGI is accessible before trying to execute it, and send not
found if it is not accesible.


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
CVS Tags: hydra_0_0_4
Changes since 1.17: +100 -55 lines
Diff to previous 1.17
Several cleanups in the If-* stuff.


Revision 1.17 - (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.16: +187 -110 lines
Diff to previous 1.16
Corrected If-None-Match behaviour, added support for Dates in the If-Range field, and added support for multiple ETags.


Revision 1.16 - (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.15: +3 -6 lines
Diff to previous 1.15
Moved the ETag generation, to a function.


Revision 1.15 - (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.14: +82 -8 lines
Diff to previous 1.14
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.14 - (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.13: +3 -10 lines
Diff to previous 1.13
Added create_url() function.


Revision 1.13 - (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.12: +2 -2 lines
Diff to previous 1.12
In sighup and sigterm, the HIC thread is terminated as well.


Revision 1.12 - (view) (annotate) - [select for diffs]
Sat Sep 28 16:04:01 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.11: +20 -2 lines
Diff to previous 1.11
Fixes in CGI handling. Now cgis can be runned even if they are one of the index files (ie you can use index.php).


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: +3 -3 lines
Diff to previous 1.10
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: +6 -117 lines
Diff to previous 1.9
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: +20 -18 lines
Diff to previous 1.8
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: +2 -2 lines
Diff to previous 1.7
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]
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.6: +15 -6 lines
Diff to previous 1.6
Cleaned up the CGI handling. Now gunzip, indexer are treated like real cgis. Several other cleanups.


Revision 1.6 - (view) (annotate) - [select for diffs]
Mon Sep 23 13:24:19 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5
*** empty log message ***


Revision 1.5 - (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.4: +46 -14 lines
Diff to previous 1.4
Added limited support for HTTP/1.1 ranges.


Revision 1.4 - (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.3: +7 -3 lines
Diff to previous 1.3
Several improvements and reentrancy fixes.


Revision 1.3 - (view) (annotate) - [select for diffs]
Sun Sep 22 07:10:57 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
More improvements on the mmap caching code. Removed the MMAP_LIST_USE_MAX. Now the upper limit is the size of the mmap list.


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: +5 -2 lines
Diff to previous 1.1
Improved the mmap caching.


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