summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_43(no author)2002-10-035-266/+0
* Clean up addition IPV6 build issuesbnicholes2002-09-262-27/+31
* Delete some invalid comments from the apr_pollset_destroy doc.stoddard2002-09-261-4/+0
* OS/2: Implement apr_pollset_*()bjh2002-09-261-5/+159
* Add more information about writing valid tests.rbb2002-09-221-0/+2
* Added support for SCO OpenServer 5brianp2002-09-224-8/+12
* Inline, mutex-free implementations of the rest of the atomicbrianp2002-09-222-0/+29
* Test all of the atomic math operations in the multithreadedbrianp2002-09-221-1/+4
* include <alloca.h> on any system that has it, not just on Tru64trawick2002-09-202-2/+2
* Add --bindir option to apr-config so that users of APR have an idea wherejerenkrantz2002-09-192-0/+7
* fix a typotrawick2002-09-171-1/+1
* get rid of warnings (missing function prototypes, missing return valuetrawick2002-09-161-1/+4
* axe an unused variabletrawick2002-09-161-1/+0
* just say no to carriage returnstrawick2002-09-162-570/+572
* Add a README describing how to use the test suite.rbb2002-09-161-0/+257
* Begin to migrate the APR test suite to the CuTest framework. Thisrbb2002-09-159-167/+1035
* Kill a small and mostly insignificant leak.wrowe2002-09-151-0/+2
* Improve the getpass() situation on win32. Respect BS/DEL/left-arrowswrowe2002-09-141-15/+43
* Update revision history.jerenkrantz2002-09-131-2/+4
* Added apu_version.c to the NetWare build projectbnicholes2002-09-131-0/+0
* PR:trawick2002-09-132-3/+11
* Silence preprocessor warningjerenkrantz2002-09-131-1/+1
* When encountering a link error when loading a DSO on Darwin, print the error.jerenkrantz2002-09-132-1/+10
* Ugg! It does not appear that we have ever been disabling "native"jim2002-09-121-1/+1
* Move to 0.9.2-devjerenkrantz2002-09-122-2/+4
* Fixup CHANGES for 0.9.1 releasejerenkrantz2002-09-121-1/+3
* Bump apr_version.h for 0.9.1 releasejerenkrantz2002-09-121-1/+1
* Make file environment variables for building APR for NetWare with IPV6bnicholes2002-09-101-0/+13
* Can not set h_errno on NetWarebnicholes2002-09-101-0/+4
* Make it a little easier to drop get-version.sh into apr-util by removingjerenkrantz2002-09-102-10/+15
* Include alloca.h on Tru64 to ensure that alloca gets redefined tobrianp2002-09-092-0/+7
* Handle (well, ignore for now) -version switch.bjh2002-09-071-10/+19
* Update the inline comments to reflect reality regarding how apr_snprintfjim2002-09-061-5/+7
* Mention the "make check" changes.aaron2002-09-051-0/+3
* Remove the toplevel "make test" target, but replace it with a simliaraaron2002-09-052-9/+12
* Getting ready to build for IPV6 on NetWarebnicholes2002-09-032-0/+8
* Add apr_array_pop() function to apr_array_header_t.jerenkrantz2002-09-023-0/+19
* Fix !APR_HAS_THREADS code path for apr_atomic_cas by always definingjerenkrantz2002-09-011-1/+1
* Minor style nit.jerenkrantz2002-09-011-2/+2
* Delay definition of APR_ATOMIC_NEED_DEFAULT_INIT to be 0 and only do so if itjerenkrantz2002-09-011-2/+4
* Fixed the SPARC v8plus version of apr_atomic_dec so thatbrianp2002-09-012-2/+7
* Bugfix for apr_pollset_remove()brianp2002-09-011-0/+2
* Cleaner mechanism for using platform-specific atomics on platformsbrianp2002-08-312-44/+102
* Fix the result of "apr-config --link-ld --libs". It did not includegstein2002-08-294-9/+9
* Explain the workings of the ring sentinel. They'll never let me into thefanf2002-08-281-2/+53
* Now at 0.9.1-devgstein2002-08-281-2/+2
* We're no longer 0.9.0-dev. The tag will be shifted to this new rev ingstein2002-08-281-1/+1
* bye bye, testtable...gstein2002-08-271-0/+1
* fix typo before someone else notices it and pounces :)jim2002-08-271-1/+1
* Fix typo that broke things in really odd ways.jerenkrantz2002-08-271-1/+1