summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_22(no author)2001-07-2814-689/+162
* Toss in apr_sms_trival for apr/test successwrowe2001-07-272-0/+64
* Improve ourselveswrowe2001-07-274-10/+15
* Hmmm... parent-child status messages need to be interwoven. This aughtwrowe2001-07-272-2/+8
* How is this for short and sweet. Drop in #include "aprtest.h" for thesewrowe2001-07-272-126/+138
* gotta use apr_os_thread_equal() instead of comparing apr_os_thread_ttrawick2001-07-271-3/+3
* Neither beos or OS/2 has any subdirs that need installing, so the commitdreid2001-07-272-3/+6
* Another new sourcewrowe2001-07-271-0/+4
* Here's an implementation, dunno if it's _the_ implementation we arewrowe2001-07-271-0/+33
* Fixes and goodnesswrowe2001-07-272-28/+41
* Caught by apr/test/ faults, we were still missing apr_sms_trivial.cwrowe2001-07-272-0/+8
* More foonesswrowe2001-07-271-4/+4
* Nasty... OS2 needs checking out, still having trouble with Win32.wrowe2001-07-271-2/+6
* Couple of fixes for pre-BONE beos...dreid2001-07-272-9/+12
* * apr_user.h (apr_current_userid): new declaration.sussman2001-07-262-0/+27
* Ain't Wastin' Time No Morejerenkrantz2001-07-261-1/+3
* Update STATUS file.jerenkrantz2001-07-261-13/+10
* Update make files for Win32wrowe2001-07-262-889/+859
* Cleanup Solaris 8 sendfilev() logic to actually behave similarly tojerenkrantz2001-07-261-28/+35
* While we're tidying up warnings, fix thisbjh2001-07-261-0/+2
* Add appropriate APR_DECLARE's for signal functions.bjh2001-07-261-2/+2
* Solve the make exports problems with these accessor wrappers by simplywrowe2001-07-262-4/+4
* Do the "right" thing with inherit macros when SMS is enabled.jerenkrantz2001-07-261-0/+24
* tweak FreeBSD's apr_sendfile to shrink the object code size.gregames2001-07-261-46/+12
* I thought it was going to rain today, but it didn't.jwoolley2001-07-261-9/+1
* I did a recursive grep for "#ifdef APR_" and am cleaning up what I found. =-)jwoolley2001-07-262-5/+5
* Silence warnings:jwoolley2001-07-261-7/+5
* Fix our installation. We need to install APRVARS and all the MM stuff.rbb2001-07-263-0/+11
* Replace the very limited-use ap_send_size with apr_strfsize(), whichwrowe2001-07-252-0/+45
* fix some issues with apr_sendfile() for FreeBSDtrawick2001-07-251-14/+41
* Another bit of MSVC bogusness. Has to argue signedness with us, evenwrowe2001-07-251-1/+1
* Yes, this is a bogus cast. It's necessary since win32 figures out thewrowe2001-07-251-1/+1
* Fix accept filters by making all the various macro names agree with each other.jwoolley2001-07-256-11/+12
* Change the size_t into apr_size_t (It causes problems on Solaris with gcc).jfclere2001-07-252-3/+4
* Shush lame compiler warning.jerenkrantz2001-07-251-2/+2
* Fix build breakage due to mismatch between function and prototypejwoolley2001-07-251-1/+1
* Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printfgregames2001-07-244-7/+127
* This is a hack but it get beos working again. This will probably havedreid2001-07-241-3/+3
* Bring the naming conventions more inline with unixwrowe2001-07-241-3/+4
* Move the blocking logic on FreeBSD to match everyone else to be after thejerenkrantz2001-07-241-20/+21
* Bring the Solaris sendfilev() in line with the rest of the code in thatjerenkrantz2001-07-241-12/+30
* Use apr_want.h instead of using string.h directlyjwoolley2001-07-241-1/+2
* OS/2: Add support for datagram sockets.bjh2001-07-245-8/+108
* Fix warning: implicit declaration of function `strchr'bjh2001-07-241-0/+3
* fix a warning for dummy_worker(); it wasn't static and didn't have atrawick2001-07-241-1/+1
* Need to include inherit.h here for the APR_IMPLEMENT_[UN]SET_INHERITbjh2001-07-241-0/+1
* OS/2: Fix inherit stuffbjh2001-07-241-2/+3
* dummy_func != dummy_workerdreid2001-07-241-7/+7
* If we're using malloc_debug on beos remove the O2 flag or we'll be buildingdreid2001-07-241-0/+1
* Add the ability to remove an element as well as add one.dreid2001-07-241-0/+26