summaryrefslogtreecommitdiffstats
path: root/modules/generators/mod_asis.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessariy initialisation before we test mod_asis's handler name.Graham Leggett2010-10-201-4/+7
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-061-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* * server/core.c (default_handler): Use apr_brigade_insert_file() toJoe Orton2006-06-141-22/+2
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-6/+6
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-2/+2
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-19/+19
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* 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, 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-1/+1
* BUCKET FREELISTSCliff Woolley2002-03-291-4/+7
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Finish the switch to huge file supportWilliam A. Rowe Jr2001-10-101-5/+5
* Support huge files from mod_asisWilliam A. Rowe Jr2001-10-101-0/+18
* Short of removing the headers filter, this is the best asis can do.William A. Rowe Jr2001-10-101-1/+12
* Fix the new method code. We need to cast 1 to an apr_int64_t or it willRyan Bloom2001-08-111-1/+1
* Replace ap_send_fd invocation with bucket brigade calls. Send an eos downBill Stoddard2001-07-271-15/+18
* Cliff's most sane advise :-)William A. Rowe Jr2001-07-261-1/+1
* Same fix for largefile support as core.cWilliam A. Rowe Jr2001-07-251-4/+11
* Changes to respect the new apr bucket and brigade length types (eitherWilliam A. Rowe Jr2001-07-241-0/+3
* Goodbye ap_send_http_headerWilliam A. Rowe Jr2001-02-281-1/+0
* Begin to move functions from the http module to the core. The goal is toRyan Bloom2001-02-261-0/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-3/+3
* Eliminate all assumptions that finfo.protection reflects the existanceWilliam A. Rowe Jr2001-01-311-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/+1
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-091-2/+2
* Make handlers use hooks.Ben Laurie2001-01-071-8/+8
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-9/+9
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Reimplement ap_send_fd. Eliminate ap_send_fd_length. If APR_HAS_SENDFILE isBill Stoddard2000-07-101-1/+2
* blast the old names for the status codesGreg Stein2000-06-241-2/+2
* PR:William A. Rowe Jr2000-05-281-1/+1
* William A. Rowe Jr2000-05-271-1/+1
* Make the server work without asking for buffered file I/O. This removesRyan Bloom2000-04-071-1/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isRyan Bloom2000-01-281-0/+1
* This is a huge change to the configure system. Basically, this name spaceRyan Bloom2000-01-191-0/+2
* Separate the stat structure from the file structure and use ap_stat andRyan Bloom2000-01-061-1/+1
* Initialize all ap_file_t's to NULL. This allows ap_open and ap_stat toRyan Bloom2000-01-041-1/+1
* Fix mod_asis handler name. This was messed up with Ryans accidentalBrian Havard1999-11-011-1/+1