summaryrefslogtreecommitdiff
path: root/include/apr_file_io.h
Commit message (Expand)AuthorAgeFilesLines
* *) Add functions for file-level locking/unlocking.gstein2000-11-291-1/+38
* We define APR_SET/CUR/END using SEEK_SET/CUR/END from stdio so make surebjh2000-11-261-0/+3
* Make the APR headers sane.gstein2000-11-261-4/+2
* Teaching new dogs old tricks... apr_stat must behave and never changewrowe2000-11-101-2/+4
* Catch up on some Unicode stuff that I've discovered while yanking aroundwrowe2000-11-081-0/+5
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnrbb2000-11-071-4/+4
* Fix a bit of docs with the new pipe timeout code.rbb2000-11-051-3/+2
* Make non-blocking reads from pipes work through the bucket interface.rbb2000-11-041-0/+8
* The start of the canonical name stuff.wrowe2000-10-231-2/+113
* document the file typesgstein2000-10-181-2/+10
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-4/+4
* Document all of the public APR structures with DocBook.rbb2000-08-051-0/+18
* prefix libapr functions and types with apr_dougm2000-08-021-79/+79
* Update apr_file_io.h's docs to ScanDoc.rbb2000-07-231-517/+278
* add ap_full_read() and ap_full_write(). they guarantee to read/write thegstein2000-07-151-1/+53
* const-ify the userdata interfacesgstein2000-07-081-4/+4
* add ap_rename_file()gstein2000-07-071-0/+19
* add ap_finfo_t.devicegstein2000-07-031-3/+23
* ap_create_pipe was changed to return a pipe with both handlestrawick2000-06-201-13/+1
* Repair C++ compatibility in ap_config.h, apr_file_io.h,trawick2000-06-191-8/+8
* ap_puts(), ap_write(): make input buffer ptr const * instead of *trawick2000-06-171-6/+6
* Change filename arg of ap_remove_file() from char * to const char *.trawick2000-06-151-2/+2
* Fix some typos in the doc.trawick2000-06-151-8/+8
* Back out ap_set_default_perms(). Remove old logic to play with umasktrawick2000-06-121-15/+0
* Add a new function ap_set_default_fperms. This allows people to set therbb2000-06-121-0/+15
* Remove the final vestiges of stat.h from Apache 2.0. All calls are now torbb2000-06-121-2/+15
* Remove the file_check_read function. This should have been removed withrbb2000-06-011-12/+0
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-1/+1
* Implement saferead in Apache 2.0. This has had minimal testing, and itrbb2000-05-241-0/+12
* extremely minor cleanup:trawick2000-04-281-3/+3
* Add a pool to dupfile. There is no reason that when we duplicate a file, ...rbb2000-04-171-2/+3
* Change the format for APR function documentation. This uses the perldocrbb2000-04-161-253/+435
* ap_set_pipe_timeout() now takes microseconds instead of seconds;trawick2000-04-151-1/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-9/+10
* more documentation movingdgaudet2000-04-141-0/+220
* - ap_writev() should be available even if the os doesn't support writev.dgaudet2000-04-141-0/+98
* Remove all the buffered I/O code from APR. APR supports buffered I/O onlyrbb2000-04-061-2/+1
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-1/+1
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatrbb2000-04-031-1/+1
* Added error checking for APR File I/O routines on Unix. This needs to berbb2000-04-031-1/+1
* 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-33/+37
* i think ryan forgot to commit this prototype updatedgaudet2000-03-141-1/+1
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Make file I/O and network I/O writev/sendv APIs consistent.stoddard2000-02-211-3/+1
* Pass ap_iovec_t on writev calls.stoddard2000-02-181-1/+1
* Have seperate variable on ap_writev to set the number of iovecs passed instoddard2000-02-181-1/+1
* Rework ap_finfo_t to split the file type out of the protection field.bjh2000-01-101-3/+2
* time overhaul:dgaudet2000-01-091-3/+3