index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
metadata
/
mod_usertrack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
according to RFC 2965, inspect only the Cookie header (vs. Cookie2)
André Malo
2004-01-13
1
-4
/
+1
*
don't overwrite other cookies
André Malo
2004-01-13
1
-1
/
+1
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
The problem that this patch solves is one where cookie names are mis-identified
Cliff Woolley
2003-09-24
1
-16
/
+49
*
mod_usertrack: don't set the cookie in subrequests. This works
André Malo
2003-03-07
1
-1
/
+2
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
use APR_TIME_T_FMT when formatting apr_time_t
Jeff Trawick
2002-07-17
1
-1
/
+2
*
Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macro
Brian Pane
2002-06-30
1
-1
/
+1
*
Update callers of apr_explode_gmt to apr_time_exp_gmt. The
Sander Striker
2002-03-21
1
-2
/
+2
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
apr-utils rename apr_ansi_time_to_apr_time and
Ian Holsman
2002-03-06
1
-1
/
+1
*
Kill off some expensive, unnecessary effort when we use max-age for
William A. Rowe Jr
2001-10-01
1
-11
/
+5
*
From Mark Cox:
Jeff Trawick
2001-08-29
1
-13
/
+6
*
can't pass const char * to ap_strchr()
Jeff Trawick
2001-08-16
1
-1
/
+1
*
Add CookieDomain directive to allow setting of the Domain=
Ken Coar
2001-08-16
1
-16
/
+120
*
tweak ap_get_remote_host() so that the caller can find out if she got
Jeff Trawick
2001-03-09
1
-1
/
+1
*
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
-0
/
+1
*
*) continued header revamping
Greg Stein
2001-02-10
1
-4
/
+6
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
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
/
+4
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
William A. Rowe Jr
2000-10-16
1
-2
/
+2
*
Use AP_INIT_* macros for command_rec [] in a few more modules.
Jeff Trawick
2000-08-07
1
-9
/
+9
*
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
William A. Rowe Jr
2000-08-06
1
-6
/
+6
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-15
/
+15
*
Missing apr_strings.h - hope this wasn't destined for some global header.
William A. Rowe Jr
2000-07-25
1
-0
/
+1
*
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
*
Update to Apache Software License version 1.1
Roy T. Fielding
2000-03-31
1
-32
/
+33
*
Fix all the License issues. Including:
Ryan Bloom
2000-03-10
1
-9
/
+9
*
time overhaul:
dgaudet
2000-01-09
1
-70
/
+13
*
Move some modules over to using ap_time_t instead of struct tm.
Ryan Bloom
2000-01-07
1
-1
/
+0
*
Next pass at the time functions. This defines an ap_ansi_time_t which has
Ryan Bloom
2000-01-06
1
-3
/
+3
*
A few more tweaks to finish the modules work. Now, all of the modules
Ryan Bloom
1999-12-31
1
-11
/
+10
*
Make mod_usertrack compile cleanly. Not tested yet.
Ryan Bloom
1999-12-31
1
-1
/
+6
*
Deal with times() properly in autoconf. This also changes NO_TIMES to
Manoj Kasichainula
1999-11-30
1
-2
/
+5
*
The first part of the big autoconf patch. This replaces a bunch of
Manoj Kasichainula
1999-11-30
1
-2
/
+2
*
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
Ryan Bloom
1999-08-31
1
-3
/
+3
*
Port a few more modules to use the new hooks style.
Bill Stoddard
1999-08-30
1
-14
/
+6
*
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
1999-08-24
1
-0
/
+377