summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* *) Introduce Release mode debugging symbols for Win32 builds of apr.wrowe2003-02-065-12/+28
* Eliminate the last (unnecessary) discrepancy between apr.dsp and libapr.dspwrowe2003-02-061-2/+2
* Clean up these project to be consistent with .dsp files saved from thewrowe2003-02-062-20/+20
* Consistify an irritating anomily between apr.dsp and libapr.dspwrowe2003-02-061-2/+2
* Allow apr_proc_create() to call an app-provided error reportingtrawick2003-02-068-0/+82
* Rename rules.mk to apr_rules.mk and make it be installed.thommay2003-02-045-5/+13
* Fix a bug in apr_proc_create() that could cause a new child processtrawick2003-02-042-1/+4
* fix a typo in a commenttrawick2003-02-041-1/+1
* Don't add -Oacgiltz to CFLAGS for GCC on *-sco3.2v[234]*, probable fixjorton2003-02-041-1/+3
* Fix overzealous s/-lcrypt// in r1.17 for some SCO platforms (untested).jorton2003-02-041-2/+2
* Added a new test to check the behaviour of apr_file_info_get inbrane2003-02-031-0/+33
* Disable apr_socket_sendfile() on 64-bit AIX to avoid an apparenttrawick2003-02-012-0/+11
* Clean up the test by making sure that the test string is consistent and that itbnicholes2003-01-311-4/+11
* Change the screen name default to DEFAULT for all NLMsbnicholes2003-01-301-1/+1
* Add --includedir flag to apr-config.jerenkrantz2003-01-302-0/+15
* As documented to the dev@apr list; the Win32 fork of the otherchildwrowe2003-01-281-1/+1
* Added a check to make sure that the path is not too long. Otherwise, just ba...bnicholes2003-01-281-6/+9
* Removed some unnecessary #defines from apr.hnwbnicholes2003-01-272-20/+2
* No code changes. Augment documentation for apr_file_open_std*.fitz2003-01-241-0/+30
* Simplify and be more thorough. We only want to know how many bytes arewrowe2003-01-241-13/+10
* Expand the set/get semantic slightly... always allow the user to recoverwrowe2003-01-241-7/+15
* Eliminate open_nt_process_pipe and give apr_create_nt_pipe a very similarwrowe2003-01-243-46/+50
* proc_mutex support on NetWarebnicholes2003-01-231-1/+4
* Meant to do this earlier today.wrowe2003-01-231-1/+21
* After further evaluation, we will have to create our own implementationwrowe2003-01-231-4/+5
* Don't use the optimized form. If Apache is started in ST and runs untilwrowe2003-01-221-1/+1
* Finally, use the same cached recovery for the timezone between 9x and NT.wrowe2003-01-221-28/+27
* Now that the old logic is restored, adjust it to the new variables.wrowe2003-01-221-7/+7
* What an ugly patch.wrowe2003-01-221-30/+77
* Only include sys/syslimits.h if we don't have limits.hthommay2003-01-222-2/+7
* I'm content to remove this showstopper now that we have the versioning bitsjerenkrantz2003-01-221-17/+1
* Identify libapr as a .dll, not an .exe. Submitted by Mladen Turk.wrowe2003-01-201-1/+1
* Identify libapr as a .dll, not an .exe. Submitted by Mladen Turk.wrowe2003-01-201-1/+1
* Allow the 'filename' to include extensions, observed by Mladen Turk.wrowe2003-01-201-1/+6
* Fix the time vs apr_time_now comparison to really allow 1 secondjorton2003-01-161-1/+1
* Fix misdetection of strerror_r return type with glibc 2.3 (which meantjorton2003-01-151-0/+1
* Always load the NLM detached so that we don't have to wait for it to cleanbnicholes2003-01-141-2/+5
* OS/2: Enable inline assembly version of atomics as they work well with EMX GCC.bjh2003-01-141-1/+1
* Add the apr_app targets (which allow us to clean up the args, and shouldwrowe2003-01-141-0/+30
* Remove the stat info caching for NetWarebnicholes2003-01-145-278/+4
* Add the pipe test back in for NetWarebnicholes2003-01-142-9/+1
* Brane is 100% on target... I leave this turned on (myself) but it shouldn'twrowe2003-01-141-1/+1
* A binary-safe patch that satisfies Jerenkrantz's original desire forwrowe2003-01-132-13/+11
* While this is a 'proper' change, it breaks 64 bit platforms.wrowe2003-01-134-4/+21
* Catch up on some new apr.h.in flags for consistency.wrowe2003-01-132-2/+22
* Replaced the apr_atomic_dec function and the apr_atomic_casptr macrobnicholes2003-01-102-9/+16
* One cannot just 'shift' the time by editing tm_gmtoff.wrowe2003-01-101-3/+7
* To divine the timezone and daylight savings time, effective as of thewrowe2003-01-102-45/+69
* Need to build accessor binaries for the test suitewrowe2003-01-101-4/+4
* Any header required by one platform is likely required by them all...wrowe2003-01-101-2/+0