index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
/
mod_proxy.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2001-08-15
fix some homophonic issues in comments, as well as some
Jeff Trawick
10
-14
/
+14
2001-08-15
Proxy now works as a DSO on AIX.
Victor J. Orlikowski
1
-3
/
+3
2001-08-15
Fix a char * vs char ** mixup...
Victor J. Orlikowski
1
-10
/
+10
2001-08-15
Works under AIX as a DSO now.
Victor J. Orlikowski
1
-0
/
+4
2001-08-15
Save a ton o' space by rle encoding the header bitmap.
William A. Rowe Jr
1
-0
/
+0
2001-08-15
Tweak server/Makefile so that the rules for generating exports.c
Jeff Trawick
2
-2
/
+17
2001-08-15
Solve the segfault until the right patch is unearthed.
William A. Rowe Jr
1
-4
/
+4
2001-08-14
Fix a small bug that limited the description's width to the filename's width.
William A. Rowe Jr
1
-2
/
+2
2001-08-14
Outch to Win9x... can't be destroying locks asymetrically. Do we want
William A. Rowe Jr
1
-1
/
+2
2001-08-14
> 1. Cleaned the ApacheMonitor code a little bit.
William A. Rowe Jr
5
-636
/
+431
2001-08-14
Break http_proxy_handler into multiple smaller functions.
Ryan Bloom
2
-366
/
+482
2001-08-14
need to check return value of ssl_hook_process_connection
Doug MacEachern
1
-2
/
+7
2001-08-14
namespace-protect accept_lock_mech
Jeff Trawick
7
-13
/
+12
2001-08-14
Fix build of OS/2 MPM after recent move of common code.
Brian Havard
1
-0
/
+1
2001-08-14
OS/2: Allow mod_dav_fs to build as a DLL. It needs special treatment as it
Brian Havard
1
-0
/
+8
2001-08-14
Clean up several parsing errors in find_ct that may or may not be causing
Roy T. Fielding
1
-60
/
+73
2001-08-14
Add contact info to README (was in INSTALL in 1.3)
Joshua Slive
1
-0
/
+29
2001-08-14
Install the SSL header files.
Ryan Bloom
2
-0
/
+3
2001-08-13
Lots of small config file changes including:
Joshua Slive
2
-200
/
+90
2001-08-13
change the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES to
Jeff Trawick
8
-10
/
+10
2001-08-13
(hopefully) get WinNT MPM to build using mpm_common.c code; a few notes:
Jeff Trawick
5
-78
/
+26
2001-08-13
allow non-Unix MPMs to use mpm_common.c by not automatically
Jeff Trawick
9
-1
/
+29
2001-08-13
get threaded to compile again by fixing a lock_fname/ap_lock_fname mixup
Jeff Trawick
1
-6
/
+6
2001-08-13
Begin to sanitize the MPM configuration directives. Now, all
Ryan Bloom
21
-828
/
+321
2001-08-13
Close a major resource leak. Everytime we had issued a
Ryan Bloom
2
-1
/
+4
2001-08-13
Remove a warning from mod_echo.
Ryan Bloom
1
-1
/
+1
2001-08-12
Make the body read in proxy http handler nonblocking. There's no sense
Chuck Murcko
1
-1
/
+5
2001-08-12
Change the MaxSpareThreads to 150 for threaded MPM. This mirrors the new
Justin Erenkrantz
1
-1
/
+1
2001-08-12
Put the MaxClients setting for prefork back to its 1.3 level.
Joshua Slive
2
-2
/
+2
2001-08-11
Fix the macro expansion problem in the hook declaration.
Ryan Bloom
2
-8
/
+12
2001-08-11
Fix the proxy when the origin server sends back a 100
Ryan Bloom
2
-181
/
+197
2001-08-11
Forgot the CHANGES comment with my last commit.
Ryan Bloom
1
-0
/
+5
2001-08-11
Fix the new method code. We need to cast 1 to an apr_int64_t or it will
Ryan Bloom
24
-57
/
+64
2001-08-10
hot and muggy in Raleigh (i.e., it's August)
Greg Ames
1
-82
/
+5
2001-08-10
Wipe out a couple suspended bugs.
Joshua Slive
1
-13
/
+1
2001-08-10
Move things to the docs/STATUS file and reference the various
Joshua Slive
2
-26
/
+14
2001-08-10
Hot and sunny again in Montreal.
Joshua Slive
1
-19
/
+4
2001-08-10
Clarify what %U will log.
Joshua Slive
1
-1
/
+1
2001-08-10
This should fix the remaining problems with POST. Basically, we
Ryan Bloom
1
-1
/
+13
2001-08-10
Eliminate duplicate info and add references to logs.html.
Joshua Slive
3
-142
/
+5
2001-08-10
Bring forward new logs.html doc from 1.3.
Joshua Slive
3
-0
/
+1162
2001-08-10
Fix a bug in mod_expires. Previous to this patch, if you
Ryan Bloom
2
-2
/
+11
2001-08-10
The worker MPM now handles shutdown and restart requests. It
Ryan Bloom
2
-22
/
+10
2001-08-10
record something in the error log if the parent process seg faults
Greg Ames
3
-3
/
+36
2001-08-09
We want to use mod_cgid with the worker MPM as well.
Ryan Bloom
1
-1
/
+1
2001-08-09
This change was moved into 2.0.23. The problem therefore both began and
Cliff Woolley
1
-4
/
+0
2001-08-09
Fix a restart problem when cgid is used. Code in the parent
Jeff Trawick
2
-4
/
+13
2001-08-09
If we are going to get the length of a brigade, it helps if that
Ryan Bloom
1
-0
/
+1
2001-08-09
Add a comment so that the next poor fool who re-writes this section
Ryan Bloom
1
-0
/
+6
2001-08-09
Handle the -1 case in ap_http_filter. -1 means that we have to read
Ryan Bloom
1
-0
/
+14
[prev]
[next]