index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Enabled the -n parameter on NetWare to allow the administrator to rename
Bradley Nicholes
2003-01-29
1
-0
/
+4
*
don't use deprecated function apr_sort_hooks()
Jeff Trawick
2002-10-16
1
-2
/
+2
*
Add -S as a synonym for -t -DDUMP_VHOSTS
Aaron Bannert
2002-10-07
1
-2
/
+10
*
We log this failure (with an identical message) in the restart loop code,
William A. Rowe Jr
2002-09-15
1
-5
/
+3
*
suck_in wasn't sucking hard enough. Fixed the header.
William A. Rowe Jr
2002-07-17
1
-0
/
+1
*
Doc it.
William A. Rowe Jr
2002-06-23
1
-1
/
+3
*
-T hasn't been supported for some great while.
William A. Rowe Jr
2002-06-12
1
-6
/
+2
*
Fix the display of the default name for the mime types config
Jeff Trawick
2002-06-10
1
-2
/
+2
*
the "-k startssl" parameter is reverted by popular demand
Jeff Trawick
2002-05-24
1
-1
/
+1
*
issue the usage message if there are extraneous arguments on
Jeff Trawick
2002-05-23
1
-1
/
+1
*
Add "-k start|startssl|restart|graceful|stop" support to httpd
Jeff Trawick
2002-05-23
1
-1
/
+16
*
fix a spelling error in a comment
Jeff Trawick
2002-05-23
1
-1
/
+1
*
Omit the second linefeed after "Syntax OK"
Aaron Bannert
2002-05-21
1
-2
/
+1
*
stop using APLOG_NOERRNO in calls to ap_log_?error()
Jeff Trawick
2002-05-17
1
-36
/
+36
*
Introduced -E startup_logfile_name option to httpd to allow admins
William A. Rowe Jr
2002-04-17
1
-0
/
+10
*
Correct const'ness of argv in all support apps, and use the new
William A. Rowe Jr
2002-04-13
1
-1
/
+1
*
Added support for Posix semaphore-based mutex locking (AcceptMutex posixsem).
Jim Jagielski
2002-04-04
1
-0
/
+4
*
Integrate rbb's forward port of -k config into the -h(elp), and
William A. Rowe Jr
2002-03-25
1
-8
/
+10
*
Tag some pools
Bill Stoddard
2002-03-22
1
-0
/
+2
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Style Police comming through...
Sander Striker
2002-03-09
1
-114
/
+233
*
For fat-fingered friends and others who like typing err and warn rather
William A. Rowe Jr
2002-03-01
1
-3
/
+2
*
This comment is bogus since we decided to keep -X.
Aaron Bannert
2002-02-16
1
-1
/
+0
*
NOERRNO? Of course we have an ERRNO :)
William A. Rowe Jr
2002-02-05
1
-1
/
+1
*
This patch allows the prefork MPM to print messages to the console if it
Ryan Bloom
2002-02-04
1
-1
/
+4
*
The pre_config hook now takes a return value. This allows modules to
Aaron Bannert
2002-01-29
1
-2
/
+8
*
get the declaration of strcasecmp() on AIX
Jeff Trawick
2002-01-17
1
-0
/
+1
*
Allow the user to get detailed debugging information without a full
William A. Rowe Jr
2002-01-17
1
-0
/
+30
*
Restore the apr_pool_clear calls to main.c in case we have
David Reid
2002-01-08
1
-0
/
+2
*
This small patch modifies the log's to use plog instead of pconf.
David Reid
2002-01-08
1
-2
/
+0
*
tag a few of the key httpd pools
Jeff Trawick
2001-12-18
1
-0
/
+4
*
hmmm... gcc 2.95.2 on AIX says sizeof is long... fix up
Jeff Trawick
2001-12-05
1
-1
/
+5
*
tweak httpd -V output to show the architecture (bits in a pointer)
Jeff Trawick
2001-12-04
1
-0
/
+4
*
Handle the ? option.
Ben Laurie
2001-12-03
1
-0
/
+1
*
Finish undoing that last patch... previous commit simply cleaned it up,
William A. Rowe Jr
2001-11-29
1
-8
/
+0
*
Revert my last patch to detect a 'leftover' arg. Apparently there is
William A. Rowe Jr
2001-11-29
1
-3
/
+3
*
We never tested for invalid 'additional' arguments that were ignored.
William A. Rowe Jr
2001-11-29
1
-1
/
+10
*
carry over from 1.3: disable profiling in the parent process #ifdef GPROF
Doug MacEachern
2001-11-29
1
-0
/
+2
*
change open_logs hook to return a value, allowing you to flag a error
Ian Holsman
2001-11-24
1
-2
/
+9
*
Modify post_config hook so that it can return a error,
Ian Holsman
2001-11-23
1
-2
/
+8
*
Debug conf pool constness. This is a noop most of the time on most
William A. Rowe Jr
2001-09-28
1
-0
/
+3
*
Add -X functionality back to httpd.
Justin Erenkrantz
2001-08-30
1
-0
/
+4
*
Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_
Roy T. Fielding
2001-05-22
1
-1
/
+1
*
Fix command-line processing so that if a bad argument is specified
Jeff Trawick
2001-05-18
1
-2
/
+6
*
Module writers for 2.0 shouldn't still be relying on a no-op for
Victor J. Orlikowski
2001-04-04
1
-2
/
+0
*
clean out some old crud from ap_config.h
Greg Stein
2001-02-24
1
-7
/
+4
*
remove ap_{post_config,child_init}_hook
Doug MacEachern
2001-02-23
1
-2
/
+2
*
Oops - better *think* first. Fix typo.
Martin Kraemer
2001-02-21
1
-1
/
+1
*
Display APACHE_MPM_DIR in the list of #defines, and
Martin Kraemer
2001-02-21
1
-2
/
+2
[next]