index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
In some application environments, the mod_dav hook structures are
Greg Stein
2002-07-25
4
-2
/
+56
*
Fixed the ap_cgi_build_command() function for NetWare so that it correctly
Bradley Nicholes
2002-07-25
1
-3
/
+11
*
Replace atol() calls which should return long long with apr_atoll() calls.
Wilfredo Sanchez
2002-07-24
4
-10
/
+9
*
Style police comin' through..
Ken Coar
2002-07-24
1
-137
/
+163
*
the directives ignorecachecontrol & ignorelastmodified weren't being set
Ian Holsman
2002-07-24
1
-3
/
+3
*
Including the make file for mod_ext_filter to the main build for NetWare
Bradley Nicholes
2002-07-22
1
-0
/
+1
*
Adding the NetWare make file for mod_ext_filter
Bradley Nicholes
2002-07-22
1
-0
/
+250
*
Fix a resource leak where LDAP connections were not being returned
Graham Leggett
2002-07-22
1
-0
/
+10
*
Fix some hook ordering problems. mod_vhost_alias should, perhaps, be HOOK_LAST.
Joshua Slive
2002-07-21
3
-3
/
+7
*
A half hour to waste waiting for builds... this is what you get.
William A. Rowe Jr
2002-07-21
5
-8
/
+56
*
Fix (safely) one minor emit [always positive, so apr_size_t cast is ok]
William A. Rowe Jr
2002-07-19
2
-1
/
+96
*
Way too busy today.. last commit was wrong in two ways. First, 1KB is 1024
Bill Stoddard
2002-07-19
1
-1
/
+1
*
mod_ext_filter: Ignore any content-type parameters when checking if
Jeff Trawick
2002-07-18
1
-8
/
+17
*
Compare bytes to bytes.
Bill Stoddard
2002-07-18
1
-1
/
+1
*
mod_ext_filter: Set up environment variables for external programs.
Jeff Trawick
2002-07-18
1
-2
/
+21
*
Do some sanity checking on the cache config directives.
Bill Stoddard
2002-07-18
1
-27
/
+28
*
Solve C-L post body reads from the HTTP_IN by ap_get_brigade() so that
William A. Rowe Jr
2002-07-17
1
-0
/
+8
*
Get proxy ftp to work over IPv6.
Jeff Trawick
2002-07-17
1
-49
/
+40
*
use APR_TIME_T_FMT when formatting apr_time_t
Jeff Trawick
2002-07-17
4
-6
/
+9
*
use APR_SIZE_T_FMT for formatting apr_size_t
Jeff Trawick
2002-07-17
2
-2
/
+4
*
axe an unused function
Jeff Trawick
2002-07-17
3
-10
/
+5
*
add notes about a portability problem -- formatting apr_time_t
Jeff Trawick
2002-07-17
1
-0
/
+1
*
Last missing symbols that I can find.
William A. Rowe Jr
2002-07-17
2
-3
/
+2
*
this file should have the asf license on it
Cliff Woolley
2002-07-17
1
-0
/
+58
*
Add a couple of optimizations to the priority queue code:
Cliff Woolley
2002-07-17
1
-48
/
+41
*
header files should include everything they need to compile
Cliff Woolley
2002-07-17
1
-2
/
+9
*
Optimize away a couple 64bit integer divides.
Aaron Bannert
2002-07-16
1
-1
/
+1
*
Eat our own dogfood when it comes to the time macros.
Sander Striker
2002-07-15
1
-1
/
+1
*
Fixed good. The modulos op should give us just that extra little bit we
William A. Rowe Jr
2002-07-15
1
-1
/
+1
*
Sleep INTO the next second, not for the entire next second.
William A. Rowe Jr
2002-07-15
1
-1
/
+1
*
http occurances to update for apr_socket_opt_get/set
William A. Rowe Jr
2002-07-15
3
-16
/
+20
*
Remove a time lookup that's now unnecessary
Brian Pane
2002-07-15
1
-2
/
+0
*
Timeout/time fixes
William A. Rowe Jr
2002-07-15
3
-9
/
+8
*
The macros remove how much legibility?
William A. Rowe Jr
2002-07-15
1
-3
/
+1
*
Streamline the handling of C-L values in the common case by using
Jim Jagielski
2002-07-14
1
-31
/
+20
*
added apr_is_empty_array()
Brian Pane
2002-07-13
1
-1
/
+1
*
add PROXY_OPTIONAL_HOOK() macro for modules that want to
Jeff Trawick
2002-07-11
1
-0
/
+7
*
Clean up docs and add a hook for clarification.
William A. Rowe Jr
2002-07-11
1
-17
/
+38
*
Bring Apache in line with APR's new poll implementation. This isn't
Ryan Bloom
2002-07-11
2
-4
/
+5
*
mod_ext_filter: don't segfault if content-type is not set.
Jeff Trawick
2002-07-10
1
-1
/
+2
*
Continue the Bill Rowe apr_size_t crusade.
Victor J. Orlikowski
2002-07-10
8
-14
/
+14
*
Changes for deprecated apr_is_fnmatch
William A. Rowe Jr
2002-07-08
3
-3
/
+3
*
Optimize reading keep-alive requests with APR_INCOMPLETE_READ. In the
Bill Stoddard
2002-07-07
1
-2
/
+10
*
Renames Pending:
Ian Holsman
2002-07-06
4
-7
/
+7
*
Fix some Win32 compile breaks caused by Brian Pane's making apr_table_t
Bill Stoddard
2002-07-06
2
-6
/
+8
*
use new time conversion macros in place of APR_USEC_PER_SEC
Brian Pane
2002-07-05
1
-2
/
+2
*
Get the perchild MPM starting different child processes with different
Ryan Bloom
2002-06-30
1
-0
/
+1
*
Replaced APR_USEC_PER_SEC division with apr_time_sec macro
Brian Pane
2002-06-30
1
-7
/
+6
*
Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macro
Brian Pane
2002-06-30
4
-8
/
+12
*
Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macro
Brian Pane
2002-06-30
1
-3
/
+3
[next]