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

Log of /hydra/src/boa.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.27 - (view) (annotate) - [select for diffs]
Wed Jan 22 07:51:49 2003 UTC (21 years, 2 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_1_4, hydra_0_1_6, hydra_0_1_7
Changes since 1.26: +32 -28 lines
Diff to previous 1.26
merged changes from 0.1.x branch.


Revision 1.26 - (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_10, hydra_0_0_9, hydra_0_1_0, hydra_0_1_1
Branch point for: hydra_0_1_0_patches
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
Added file access control lists per virtual host. Based on patch for
Boa by Peter Korsgaard <jacmet@sunsite.dk>.


Revision 1.25 - (view) (annotate) - [select for diffs]
Sun Oct 27 08:45:51 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.24: +8 -14 lines
Diff to previous 1.24
SSLParamsRefresh was renamed to MaintenanceInterval and is more
generic, since it includes some server cleanups.


Revision 1.24 - (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.23: +2 -2 lines
Diff to previous 1.23
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.23 - (view) (annotate) - [select for diffs]
Mon Oct 21 18:46:26 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_8
Changes since 1.22: +33 -23 lines
Diff to previous 1.22
Added several stuff from Boa 0.94.14rc1


Revision 1.22 - (view) (annotate) - [select for diffs]
Sat Oct 5 16:42:52 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_7
Changes since 1.21: +1 -3 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]
Thu Oct 3 11:26:14 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_6
Changes since 1.20: +6 -9 lines
Diff to previous 1.20
Improved the max_connections stuff.


Revision 1.20 - (view) (annotate) - [select for diffs]
Wed Oct 2 20:07:25 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.19: +7 -6 lines
Diff to previous 1.19
*** empty log message ***


Revision 1.19 - (view) (annotate) - [select for diffs]
Wed Oct 2 19:42:00 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.18: +3 -1 lines
Diff to previous 1.18
*** empty log message ***


Revision 1.18 - (view) (annotate) - [select for diffs]
Wed Oct 2 19:32:49 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.17: +5 -4 lines
Diff to previous 1.17
*** empty log message ***


Revision 1.17 - (view) (annotate) - [select for diffs]
Wed Oct 2 19:26:15 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.16: +55 -12 lines
Diff to previous 1.16
Better use of limits. If getrlimit() returns a cur limit less than max limit, we increase the cur limit.


Revision 1.16 - (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.15: +3 -2 lines
Diff to previous 1.15
Some cleanups in server version string generation.


Revision 1.15 - (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.14: +381 -333 lines
Diff to previous 1.14
Added support for multiple HIC threads.


Revision 1.14 - (view) (annotate) - [select for diffs]
Sat Sep 28 18:32:05 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_3
Changes since 1.13: +3 -1 lines
Diff to previous 1.13
corrected stuff which made compiling fail, if HIC was disabled.


Revision 1.13 - (view) (annotate) - [select for diffs]
Sat Sep 28 17:49:13 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
*** empty log message ***


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


Revision 1.11 - (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.10: +5 -1 lines
Diff to previous 1.10
Cleaned up SSL support. Hydra can be now compiled even if gnutls is not available.


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


Revision 1.9 - (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.8: +3 -3 lines
Diff to previous 1.8
Improvements on HIC support.


Revision 1.8 - (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.7: +46 -1 lines
Diff to previous 1.7
Added some preliminary support for fast CGI support (Hydra Internally handled CGI) or HIC. Currently it can be used with php.


Revision 1.7 - (view) (annotate) - [select for diffs]
Fri Sep 27 07:03:45 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.6: +1 -4 lines
Diff to previous 1.6
Added locks in the SSL session cache.


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


Revision 1.5 - (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.4: +4 -2 lines
Diff to previous 1.4
The file caching layer (mmap), can now be accessed by the configuration file.


Revision 1.4 - (view) (annotate) - [select for diffs]
Tue Sep 24 18:07:58 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.3: +7 -1 lines
Diff to previous 1.3
*** empty log message ***


Revision 1.3 - (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.2: +3 -4 lines
Diff to previous 1.2
Cleaned up the CGI handling. Now gunzip, indexer are treated like real cgis. Several other cleanups.


Revision 1.2 - (view) (annotate) - [select for diffs]
Mon Sep 23 17:56:41 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.1: +12 -13 lines
Diff to previous 1.1
Fixes in configure script. Added support for the TCP_CORK tcp option in linux systems.


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