summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo noticed by Mike Rumph.1.0.xrjung2013-12-141-3/+3
* Changes reflect major/minor related changes. Providejim2009-09-251-1665/+2
* lazy initialization of the pollset within apr_file_t (backport from 1.2)brianp2005-07-236-34/+54
* add a proposed backport from 1.2brianp2005-07-161-0/+9
* Bug #33844: OS/2: file opened with APR_CREATE would be truncated if APR_APPENDbjh2005-07-041-6/+4
* OS/2: Fix crash in apr_proc_create with non-shell type process creation wherebjh2005-07-031-1/+2
* OS/2: Using apr_file_rename() to replace one file with another doesn't workbjh2005-06-291-1/+1
* Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows.trawick2005-06-142-0/+15
* send and receive buffer sizes are not flags, and callertrawick2005-06-141-10/+4
* Merge r179786 from trunk:jorton2005-06-031-1/+8
* Disable poll() on all Darwin versions for now, because it is either broken or...wsanchez2005-05-311-2/+1
* Backport r178340 from trunk:wsanchez2005-05-282-16/+19
* fix typojwoolley2005-05-261-1/+1
* Merge r178386 from trunk:jorton2005-05-251-0/+2
* Merge r170395 from trunk:jorton2005-05-161-19/+25
* Merge r168607 from trunk:jorton2005-05-061-0/+2
* Temporarily work around a conflict between 0.9 and 1.0 of apr.expminfrin2005-01-171-0/+1
* Merge r125069 from trunk:jorton2005-01-131-2/+2
* Add the major version number to the package name so that packages can be inst...minfrin2005-01-061-1/+1
* Oops - Justin committed this change to apr trunk just over a month ago.minfrin2005-01-041-1/+2
* Make install passed a shell expanded list of header files to theminfrin2005-01-042-1/+7
* Add a build script to create a solaris package.minfrin2004-12-165-0/+104
* Note patches for a NetWare breakage.bnicholes2004-12-091-0/+4
* Allow APR-UTIL to exist and build outside of the httpd/srclib file structurebnicholes2004-12-0712-24/+24
* Fixing various compiler errors when compiling against the latest version of L...bnicholes2004-11-292-2/+2
* property cleanupnd2004-11-243-2/+2
* drop .cvsignore filesnd2004-11-2440-252/+0
* Merge r76119 from trunk:jorton2004-11-171-2/+2
* Bump version to 1.0.2-devjerenkrantz2004-11-172-2/+4
* * include/apr_version.h: Bump to 1.0.1.jerenkrantz2004-11-171-1/+1
* Merge in changes from trunk to 1.0.x.jerenkrantz2004-11-1740-177/+596
* Create 1.0.x branch from 1.0.0 release tag. (Yay SVN!)jerenkrantz2004-11-170-0/+0
* 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 ratherjorton2004-08-201-34/+17
* Improve support for configure --silent (aka --quiet):jorton2004-08-191-8/+13
* Spelling fix.jorton2004-08-181-1/+1
* * build/apr_hints.m4 (APR_PRELOAD): Don't preempt APR_PTHREADS_CHECKjorton2004-08-121-1/+1
* This must hit 1.0 - note the ambiguity of ctime.wrowe2004-08-121-2/+2
* * build/find_apr.m4 (APR_FIND_APR): Remove echo (debugging aid?) andjorton2004-08-101-2/+1
* Make sure that we auto-load the LDAPSDK NLMs so that APRLIB can run in protec...bnicholes2004-08-091-0/+10
* Ditch autoconf-2.5x+ syntax (m4_*) and only print the warning on ac-2.5x+jerenkrantz2004-08-091-5/+4
* Update the NetWare makefiles to conform with the LDAP overhaulbnicholes2004-08-043-0/+13
* HEAD is now 1.0.1 and is once again a dev versiondreid2004-08-031-1/+6
* OK, so there was probably an easier way to do this, but...dreid2004-08-031-6/+0
* Improve apr_file_gets() performance on buffered files by not callingjerenkrantz2004-08-022-11/+58
* 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