summaryrefslogtreecommitdiff
path: root/file_io/unix/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Stop copying file names that we get from apr_file_t's and apr_dir_t's.rbb2001-01-051-2/+2
* Rename the apr_opendir symbol to apr_dir_open. This makes more sense,rbb2000-12-171-1/+1
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-1/+1
* Move all of the file private header files to an arch directory underrbb2000-11-091-1/+1
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnrbb2000-11-071-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-2/+2
* prefix libapr functions and types with apr_dougm2000-08-021-31/+31
* Move all APR functions related to strings to their own directory, andrbb2000-07-211-0/+1
* add ap_finfo_t.devicegstein2000-07-031-1/+1
* Use ap_pcalloc instead of ap_palloc where it makes sense.rbb2000-04-301-1/+1
* Fix ap_readdir() problem on systems where d_name[] field intrawick2000-04-301-1/+10
* Remove the invalid data checking from APR's file I/O on Unix.rbb2000-04-211-24/+0
* Remove APR_ENOSTAT from directory code. We should be returning errno.rbb2000-04-191-3/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-4/+4
* more documentation movementdgaudet2000-04-141-14/+0
* - namespace cleanup:dgaudet2000-04-141-1/+1
* more documentation movingdgaudet2000-04-141-61/+0
* Backout the if (cont == NULL) checks. When a context == NULL, APRrbb2000-04-061-11/+0
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-13/+13
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-13/+13
* Added error checking for APR File I/O routines on Unix. This needs to berbb2000-04-031-5/+43
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix the docs for all of the file I/O functions. Also added variable names torbb2000-03-141-31/+34
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-8/+0
* Fix a couple of warnings that were caused by the APR leak problem. Theserbb1999-12-021-0/+1
* Handle the fact that FreeBSD has threaded functions injim1999-11-131-1/+2
* Fix memory leaks in the Unix portions of APR.manoj1999-11-041-1/+1
* Be careful, _POSIX_THREAD_SAFE_FUNCTIONS is a feature test macro, yes, but itrse1999-10-311-1/+1
* The readdir_r() function in Linux does return with a zero returnmartin1999-10-231-2/+12
* Fix interface of ap_get_os_dir(): it previously modified a localmartin1999-10-231-7/+6
* Fix bug in readdir. The bug was put in when making readdir thread-safe.rbb1999-10-211-0/+1
* Remove all of the ugly SAFETY_LOCK code. APR determines if it has threadingrbb1999-10-191-8/+13
* Put mutex's around non-thread-safe functions in APR.rbb1999-10-161-6/+10
* Make sure to use ap_null_cleanup instead of NULL when setting an emptymanoj1999-10-121-1/+2
* Bring file_io up to the new parameter order for APR. I have decided to dorbb1999-10-061-14/+14
* Remove a line of code that shouldn't have been left in.rbb1999-10-051-1/+0
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-6/+6
* Ifdef out the code that checks to make sure the file descriptor isn't arbb1999-10-041-0/+2
* Ok, today it bored me too much that APR shouts many pages with warnings underrse1999-10-011-5/+5
* Fix some APR documentation.rbb1999-09-031-3/+3
* Initial revisionrbb1999-08-171-0/+319