summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_ALPHA_4(no author)2000-06-0359-11377/+0
* Fix the ap_dso_error function. Not sure if this is what was intendeddreid2000-06-031-2/+3
* Prevent incorrect generation of dependencies on system header files bybjh2000-06-035-5/+5
* Fix up configure hints for OS/2:bjh2000-06-031-4/+1
* BeOS doesn't have a native MMAp, but there the ap_mmap functions havedreid2000-06-031-0/+3
* Remove some dependancies that shouldn't be there...dreid2000-06-031-9/+6
* Fix the hints file for BeOSdreid2000-06-031-1/+1
* Change flock support to create file with 0600 (as it did fortrawick2000-06-031-1/+1
* fix problems in recent change to use mkstemp(); also, fixtrawick2000-06-032-9/+15
* FreeBSD 4.0 doesn't like tempnam, so we are using mkstemp now. I hoperbb2000-06-033-1/+9
* ap_xlate_conv_buffer(): don't treat it as an error iftrawick2000-06-021-1/+5
* Use "standard" m4 quoting to remove the ugly hack in case somejim2000-06-021-149/+149
* Fix readwrite to support BeOS. BeOS doesn't currently support select'ingrbb2000-06-011-4/+6
* Remove the file_check_read function. This should have been removed withrbb2000-06-012-32/+0
* Small change to get mmap support for BeOS working again.dreid2000-06-012-2/+2
* 2 weeks and so many changes to catch up on...dreid2000-06-013-78/+16
* Fix DSO enabling logic. Basically if --enable-dso was specified on therbb2000-06-011-5/+5
* Add an ap_dso_error function.dreid2000-06-011-0/+5
* PR:wrowe2000-06-013-0/+9
* PR:wrowe2000-06-013-5/+10
* Fix building with DSO support. If any module is configured to berbb2000-06-0118-1/+89
* PR:wrowe2000-05-312-0/+2
* Rework DSO error reporting to be more flexible & informative.bjh2000-05-3111-22/+41
* Put the BeOS network code back into APR. According the David Reid,rbb2000-05-309-0/+1419
* Fix a small typo in a comment.rbb2000-05-301-1/+1
* The name is supposed to be set to NULL when anonymous shared mem is used.ronald2000-05-292-1/+2
* Update the ap_dso_error API to work with other platforms.rbb2000-05-295-5/+6
* Ignore a generated Makefile.bjh2000-05-281-0/+1
* OS/2: provide a stub ap_dso_error(). It will never be called becausebjh2000-05-281-0/+8
* PR:wrowe2000-05-281-2/+3
* PR:wrowe2000-05-281-0/+5
* PR:wrowe2000-05-287-21/+22
* Fixup a couple of rename's missed APR_VAR_EXPORT->APR_EXPORT_VARrbb2000-05-273-6/+6
* PR:wrowe2000-05-274-9/+9
* Fix the dso error handling.rbb2000-05-273-3/+15
* OS/2: Add an implementation of ap_file_check_read().bjh2000-05-271-0/+15
* OS/2: Fix ap_write() to use the handle's mutex lock instead of criticalbjh2000-05-271-3/+3
* PR:wrowe2000-05-272-0/+16
* PR:wrowe2000-05-271-0/+2
* PR:wrowe2000-05-263-4/+7
* Fix error handling for DSO opening. This probably doesn't fix allrbb2000-05-263-3/+13
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-2635-213/+229
* PR:wrowe2000-05-2614-48/+51
* Clean up the files_as_sockets commit from yesterday. I am using the hintsrbb2000-05-253-6/+15
* When translation is performed during MD5 digest calculation, verify intrawick2000-05-251-1/+12
* OS/2: Adapt to new ap_proc_t type & add missing ap_setprocattr_child*bjh2000-05-253-61/+65
* Win32: Convert ap_proc_t to tranparent type.stoddard2000-05-2412-128/+46
* Add a new APR function. This function basically lets a file masquerade asrbb2000-05-245-1/+69
* fix two problems with Ryan's recent checkin: missing entries in angstein2000-05-241-5/+6
* Update testoc to make it work properly with the new ap_proc_t.rbb2000-05-241-4/+4