summaryrefslogtreecommitdiffstats
path: root/modules/metadata (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refresh .mak files for tagging 2.0.19William A. Rowe Jr2001-06-284-72/+81
* Extend mod_setenvif to support specifying regular expressionsBill Stoddard2001-06-121-3/+9
* Enable SetEnvIf to handle taking a regex on the header name (SPECIAL_NOT case).Bill Stoddard2001-06-091-5/+52
* fix a thread-safety bug by using apr_strtok() instead of strtok()Jeff Trawick2001-06-071-4/+4
* initialize local condition_var var to keep garbage out of structJeff Trawick2001-06-061-1/+1
* ap_getword_conf wants const char **, not char **Jeff Trawick2001-06-061-1/+1
* Extend mod_headers to support conditional driven HeaderBill Stoddard2001-06-051-8/+51
* void * isn't compatible with a function pointer; deal with retrieving aJeff Trawick2001-06-041-3/+3
* Function declaration must be a prototype.Ben Laurie2001-06-031-1/+1
* Extend Header add|set|append support to accept format strings for theBill Stoddard2001-06-011-10/+200
* Return "1" to apr_table_do()Bill Stoddard2001-06-011-1/+1
* Add the 'echo' option to mod_headers Header directive. Use the new optionBill Stoddard2001-06-011-7/+52
* Remove many redundant semicolons.Ben Laurie2001-05-281-13/+13
* Merging was bollocks.Ben Laurie2001-05-281-3/+6
* Move the addition of default AP_HTTP_HTTP_HEADER filters to the insert_filterGraham Leggett2001-05-221-3/+3
* Tru64 cc is bitchy about trailing commas in an enum list.Jeff Trawick2001-05-201-1/+1
* Change directive HeaderOut back to Header and HeaderIn to RequestHeader.Roy T. Fielding2001-05-201-27/+19
* Reimplement mod_headers as an output filter. mod_headers can nowBill Stoddard2001-05-191-34/+114
* clean up DSO builds on OS/390 a bit by ignoring some generated filesJeff Trawick2001-05-151-0/+1
* Fix httpd's definition of LTFLAGS to be consistent with that of aprRoy T. Fielding2001-05-121-1/+1
* Get mod_cern_meta to work on Windows. The problem was in theBill Stoddard2001-05-071-4/+5
* Completely revamp configure so that it preserves the standard makeRoy T. Fielding2001-04-291-1/+1
* icase is intialized as the result of an (a == b) expression, it makesWilliam A. Rowe Jr2001-04-101-1/+1
* Time to refresh mak on Win32William A. Rowe Jr2001-04-054-156/+156
* This should wrap this freshen upWilliam A. Rowe Jr2001-03-224-152/+152
* Fix a problem in mod_mime_magic where file descriptor 2 would beJeff Trawick2001-03-191-7/+9
* tweak ap_get_remote_host() so that the caller can find out if she gotJeff Trawick2001-03-092-2/+2
* A patch to clean up much bogusity in Win32. Eliminates absolute cd "/..."William A. Rowe Jr2001-02-254-36/+32
* Refresh all .mak files should we choose to roll again shortly.William A. Rowe Jr2001-02-254-209/+92
* toss ENUM_BITFIELD. used in one place (but didn't need to be used), and itGreg Stein2001-02-241-5/+3
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-182-40/+40
* Remove "no" from many APACHE_MODULE() invocations to allow them to beGreg Stein2001-02-181-6/+6
* Update copyright to 2001Roy T. Fielding2001-02-168-8/+8
* Add an apr_short_interval_time. This allows us to use an apr_interval_timeRyan Bloom2001-02-161-2/+2
* more module build cleanup, removing warnings and someJeff Trawick2001-02-102-0/+12
* Fix more module breakage from header reorgWilliam A. Rowe Jr2001-02-102-1/+2
* *) continued header revampingGreg Stein2001-02-108-44/+51
* use apr_size_t for file lengths; this avoids a warning (and perhapsJeff Trawick2001-02-091-17/+17
* renaming various functions for consistency sakeDoug MacEachern2001-02-088-37/+37
* Eliminate all assumptions that finfo.protection reflects the existanceWilliam A. Rowe Jr2001-01-313-4/+4
* get mod_unique_id building again...XtOffset was undefinedGreg Ames2001-01-251-0/+2
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-198-12/+12
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-178-9/+14
* Remove a couple more NULL handler specifications.Ryan Bloom2001-01-122-2/+0
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-094-4/+0
* Make handlers use hooks.Ben Laurie2001-01-072-2/+0
* Last of the Win32 goodness I've noticedWilliam A. Rowe Jr2000-12-211-2/+2
* Out of the sandbox and into prime time. Note... these should always andWilliam A. Rowe Jr2000-12-214-0/+1418
* Correction, commited the vc5. Need vc6 in the tree. Humble appologies.William A. Rowe Jr2000-12-214-12/+16
* The Win32 overhaul, in summary;William A. Rowe Jr2000-12-214-84/+68