summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug in Win32 ap_get_os_proc() (it was already fixed in the Unix side...).stoddard2000-01-283-15/+20
* Migrate free_proc_chain() for Windows to APR. Fix invalid handle exceptionstoddard2000-01-284-107/+64
* Fix more funky indentingstoddard2000-01-281-6/+6
* Fix some return codes and leave the new process handle open. In general,stoddard2000-01-281-6/+3
* Cleanup funky indentingstoddard2000-01-282-14/+10
* A first pass at shared memory for Unix. This is still pretty ugly, but Irbb2000-01-278-168/+247
* More sendfile work. Use new sendfile API in Apache, update Windows MPMstoddard2000-01-272-5/+14
* We need to know if a platform has fork or not.rbb2000-01-262-0/+3
* timetaken is expected to be in milliseconds, not seconds.bjh2000-01-261-2/+2
* Begin migrating Windows to use APR sockets. Clean-up sendfile a bit more.stoddard2000-01-266-30/+41
* Fix a couple of bugs in the Unix side of the house. Not tested (no machine av...stoddard2000-01-261-2/+2
* Take a couple of values that were static for all locks out of the lockrbb2000-01-257-50/+48
* More sendfile tweaks for Windows. Still not ready for prime time.stoddard2000-01-244-223/+58
* Namespace protect the HAVE_SEMUN variable that was added. This has notrbb2000-01-246-13/+10
* Update Windows network_io functions. sendfile needs more work to pick up head...stoddard2000-01-241-87/+150
* Fix APR_HAVE_IN_ADDRstoddard2000-01-241-1/+1
* Fix compile breaks on Windows.stoddard2000-01-231-0/+1
* Make interprocess mutexes actually choose, fix semaphore mutexes.ben2000-01-236-45/+58
* It's cold tonite!stoddard2000-01-211-1/+1
* Back out most of the last commit. Keep APR macros seperate from Apachestoddard2000-01-214-4/+4
* Convert HAVE_NETINET... to the APR macstoddard2000-01-204-4/+4
* Make change suggested by Benstoddard2000-01-192-2/+2
* Finish the commits for the change in the header files. Basically, this hidesrbb2000-01-194-2/+76
* Port Ryan's fix to return errno to the Windows side of the house. Bothstoddard2000-01-171-2/+2
* Initialize struct tmstoddard2000-01-171-1/+1
* Humm, ULONGLONG does not appear to be recognised by VC++ 5.0stoddard2000-01-171-1/+1
* Update Windows project files to include new time an file_io specs.stoddard2000-01-173-92/+222
* Add timestr to Windows port. We really need a better way to use common files.stoddard2000-01-171-0/+174
* Update Windows port to new file_io and time specsstoddard2000-01-174-78/+74
* Fix a problem with ap_stat. We should return the platforms error code, notrbb2000-01-171-2/+2
* Reimplement Win32 time functions to the new spec.stoddard2000-01-173-122/+205
* Move threads/reentrancy m4 macros into threads.m4. All results are nowsascha2000-01-163-6/+94
* Inherit thread flags from Apachesascha2000-01-161-10/+8
* Initial pass at codepage conversion routines.rbb2000-01-141-0/+107
* Move Windows project files to the attic.stoddard2000-01-126-401/+0
* Move Windows project files to the atticstoddard2000-01-122-191/+0
* Move Windows project files to tha atticstoddard2000-01-122-177/+0
* Move per directory Windows project files to the atticstoddard2000-01-122-135/+0
* What kinda coding style is this?stoddard2000-01-111-68/+68
* Replace missing end-of-comment delimiter.stoddard2000-01-112-2/+4
* These changes are committed together, because they depend on each other.sascha2000-01-112-0/+8
* Add install and $(LIBAPR) targetsascha2000-01-111-4/+10
* Use REENTRANCY_FLAGS from config.cache (effectively only set by Apache)sascha2000-01-111-0/+4
* Typedef socklen_t instead of defining it.sascha2000-01-112-2/+6
* Cleanup small bug in new filetype_from_mode, we just need to make surerbb2000-01-101-0/+1
* I don't think sleeping for 1000 seconds is what we want to do here. Switchbjh2000-01-101-1/+7
* Rework ap_finfo_t to split the file type out of the protection field.bjh2000-01-1011-212/+113
* OS/2: Implement delete on close & fix an allocation error in ap_open_stderr.bjh2000-01-105-4/+17
* OS/2: Migrate directory API to new style ap_time_tbjh2000-01-102-2/+26
* OS/2: Use native API for process waits.bjh2000-01-101-18/+13