index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
aaa
/
mod_auth_digest.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up namespace badness with s/configfile_t/ap_configfile_t/
William A. Rowe Jr
2001-02-25
1
-2
/
+2
*
clean up a call to apr_psprintf() (trailing NULL not needed)
Jeff Trawick
2001-02-22
1
-1
/
+1
*
rename miss: s/apr_clear_pool/apr_pool_clear/g
Doug MacEachern
2001-02-19
1
-1
/
+1
*
*) Introduce "ap_conf_vector_t" type to assist with legibility and provide
Greg Stein
2001-02-18
1
-0
/
+5
*
Rename the module structures so that the exported symbol matches
Martin Kraemer
2001-02-16
1
-9
/
+9
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...
Doug MacEachern
2001-02-14
1
-3
/
+3
*
clean up more warnings and link problems after the header file
Jeff Trawick
2001-02-11
1
-1
/
+2
*
Clean up some of the includes:
Greg Stein
2001-02-10
1
-1
/
+0
*
Make a mod_auth_digest build fail in a less mysterious way on systems
Jeff Trawick
2001-02-08
1
-1
/
+4
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-29
/
+29
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
1
-23
/
+23
*
Provide apr_pool_t arg to register_hooks, since anything they do in that
William A. Rowe Jr
2001-01-17
1
-1
/
+1
*
use the apr_status_t instead of errno
Jeff Trawick
2001-01-09
1
-2
/
+2
*
adjust remaining modules to use the new handler hook method (Alan Edwards)
Doug MacEachern
2001-01-09
1
-1
/
+0
*
Get all of the auth modules to the point that they will install and
Ryan Bloom
2000-12-19
1
-9
/
+9
*
Cleanup some warnings in mod_auth_digest.c
Ryan Bloom
2000-10-31
1
-22
/
+23
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
William A. Rowe Jr
2000-10-16
1
-2
/
+2
*
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
William A. Rowe Jr
2000-08-06
1
-14
/
+14
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-132
/
+132
*
Remove all of the ap_is* functions from Apache. They were already in APR,
Ryan Bloom
2000-07-26
1
-1
/
+1
*
Missing apr_strings.h - hope this wasn't destined for some global header.
William A. Rowe Jr
2000-07-25
1
-1
/
+2
*
blast the old names for the status codes
Greg Stein
2000-06-24
1
-23
/
+23
*
Remove all occurances of strerror from Apache. ap_strerror works just
Ryan Bloom
2000-06-09
1
-1
/
+2
*
don't include apr_shmem.h when APR_HAS_SHARED_MEMORY is false, but instead se...
Ronald Tschalar
2000-06-01
1
-1
/
+37
*
Brought mod_auth_digest up to synch with 1.3, fixed ap_time_t-related
Ronald Tschalar
2000-05-29
1
-246
/
+393
*
PR:
William A. Rowe Jr
2000-05-28
1
-2
/
+2
*
William A. Rowe Jr
2000-05-27
1
-2
/
+2
*
PR:
William A. Rowe Jr
2000-04-29
1
-1
/
+1
*
add AP_ prefix to *HOOK* macros
Doug MacEachern
2000-04-26
1
-3
/
+3
*
Some Windows tweaks from William Rowe...
Bill Stoddard
2000-04-25
1
-0
/
+1
*
Win32: Get mod_auth_digest compiling and added to the Windows
Bill Stoddard
2000-04-22
1
-1
/
+3
*
Here's my first stab at getting mod_auth_digest working under 2.0
Bill Stoddard
2000-04-15
1
-133
/
+48
*
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
Ryan Bloom
2000-04-14
1
-8
/
+8
*
Update to Apache Software License version 1.1
Roy T. Fielding
2000-03-31
1
-33
/
+34
*
more post-old-style Configure cleanup
dgaudet
2000-03-12
1
-0
/
+1
*
Fix all the License issues. Including:
Ryan Bloom
2000-03-10
1
-9
/
+9
*
This is a huge change to the configure system. Basically, this name space
Ryan Bloom
2000-01-19
1
-1
/
+0
*
Finish the conversion from fprintf(stderr -> ap_log_err.
Ryan Bloom
1999-11-19
1
-1
/
+2
*
First cut at port to apache-2.0. Simple tests are working.
Ronald Tschalar
1999-11-04
1
-64
/
+114
*
I am not claiming that the modules work now, but at least the parameter lists
Martin Kraemer
1999-10-22
1
-27
/
+28
*
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
1999-08-24
1
-0
/
+1919