summaryrefslogtreecommitdiff
path: root/include/util_script.h
Commit message (Expand)AuthorAgeFilesLines
* util_script.h: clarify ap_scan_script_header_* behaviorJacob Champion2016-09-121-16/+56
* Rename ap_func_attr_* macros to AP_FN_ATTR_*Stefan Fritsch2012-01-091-2/+2
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-3/+3
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-13/+13
* Add more (trace) logging to the ap_scan_script_header*() functionsStefan Fritsch2011-07-161-0/+73
* Avoid "`sentinel' attribute directive ignored" warning with gcc 3.xStefan Fritsch2011-06-121-1/+2
* Add __attribute__((sentinel)) to a few functions that require a terminal NULLStefan Fritsch2011-06-041-1/+2
* fix butchered sentence in ap_args_to_table() docsJeff Trawick2011-03-141-1/+1
* a bit of doc for ap_args_to_table()Jeff Trawick2011-03-141-0/+8
* Drop ap_body_to_table due to missing constraints; a DoS waitingWilliam A. Rowe Jr2010-06-101-2/+0
* Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.Daniel Earl Poirier2009-10-281-4/+4
* New API, ap_body_to_table, a very ineffeicent and bad hack to remove an apreq...Paul Querna2008-12-051-0/+2
* Add new api, ap_args_to_table, to parse a request's arguments into a table.Paul Querna2008-12-051-0/+2
* Use correct Doxygen keywords for functions and variables. TODO: figure out w...Sander Temme2007-07-031-8/+8
* 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-4/+10
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* veto and revert win64 patch: 64bit changes must percolate from theRoy T. Fielding2004-10-231-2/+2
* WIN64: API changes to clean up Windows 64bit compile warningsAllan K. Edwards2004-10-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
* update license to 2004.André Malo2004-01-011-1/+1
* doc typo fix: s/ap_fine_path_info/ap_find_path_info/Stas Bekman2003-02-191-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Changed mod_cgi to not do single-byte reads to consume theBrian Pane2002-03-231-0/+17
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Change over to apr_strfsize() for apr_off_t file size formatting.William A. Rowe Jr2001-07-251-11/+0
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-8/+8
* These functions aren't used by any module, and they don't make any senseRyan Bloom2000-10-121-14/+0
* Forward port 1.3 overhaul of isapi to 2.0.William A. Rowe Jr2000-10-021-0/+19
* Document util_script using ScanDocRyan Bloom2000-08-071-0/+83
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-3/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-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
* Get rid of ap_call_exec. It has been #if 0'ed out for a long time, and weRyan Bloom1999-12-311-2/+0
* Eliminate use of FILE * & ap_get_os_file() in mod_asis by APRizingBrian Havard1999-10-311-1/+1
* Size rigour.Ben Laurie1999-10-241-1/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-2/+2
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+91