summaryrefslogtreecommitdiff
path: root/dso/beos/dso.c
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
* Fix an include path.dreid2004-03-091-1/+1
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Modify the beos dso code to always return a structure, adding the errormsgdreid2003-11-231-5/+8
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* standardize on a couple of easy to test for error codes for DSO errors.rbb2002-12-291-3/+3
* Update our copyright for this year.fielding2002-03-131-1/+1
* More pools instead of contexts...dreid2001-04-291-8/+8
* Fix the build after Doug M's commit.dreid2001-04-251-2/+2
* Add the apr_os_dso_handle_get/set for BeOS and some other pieces of tidying updreid2001-04-221-2/+20
* Not quite sure how this went unnoticed for so long...dreid2001-03-051-1/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-2/+2
* watch out for a double-unload. one manually from apr_dso_unload(), followedgstein2001-01-191-5/+7
* All platforms now register a cleanup when a DSO is loaded. This justrbb2001-01-191-0/+9
* Add linkage declarations to the DSO functions.rbb2001-01-121-4/+4
* Move all of the dso private header files to an arch directory underrbb2000-11-091-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-6/+6
* ap_dso_init() isn't needed. if/when a platform needs it, thengstein2000-07-151-4/+0
* Update ap_dso_error so it builds.dreid2000-06-131-1/+1
* Fix the ap_dso_error function. Not sure if this is what was intendeddreid2000-06-031-2/+3
* Add an ap_dso_error function.dreid2000-06-011-0/+5
* Fix building with DSO support. If any module is configured to berbb2000-06-011-0/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-1/+1
* Add the other child stuff to beos, tidy up the test program a little anddreid2000-04-041-4/+4
* Update to Apache Software License version 1.1fielding2000-03-311-36/+34
* This is the first pass at DSO support for APR. It's basically the patchdreid2000-03-261-0/+101