summaryrefslogtreecommitdiff
path: root/include/apr_dso.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Just an observation pointed out by rbb.wrowe2003-03-171-0/+2
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-12/+12
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Add the rest of the doxygen changes for APR.rbb2001-08-121-7/+10
* Update copyright to 2001fielding2001-02-161-1/+1
* Missing a few @deffunc'swrowe2001-01-181-1/+4
* Add linkage declarations to the DSO functions.rbb2001-01-121-6/+8
* Cleanup some docs for APR. Also, add docs for all of the canonicalrbb2000-12-041-3/+12
* Protect a couple of functions with the appropriate #if's.rbb2000-12-021-0/+4
* Make the APR headers sane.gstein2000-11-261-1/+2
* Add some docs to APR.rbb2000-10-091-1/+1
* Fix some docsrbb2000-09-131-3/+3
* prefix libapr functions and types with apr_dougm2000-08-021-7/+7
* Remove a keyword that isn't working properly.rbb2000-07-221-1/+0
* Change the name of the DSO heading. This is a bit more clear IMO.rbb2000-07-221-1/+1
* Convert the dso docs to the ScanDoc format.rbb2000-07-221-31/+24
* ap_dso_init() isn't needed. if/when a platform needs it, thengstein2000-07-151-10/+0
* minor typo.gstein2000-07-141-1/+1
* constification.ben2000-06-111-1/+1
* Rework DSO error reporting to be more flexible & informative.bjh2000-05-311-1/+1
* Update the ap_dso_error API to work with other platforms.rbb2000-05-291-1/+1
* PR:wrowe2000-05-281-2/+3
* Fix the dso error handling.rbb2000-05-271-0/+2
* Change the format for APR function documentation. This uses the perldocrbb2000-04-161-21/+38
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-1/+1
* more documentation movementdgaudet2000-04-141-0/+28
* Fix some minor bugs in the Unix dso code. This works on Linux, butrbb2000-04-041-1/+1
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-1/+1
* Update to Apache Software License version 1.1fielding2000-03-311-34/+34
* More tidy up for the dso functions. Somehow missed these in my previousdreid2000-03-281-1/+2
* Add DSO's to the APR build process. This also cleans up the DSO stuff, torbb2000-03-271-7/+7
* When adding the dso stuff I forgot this one.dreid2000-03-261-0/+77