summaryrefslogtreecommitdiff
path: root/dso/unix/dso.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the dso error handling.rbb2000-05-271-0/+11
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60108 13f79535-47bb-0310-9956-ffa450edef68
* Fix error handling for DSO opening. This probably doesn't fix allrbb2000-05-261-0/+4
| | | | | | | | of the dso error handling, but it reports errors when opening with much more detail. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60102 13f79535-47bb-0310-9956-ffa450edef68
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-1/+1
| | | | | | | on Linux, but probably breaks somewhere. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59856 13f79535-47bb-0310-9956-ffa450edef68
* Adapt to ReliantUNIX conventionmartin2000-04-141-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59852 13f79535-47bb-0310-9956-ffa450edef68
* more documentation movementdgaudet2000-04-141-25/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59841 13f79535-47bb-0310-9956-ffa450edef68
* Fix some minor bugs in the Unix dso code. This works on Linux, butrbb2000-04-041-3/+4
| | | | | | | | other Unix platforms will have different experiences. Also, add dso back into the build process. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59777 13f79535-47bb-0310-9956-ffa450edef68
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-3/+3
| | | | | | | | apr_variable declarations. This works on Unix, but a test compile on other platforms would be a good idea. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59773 13f79535-47bb-0310-9956-ffa450edef68
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-3/+3
| | | | | | | struct's where possible. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59769 13f79535-47bb-0310-9956-ffa450edef68
* Add the AIX dso code in it's own directory. It's cleaner and should workdreid2000-04-021-4/+2
| | | | | | | | but I haven't tested it as I don't have access to an AIX box. Also tidy up a few things that I comitted earlier. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59761 13f79535-47bb-0310-9956-ffa450edef68
* Next part of putting the "old" dso code into APR. Again, this seemsdreid2000-04-021-18/+45
| | | | | | | | | to be in line with the groups current thinking. This has so far been built on FreeBSD 3.3 and will need more testing. Only a first pass but at least we have code to hack now! git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59760 13f79535-47bb-0310-9956-ffa450edef68
* Update to Apache Software License version 1.1fielding2000-03-311-36/+34
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59754 13f79535-47bb-0310-9956-ffa450edef68
* Fix the docs for DSO handling in APR.rbb2000-03-271-36/+21
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59741 13f79535-47bb-0310-9956-ffa450edef68
* Add DSO's to the APR build process. This also cleans up the DSO stuff, torbb2000-03-271-11/+16
| | | | | | | make it look more like the rest of APR. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59740 13f79535-47bb-0310-9956-ffa450edef68
* This is the first pass at DSO support for APR. It's basically the patchdreid2000-03-261-0/+142
sent by Jon Travis <jtravis@covalent.net> moved into a new directory and tidied up a bit. I didn't add the assert or the debug stuff and removed the error string as it made it simpler, and simple is normally good! They can be added in again easily enough if we want them. Test program is started but not yet complete. Hopefully tomorrow I'll commit the test program. This all compiles on BeOS but I haven't tested anywhere else yet, and haven't added it to be automatically built until others have tried and made sure it builds for them! Just add 'dso' to the list of modules in configure.in and rerun autoconf/configure to try it. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59737 13f79535-47bb-0310-9956-ffa450edef68