summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_ALPHA_7(no author)2000-10-0834-5253/+0
* OS/2: Pass apr_lstat through to apr_stat as we don't have symlinks.bjh2000-10-081-0/+7
* Movin on over from 1.3.13-dev : this patch fixes the problem of nastywrowe2000-10-081-4/+9
* If we determine that a platform does not have DSO support, then it makesrbb2000-10-081-1/+2
* Add some headers needed for a clean compile on OS/2.bjh2000-10-081-0/+5
* Update send_the_file to fall back to a read/write loop on platformsrbb2000-10-071-10/+1
* doc nit and I missed a change to Makefile.in.gstein2000-10-072-4/+4
* This is ugly, but at least we compile again on platforms that lackjim2000-10-071-0/+9
* apr_open() always allocates storage for the apr_file_t now. The caller is nogstein2000-10-062-8/+2
* Oh, duh. Typo.wrowe2000-10-061-4/+2
* Knock off some XXX's prior to a7.wrowe2000-10-063-4/+21
* back this out, should have never been touched.wrowe2000-10-061-2/+2
* Completed review for new tests:wrowe2000-10-062-3/+6
* Here it is, the Win32 part of the big canonical errors patch.wrowe2000-10-0619-103/+108
* One more underlying change to highlight of the Win32 canonical errors.wrowe2000-10-061-10/+1
* The precursor to the win32 cannonical errors patchwrowe2000-10-061-73/+103
* some nits that I forgot first time around.gstein2000-10-062-1/+3
* add UUID generation/formatting/parsing to APRgstein2000-10-068-1/+612
* size_t should be an apr_size_t.gstein2000-10-052-14/+15
* The lots of little ones... APR_IS_STATUS_condition(rv) conditional macroswrowe2000-10-052-3/+3
* The big one... APR_IS_STATUS_condition(rv) conditional macros.wrowe2000-10-051-10/+210
* Multiple build and configuration fixesrbb2000-10-056-9/+12
* Prepare our autoconf setup for autoconf 2.14a and for cross-compilingrbb2000-10-054-36/+39
* In RUN_SUBDIR_CONFIG_NOW, exit the overall configuretrawick2000-10-051-0/+1
* Avoid a bad shell command in the expansion of AC_CHECK_DEFINE_FILES.trawick2000-09-292-9/+11
* Add to the check for POLLIN. If poll.h is found in include/sys notrbb2000-09-292-1/+19
* Some systems have poll.h in include/sys, not include. I found thisrbb2000-09-293-0/+7
* Fix a few misspellings.trawick2000-09-281-3/+3
* Provide a socklen_t to the user of APR as a portability aid. Sometrawick2000-09-228-9/+19
* Thanks Jeff.wrowe2000-09-201-3/+3
* Clean up a potential leak.wrowe2000-09-201-1/+3
* This changes the way we check for inet_addr and inet_network. The new testsdreid2000-09-173-6/+56
* Add some .cvsignore goodness...dreid2000-09-164-0/+6
* More changes to BeOS hints. Tidy up and set files as sockets correctly...dreid2000-09-161-5/+8
* Fix a bug in apr_create_process() for Unix. The NULL signifyingtrawick2000-09-151-1/+1
* Namespace protection for this allows the in_addr and gethostbynamedreid2000-09-151-1/+1
* Update the hints.m4 file for which MPM to use.dreid2000-09-151-5/+6
* apr_snprintf(): Get quad format strings working on OS/390 (and perhapstrawick2000-09-131-6/+2
* Back out previous change, which attempted to minimize rebuildingtrawick2000-09-131-3/+1
* Fix some docsrbb2000-09-131-3/+3
* apr_putc(), apr_puts() for Unix: handle buffered files and interruptedtrawick2000-09-122-27/+30
* apr_put_os_file() now sets up the unget byte appropriately on Unixtrawick2000-09-112-2/+4
* APRVARS.in was overwriting EXTRA_LIBS. This stops that behavior.rbb2000-09-101-1/+1
* this was deleted on April 14th, but got resuscitated somehowgstein2000-09-091-114/+0
* Fix inserting elements at the head and tail of a ring when the ring isfanf2000-09-091-0/+5
* Fix the ScanDoc output on IE. I don't have IE, so I can't test this, butrbb2000-09-061-1/+1
* Add support for OS/390 to APR's config.sub and config.guess. TPF and VM/CMStrawick2000-09-012-2/+27
* Current implementation of lib/apr/Makefile.in causes rebuildingtrawick2000-09-011-1/+3
* Get rid of dangling semicolon in check for pthread_key_delete().trawick2000-09-011-1/+1
* Allow dso builds with pthreads enabled to work on platforms which don't havegregames2000-08-312-0/+3