index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
emacs-style
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2001-01-09
fix some handler brokenness so that dexter doesn't segfault at startup
Jeff Trawick
1
-1
/
+0
2001-01-09
get rid of a bogus use of perror()
Jeff Trawick
1
-4
/
+7
2001-01-09
Reference to the docs project.
Joshua Slive
2
-0
/
+8
2001-01-09
This is the second in a series of clean-ups of the
Joshua Slive
4
-63
/
+156
2001-01-09
get rid of some bogus uses of perror()
Jeff Trawick
2
-21
/
+18
2001-01-09
use ap_strcmp_match and fix pattern typo
Doug MacEachern
1
-1
/
+4
2001-01-09
adjust remaining modules to use the new handler hook method (Alan Edwards)
Doug MacEachern
30
-87
/
+71
2001-01-09
fix handlers->hooks compile breakage
Greg Ames
1
-2
/
+1
2001-01-09
Set MKDIR for APR's RUN_SUBDIR_CONFIG_NOW macro.
Sascha Schumann
1
-0
/
+2
2001-01-08
Handlers now use hooks, remove handlers entry from module data.
Brian Havard
1
-1
/
+0
2001-01-08
Fix message when the error log file can't be opened.
Brian Havard
1
-5
/
+5
2001-01-08
seems nobody is using sethostent()
Greg Stein
1
-1
/
+0
2001-01-08
Keep Greg happy.
Ben Laurie
1
-6
/
+6
2001-01-07
Strip trailing stuff from mime types.
Ben Laurie
1
-8
/
+8
2001-01-07
Note hooks->handlers change.
Ben Laurie
1
-0
/
+2
2001-01-07
Make handlers use hooks.
Ben Laurie
24
-216
/
+126
2001-01-07
For some reason the chartables.c target requires a full path.
Ben Laurie
1
-1
/
+1
2001-01-07
Stop leaking sockets. This is a minimal leak, but it was there.
Ryan Bloom
1
-0
/
+3
2001-01-06
- add some missing distclean targets
dgaudet
7
-8
/
+13
2001-01-06
Move ap_generic_hook from the Apache include directory to the apr-util
Ryan Bloom
1
-120
/
+0
2001-01-06
This file needs to be renamed from config.m4 to config5.m4 to allow
David Reid
1
-0
/
+0
2001-01-05
add pool parameter to ap_is_directory and ap_is_rdirectory
Allan K. Edwards
4
-11
/
+13
2001-01-05
Stop copying file names that we get from apr_file_t's and apr_dir_t's.
Ryan Bloom
7
-14
/
+16
2001-01-05
Add a needed header file. This is another of the patches I've had for
David Reid
1
-0
/
+1
2001-01-05
As we now use pools in the logging of the failure to get a hostname,
David Reid
1
-2
/
+2
2001-01-04
eliminate entries from libhttpd.def that are also in libaprutil.def
Allan K. Edwards
2
-3
/
+3
2001-01-04
This stops a segfault on my machine where I haven't got a hostname for
David Reid
1
-2
/
+2
2001-01-04
Fix typo that messed up dependencies and broke the build
Allan K. Edwards
1
-1
/
+1
2001-01-04
Get rid of some warnings on Tru64 and OS/390. void * isn't compatible
Jeff Trawick
1
-2
/
+5
2001-01-04
Set up stderr logging explictly early in initialization so that a pool is
Jeff Trawick
4
-1
/
+20
2001-01-04
fix spelling
Eric Cholet
1
-1
/
+1
2001-01-03
make Windows build aware of export variable name change :
Allan K. Edwards
1
-1
/
+1
2001-01-03
mod_cgi: Fix some problems where the wrong error value was being traced
Jeff Trawick
3
-41
/
+36
2001-01-03
typo.
Joshua Slive
2
-2
/
+2
2001-01-03
Pass a valid pool to apr_create_lock().
Jeff Trawick
1
-1
/
+1
2001-01-03
Make a brief note about recent EBCDIC fixes.
Jeff Trawick
1
-0
/
+3
2001-01-02
EBCDIC: Fix some byterange protocol data translation.
Jeff Trawick
1
-3
/
+6
2001-01-02
Get mod_so to build again by including apr_general.h, which is where
Jeff Trawick
1
-0
/
+1
2001-01-02
Change a bunch of mallocs in mod_cgid to apr_palloc. These were never
Ryan Bloom
1
-8
/
+8
2001-01-02
Generic hooks (and a demo content filter module).
Ben Laurie
8
-1
/
+468
2001-01-02
Simplify the lingering close logic a bit. Doesn't actually change
Ryan Bloom
1
-5
/
+3
2001-01-02
add dump_{bucket,brigade} macros
Doug MacEachern
1
-0
/
+36
2001-01-02
Modify a couple of calls to ap_log_error with a NULL server to use
Ryan Bloom
3
-13
/
+14
2001-01-01
Remove AP_USE_MMAP_FILES, it doesn't really control anything anymore. Now
Ryan Bloom
2
-13
/
+4
2001-01-01
We never use MMAP_SEGMENT_SIZE, and we are better off determining if we
Ryan Bloom
1
-16
/
+2
2001-01-01
When we are starting the server, we have a pool that can be used to open
Ryan Bloom
1
-2
/
+2
2001-01-01
We have a pool in this function, and log_error_core needs a pool in order
Ryan Bloom
1
-2
/
+2
2000-12-31
Use a real pool to dup the error log file descriptor.
Ryan Bloom
2
-1
/
+3
2000-12-31
RM was not defined. Just use rm instead.
Ben Laurie
1
-2
/
+2
2000-12-31
fix the path
Greg Stein
1
-1
/
+1
[next]