summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of warnings that were caused by the APR leak problem. Theserbb1999-12-024-0/+4
* The next step in removing the APR HAVE_*_H leak. This removes all of thoserbb1999-12-012-0/+2
* This is a needed addition to "putting" files into APR on Unix.rbb1999-11-151-0/+2
* Handle the fact that FreeBSD has threaded functions injim1999-11-131-1/+2
* Using the filename "PIPE" to determine if an apr_file_t refers to anrbb1999-11-102-7/+9
* Add timeouts to pipes. I also fixed a minor bug in timeout code for sendingrbb1999-11-104-4/+133
* Reomve a missed APR_EOF return from ap_read().bjh1999-11-081-1/+0
* OS/2: make ap_read/ap_write thread safe when buffered.bjh1999-11-071-0/+6
* Fix a compile breakstoddard1999-11-071-1/+1
* Plug some memory leaks, and eliminate a little redundant code.manoj1999-11-053-2/+3
* Rewrite ap_fprintf to be uniform on all platforms. This fixes a memorymanoj1999-11-052-21/+8
* Change ap_open's behavior when using APR_OS_DEFAULT permissions. Mymanoj1999-11-041-1/+1
* Save a little bit of work when opening a file with default permissions.manoj1999-11-041-2/+1
* Fix memory leaks in the Unix portions of APR.manoj1999-11-041-1/+1
* a rewrite of ap_fprintf that fixes a potential buffer overflow, a memorymanoj1999-11-041-15/+5
* Win32 APR: Handle open for append correctly.stoddard1999-11-031-0/+4
* OS/2: Don't return APR_EOF from ap_read(). EOF is indicated by a APR_SUCCESSbjh1999-11-031-15/+10
* call ap_getfileinfo if the file has not been stat'edstoddard1999-11-021-0/+3
* Make the assumption that a broken pipe signals an EOF condition. If EOF,stoddard1999-11-011-1/+8
* OS/2: Error map shouldn't be a public symbol.bjh1999-11-011-1/+1
* A little more cleanup. Buffered mode complicates things.manoj1999-11-011-2/+1
* Fix a thinko I made in the last commit.manoj1999-11-011-1/+1
* Some cleanupmanoj1999-11-011-6/+10
* Force ap_create_pipe to properly note that it uses a Unix fd instead ofmanoj1999-11-011-0/+2
* Be careful, _POSIX_THREAD_SAFE_FUNCTIONS is a feature test macro, yes, but itrse1999-10-311-1/+1
* OS/2: Bypass EMX library's socket code and go straight to the OS/2 TCP/IPbjh1999-10-291-1/+35
* Size rigour.ben1999-10-241-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-232-9/+8
* Fix bug in readdir. The bug was put in when making readdir thread-safe.rbb1999-10-211-0/+1
* Return Win32 failure statusstoddard1999-10-211-7/+4
* Should be able to issue ap_put_os_file() with a NULL context provided struct ...stoddard1999-10-201-3/+3
* OS/2: on closing buffered file, write unwritten data in the buffer.bjh1999-10-201-0/+1
* Remove all of the ugly SAFETY_LOCK code. APR determines if it has threadingrbb1999-10-191-8/+13
* OS/2: First take at adding buffered file I/O support. Only reads tested so far.bjh1999-10-191-0/+9
* OS/2: First take at adding buffered file I/O support. Only reads tested so far.bjh1999-10-194-33/+184
* Somewhere along the line, we stopped checking the return codes of readrbb1999-10-191-0/+6
* OS/2: ap_fgets() should NULL terminate the string.bjh1999-10-191-1/+2
* Fix bug in ap_get_os_filestoddard1999-10-181-1/+1
* OS/2: Fix flags to DosOpen() so that mutually exclusive flags aren't usedbjh1999-10-181-1/+1
* OS/2: Update dependenciesbjh1999-10-181-3/+3
* OS/2: Assorted file I/O cleanups & fixes.bjh1999-10-184-5/+182
* OS/2: Add ap_{get,set}_filedata() functions.bjh1999-10-181-0/+27
* Put mutex's around non-thread-safe functions in APR.rbb1999-10-161-6/+10
* Fix a bug in the logic to set/get userdata from ALL apr types. I haverbb1999-10-152-5/+5
* I missed one function when swapping paramters. This fixes it. I think Irbb1999-10-143-4/+4
* Fix my ap_make_iovec function. APR compiles cleanly again. I could haverbb1999-10-131-0/+1
* OS/2: Some cleaning up for file_io.bjh1999-10-133-28/+11
* Register a clean-up on each file open & make sure all the file_t fields are i...stoddard1999-10-131-2/+7
* Add a function to allow people to actually create and use ap_iovec_t's.rbb1999-10-122-2/+13