summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* keep the recursive logic simple (it's quite hairy already), and deal withgstein2001-01-191-4/+5
* Fix make depend.rbb2001-01-192-1/+5
* This have become to danged harry, time for a split.wrowe2001-01-192-228/+312
* watch out for a double-unload. one manually from apr_dso_unload(), followedgstein2001-01-197-51/+63
* The big change. This is part 3 of the apr-util symbols rename, pleasewrowe2001-01-192-4/+8
* All platforms now register a cleanup when a DSO is loaded. This justrbb2001-01-196-5/+42
* The more things change...wrowe2001-01-191-5/+2
* fix typo in recent APR_DECLARE workgstein2001-01-181-2/+1
* No longer needed, we don't build libapr.dll from apr.lib anymorewrowe2001-01-181-7/+0
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-1854-999/+1407
* Back out the inadvertent inclusion of the Win32 apr_set_os_error() intrawick2001-01-181-2/+0
* Update the error documentation.wrowe2001-01-181-10/+73
* Missing a few @deffunc'swrowe2001-01-181-1/+4
* Upon a vote of 5 to 3 for eliminating the src/ structure, and unanimouswrowe2001-01-181-8/+1
* finally got my development system working againfielding2001-01-181-2/+2
* Votestoddard2001-01-171-2/+2
* Avoid some warnings on platforms where apr_size_t and/or apr_ssize_ttrawick2001-01-151-5/+5
* Use APR_SIZE_T_FMT instead of %d when formatting an apr_size_t. This avoidstrawick2001-01-151-1/+1
* This vote ends on Wednesday ... which wednesday?brane2001-01-151-2/+2
* A vote and a taskjim2001-01-131-2/+3
* Add a vote and a section for patches/issues waiting for codedreid2001-01-131-3/+11
* Vote on some things so this goes out the door!wrowe2001-01-131-2/+11
* Fix FreeBSD version check used when deciding whether or not to disabletrawick2001-01-121-1/+13
* The file_as-socket check wasn't getting picked up correctly, so thisdreid2001-01-122-5/+6
* Add a missing function to the beos poll... Thought I'd done this adreid2001-01-121-0/+16
* get the test programs to build on at least some systemstrawick2001-01-121-19/+19
* Add linkage declarations to the DSO functions.rbb2001-01-128-41/+46
* Document that we honor CFLAGS in the normal autoconf wayjim2001-01-121-0/+3
* Tell the nice peoplejim2001-01-121-2/+7
* Avoid re-adding values during each call.jim2001-01-111-4/+8
* Add some verbosity to what we are doing. Doing apr_common.m4jim2001-01-111-1/+4
* Clean up of how hints.m4 adds hints to variousjim2001-01-111-138/+143
* - get libapr.la relinking when something has changedgstein2001-01-112-8/+14
* missed this in the initial commit.gstein2001-01-111-0/+1
* heh. there is a simpler way to do this...gstein2001-01-112-5/+5
* Add APR_DECLARE to some of APR's function declarations. This helps withrbb2001-01-114-15/+23
* add an accessor to the number of key/value pairs in the hash table.gstein2001-01-112-0/+14
* stop monkeying around with MM's object filesgstein2001-01-101-7/+0
* Win32: Fix loop in APR when attempting to send a 0 byte file. Yea, this is a ...stoddard2001-01-101-27/+24
* Adjust the way we look for dead threads after Carlos Hasan's suggestiondreid2001-01-101-7/+6
* Eliminate trap in apr_palloc due to NULL pool pointer (Windows only)ake2001-01-101-0/+2
* Fix a makefile so this builds...dreid2001-01-101-2/+2
* Libtool takes care of the lib prefix so get rid of our own workaround.bjh2001-01-102-6/+1
* Fix a compile break with the new APR libtool setup. Basically, we arerbb2001-01-092-0/+3
* Libtool-ize APR.gstein2001-01-0966-1499/+584
* add missing newlinegstein2001-01-091-1/+1
* toss some of the "dnl" crap lines. add whitespace for clarity. remove thegstein2001-01-091-34/+41
* moved from apr/aclocal.m4 (1.38)gstein2001-01-091-0/+536
* get rid of a bogus use of perror()trawick2001-01-081-4/+12
* get rid of bogus calls to perror()trawick2001-01-081-12/+23