forked from mono/mod_mono
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2009-02-20 Marek Habersack <mhabersack@novell.com>
* mod_mono.h: removed Apache 1.3 support. Defined several macros used in mod_mono.c * mod_mono.c: removed Apache 1.3 support. Replaced atoi calls with own function to convert strings to integers with a fall back to a provided default (string_to_long). Adjusted levels of several DEBUG_PRINT messages. Improved dashboard initialization code. Some refactoring to make code more granular. Redirecting stdout to /dev/null depends on whether we run with debugging on or not and whether we were compiled with --enable-debug or not. * Makefile.am: removed Apache 1.3 support 2009-02-20 Marek Habersack <mhabersack@novell.com> * configure.in: added --with-debug-level to set the DEBUG_PRINT output level. Removed Apache 1.3 support. * AUTHORS, INSTALL, README: updated svn path=/trunk/mod_mono/; revision=127498
- Loading branch information
Showing
10 changed files
with
469 additions
and
795 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
|
||
Daniel Lopez Ridruejo <daniel @ rawbyte.com> | ||
Gonzalo Paniagua Javuer <gonzalo @ ximian.com> | ||
Joshua Tauberer <jit@occams.info> | ||
Marek Habersack <mhabersack @ novell.com> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.