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
*
Fix some problems with the apr conversion so that APACHE_XLATE builds work
Jeff Trawick
2000-08-07
2
-4
/
+4
*
Use AP_INIT_* macros for command_rec [] in a few more modules.
Jeff Trawick
2000-08-07
3
-30
/
+42
*
Finish renaming AP_CTIME_LEN to APR_CTIME_LEN.
Jeff Trawick
2000-08-06
1
-2
/
+2
*
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
William A. Rowe Jr
2000-08-06
34
-216
/
+217
*
Use new AP_INIT_xxx macros & include apr_strings.h to get rid of warnings.
Jeff Trawick
2000-08-06
1
-13
/
+18
*
Disable the dbm_ usage in mod_rewrite so that it links.
Jeff Trawick
2000-08-04
1
-1
/
+5
*
Clean up maintainer-mode compiles of mod_rewrite (use AP_INIT_xx macros
Jeff Trawick
2000-08-03
2
-70
/
+80
*
Don't trace EINTR errors from accept() on the Unix socket.
Jeff Trawick
2000-08-03
1
-2
/
+5
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
61
-2561
/
+2561
*
Use the AP_INIT_TAKE23() macro to clean up a maintainer-mode warning,
Jeff Trawick
2000-08-02
1
-4
/
+8
*
Use the AP_INIT_FLAG() macro to clean up a maintainer-mode warning.
Jeff Trawick
2000-08-02
1
-2
/
+2
*
Include <strings.h> if we have it to get protos for strcase* on AIX.
Jeff Trawick
2000-07-31
1
-0
/
+3
*
Use ap_dso_error() instead of ap_strerror() when ap_dso_sym() fails.
Jeff Trawick
2000-07-30
1
-1
/
+1
*
Move the Server Token stuff out of http_config_globals.h because it is
Ryan Bloom
2000-07-29
1
-0
/
+7
*
Remove iol_socket.h. This file had one declaration, and it makes more
Ryan Bloom
2000-07-29
4
-4
/
+4
*
Change the storage allocation mechanism for ap_proc_t structures
Jeff Trawick
2000-07-29
2
-10
/
+12
*
Fix segfault/SIGSEGV when running gzip from mod_mime_magic.c.
Jeff Trawick
2000-07-29
1
-1
/
+2
*
Add the ability to register filters. This commit introduces a warning
Ryan Bloom
2000-07-28
2
-13
/
+32
*
Use ap_note_subprocess() to register the mod_cgid daemon process for cleanup
Jeff Trawick
2000-07-28
1
-4
/
+6
*
Another day's progress... little changes, but just establishing the
William A. Rowe Jr
2000-07-27
1
-281
/
+479
*
Remove all of the ap_is* functions from Apache. They were already in APR,
Ryan Bloom
2000-07-26
2
-1
/
+2
*
packet minimization when doing sendfile...
Jeff Trawick
2000-07-26
1
-2
/
+20
*
Fix some compile warnings in mod_file_cache.
Jeff Trawick
2000-07-26
1
-3
/
+3
*
- fix POOL_DEBUG ... restored the ap_pool_joins that dreid removed.
dgaudet
2000-07-26
3
-0
/
+3
*
Update mod_so to use the new command_rec format.
Ryan Bloom
2000-07-25
1
-9
/
+9
*
Remove EXEC_ON_READ from ClearModuleList and AddModule. Having these
Ryan Bloom
2000-07-25
1
-2
/
+2
*
Undo my damage.
William A. Rowe Jr
2000-07-25
1
-1
/
+1
*
Undo the damage to mod_isapi (leave placeholders for new functions though)
William A. Rowe Jr
2000-07-25
2
-35
/
+52
*
Caught a bit of my own bad style :)
William A. Rowe Jr
2000-07-25
1
-2
/
+2
*
Add APR_EOL_STR for a platform specific text delimiter, provided by
William A. Rowe Jr
2000-07-25
4
-14
/
+14
*
Missing apr_strings.h - hope this wasn't destined for some global header.
William A. Rowe Jr
2000-07-25
9
-86
/
+160
*
Fix some issues with mod_mime_magic. Basically, we need to include
Ryan Bloom
2000-07-24
1
-25
/
+13
*
Remove apr_strnatcmp.h. All of the functions prototyped in this file
Ryan Bloom
2000-07-23
1
-1
/
+1
*
Move all APR functions related to strings to their own directory, and
Ryan Bloom
2000-07-21
20
-0
/
+20
*
Protect some sendfile()-specific logic with APR_HAS_SENDFILE
Jeff Trawick
2000-07-20
1
-0
/
+2
*
Get mod_cgid.c to compile on OS/390 again. It needs unistd.h
Jeff Trawick
2000-07-19
1
-0
/
+3
*
Fix some bad ap_log_error() invocations. Comment on a bad
Jeff Trawick
2000-07-18
2
-5
/
+8
*
Fix copy/move depth infinity lock propagation problem.
Keith Wannamaker
2000-07-17
1
-1
/
+3
*
add ap_full_read() and ap_full_write(). they guarantee to read/write the
Greg Stein
2000-07-15
1
-18
/
+2
*
ap_dso_init() isn't needed. if/when a platform needs it, then
Greg Stein
2000-07-15
1
-3
/
+0
*
Replace this unknown hash function someone contributed with the classical DJB
Ralf S. Engelschall
2000-07-14
1
-2
/
+2
*
Apache doesn't actually check for stdarg.h, but APR does. Just use the
Ryan Bloom
2000-07-13
2
-2
/
+2
*
update for APR-ized SDBM interfaces
Greg Stein
2000-07-13
1
-112
/
+34
*
fix problems with placing stuff across multiple lines.
Greg Stein
2000-07-12
2
-6
/
+6
*
#ifdef APR_HAS_OTHER_CHILD to #if APR_HAS_OTHER_CHILD. Not tested.
Bill Stoddard
2000-07-12
1
-2
/
+2
*
Fix a warning associated with the ap_send_fd change from earlier today.
Ryan Bloom
2000-07-11
2
-4
/
+4
*
shift the LimitXMLRequestBody directive to the core. use it from util_xml.
Greg Stein
2000-07-11
2
-42
/
+41
*
eek. don't include carriage returns in the m4 macro. they get copied thru.
Greg Stein
2000-07-11
1
-4
/
+3
*
Reimplement ap_send_fd. Eliminate ap_send_fd_length. If APR_HAS_SENDFILE is
Bill Stoddard
2000-07-10
4
-56
/
+108
*
complete the removal of the old dav_dyn crap. dav plugins are now
Greg Stein
2000-07-10
7
-229
/
+77
[next]