summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the apr project release tags0.9.1William A. Rowe Jr2004-11-200-0/+0
* This commit was manufactured by cvs2svn to create tag 'APR_0_9_1'.APR_0_9_1(no author)2002-09-123-259/+0
* Fixup CHANGES for 0.9.1 releaseJustin Erenkrantz2002-09-121-1/+3
* Bump apr_version.h for 0.9.1 releaseJustin Erenkrantz2002-09-121-1/+1
* Make file environment variables for building APR for NetWare with IPV6Bradley Nicholes2002-09-101-0/+13
* Can not set h_errno on NetWareBradley Nicholes2002-09-101-0/+4
* Make it a little easier to drop get-version.sh into apr-util by removingJustin Erenkrantz2002-09-102-10/+15
* Include alloca.h on Tru64 to ensure that alloca gets redefined toBrian Pane2002-09-092-0/+7
* Handle (well, ignore for now) -version switch.Brian Havard2002-09-071-10/+19
* Update the inline comments to reflect reality regarding how apr_snprintfJim Jagielski2002-09-061-5/+7
* Mention the "make check" changes.Aaron Bannert2002-09-051-0/+3
* Remove the toplevel "make test" target, but replace it with a simliarAaron Bannert2002-09-052-9/+12
* Getting ready to build for IPV6 on NetWareBradley Nicholes2002-09-032-0/+8
* Add apr_array_pop() function to apr_array_header_t.Justin Erenkrantz2002-09-023-0/+19
* Fix !APR_HAS_THREADS code path for apr_atomic_cas by always definingJustin Erenkrantz2002-09-011-1/+1
* Minor style nit.Justin Erenkrantz2002-09-011-2/+2
* Delay definition of APR_ATOMIC_NEED_DEFAULT_INIT to be 0 and only do so if itJustin Erenkrantz2002-09-011-2/+4
* Fixed the SPARC v8plus version of apr_atomic_dec so thatBrian Pane2002-09-012-2/+7
* Bugfix for apr_pollset_remove()Brian Pane2002-09-011-0/+2
* Cleaner mechanism for using platform-specific atomics on platformsBrian Pane2002-08-312-44/+102
* Fix the result of "apr-config --link-ld --libs". It did not includeGreg Stein2002-08-294-9/+9
* Explain the workings of the ring sentinel. They'll never let me into theTony Finch2002-08-281-2/+53
* Now at 0.9.1-devGreg Stein2002-08-281-2/+2
* We're no longer 0.9.0-dev. The tag will be shifted to this new rev inGreg Stein2002-08-281-1/+1
* bye bye, testtable...Greg Stein2002-08-271-0/+1
* fix typo before someone else notices it and pounces :)Jim Jagielski2002-08-271-1/+1
* Fix typo that broke things in really odd ways.Justin Erenkrantz2002-08-271-1/+1
* Add another test...Jim Jagielski2002-08-271-1/+11
* Document the len == 0 special case for apr_snprintf() and allow it toJim Jagielski2002-08-261-6/+24
* Turn off optimization completely when building debugBradley Nicholes2002-08-261-2/+2
* get rid of a warning by not exporting a function thatJeff Trawick2002-08-261-1/+1
* If the length argument to apr_snprintf is 0, then we should return theRyan Bloom2002-08-253-15/+30
* Printing a string with apr_snprintf can seg fault, if a precision isRyan Bloom2002-08-253-3/+63
* Excerpt from MSVC help;Ian Holsman2002-08-222-1/+8
* * substitute APR_MAJOR_VERSION to the Makefile so that otherGreg Stein2002-08-225-14/+27
* "A dump truck... a *yellow* dump truck..."Greg Stein2002-08-221-12/+24
* Fix apr_tokenize_to_argv() to remove the escape characterJeff Trawick2002-08-212-2/+33
* comment the checks being done, making it clear that theJim Jagielski2002-08-201-3/+4
* Fix bug reported as PR 11854.William A. Rowe Jr2002-08-201-3/+10
* Allow for behavior to be compile-timeJim Jagielski2002-08-201-1/+3
* This vote seems to be pretty resolved.Thom May2002-08-191-9/+8
* Oops, should add this to CHANGES too.Thom May2002-08-191-0/+3
* apr_atoi64 must use base 10Jim Jagielski2002-08-191-3/+4
* Added apr_queue.h to the Netware export listBradley Nicholes2002-08-191-0/+1
* - Add parallel-apr layout which confines the 'parallel install' logic to aJustin Erenkrantz2002-08-196-32/+60
* configure.inThom May2002-08-153-0/+411
* Expand the error code spaces:Karl Fogel2002-08-152-8/+23
* * build/get-version.sh: accept a specific header file rather thanGreg Stein2002-08-152-11/+15
* Add a comment about a needed (future) fix to the API.Greg Stein2002-08-151-0/+2
* Various changes to clean up APR for a release.Greg Stein2002-08-148-25/+67