summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPR_1_0_0_RC5(no author)2004-08-0311-349/+12
* Only install apr-$MAJOR-config and add appropriate detection code tojerenkrantz2004-08-016-39/+92
* Eliminate APR_STATUS_IS_SUCCESS macro.jerenkrantz2004-07-315-16/+8
* Since this code only applies to sendfile, make sure that it is properly #ifde...bnicholes2004-07-262-0/+4
* Win32: Fix compile break in apr tests. PR: 30103 by Craig Rodriguesstoddard2004-07-262-4/+8
* Win32: Fix bug in apr_socket_sendfile that interferred with LSPs. PR 23982stoddard2004-07-224-30/+28
* apr_proc_create() on Unix: Remove unnecessary check for readtrawick2004-07-202-1/+5
* Win32: Fix bug in tracking the file pointer in files opened for overlapped/xt...stoddard2004-07-192-2/+8
* Update the license language to asl 2.0, and correctly grabwrowe2004-07-152-28/+34
* * network_io/unix/sockaddr.c (apr_getnameinfo): Fix getnameinfo onjorton2004-07-131-0/+3
* rev back to r1.29 , removing changes to addrspace and detach set functionsclar2004-07-121-2/+2
* Added bit mask operation for detach and addrspace fields to make possible ove...clar2004-07-091-2/+2
* Ignore generated spec file.jorton2004-07-091-0/+1
* * build/config.guess, build/config.sub: Update from gnu.org.jorton2004-07-092-48/+54
* Re-instate jlibtool from deleted revision 1.5. Paperwork filed. All is well.jerenkrantz2004-07-083-4/+1500
* * test/abts.c (abts_run_test): Avoid the malloc/free.jorton2004-07-081-7/+5
* * build/apr_hints.m4 (APR_PRELOAD): Really, do, use a full path tojorton2004-07-081-1/+1
* * build/apr_hints.m4 (APR_PRELOAD): Use full path to sysctl in casejorton2004-07-081-1/+5
* * build/apr_hints.m4 (APR_PRELOAD): Prevent use of kqueue beforejorton2004-07-071-1/+5
* Clean up leftover commentsbnicholes2004-07-071-2/+0
* * poll/unix/poll.c (backend_cleanup): Only define if using epoll/kqueue.jorton2004-07-072-7/+10
* Make sure that Winsock is started up properly for all NLMs that link to aprli...bnicholes2004-07-061-0/+2
* Make sure that Winsock is started up properly for all NLMs that link to aprli...bnicholes2004-07-063-15/+106
* Add support for KQueue and sys_epoll to apr_pollset.jerenkrantz2004-07-064-16/+384
* [Comment change only]: Allright. The warning was based on FreeBSD'smartin2004-07-051-13/+0
* My excuses for the commit of jlibtool without prior discussion.martin2004-07-051-1496/+0
* Update the license, plus minor portability changesmartin2004-07-051-65/+28
* Support threading on FreeBSD 5.x where kern.osreldate >= 502102.jerenkrantz2004-07-042-7/+12
* * build/rpm/apr.spec.in: Move installbuilddir tojorton2004-07-011-13/+6
* Add an RPM spec file derived from Fedora Core.minfrin2004-07-013-0/+122
* * Makefile.in (install): Install an apr-1-config script alongsidejorton2004-07-011-1/+3
* * build/get-version.sh: Fix handling of multi-digit versionjorton2004-06-301-5/+5
* * Makefile.in (install): Install the awk scripts & mkdir.sh for ajorton2004-06-301-1/+1
* * build/apr_rules.mk.in: Define APR_MKDIR macro.jorton2004-06-301-0/+1
* * build/apr_rules.mk.in: Define APR_MKEXPORT and APR_MKVAREXPORT tojorton2004-06-302-7/+14
* * configure.in, config.layout: Add -version suffix to defaultjorton2004-06-302-2/+2
* Add that RC2 was tagged. :-)dreid2004-06-301-5/+3
* * test/teststr.c (string_strfsize, overflow_strfsize): Addjorton2004-06-301-0/+62
* The failure to delete the conditional lock ws causing a hang on BeOS, sodreid2004-06-301-0/+2
* * configure.in: Remove check for res_init again.jorton2004-06-301-2/+0
* * Makefile.in (install): Simplify stupid over-engineering.jorton2004-06-301-8/+3
* * Makefile.in (APR_PCFILE): New target.jorton2004-06-302-4/+10
* Get the correct setting for which locking mechanism to use.dreid2004-06-291-2/+11
* Generate a tag file.dreid2004-06-291-0/+3
* Destroy the shared memory once the test finishes.dreid2004-06-291-1/+6
* Bring over the display fix from apr-util.dreid2004-06-291-1/+1
* If a test fails due to be not implemented, then record it as suchdreid2004-06-291-3/+1
* Continue clearing my TODO list.dreid2004-06-291-7/+21
* Allow shared memory to work across forks in the way it was intended.dreid2004-06-292-0/+33
* Add support for BS2000 (_OSD_POSIX).jfclere2004-06-291-0/+56