index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
metadata
/
mod_cern_meta.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr
2016-06-09
1
-2
/
+2
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-2
/
+2
*
Revert r1715789: will re-commit without spurious functional changes.
Yann Ylavic
2015-11-23
1
-2
/
+2
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-2
/
+2
*
Fix some spurious ident spotted by sparse
Christophe Jaillet
2015-08-31
1
-2
/
+2
*
Remove useless tests.
Christophe Jaillet
2013-03-03
1
-1
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-3
/
+3
*
axe unexpected ';' after end of block
Jeff Trawick
2010-08-06
1
-5
/
+5
*
Intel's compiler warns about assigning the non-enum value 0 to the
Jeff Trawick
2010-08-06
1
-1
/
+1
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-10
/
+10
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
:retab + other WS changes
André Malo
2004-04-18
1
-78
/
+77
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Fix mod_cern_meta to not create empty metafiles when the
Jeff Trawick
2003-02-01
1
-1
/
+1
*
stop using APLOG_NOERRNO in calls to ap_log_[pr]error()
Jeff Trawick
2002-05-17
1
-2
/
+2
*
Commit 1 of 2 to:
Bill Stoddard
2002-03-20
1
-1
/
+1
*
First commit to introduce accessor function to set r->content_type..
Bill Stoddard
2002-03-20
1
-1
/
+2
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Not really an XXX here
William A. Rowe Jr
2001-12-13
1
-1
/
+7
*
Get mod_cern_meta to work on Windows. The problem was in the
Bill Stoddard
2001-05-07
1
-4
/
+5
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
Fix more module breakage from header reorg
William A. Rowe Jr
2001-02-10
1
-1
/
+1
*
*) continued header revamping
Greg Stein
2001-02-10
1
-7
/
+10
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-5
/
+5
*
Eliminate all assumptions that finfo.protection reflects the existance
William A. Rowe Jr
2001-01-31
1
-1
/
+1
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
1
-1
/
+1
*
Provide apr_pool_t arg to register_hooks, since anything they do in that
William A. Rowe Jr
2001-01-17
1
-1
/
+3
*
adjust remaining modules to use the new handler hook method (Alan Edwards)
Doug MacEachern
2001-01-09
1
-1
/
+0
*
include <strings.h> for the strcasecmp() and strncasecmp() prototypes;
Jeff Trawick
2000-12-01
1
-0
/
+3
*
add the "next filter" parameter to the rest of the ap_sub_req_* calls.
Greg Stein
2000-11-23
1
-1
/
+1
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
William A. Rowe Jr
2000-10-16
1
-2
/
+2
*
Completed review for new tests:
William A. Rowe Jr
2000-10-06
1
-1
/
+1
*
mod_cern_meta: fix broken file reading loop in scan_meta_file().
Jeff Trawick
2000-08-09
1
-1
/
+1
*
Use AP_INIT_* macros for command_rec [] in a few more modules.
Jeff Trawick
2000-08-07
1
-12
/
+18
*
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
William A. Rowe Jr
2000-08-06
1
-3
/
+3
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-19
/
+19
*
Missing apr_strings.h - hope this wasn't destined for some global header.
William A. Rowe Jr
2000-07-25
1
-0
/
+2
*
blast the old names for the status codes
Greg Stein
2000-06-24
1
-2
/
+2
*
Nothing in Apache should be calling stat anymore, so we can remove
Ryan Bloom
2000-06-12
1
-3
/
+0
*
PR:
William A. Rowe Jr
2000-05-28
1
-2
/
+2
*
William A. Rowe Jr
2000-05-27
1
-2
/
+2
*
add AP_ prefix to *HOOK* macros
Doug MacEachern
2000-04-26
1
-1
/
+1
*
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
Ryan Bloom
2000-04-14
1
-2
/
+2
[next]