summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* repair some compile warnings, axe a wasted getsockname() call andtrawick2000-05-111-2/+2
* Add ap_xlate_conv_byte() to convert one char between single-byte charactertrawick2000-05-101-0/+19
* Make the hash API nicer when dealing with nul-terminated strings.fanf2000-05-091-0/+2
* fix a bug in the definition of APR_ENOMEMtrawick2000-05-091-1/+1
* serious bug fix:trawick2000-05-061-3/+10
* Add a new function to APR, ap_wait_all_procs. This waits for any currentrbb2000-05-041-2/+33
* Import support for hash tables.fanf2000-05-031-0/+196
* Back out sigthreadmask support.sascha2000-05-021-5/+0
* Substitute sigthreadmask for pthread_sigmask, if necessary.sascha2000-05-021-0/+5
* Add options to APR to allow OTHER_CHILD support to be turned on and off.rbb2000-05-012-0/+7
* Significantly shorten the Win32 build and shrink symbol tableswrowe2000-05-015-14/+91
* Use ap_pcalloc instead of ap_palloc where it makes sense.rbb2000-04-301-1/+1
* Fix ap_tokenize_to_argv to respect the const arguments it is passed. Thisrbb2000-04-301-1/+2
* apr_errno.h:trawick2000-04-281-1/+1
* don't redefine TRUE/FALSEdougm2000-04-281-1/+5
* back out APR_ prefix for TRUE,FALSEdougm2000-04-282-3/+3
* Win32:trawick2000-04-281-0/+2
* prefix TRUE,FALSE with APR_dougm2000-04-282-3/+3
* extremely minor cleanup:trawick2000-04-281-3/+3
* modify the arguments to ap_tokenize_to_argv to match the rest of apr.rbb2000-04-281-2/+2
* Fix build break. ap_file_t does not use the 'ungetchar' field. I added it forstoddard2000-04-271-4/+7
* Fix a prototype mistake from earlier commit.rbb2000-04-261-2/+1
* Fix the ap_poll implementation on Unix. This stops us from re-allocatingrbb2000-04-262-5/+19
* Change size_t to ap_size_t on ap_strerror(). Sorry about missing this thestoddard2000-04-261-2/+2
* Get rid of ap_pool_t argument on ap_strerrorstoddard2000-04-261-3/+4
* More win32 shotgunary to the windows project files and tostoddard2000-04-252-4/+16