summaryrefslogtreecommitdiff
path: root/include/apr_dso.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1905407 13f79535-47bb-0310-9956-ffa450edef68
* Fix the typo.Joe Orton2006-08-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@428317 13f79535-47bb-0310-9956-ffa450edef68
* Update license header.Joe Orton2006-08-031-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@428313 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151412 13f79535-47bb-0310-9956-ffa450edef68
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64904 13f79535-47bb-0310-9956-ffa450edef68
* Just an observation pointed out by rbb.William A. Rowe Jr2003-03-171-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64420 13f79535-47bb-0310-9956-ffa450edef68
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-12/+12
| | | | | | | | | | | | | | between extern "C" blocks and doxygen blocks, that we never include other headers within our own header's extern "C" block, that we always tag the entire file contents for doxygen (within the APR_HEADER_H only-once block), and generally clean up doxygen so that it is all consistent and generates respectable (although not yet 'great') results. Major TODO after 0.9.2 releases; fill in the apr.h APR_HAVE/APR_HAS and apr_type_t documentation!!! git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64397 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
| | | | | | | No functional changes git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64251 13f79535-47bb-0310-9956-ffa450edef68
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63117 13f79535-47bb-0310-9956-ffa450edef68
* Add the rest of the doxygen changes for APR.Ryan Bloom2001-08-121-7/+10
| | | | | | | Submitted by: Ian Holsman <ianh@cnet.com> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62147 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61235 13f79535-47bb-0310-9956-ffa450edef68
* Missing a few @deffunc'sWilliam A. Rowe Jr2001-01-181-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61069 13f79535-47bb-0310-9956-ffa450edef68
* Add linkage declarations to the DSO functions.Ryan Bloom2001-01-121-6/+8
| | | | | | | Submitted by: Gregory Nicholls <gnicholls@level8.com> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61055 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup some docs for APR. Also, add docs for all of the canonicalRyan Bloom2000-12-041-3/+12
| | | | | | | names functions. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60871 13f79535-47bb-0310-9956-ffa450edef68
* Protect a couple of functions with the appropriate #if's.Ryan Bloom2000-12-021-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60849 13f79535-47bb-0310-9956-ffa450edef68
* Make the APR headers sane.Greg Stein2000-11-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | *) Reduce the dependencies between APR headers. This assists APR clients who generate dependencies, and (used to) pick up "all" of the APR headers. Basically, this was trimming back the headers to just what was needed. Some unneeded system headers were removed, too. The most common headers to put back in were: apr.h, apr_pools.h, and apr_errno.h. *) move apr_pool_t declaration and a few pool functions from apr_general.h to apr_pools.h. *) move kill_conditions and process_chain from apr_pools.h to apr_thread_proc.h. *) move apr_note_subprocess() from apr_general.h to apr_thread_proc.h *) add stdio.h to apr_pools.c (compensate for removal from apr_general.h) *) add apr_lib.h to apr_strnatcmp.c (compensate for apr_strings.h no longer including apr_lib.h) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60796 13f79535-47bb-0310-9956-ffa450edef68
* Add some docs to APR.Ryan Bloom2000-10-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60569 13f79535-47bb-0310-9956-ffa450edef68
* Fix some docsRyan Bloom2000-09-131-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60527 13f79535-47bb-0310-9956-ffa450edef68
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60470 13f79535-47bb-0310-9956-ffa450edef68
* Remove a keyword that isn't working properly.Ryan Bloom2000-07-221-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60409 13f79535-47bb-0310-9956-ffa450edef68
* Change the name of the DSO heading. This is a bit more clear IMO.Ryan Bloom2000-07-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60408 13f79535-47bb-0310-9956-ffa450edef68
* Convert the dso docs to the ScanDoc format.Ryan Bloom2000-07-221-31/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60406 13f79535-47bb-0310-9956-ffa450edef68
* ap_dso_init() isn't needed. if/when a platform needs it, thenGreg Stein2000-07-151-10/+0
| | | | | | | | | | | ap_initialize() can be used to init DSO support. or set up a lazy initialization for it. solves the questions, "when do I call it? can I call it more than once?" Submitted by: Ben Collins-Sussman <sussman@red-bean.com> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60376 13f79535-47bb-0310-9956-ffa450edef68
* minor typo.Greg Stein2000-07-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60375 13f79535-47bb-0310-9956-ffa450edef68
* constification.Ben Laurie2000-06-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60175 13f79535-47bb-0310-9956-ffa450edef68
* Rework DSO error reporting to be more flexible & informative.Brian Havard2000-05-311-1/+1
| | | | | | | | | | This patch covers os/2, unix & win32. Other platforms still need some adjustment (BeOS, AIX). Reviewed by: rbb, gstein git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60120 13f79535-47bb-0310-9956-ffa450edef68
* Update the ap_dso_error API to work with other platforms.Ryan Bloom2000-05-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60116 13f79535-47bb-0310-9956-ffa450edef68
* PR:William A. Rowe Jr2000-05-281-2/+3
| | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Namespace protect ap_dso_error() git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60113 13f79535-47bb-0310-9956-ffa450edef68
* Fix the dso error handling.Ryan Bloom2000-05-271-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60108 13f79535-47bb-0310-9956-ffa450edef68
* Change the format for APR function documentation. This uses the perldocRyan Bloom2000-04-161-21/+38
| | | | | | | | | scripts to generate either plain text, html, or any other format perldoc can generate. This also fixes the comments to say ap_pool instead of ap_context. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59869 13f79535-47bb-0310-9956-ffa450edef68
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-1/+1
| | | | | | | on Linux, but probably breaks somewhere. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59856 13f79535-47bb-0310-9956-ffa450edef68
* more documentation movementdgaudet2000-04-141-0/+28
| | | | git-svn-id: https://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, butRyan Bloom2000-04-041-1/+1
| | | | | | | | other Unix platforms will have different experiences. Also, add dso back into the build process. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59777 13f79535-47bb-0310-9956-ffa450edef68
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-031-1/+1
| | | | | | | struct's where possible. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59769 13f79535-47bb-0310-9956-ffa450edef68
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-34/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59754 13f79535-47bb-0310-9956-ffa450edef68
* More tidy up for the dso functions. Somehow missed these in my previousDavid Reid2000-03-281-1/+2
| | | | | | | change. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59745 13f79535-47bb-0310-9956-ffa450edef68
* Add DSO's to the APR build process. This also cleans up the DSO stuff, toRyan Bloom2000-03-271-7/+7
| | | | | | | make it look more like the rest of APR. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59740 13f79535-47bb-0310-9956-ffa450edef68
* When adding the dso stuff I forgot this one.David Reid2000-03-261-0/+77
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59738 13f79535-47bb-0310-9956-ffa450edef68