summaryrefslogtreecommitdiffstats
path: root/modules/metadata/mod_usertrack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* according to RFC 2965, inspect only the Cookie header (vs. Cookie2)André Malo2004-01-131-4/+1
* don't overwrite other cookiesAndré Malo2004-01-131-1/+1
* update license to 2004.André Malo2004-01-011-1/+1
* The problem that this patch solves is one where cookie names are mis-identifiedCliff Woolley2003-09-241-16/+49
* mod_usertrack: don't set the cookie in subrequests. This worksAndré Malo2003-03-071-1/+2
* finished that boring job:André Malo2003-02-031-1/+1
* use APR_TIME_T_FMT when formatting apr_time_tJeff Trawick2002-07-171-1/+2
* Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macroBrian Pane2002-06-301-1/+1
* Update callers of apr_explode_gmt to apr_time_exp_gmt. TheSander Striker2002-03-211-2/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* apr-utils rename apr_ansi_time_to_apr_time andIan Holsman2002-03-061-1/+1
* Kill off some expensive, unnecessary effort when we use max-age forWilliam A. Rowe Jr2001-10-011-11/+5
* From Mark Cox:Jeff Trawick2001-08-291-13/+6
* can't pass const char * to ap_strchr()Jeff Trawick2001-08-161-1/+1
* Add CookieDomain directive to allow setting of the Domain=Ken Coar2001-08-161-16/+120
* tweak ap_get_remote_host() so that the caller can find out if she gotJeff Trawick2001-03-091-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Fix more module breakage from header reorgWilliam A. Rowe Jr2001-02-101-0/+1
* *) continued header revampingGreg Stein2001-02-101-4/+6
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-1/+1
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-1/+1
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+3
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-091-1/+0
* include <strings.h> for the strcasecmp() and strncasecmp() prototypes;Jeff Trawick2000-12-011-0/+4
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Use AP_INIT_* macros for command_rec [] in a few more modules.Jeff Trawick2000-08-071-9/+9
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-6/+6
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-15/+15
* Missing apr_strings.h - hope this wasn't destined for some global header.William A. Rowe Jr2000-07-251-0/+1
* PR:William A. Rowe Jr2000-05-281-2/+2
* William A. Rowe Jr2000-05-271-2/+2
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+33
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* time overhaul:dgaudet2000-01-091-70/+13
* Move some modules over to using ap_time_t instead of struct tm.Ryan Bloom2000-01-071-1/+0
* Next pass at the time functions. This defines an ap_ansi_time_t which hasRyan Bloom2000-01-061-3/+3
* A few more tweaks to finish the modules work. Now, all of the modulesRyan Bloom1999-12-311-11/+10
* Make mod_usertrack compile cleanly. Not tested yet.Ryan Bloom1999-12-311-1/+6
* Deal with times() properly in autoconf. This also changes NO_TIMES toManoj Kasichainula1999-11-301-2/+5
* The first part of the big autoconf patch. This replaces a bunch ofManoj Kasichainula1999-11-301-2/+2
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-3/+3
* Port a few more modules to use the new hooks style.Bill Stoddard1999-08-301-14/+6
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+377