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

Log of /hydra/src/cgi.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.21 - (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.20: +2 -2 lines
Diff to previous 1.20
The headers of HIC-CGIs are now parsed by the server.


Revision 1.20 - (view) (annotate) - [select for diffs]
Fri Oct 4 19:09:12 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.19: +4 -1 lines
Diff to previous 1.19
CGIs now can get SSL_* variables. This is pretty much compatible with mod_ssl.


Revision 1.19 - (view) (annotate) - [select for diffs]
Wed Oct 2 08:54:09 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_5, hydra_0_0_6
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
Several changes to allow setting the correct query string in HIC cgis.


Revision 1.18 - (view) (annotate) - [select for diffs]
Tue Oct 1 22:38:24 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.17: +6 -2 lines
Diff to previous 1.17
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.17 - (view) (annotate) - [select for diffs]
Mon Sep 30 17:16:54 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_4
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
Added support for multiple HIC threads.


Revision 1.16 - (view) (annotate) - [select for diffs]
Sun Sep 29 08:04:45 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
*** empty log message ***


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: +7 -1 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 16:32:37 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
In sighup and sigterm, the HIC thread is terminated as well.


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


Revision 1.12 - (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.11: +2 -2 lines
Diff to previous 1.11
Improvements on HIC support.


Revision 1.11 - (view) (annotate) - [select for diffs]
Fri Sep 27 21:24:37 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.10: +3 -1 lines
Diff to previous 1.10
more HIC stuff


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


Revision 1.9 - (view) (annotate) - [select for diffs]
Fri Sep 27 11:41:04 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
*** empty log message ***


Revision 1.8 - (view) (annotate) - [select for diffs]
Fri Sep 27 10:35:20 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.7: +23 -18 lines
Diff to previous 1.7
cleanups


Revision 1.7 - (view) (annotate) - [select for diffs]
Wed Sep 25 22:10:03 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_2
Changes since 1.6: +428 -443 lines
Diff to previous 1.6
Cleaned up CGI stuff.


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
Changes since 1.5: +2 -7 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 06:42:34 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
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.4 - (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.3: +6 -4 lines
Diff to previous 1.3
Added some support for host based virtual hosting.


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: +10 -6 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]
Sun Sep 22 09:07:57 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.1: +9 -5 lines
Diff to previous 1.1
Several improvements and reentrancy fixes.


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