summaryrefslogtreecommitdiff
path: root/include/apr_dso.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-3/+3
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Just an observation pointed out by rbb.William A. Rowe Jr2003-03-171-0/+2
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-12/+12
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Add the rest of the doxygen changes for APR.Ryan Bloom2001-08-121-7/+10
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Missing a few @deffunc'sWilliam A. Rowe Jr2001-01-181-1/+4
* Add linkage declarations to the DSO functions.Ryan Bloom2001-01-121-6/+8
* Cleanup some docs for APR. Also, add docs for all of the canonicalRyan Bloom2000-12-041-3/+12
* Protect a couple of functions with the appropriate #if's.Ryan Bloom2000-12-021-0/+4
* Make the APR headers sane.Greg Stein2000-11-261-1/+2
* Add some docs to APR.Ryan Bloom2000-10-091-1/+1
* Fix some docsRyan Bloom2000-09-131-3/+3
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-7/+7
* Remove a keyword that isn't working properly.Ryan Bloom2000-07-221-1/+0
* Change the name of the DSO heading. This is a bit more clear IMO.Ryan Bloom2000-07-221-1/+1
* Convert the dso docs to the ScanDoc format.Ryan Bloom2000-07-221-31/+24
* ap_dso_init() isn't needed. if/when a platform needs it, thenGreg Stein2000-07-151-10/+0
* minor typo.Greg Stein2000-07-141-1/+1
* constification.Ben Laurie2000-06-111-1/+1
* Rework DSO error reporting to be more flexible & informative.Brian Havard2000-05-311-1/+1
* Update the ap_dso_error API to work with other platforms.Ryan Bloom2000-05-291-1/+1
* PR:William A. Rowe Jr2000-05-281-2/+3
* Fix the dso error handling.Ryan Bloom2000-05-271-0/+2
* Change the format for APR function documentation. This uses the perldocRyan Bloom2000-04-161-21/+38
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-1/+1
* more documentation movementdgaudet2000-04-141-0/+28
* Fix some minor bugs in the Unix dso code. This works on Linux, butRyan Bloom2000-04-041-1/+1
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-031-1/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-34/+34
* More tidy up for the dso functions. Somehow missed these in my previousDavid Reid2000-03-281-1/+2
* Add DSO's to the APR build process. This also cleans up the DSO stuff, toRyan Bloom2000-03-271-7/+7
* When adding the dso stuff I forgot this one.David Reid2000-03-261-0/+77