summaryrefslogtreecommitdiff
path: root/dso
Commit message (Expand)AuthorAgeFilesLines
...
* Ignore a generated Makefile.bjh2000-05-281-0/+1
* OS/2: provide a stub ap_dso_error(). It will never be called becausebjh2000-05-281-0/+8
* PR:wrowe2000-05-281-0/+5
* Fix the dso error handling.rbb2000-05-271-0/+11
* Fix error handling for DSO opening. This probably doesn't fix allrbb2000-05-261-0/+4
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-304-4/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-304-4/+4
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-229-11/+11
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-1410-10/+10
* Adapt to ReliantUNIX conventionmartin2000-04-141-2/+2
* more documentation movementdgaudet2000-04-141-25/+0
* ignoreagedgaudet2000-04-101-0/+1
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-081-2/+2
* Get DSOs working on Windows. Required cross platform change to mod_so.c.stoddard2000-04-051-3/+3
* Add the other child stuff to beos, tidy up the test program a little anddreid2000-04-041-4/+4
* Improve error checking in OS/2 DSO code & add a cleanup function.bjh2000-04-042-14/+41
* Fix some minor bugs in the Unix dso code. This works on Linux, butrbb2000-04-042-13/+10
* Get APR DSO code working under Windowsstoddard2000-04-032-0/+163
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-032-6/+6
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-036-10/+10
* Add the AIX dso code in it's own directory. It's cleaner and should workdreid2000-04-024-4/+842
* Next part of putting the "old" dso code into APR. Again, this seemsdreid2000-04-023-21/+70
* removed trailing slash from "OBJS=dso.o" to keep some maketrawick2000-03-313-3/+3
* Update to Apache Software License version 1.1fielding2000-03-316-216/+204
* More tidy up for the dso functions. Somehow missed these in my previousdreid2000-03-282-3/+3
* Fix the docs for DSO handling in APR.rbb2000-03-271-36/+21
* Add DSO's to the APR build process. This also cleans up the DSO stuff, torbb2000-03-272-14/+20
* Clean up OS/2 DSO code so it at least compiles.bjh2000-03-273-15/+15
* This is the first pass at DSO support for APR. It's basically the patchdreid2000-03-269-0/+739