index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some common code in adding filters to either the input or
Ryan Bloom
2000-11-18
1
-41
/
+20
*
Begin to remove some of the cache-ing logic from the http proxy.
Ryan Bloom
2000-11-18
4
-77
/
+12
*
Change references of AF_ to reflect APR_ so they should work
David Reid
2000-11-18
3
-3
/
+3
*
Cleanup a signed/unsigned warning
William A. Rowe Jr
2000-11-18
1
-1
/
+1
*
Cleanup more compiler warnings.
William A. Rowe Jr
2000-11-18
1
-3
/
+3
*
Extern symbols (per the warning) belong elsewhere, since (on Win32) the
William A. Rowe Jr
2000-11-18
4
-4
/
+6
*
As promised, and discussed on new-httpd, goodbye ordinals.
William A. Rowe Jr
2000-11-18
4
-642
/
+642
*
remove unused variable
Jeff Trawick
2000-11-18
1
-2
/
+0
*
Clean up some timeout arg warnings
William A. Rowe Jr
2000-11-18
2
-4
/
+4
*
Some signedness issues - consistify the size_t references
William A. Rowe Jr
2000-11-18
2
-13
/
+13
*
Get Multi-Views working again. It wasn't working because we weren't
Ryan Bloom
2000-11-18
1
-1
/
+0
*
Fix 204 handling. This moves some logic that used to be in
Ryan Bloom
2000-11-18
1
-47
/
+36
*
More proxy fixes. There are still some bugs in this code, but this has
Ryan Bloom
2000-11-18
2
-9
/
+18
*
add some docco from John Vasta
Greg Stein
2000-11-18
1
-6
/
+66
*
Suggestion of files to delete from httpd-docs-2.0.
Joshua Slive
2000-11-17
1
-3
/
+23
*
I forgot one change for the start of the MPM docs.
Joshua Slive
2000-11-17
2
-0
/
+18
*
First attempt at MPM documentation. Feedback appreciated. Discussion
Joshua Slive
2000-11-17
5
-413
/
+456
*
Just style nits before someone goes and does something significant.
William A. Rowe Jr
2000-11-17
1
-44
/
+44
*
First pass at a set of caching filters and handlers. This implements a
Ryan Bloom
2000-11-17
4
-0
/
+370
*
fix apr_getaddrinfo() call
Chuck Murcko
2000-11-17
1
-1
/
+1
*
Get rid of a bit more BUFF cruft in mpm_winnt.c
Bill Stoddard
2000-11-17
1
-5
/
+0
*
Make function definition agree with the declaration, which fixes a compile br...
Bill Stoddard
2000-11-17
1
-1
/
+1
*
APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.
Jeff Trawick
2000-11-17
4
-28
/
+27
*
Get exports.c symbols to compile even if the declaration is hidden in
Jeff Trawick
2000-11-17
1
-8
/
+4
*
This removes all BUFF's from the HTTP proxy. This code is relatively
Ryan Bloom
2000-11-17
5
-122
/
+110
*
Yet another broken link.
Joshua Slive
2000-11-17
2
-2
/
+2
*
Bring a couple typo fixes forward from 1.3.
Joshua Slive
2000-11-16
4
-8
/
+4
*
add apr_create_socket to the list of symbols
Jeff Trawick
2000-11-16
1
-0
/
+1
*
Update httpd.exp for recent symbol changes.
Jeff Trawick
2000-11-16
1
-1
/
+235
*
use apr_size_t and a few minor tweaks
Greg Stein
2000-11-16
1
-7
/
+12
*
Make the proxy work with filters. We are still using BUFF for the
Ryan Bloom
2000-11-16
4
-28
/
+49
*
use apr_size_t
Greg Stein
2000-11-16
2
-16
/
+17
*
Do not send a content-length if and only if this is a HEAD request and
Ryan Bloom
2000-11-15
1
-0
/
+17
*
First stab at a STATUS file for httpd-docs-2.0.
Joshua Slive
2000-11-15
1
-0
/
+62
*
Make cgi-bin work as a regular directory when using mod_vhost_alias
Tony Finch
2000-11-15
1
-3
/
+6
*
Apply a patch from John Vasta for adding (some/more) DeltaV support to
Greg Stein
2000-11-15
5
-153
/
+1066
*
Hmmm... It appears that there were some translation in the 2.0 "it works"
Joshua Slive
2000-11-15
6
-6
/
+6
*
Bring the "it worked" pages in 2.0 in sync with the ones in 1.3.
Joshua Slive
2000-11-15
24
-18
/
+277
*
Remove BUFF from the CONNECT handler. This works as well as the rest
Ryan Bloom
2000-11-15
1
-6
/
+4
*
Get the proxy to look at requests that are being proxied again. In the
Ryan Bloom
2000-11-14
1
-2
/
+2
*
Typo in example.
Joshua Slive
2000-11-14
1
-1
/
+1
*
repair cgi's on Windows
Allan K. Edwards
2000-11-14
1
-1
/
+1
*
Changes for previous ap_proxy_doconnect() calling
Chuck Murcko
2000-11-14
3
-10
/
+12
*
Get the proxy working again. With this change in, I have successfully
Ryan Bloom
2000-11-14
1
-1
/
+1
*
Simplify ap_proxy_doconnect(); now returns apr_status_t
Chuck Murcko
2000-11-14
2
-14
/
+13
*
Ignore generated file pcre.h.
Jeff Trawick
2000-11-14
1
-0
/
+1
*
Get "make install" to work on Tru64.
Jeff Trawick
2000-11-14
1
-1
/
+2
*
Remove the change from earlier tonight to not send a content-length of
Ryan Bloom
2000-11-14
1
-4
/
+0
*
Stop the default_handler from trying to deal with HEAD requests. By doing
Ryan Bloom
2000-11-14
2
-10
/
+9
*
Make the header filter decide if a body should be sent. This gives us a
Ryan Bloom
2000-11-14
1
-0
/
+18
[next]