summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_24(no author)2001-08-1711-4191/+25
* Ugly, quick hack to get apr(-util) building without httpdwrowe2001-08-161-14/+20
* Gobble our local .rc autogeneration script, instead of httpd-2.0'swrowe2001-08-161-5/+5
* Just for us (apr/apr-util) - independent of Apache.wrowe2001-08-161-0/+106
* Silence autogenerated fileswrowe2001-08-161-0/+1
* Slight of fingers - fix my typo of the last revisionwrowe2001-08-161-2/+2
* Short term hack, this works only for httpd-2.0 builds. I'll revert outwrowe2001-08-161-0/+36
* Reorder the shared memory preferences to match what MM originally had.jerenkrantz2001-08-161-12/+27
* Remove variable that is no longer needed since we no longer depend on MM.jerenkrantz2001-08-161-2/+0
* fix some homophonic issues in comments, as well as sometrawick2001-08-158-8/+8
* APR doesn't need to define union semun for apps; thetrawick2001-08-152-13/+1
* Previously, we considered gethostbyname/gethostbyaddr to betrawick2001-08-152-2/+14
* get rid of boatloads of warnings on Darwintrawick2001-08-151-1/+1
* Allow for OS/2 in shared memory type test.bjh2001-08-151-1/+9
* don't do arithmetic with void *trawick2001-08-151-3/+3
* add testdir, testhash; remove abtrawick2001-08-151-1/+2
* Added the NetWare OS specific headers for threadproc and locksbnicholes2001-08-152-0/+174
* Applied changes made to apr.h on other platforms that didn't make itbnicholes2001-08-151-0/+12
* Remove all warnings from the shared memory code.rbb2001-08-141-4/+8
* Fix the new shared memory code. We need to pass a pointer torbb2001-08-142-3/+7
* Fix the new shared memory configure script. The APR_DECIDErbb2001-08-142-12/+20
* Next batch of moving the docs from ScanDoc to DoxyGen.rbb2001-08-146-101/+125
* Fix warnings.fielding2001-08-131-17/+21
* More fallout from MM's departure.jerenkrantz2001-08-133-3/+7
* Move the necessary shared memory code from MM into APR and remove ourjerenkrantz2001-08-138-201/+320
* LINK shouldn't include ALL_LIBS; that puts -lm -lcrypt -lwhatever beforetrawick2001-08-131-1/+1
* Get apr_file_lock and apr_file_unlock working on Win9x. Not tested.stoddard2001-08-132-6/+25
* Make all APR pools be allocated out of the permanent pool.rbb2001-08-133-3/+10
* Ignore the dox directoryrbb2001-08-131-0/+1
* Accidentally remove the pool accessor.rbb2001-08-121-0/+7
* Ian reports that I missed this line. :-)rbb2001-08-121-0/+1
* Peter Moore reported this small typo...dreid2001-08-121-1/+1
* Add the rest of the doxygen changes for APR.rbb2001-08-129-187/+288
* Argh! Ian told me about this, but I forgot before I committed.rbb2001-08-121-1/+1
* Setup APR to use doxygen instead of ScanDoc.rbb2001-08-125-1862/+21
* Add doxygen work for SMS code.rbb2001-08-122-21/+47
* First pass at making apr_portable.h use doxygen.rbb2001-08-121-7/+18
* These two pool functions were declared twice in apr_pools.h. This bringsrbb2001-08-121-16/+0
* Begin to move the APR documentation to Doxygen.rbb2001-08-113-57/+91
* It is possible to have pthread.h without having threads enabled. Thejerenkrantz2001-08-111-3/+0
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-1042-421/+426
* Changed the create thread flags due to changes in the NetWare threading APIsbnicholes2001-08-101-4/+1
* Added a call to socket() in apr_socket_create() that is not hard coded to TCPbnicholes2001-08-091-0/+4
* Implemented apr_getsocketopt() for NetWarebnicholes2001-08-091-0/+36
* don't destroy an APR lock which wasn't successfully created;trawick2001-08-091-2/+0
* Don't use the name "socket" because certain GCC settings warn aboutgstein2001-08-081-2/+2
* Fix a segfault on Win32 when hostname resolution fails. We were lookingjwoolley2001-08-081-1/+1
* Clean up two warnings:jwoolley2001-08-081-2/+2
* get sockets.c to compile and fix a bug in the error pathtrawick2001-08-081-2/+3
* Finish the fix for the non-blocking connect. Basically, we need torbb2001-08-071-0/+8