summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* some whitespace.gstein2001-02-051-0/+8
* fix a typotrawick2001-02-021-1/+1
* another style nit caught by C::Scandougm2001-02-021-2/+2
* be consistent with 'const char * const *' spacing (noticed when parsing the t...dougm2001-02-022-3/+3
* Keep expecting header updates to fly with the source branch :-/wrowe2001-02-011-0/+4
* Absolutely explicit that finfo.filetype APR_NOFILE is 0 (or false).wrowe2001-01-311-1/+1
* apr_stat() in http_request.c only needs size, type, mtime, ctime & atime valu...stoddard2001-01-311-1/+1
* get rid of the bzero() macro which we spit out on platformstrawick2001-01-311-4/+0
* use a form of preprocessing which buildexports.awk can handle;trawick2001-01-291-2/+2
* Larger volume structures can have more than 2^16 hardlinks to a singlewrowe2001-01-291-1/+2
* Refactor out the 'extras' [not returned by the atomic get info call]wrowe2001-01-291-0/+12
* User and Group goodness. If anyone objects to the non-typesafe unixwrowe2001-01-281-0/+28
* Ignore files saved by configure.ben2001-01-282-0/+2
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-288-65/+55
* Revert last change and solve warning by explicit cast. The need wouldfielding2001-01-281-2/+2
* Eliminate the APR_SIG* aliases for standard signal names,fielding2001-01-281-91/+0
* Remove compiler warnings due to lack of string.h and bad const onfielding2001-01-281-2/+2
* Enable for user/group win32 (as PSIDs) and fix a small typowrowe2001-01-282-3/+3
* Add groupinfo.c for apr_get_groupname... win32 commit to follow in awrowe2001-01-282-10/+29
* Get the new userinfo stuff to compile cleanly.rbb2001-01-282-6/+8
* Added apr_get_username to the former homedir.c (now userinfo.c).wrowe2001-01-281-3/+13
* This patch sets the server running once again, except in cases wherewrowe2001-01-273-0/+7
* Add apr_open_stdout. This mirrors apr_open_stderr, except it worksrbb2001-01-271-0/+9
* Add code to allow APR to track the socket options it has set. Thisdreid2001-01-254-0/+10
* Solve a break, now that we don't do anything with INODE from a readdirwrowe2001-01-241-1/+1
* The csize solution does solve BeOS R4.5, so back that out of all unixwrowe2001-01-241-4/+1
* get rid of the extra semicolon, as it leads to a bazilliontrawick2001-01-241-1/+1
* add a general-failure error code, for when a more specific code doesn'tgstein2001-01-241-2/+3
* Use a typesafe function for access objects' pools.gstein2001-01-243-14/+39
* fix typogstein2001-01-241-1/+1
* New constants for win32 - perhaps these are better setup for allwrowe2001-01-231-0/+7
* remove dead code now that btable is gonedougm2001-01-231-15/+0
* apr_dir_read now accepts a pointer to the user's apr_finfo_t to gatherwrowe2001-01-234-45/+29
* Backout apr_get_filename_case.rbb2001-01-211-4/+0
* Get APR building on Unix again. This just updates APR for the newrbb2001-01-202-1/+5
* Fix a simple compile break. apr_file_t was being declared in two files,rbb2001-01-201-3/+1
* The platform changes in apr to support the APR_FINFO_wanted declarationwrowe2001-01-202-83/+23
* The APR_FINFO_wanted declaration changes for apr_stat/lstat/getfileinfo.wrowe2001-01-202-11/+58
* initial cut at a feature-based include system (rather than file-based)gstein2001-01-202-7/+119
* yes, you *will* use a hash instead. any questions can be directed to Bubba.gstein2001-01-201-159/+0
* This have become to danged harry, time for a split.wrowe2001-01-192-228/+312
* watch out for a double-unload. one manually from apr_dso_unload(), followedgstein2001-01-191-0/+1
* The big change. This is part 3 of the apr-util symbols rename, pleasewrowe2001-01-192-4/+8
* fix typo in recent APR_DECLARE workgstein2001-01-181-2/+1
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-1821-498/+666
* Back out the inadvertent inclusion of the Win32 apr_set_os_error() intrawick2001-01-181-2/+0
* Update the error documentation.wrowe2001-01-181-10/+73
* Missing a few @deffunc'swrowe2001-01-181-1/+4
* Add linkage declarations to the DSO functions.rbb2001-01-121-6/+8
* heh. there is a simpler way to do this...gstein2001-01-111-3/+3