summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Some serious completion of stricmp, strnicmp, strdup and strstr issueswrowe2000-06-104-3/+23
* Change the APR configure process to call MM's configure script earlyrbb2000-06-101-0/+10
* Get FreeBSD building again with the resource limiting changes (FreeBSDtrawick2000-06-101-0/+1
* don't seek when setting up an mmapdgaudet2000-06-101-2/+3
* fix a typo and add a pointer in comments so folks know where to finddgaudet2000-06-101-0/+3
* Remove a bunch of string functions from Apache. These are basicallyrbb2000-06-092-0/+22
* Remove some Apache-centric definitions from APR's header files. This isrbb2000-06-081-19/+0
* Cleanup APR header files a bit. Basically, this splits ap_table_t relatedrbb2000-06-083-118/+168
* Change ap_time_t to ap_interval_time_t for ap_sleep.rbb2000-06-081-2/+2
* Add a new ap_sleep function for apr. This basically sleeps for a specifiedrbb2000-06-071-0/+14
* Add the resource limiting code back to Apache 2.0. This only works onrbb2000-06-063-1/+41
* FreeBSD 4.0 doesn't like tempnam, so we are using mkstemp now. I hoperbb2000-06-031-0/+3
* Remove the file_check_read function. This should have been removed withrbb2000-06-011-12/+0
* 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-013-0/+9
* PR:wrowe2000-06-013-5/+10
* Fix building with DSO support. If any module is configured to berbb2000-06-016-0/+26
* Rework DSO error reporting to be more flexible & informative.bjh2000-05-314-1/+4
* Put the BeOS network code back into APR. According the David Reid,rbb2000-05-301-0/+117
* Fix a small typo in a comment.rbb2000-05-301-1/+1
* Update the ap_dso_error API to work with other platforms.rbb2000-05-291-1/+1
* PR:wrowe2000-05-281-2/+3
* PR:wrowe2000-05-284-15/+16
* PR:wrowe2000-05-271-3/+3
* Fix the dso error handling.rbb2000-05-271-0/+2
* PR:wrowe2000-05-261-2/+3
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-2611-84/+98
* Clean up the files_as_sockets commit from yesterday. I am using the hintsrbb2000-05-251-6/+8
* 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
* Add a new APR function. This function basically lets a file masquerade asrbb2000-05-242-0/+26
* Implement saferead in Apache 2.0. This has had minimal testing, and itrbb2000-05-241-0/+12
* Add ap_xlate_get_sb() so that an app can find out whether or nottrawick2000-05-241-1/+18
* Rename stdin, stdout, stderr from new ap_proc_t to in, out, and err becauserbb2000-05-241-3/+3
* Convert ap_proc_t to a complete type. This lets us access the pid directly.rbb2000-05-233-113/+16
* Win32: Add buffered file I/Objh2000-05-231-0/+11
* Remove all remaining instances in Apache code ofmanoj2000-05-211-12/+0
* Since cleanups return an APR status, ap_run_cleanup should too.manoj2000-05-211-1/+1
* Fixes to allow Apache to run as a Win95 service... highlightswrowe2000-05-191-1/+0
* Provide a dummy implementation of ap_MD5SetXlate() ontrawick2000-05-181-0/+2
* Fix problem where the Unix mpms had an unitialized variable fortrawick2000-05-183-9/+32
* Fix typo in prototype.fielding2000-05-181-1/+1
* Merging windows and Unix common misc files.rbb2000-05-172-0/+152
* Cleanup ap_config.h fallout for Win32. Only a few very minorwrowe2000-05-171-0/+2
* 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
* First commit to allow Apache to build with the latest BeOS version.dreid2000-05-121-1/+6
* Add ap_sendfile() flag APR_SENDFILE_DISCONNECT_SOCKET to tellstoddard2000-05-121-0/+3