summaryrefslogtreecommitdiff
path: root/include/http_protocol.h
Commit message (Expand)AuthorAgeFilesLines
...
* Use APR_INLINE instead of inline, to support pre-C99 compilersStefan Fritsch2011-06-271-1/+1
* Avoid "`sentinel' attribute directive ignored" warning with gcc 3.xStefan Fritsch2011-06-121-1/+1
* Add __attribute__((sentinel)) to a few functions that require a terminal NULLStefan Fritsch2011-06-041-1/+2
* Make ap_rputs an inline function, as it is mostly used with string constantsStefan Fritsch2011-06-041-7/+11
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-091-1/+0
* New hook: ap_run_pre_read_request()Jim Jagielski2011-02-141-6/+19
* Introduce note_auth_failure hook to allow modules to add supportStefan Fritsch2010-07-041-10/+12
* Disabled DefaultType directive and removed ap_default_type()Roy T. Fielding2009-01-301-1/+1
* Move the KeptBodySize directive, kept_body filters and theGraham Leggett2008-04-111-48/+0
* Add a function to the http filters that is able to parse an HTMLGraham Leggett2008-04-091-1/+49
* Remove CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* In hopes of replacing <Limit > with <Method > - choose another exampleWilliam A. Rowe Jr2008-04-051-4/+4
* Add option not to send&clear response headers in ap_send_interim_response.Nick Kew2007-10-261-1/+2
* Introduce ap_send_interim_response function and API, for interimNick Kew2007-10-071-0/+6
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Doxygen fixup / cleanupIan Holsman2005-08-281-62/+45
* Remove ap_method_list_do and ap_method_list_vdo as previously mentioned dev@h...Paul Querna2005-04-251-8/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-5/+5
* veto and revert win64 patch: 64bit changes must percolate from theRoy T. Fielding2004-10-231-10/+10
* WIN64: API changes to clean up Windows 64bit compile warningsAllan K. Edwards2004-10-221-10/+10
* fix the invalid return value entry for ap_meets_conditionsStas Bekman2004-07-181-1/+2
* declare the prototypes as well.André Malo2004-04-221-2/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-071-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* fix out-of-date commentJeff Trawick2004-01-261-1/+1
* update license to 2004.André Malo2004-01-011-1/+1
* *) Add a hook (insert_error_filter) to allow filters to re-insertPaul J. Reder2003-12-121-0/+7
* finished that boring job:André Malo2003-02-031-1/+1
* Fix commentsWilliam A. Rowe Jr2002-07-111-4/+3
* Re-use the same temp brigade to read all lines of a request header,Brian Pane2002-07-041-5/+17
* fix some major badness: error buckets *cannot* use simple_copy becauseCliff Woolley2002-05-311-0/+2
* Add macro to check for an error bucket. (Can't call it APR_BUCKET_IS_ERRORJustin Erenkrantz2002-05-301-0/+7
* Moved ap_setup_make_content_type() declaration to http_protocol.hBrian Pane2002-05-101-1/+11
* fix a spelling error in a commentJeff Trawick2002-04-191-1/+1
* fix a typo in a comment for ap_get_client_block()Jeff Trawick2002-04-191-1/+1
* Adds support for reading trailers on input by exporting get_mime_headersJustin Erenkrantz2002-04-161-0/+6
* BUCKET FREELISTSCliff Woolley2002-03-291-4/+6
* Commit 2 of 2 to:Bill Stoddard2002-03-201-2/+8
* ap_rset_content_type() should take const char * instead of char *Jeff Trawick2002-03-201-1/+1
* Final commit to add ap_rset_content_type accessor. Add AddOutputFiltersbyTypeBill Stoddard2002-03-201-0/+5
* The underlying change here was to add the new WebDAV/DeltaV methodsGreg Stein2002-03-191-13/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* ap_rgetline: fix folding and partial line handling on ebcdic boxes. TheGreg Ames2002-03-071-2/+18
* Rewrite ap_rgetline to remove the need to have an "internal" brigade storedJustin Erenkrantz2002-01-241-5/+6
* Added a version of ap_getline() that allocs a buffer fromBrian Pane2001-12-021-0/+26
* ap_getline() is useful to modules outside of the core..Doug MacEachern2001-11-071-1/+1
* Remove SMS from the error bucket. SMS is going away now, it isn't reallyRyan Bloom2001-09-281-2/+0