index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
no need for relative includes. the directories will be added to the
Greg Stein
2000-07-01
1
-2
/
+1
*
Remove ap_get_server_conf() from the MPM's that implement. The only place
Ryan Bloom
2000-06-30
4
-24
/
+4
*
Combine some common code. Before this, all platforms implemented their
Ryan Bloom
2000-06-30
8
-9
/
+9
*
Include strings.h for strcasecmp(), strncasecmp(), and bzero().
Jeff Trawick
2000-06-28
8
-1
/
+25
*
get the DAV stuff to compile for Apache 2.0. some unpleasantries are in
Greg Stein
2000-06-28
1
-7
/
+9
*
first, obvious step: alter the license/copyright on all mod_dav files.
Greg Stein
2000-06-28
1
-14
/
+54
*
initial checkin of the new Apache DAV code. this is a pristine copy of
Greg Stein
2000-06-28
1
-0
/
+421
*
Fix compile warning on AIX
Bill Stoddard
2000-06-28
1
-2
/
+2
*
Remove const from ap_socket_t parameters on APR functions so that
Jeff Trawick
2000-06-26
1
-1
/
+1
*
Large tidy up of the beos mpm. this brings in a lot of the changes that
David Reid
2000-06-26
1
-83
/
+104
*
parms needs err_directive incase execute_now() returns non-NULL (e.g. if Load...
Doug MacEachern
2000-06-26
1
-6
/
+7
*
Since we are initializing the status variable, use the error code
Ryan Bloom
2000-06-25
1
-1
/
+1
*
Quiet an unhelpful gcc warning which said that stat might be
Jeff Trawick
2000-06-25
1
-1
/
+1
*
Clean up some warnings by including appropriate headers &
Brian Havard
2000-06-25
1
-2
/
+5
*
Fix a couple of const warnings on Linux. This basically just defines
Ryan Bloom
2000-06-24
1
-0
/
+8
*
blast the old names for the status codes
Greg Stein
2000-06-24
1
-4
/
+4
*
Bug fix:
Jeff Trawick
2000-06-24
1
-26
/
+27
*
Log errors from ap_accept().
Jeff Trawick
2000-06-24
1
-6
/
+9
*
Fix a few problems checking and logging errors in prefork.
Jeff Trawick
2000-06-24
1
-9
/
+9
*
OS/390 needs arpa/inet.h for htonl().
Jeff Trawick
2000-06-24
1
-0
/
+3
*
Fix a couple of problems associated with recognizing when file
Jeff Trawick
2000-06-23
3
-48
/
+34
*
Clean up the APR-ization of the pipe of death.
Jeff Trawick
2000-06-23
1
-10
/
+12
*
Fix the mpmt_pthread MPM to use an APR pipe for the pipe of death. This
Ryan Bloom
2000-06-23
2
-19
/
+11
*
Bring back the hokey call to ap_create_tcp_socket() so mpmt_pthread
Jeff Trawick
2000-06-23
1
-1
/
+13
*
Modify the dexter MPM to use an APR pipe for the pipe of death. This fixes
Ryan Bloom
2000-06-23
1
-15
/
+9
*
Remove select checks from Apache config. These checks were used to define
Ryan Bloom
2000-06-23
1
-1
/
+1
*
Commit a few changes to the mpmt_pthread and dexter MPMs. These basically
Ryan Bloom
2000-06-22
2
-5
/
+4
*
Get Win32 building after yesterday's patch to make MPM's explain
Allan K. Edwards
2000-06-22
1
-0
/
+1
*
Make dexter use the ap_poll API. This change is forced by AIX's
Ryan Bloom
2000-06-22
1
-19
/
+23
*
Add the EXTRA_LIBS to get apache building on BONE again and now that
David Reid
2000-06-22
2
-5
/
+2
*
Remove a few unnecessary calls to select. These calls used to be made so
Ryan Bloom
2000-06-22
1
-8
/
+2
*
Cut free mpm_common.c from ap_max_daemons_limit as a variable. Now we
David Reid
2000-06-22
1
-2
/
+3
*
Correct the pid that's being stored in the child_table to reflect what it's
David Reid
2000-06-22
2
-3
/
+8
*
Small change in an effort to get restarts working correctly on BeOS.
David Reid
2000-06-22
1
-0
/
+10
*
Add the ap_get_max_daemons to dexter, prefork and spmt_os2 MPM's. The only
David Reid
2000-06-22
3
-0
/
+15
*
stop defining ap_scoreboard_fname multiple times in Mpmt_pthread MPM.
Ryan Bloom
2000-06-22
2
-1
/
+1
*
Stop defining ap_scoreboard_fname twice in the Dexter MPM
Ryan Bloom
2000-06-22
2
-1
/
+2
*
Fix error messages issued from MPMs which explain where to change
Jeff Trawick
2000-06-21
6
-14
/
+22
*
ap_create_pipe was changed to return a pipe with both handles
Jeff Trawick
2000-06-20
1
-4
/
+0
*
Correct the problem where the only local host name that the IP stack
William A. Rowe Jr
2000-06-20
1
-11
/
+25
*
Remove unixd_detach function, because it is provided by APR as ap_detach.
Ryan Bloom
2000-06-20
3
-3
/
+3
*
The new beos mpm. This is the first pass but will let more
David Reid
2000-06-20
8
-0
/
+1768
*
Removed the pointless ap_is_aborted macro.
Roy T. Fielding
2000-06-20
1
-2
/
+1
*
fix compile warning
Jeff Trawick
2000-06-20
1
-1
/
+1
*
Update mpm_common to work with the latest BeOS version and start
David Reid
2000-06-19
1
-1
/
+4
*
Get rid of a compiler warning.
Bill Stoddard
2000-06-19
1
-1
/
+1
*
Eliminate warning.
Bill Stoddard
2000-06-19
1
-1
/
+1
*
Add notes field to conn_rec
Allan K. Edwards
2000-06-19
1
-0
/
+1
*
Use the new command-handler initializer macros in dexter;
Jeff Trawick
2000-06-19
3
-38
/
+38
*
Use the new command-handler initializer macros in prefork;
Jeff Trawick
2000-06-19
1
-30
/
+30
[next]