summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* User and Group goodness. If anyone objects to the non-typesafe unixWilliam A. Rowe Jr2001-01-281-0/+28
* Ignore files saved by configure.Ben Laurie2001-01-282-0/+2
* OS2 was chasing os2errno.h which we hid in a private platform directory,William A. Rowe Jr2001-01-288-65/+55
* Revert last change and solve warning by explicit cast. The need wouldRoy T. Fielding2001-01-281-2/+2
* Eliminate the APR_SIG* aliases for standard signal names,Roy T. Fielding2001-01-281-91/+0
* Remove compiler warnings due to lack of string.h and bad const onRoy T. Fielding2001-01-281-2/+2
* Enable for user/group win32 (as PSIDs) and fix a small typoWilliam A. Rowe Jr2001-01-282-3/+3
* Add groupinfo.c for apr_get_groupname... win32 commit to follow in aWilliam A. Rowe Jr2001-01-282-10/+29
* Get the new userinfo stuff to compile cleanly.Ryan Bloom2001-01-282-6/+8
* Added apr_get_username to the former homedir.c (now userinfo.c).William A. Rowe Jr2001-01-281-3/+13
* This patch sets the server running once again, except in cases whereWilliam A. Rowe Jr2001-01-273-0/+7
* Add apr_open_stdout. This mirrors apr_open_stderr, except it worksRyan Bloom2001-01-271-0/+9
* Add code to allow APR to track the socket options it has set. ThisDavid Reid2001-01-254-0/+10
* Solve a break, now that we don't do anything with INODE from a readdirWilliam A. Rowe Jr2001-01-241-1/+1
* The csize solution does solve BeOS R4.5, so back that out of all unixWilliam A. Rowe Jr2001-01-241-4/+1
* get rid of the extra semicolon, as it leads to a bazillionJeff Trawick2001-01-241-1/+1
* add a general-failure error code, for when a more specific code doesn'tGreg Stein2001-01-241-2/+3
* Use a typesafe function for access objects' pools.Greg Stein2001-01-243-14/+39
* fix typoGreg Stein2001-01-241-1/+1
* New constants for win32 - perhaps these are better setup for allWilliam A. Rowe Jr2001-01-231-0/+7
* remove dead code now that btable is goneDoug MacEachern2001-01-231-15/+0
* apr_dir_read now accepts a pointer to the user's apr_finfo_t to gatherWilliam A. Rowe Jr2001-01-234-45/+29
* Backout apr_get_filename_case.Ryan Bloom2001-01-211-4/+0
* Get APR building on Unix again. This just updates APR for the newRyan Bloom2001-01-202-1/+5
* Fix a simple compile break. apr_file_t was being declared in two files,Ryan Bloom2001-01-201-3/+1
* The platform changes in apr to support the APR_FINFO_wanted declarationWilliam A. Rowe Jr2001-01-202-83/+23
* The APR_FINFO_wanted declaration changes for apr_stat/lstat/getfileinfo.William A. Rowe Jr2001-01-202-11/+58
* initial cut at a feature-based include system (rather than file-based)Greg Stein2001-01-202-7/+119
* yes, you *will* use a hash instead. any questions can be directed to Bubba.Greg Stein2001-01-201-159/+0
* This have become to danged harry, time for a split.William A. Rowe Jr2001-01-192-228/+312
* watch out for a double-unload. one manually from apr_dso_unload(), followedGreg Stein2001-01-191-0/+1
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-192-4/+8
* fix typo in recent APR_DECLARE workGreg Stein2001-01-181-2/+1
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-1821-498/+666
* Back out the inadvertent inclusion of the Win32 apr_set_os_error() inJeff Trawick2001-01-181-2/+0
* Update the error documentation.William A. Rowe Jr2001-01-181-10/+73
* Missing a few @deffunc'sWilliam A. Rowe Jr2001-01-181-1/+4
* Add linkage declarations to the DSO functions.Ryan Bloom2001-01-121-6/+8
* heh. there is a simpler way to do this...Greg Stein2001-01-111-3/+3
* Add APR_DECLARE to some of APR's function declarations. This helps withRyan Bloom2001-01-111-5/+10
* add an accessor to the number of key/value pairs in the hash table.Greg Stein2001-01-111-0/+9
* Stop copying file names that we get from apr_file_t's and apr_dir_t's.Ryan Bloom2001-01-051-1/+1
* There is no reason to duplicate the string, because we have alreadyRyan Bloom2001-01-051-1/+1
* Back out some changes to the file_io stuff that wasn't ready yet.Ryan Bloom2001-01-051-1/+1
* We need to initialize have_corkable_tcp to 0, otherwise on platformsRyan Bloom2001-01-051-1/+1
* This patch adds support for TCP_NOPUSH to APR. Basically we look forDavid Reid2001-01-041-1/+6
* what the hell?Greg Stein2001-01-021-170/+0
* Add an APR_GET_POOL macro to get a pool from any APR type that hasRyan Bloom2001-01-021-0/+11
* Various bits of tidying up mainly for locking, but a few thread bits as well.David Reid2000-12-311-3/+1
* Begin to remove the ability to allocate out of NULL pools. The firstRyan Bloom2000-12-311-2/+8