summaryrefslogtreecommitdiff
path: root/dso
Commit message (Expand)AuthorAgeFilesLines
* Movin on over from 1.3.13-dev : this patch fixes the problem of nastywrowe2000-10-081-4/+9
* Knock off some XXX's prior to a7.wrowe2000-10-061-2/+15
* Here it is, the Win32 part of the big canonical errors patch.wrowe2000-10-061-5/+7
* Multiple build and configuration fixesrbb2000-10-051-0/+1
* Add some .cvsignore goodness...dreid2000-09-161-0/+2
* Switch the order of the dllqueryxxx calls. dllqueryvar is the only onegregames2000-08-311-4/+4
* Add support to APR for dsos on OS/390.trawick2000-08-174-0/+266
* prefix libapr functions and types with apr_dougm2000-08-0210-52/+52
* ap_dso_sym:trawick2000-07-301-4/+8
* ap_dso_init() isn't needed. if/when a platform needs it, thengstein2000-07-155-22/+0
* Remove unnecessary INCDIR1rbb2000-07-131-1/+1
* Update dependancies in APRrbb2000-07-071-3/+2
* allocate *res_handle before setting (*res_handle)->errormsgdougm2000-06-251-1/+2
* Continuing the cleanup of beos code.dreid2000-06-171-0/+1
* Update ap_dso_error so it builds.dreid2000-06-131-1/+1
* Correct the return type for a recent commit to the dso header declaration.wrowe2000-06-121-1/+1
* constification.ben2000-06-112-2/+2
* Update dependencies.ben2000-06-111-3/+3
* Fix bad call to ap_pcalloc() in ap_dso_load(); the bug led to a storagetrawick2000-06-061-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-0110-0/+44
* Rework DSO error reporting to be more flexible & informative.bjh2000-05-316-19/+32
* Update the ap_dso_error API to work with other platforms.rbb2000-05-293-3/+3
* 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