summaryrefslogtreecommitdiff
path: root/include/arch
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_ALPHA_6(no author)2000-08-1826-2932/+0
* Add support to APR for dsos on OS/390.trawick2000-08-171-0/+76
* Force CancelIo() to be late-bound for Win9x folks (who don't have it.)wrowe2000-08-091-0/+1
* OS/2: Avoid unnecessary calls to set pipe blocking state.bjh2000-08-061-0/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-064-43/+46
* prefix libapr functions and types with apr_dougm2000-08-0224-199/+199
* Fix problems with APR sockaddr handling on Win32. It didn't alwaystrawick2000-08-011-0/+2
* damn. went through all that work to const-ify "key" but missed the data.gstein2000-07-082-4/+4
* Stop using an incomplete type for MMAP files. The only sane way to reallyrbb2000-07-071-1/+23
* OS/2: Provide native implementation of ap_rename_file().bjh2000-07-071-0/+1
* WinNT: Implement acceptex socket reuse. Make sure that the ap_sendfile flagsstoddard2000-07-061-0/+1
* add ap_finfo_t.devicegstein2000-07-031-1/+3
* Win32: First cut at implementing non-blocking pipes with timeout on Windows NT.stoddard2000-07-031-7/+14
* APR network_io for Unix:trawick2000-06-281-0/+2
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().trawick2000-06-281-0/+3
* Tidy up a definition to stop a warning.dreid2000-06-261-1/+1
* Get Win32 building with yesterday's patch to make APRake2000-06-221-2/+0
* Cleanup yesterday's patch to make APR use APR namespace protected macros.rbb2000-06-224-9/+9
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-228-37/+43
* ap_create_pipe was changed to return a pipe with both handlestrawick2000-06-201-0/+1
* Remove unixd_detach function, because it is provided by APR as ap_detach.rbb2000-06-201-5/+0
* Win32: Eliminate some warningsstoddard2000-06-191-5/+5
* Continuing the cleanup of beos code.dreid2000-06-172-8/+20
* Tidy up some warnings in the threadproc directory.dreid2000-06-171-1/+2
* This takes the BeOS defines to include the networking code. Removed some une...dreid2000-06-132-13/+7
* This starts to take the BeOS defines into the source. I've added supportdreid2000-06-131-1/+4
* Another change to allow the newest version of BeOS to be used to it'sdreid2000-06-121-0/+3
* Tidy up the unix network code in light of the latest networkdreid2000-06-121-8/+1
* constification.ben2000-06-111-1/+1
* Hmmm... no warning, not even informational... well here's the fixwrowe2000-06-101-1/+0
* Some serious completion of stricmp, strnicmp, strdup and strstr issueswrowe2000-06-101-1/+7
* don't seek when setting up an mmapdgaudet2000-06-101-2/+3
* Add the resource limiting code back to Apache 2.0. This only works onrbb2000-06-061-0/+12
* FreeBSD 4.0 doesn't like tempnam, so we are using mkstemp now. I hoperbb2000-06-031-0/+3
* Small change to get mmap support for BeOS working again.dreid2000-06-011-1/+1
* 2 weeks and so many changes to catch up on...dreid2000-06-011-10/+1
* PR:wrowe2000-06-011-0/+3
* PR:wrowe2000-06-011-0/+3
* Fix building with DSO support. If any module is configured to berbb2000-06-015-0/+25
* Rework DSO error reporting to be more flexible & informative.bjh2000-05-313-0/+3
* Put the BeOS network code back into APR. According the David Reid,rbb2000-05-301-0/+117
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-1/+1
* OS/2: Adapt to new ap_proc_t type & add missing ap_setprocattr_child*bjh2000-05-251-7/+0
* Win32: Convert ap_proc_t to tranparent type.stoddard2000-05-241-6/+0
* Convert ap_proc_t to a complete type. This lets us access the pid directly.rbb2000-05-231-7/+1
* Win32: Add buffered file I/Objh2000-05-231-0/+11
* Merging windows and Unix common misc files.rbb2000-05-172-0/+152
* Remove the beos network I/O code and merge it with the unix code. Mostrbb2000-05-162-117/+24
* Update the unix code to support BeOS. Remove the now un-necessary BeOSrbb2000-05-161-9/+36
* Remove the separate beos directory and add support to the unix directoryrbb2000-05-162-2/+8