index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
os
/
beos
/
os.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2001-01-09
This sets an example for this type of module, so let's make sure
Ken Coar
1
-26
/
+28
2001-01-09
Minor typo fix.
Ken Coar
1
-2
/
+2
2001-01-09
use AP_HOOK_LAST for this module. This may or may not be the final
Allan K. Edwards
1
-1
/
+1
2001-01-09
Fix a compile break with the new APR libtool setup. Basically, we are
Ryan Bloom
1
-1
/
+2
2001-01-09
Fix a compile break related to the apr libtool change.
Ryan Bloom
1
-1
/
+1
2001-01-09
a couple tweaks to get Apache building with the new libtool-ized APR
Greg Stein
2
-3
/
+4
2001-01-09
get rid of some invalid errno references; use the apr_status_t instead
Jeff Trawick
1
-7
/
+7
2001-01-09
use the apr_status_t instead of errno
Jeff Trawick
1
-2
/
+2
2001-01-09
get rid of a non-portable use of errno
Jeff Trawick
1
-3
/
+3
2001-01-09
get rid of some bogus uses of perror()
Jeff Trawick
4
-28
/
+42
2001-01-09
fix some handler brokenness
Jeff Trawick
3
-3
/
+0
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
[next]