]> granicus.if.org Git - apache/history - modules/metadata/mod_usertrack.c
Move the POSIX reg* implementations into the ap_* namespace;
[apache] / modules / metadata / mod_usertrack.c
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-11-04 Paul QuernaJust a simple switch of mod_usertrack to run earlier...
2004-04-10 André MaloFix a bunch of cases where the return code of the regex...
2004-04-10 André Maloescape the cookie_name before pasting into the regexp.
2004-04-10 André Malolet's be more lenient, in what we accept.
2004-03-08 Justin ErenkrantzFix bug in mod_usertrack when no CookieName is set.
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-13 André Maloaccording to RFC 2965, inspect only the Cookie header...
2004-01-13 André Malodon't overwrite other cookies
2004-01-01 André Maloupdate license to 2004.
2003-09-23 Cliff WoolleyThe problem that this patch solves is one where cookie...
2003-03-06 André Malomod_usertrack: don't set the cookie in subrequests...
2003-02-03 André Malofinished that boring job:
2002-07-17 Jeff Trawickuse APR_TIME_T_FMT when formatting apr_time_t
2002-06-30 Brian PaneReplaced APR_USEC_PER_SEC division with the new apr_tim...
2002-03-21 Sander StrikerUpdate callers of apr_explode_gmt to apr_time_exp_gmt...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-06 Ian Holsmanapr-utils rename apr_ansi_time_to_apr_time and
2001-10-01 William A. Rowe Jr Kill off some expensive, unnecessary effort when...
2001-08-29 Jeff TrawickFrom Mark Cox:
2001-08-16 Jeff Trawickcan't pass const char * to ap_strchr()
2001-08-16 Ken Coar Add CookieDomain directive to allow setting of the...
2001-03-09 Jeff Trawicktweak ap_get_remote_host() so that the caller can find...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-10 William A. Rowe Jr Fix more module breakage from header reorg
2001-02-10 Greg Stein*) continued header revamping
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2000-12-01 Jeff Trawickinclude <strings.h> for the strcasecmp() and strncasecm...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-08-06 Jeff TrawickUse AP_INIT_* macros for command_rec [] in a few more...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-25 William A. Rowe Jr Missing apr_strings.h - hope this wasn't destined...
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-09 dgaudettime overhaul:
2000-01-07 Ryan BloomMove some modules over to using ap_time_t instead of...
2000-01-06 Ryan BloomNext pass at the time functions. This defines an ap_an...
1999-12-31 Ryan BloomA few more tweaks to finish the modules work. Now...
1999-12-31 Ryan BloomMake mod_usertrack compile cleanly. Not tested yet.
1999-11-30 Manoj KasichainulaDeal with times() properly in autoconf. This also chang...
1999-11-29 Manoj KasichainulaThe first part of the big autoconf patch. This replaces...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-30 Bill StoddardPort a few more modules to use the new hooks style.
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.