summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'APR_1_0_0'.APR_1_0_0(no author)2004-08-2411-386/+20
* * Makefile.in (install): Simplify; use INSTALL and INSTALL_DATA ratherJoe Orton2004-08-201-34/+17
* Improve support for configure --silent (aka --quiet):Joe Orton2004-08-191-8/+13
* Spelling fix.Joe Orton2004-08-181-1/+1
* * build/apr_hints.m4 (APR_PRELOAD): Don't preempt APR_PTHREADS_CHECKJoe Orton2004-08-121-1/+1
* This must hit 1.0 - note the ambiguity of ctime.William A. Rowe Jr2004-08-121-2/+2
* * build/find_apr.m4 (APR_FIND_APR): Remove echo (debugging aid?) andJoe Orton2004-08-101-2/+1
* Make sure that we auto-load the LDAPSDK NLMs so that APRLIB can run in protec...Bradley Nicholes2004-08-091-0/+10
* Ditch autoconf-2.5x+ syntax (m4_*) and only print the warning on ac-2.5x+Justin Erenkrantz2004-08-091-5/+4
* Update the NetWare makefiles to conform with the LDAP overhaulBradley Nicholes2004-08-043-0/+13
* HEAD is now 1.0.1 and is once again a dev versionDavid Reid2004-08-031-1/+6
* OK, so there was probably an easier way to do this, but...David Reid2004-08-031-6/+0
* Improve apr_file_gets() performance on buffered files by not callingJustin Erenkrantz2004-08-022-11/+58
* Only install apr-$MAJOR-config and add appropriate detection code toJustin Erenkrantz2004-08-016-39/+92
* Eliminate APR_STATUS_IS_SUCCESS macro.Justin Erenkrantz2004-07-315-16/+8
* Since this code only applies to sendfile, make sure that it is properly #ifde...Bradley Nicholes2004-07-262-0/+4
* Win32: Fix compile break in apr tests. PR: 30103 by Craig RodriguesBill Stoddard2004-07-262-4/+8
* Win32: Fix bug in apr_socket_sendfile that interferred with LSPs. PR 23982Bill Stoddard2004-07-224-30/+28
* apr_proc_create() on Unix: Remove unnecessary check for readJeff Trawick2004-07-202-1/+5
* Win32: Fix bug in tracking the file pointer in files opened for overlapped/xt...Bill Stoddard2004-07-192-2/+8
* Update the license language to asl 2.0, and correctly grabWilliam A. Rowe Jr2004-07-152-28/+34
* * network_io/unix/sockaddr.c (apr_getnameinfo): Fix getnameinfo onJoe Orton2004-07-131-0/+3
* rev back to r1.29 , removing changes to addrspace and detach set functionsJean-Jacques Clar2004-07-121-2/+2
* Added bit mask operation for detach and addrspace fields to make possible ove...Jean-Jacques Clar2004-07-091-2/+2
* Ignore generated spec file.Joe Orton2004-07-091-0/+1
* * build/config.guess, build/config.sub: Update from gnu.org.Joe Orton2004-07-092-48/+54
* Re-instate jlibtool from deleted revision 1.5. Paperwork filed. All is well.Justin Erenkrantz2004-07-083-4/+1500
* * test/abts.c (abts_run_test): Avoid the malloc/free.Joe Orton2004-07-081-7/+5
* * build/apr_hints.m4 (APR_PRELOAD): Really, do, use a full path toJoe Orton2004-07-081-1/+1
* * build/apr_hints.m4 (APR_PRELOAD): Use full path to sysctl in caseJoe Orton2004-07-081-1/+5
* * build/apr_hints.m4 (APR_PRELOAD): Prevent use of kqueue beforeJoe Orton2004-07-071-1/+5
* Clean up leftover commentsBradley Nicholes2004-07-071-2/+0
* * poll/unix/poll.c (backend_cleanup): Only define if using epoll/kqueue.Joe Orton2004-07-072-7/+10
* Make sure that Winsock is started up properly for all NLMs that link to aprli...Bradley Nicholes2004-07-061-0/+2
* Make sure that Winsock is started up properly for all NLMs that link to aprli...Bradley Nicholes2004-07-063-15/+106
* Add support for KQueue and sys_epoll to apr_pollset.Justin Erenkrantz2004-07-064-16/+384
* [Comment change only]: Allright. The warning was based on FreeBSD'sMartin Kraemer2004-07-051-13/+0
* My excuses for the commit of jlibtool without prior discussion.Martin Kraemer2004-07-051-1496/+0
* Update the license, plus minor portability changesMartin Kraemer2004-07-051-65/+28
* Support threading on FreeBSD 5.x where kern.osreldate >= 502102.Justin Erenkrantz2004-07-042-7/+12
* * build/rpm/apr.spec.in: Move installbuilddir toJoe Orton2004-07-011-13/+6
* Add an RPM spec file derived from Fedora Core.Graham Leggett2004-07-013-0/+122
* * Makefile.in (install): Install an apr-1-config script alongsideJoe Orton2004-07-011-1/+3
* * build/get-version.sh: Fix handling of multi-digit versionJoe Orton2004-06-301-5/+5
* * Makefile.in (install): Install the awk scripts & mkdir.sh for aJoe Orton2004-06-301-1/+1
* * build/apr_rules.mk.in: Define APR_MKDIR macro.Joe Orton2004-06-301-0/+1
* * build/apr_rules.mk.in: Define APR_MKEXPORT and APR_MKVAREXPORT toJoe Orton2004-06-302-7/+14
* * configure.in, config.layout: Add -version suffix to defaultJoe Orton2004-06-302-2/+2
* Add that RC2 was tagged. :-)David Reid2004-06-301-5/+3
* * test/teststr.c (string_strfsize, overflow_strfsize): AddJoe Orton2004-06-301-0/+62