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
*
Remove some useless 'return' statements.
Christophe Jaillet
2015-11-21
1
-1
/
+0
*
Save a few bytes of memory. This can be done in temp_pool.
Christophe Jaillet
2014-05-23
1
-4
/
+4
*
Various code cleanup to avoid compiler, cppcheck, or clang warnings:
Stefan Fritsch
2011-12-18
1
-1
/
+0
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-1
/
+1
*
Use random value instead of remote IP address in cookie value. This has the
Stefan Fritsch
2011-11-09
1
-9
/
+6
*
More checks of ap_pregsub return values
Stefan Fritsch
2011-11-07
1
-0
/
+11
*
PR29755: mod_usertrack gets skipped when modules return a status code from
Eric Covener
2011-08-07
1
-2
/
+2
*
more temp pool usage and remove some useless apr_pstrdup()s
Stefan Fritsch
2010-10-23
1
-4
/
+4
*
remove some useless use of strlen()
Stefan Fritsch
2010-08-03
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: remove "internal" tab spacing/formatting.
Jim Jagielski
2005-11-16
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-3
/
+3
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-5
/
+5
*
Move the POSIX reg* implementations into the ap_* namespace;
Joe Orton
2005-02-11
1
-3
/
+3
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Just a simple switch of mod_usertrack to run earlier in the fixup hook.
Paul Querna
2004-11-04
1
-1
/
+1
*
Fix a bunch of cases where the return code of the regex compiler
André Malo
2004-04-10
1
-0
/
+1
*
escape the cookie_name before pasting into the regexp.
André Malo
2004-04-10
1
-1
/
+33
*
let's be more lenient, in what we accept.
André Malo
2004-04-10
1
-2
/
+2
*
Fix bug in mod_usertrack when no CookieName is set.
Justin Erenkrantz
2004-03-09
1
-10
/
+21
*
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
[next]