summaryrefslogtreecommitdiffstats
path: root/modules/mappers/mod_imap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renames:Cliff Woolley2002-05-181-3/+3
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-3/+3
* Fix spelling/typoBill Stoddard2002-04-291-1/+1
* Because mod_imap's handler runs on every request in the defaultBrian Pane2002-04-291-5/+16
* Commit 1 of 2 to:Bill Stoddard2002-03-201-1/+1
* First commit to introduce accessor function to set r->content_type..Bill Stoddard2002-03-201-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Update the Apache code to account for the XtOffset change in APR.Ryan Bloom2001-08-191-3/+3
* Final pedantic HTML 3.2/4.01 Transitional + XHTML 1.0 TransitionalWilliam A. Rowe Jr2001-07-281-2/+2
* Goodbye ap_send_http_headerWilliam A. Rowe Jr2001-02-281-2/+0
* Begin to move functions from the http module to the core. The goal is toRyan Bloom2001-02-261-0/+1
* Clean up namespace badness with s/configfile_t/ap_configfile_t/William A. Rowe Jr2001-02-251-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Clean up some of the includes:Greg Stein2001-02-101-9/+5
* 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/+1
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-091-3/+3
* Make handlers use hooks.Ben Laurie2001-01-071-16/+18
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-0/+6
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-12/+12
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-15/+15
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+3
* blast the old names for the status codesGreg Stein2000-06-241-5/+8
* Fix warnings.Ben Laurie2000-06-201-3/+3
* Use the new command-handler initializer macros in some more modules.Jeff Trawick2000-06-201-9/+11
* PR:William A. Rowe Jr2000-05-281-2/+2
* William A. Rowe Jr2000-05-271-2/+2
* 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-34/+35
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Manoj has been pushing for this for a while, but I've been too denseRyan Bloom2000-01-191-0/+3
* This is a huge change to the configure system. Basically, this name spaceRyan Bloom2000-01-191-0/+1
* De-errno ap_pcfg_openfile().Brian Havard1999-11-021-2/+3
* Add a status value to ap_log_error and ap_log_rerror. This allows us to useRyan Bloom1999-10-201-3/+3
* Remove most of the annoying "re ap_context_t mplement" mis-replacementsMartin Kraemer1999-10-121-1/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-4/+4
* Remove timeouts as part of pthreads changes.Roy T. Fielding1999-08-261-2/+1
* Start to implement module-defined hooks that are a) fast and b) typesafe.Roy T. Fielding1999-08-261-13/+2
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+919