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

Log of /hydra/src/signals.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.24 - (view) (annotate) - [select for diffs]
Wed Jan 22 07:51:50 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.23: +20 -2 lines
Diff to previous 1.23
merged changes from 0.1.x branch.


Revision 1.23 - (view) (annotate) - [select for diffs]
Sun Oct 27 08:45:51 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, hydra_0_1_2
Branch point for: hydra_0_1_0_patches
Changes since 1.22: +18 -5 lines
Diff to previous 1.22
SSLParamsRefresh was renamed to MaintenanceInterval and is more
generic, since it includes some server cleanups.


Revision 1.22 - (view) (annotate) - [select for diffs]
Mon Oct 21 19:10:31 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_8
Changes since 1.21: +3 -3 lines
Diff to previous 1.21
some corrections in the poll code.


Revision 1.21 - (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.20: +1 -5 lines
Diff to previous 1.20
Added several stuff from Boa 0.94.14rc1


Revision 1.20 - (view) (annotate) - [select for diffs]
Thu Oct 10 11:54:35 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_7
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
fixed the printing of alert message.


Revision 1.19 - (view) (annotate) - [select for diffs]
Wed Oct 9 08:49:46 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.18: +57 -42 lines
Diff to previous 1.18
Improved the thread killing mechanism, to avoid unexpected errors. Now childen threads are killed with a HUP signal instead of pthread_cancel().


Revision 1.18 - (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.17: +2 -1 lines
Diff to previous 1.17
Corrected behavour in SIGHUP signal handling, and now can read
the SSL related variables.


Revision 1.17 - (view) (annotate) - [select for diffs]
Mon Sep 30 18:34:40 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.16: +13 -3 lines
Diff to previous 1.16
*** empty log message ***


Revision 1.16 - (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.15: +29 -34 lines
Diff to previous 1.15
Added support for multiple HIC threads.


Revision 1.15 - (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.14: +13 -3 lines
Diff to previous 1.14
corrected stuff which made compiling fail, if HIC was disabled.


Revision 1.14 - (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.13: +2 -1 lines
Diff to previous 1.13
*** empty log message ***


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
Changes since 1.12: +257 -229 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 10:40:14 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.11: +24 -1 lines
Diff to previous 1.11
*** empty log message ***


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


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


Revision 1.9 - (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.8: +1 -4 lines
Diff to previous 1.8
Added locks in the SSL session cache.


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


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


Revision 1.6 - (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.5: +1 -3 lines
Diff to previous 1.5
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.5 - (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.4: +3 -1 lines
Diff to previous 1.4
Added some support for host based virtual hosting.


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


Revision 1.3 - (view) (annotate) - [select for diffs]
Sun Sep 22 15:12:03 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
The mmap_list cleanup function, now resets usage statistics.


Revision 1.2 - (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.1: +1 -30 lines
Diff to previous 1.1
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.1 - (view) (annotate) - [select for diffs]
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