summaryrefslogtreecommitdiff
path: root/include/apr_file_io.h
Commit message (Expand)AuthorAgeFilesLines
...
* This have become to danged harry, time for a split.wrowe2001-01-191-228/+42
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-207/+123
* Stop copying file names that we get from apr_file_t's and apr_dir_t's.rbb2001-01-051-1/+1
* There is no reason to duplicate the string, because we have alreadyrbb2001-01-051-1/+1
* Back out some changes to the file_io stuff that wasn't ready yet.rbb2001-01-051-1/+1
* We need to initialize have_corkable_tcp to 0, otherwise on platformsrbb2001-01-051-1/+1
* Rename the apr_opendir symbol to apr_dir_open. This makes more sense,rbb2000-12-171-1/+1
* fix some docs in the file i/o file.rbb2000-12-071-2/+2
* Cleanup some docs for APR. Also, add docs for all of the canonicalrbb2000-12-041-65/+131
* A couple of header files that are needed by BeOS to build.dreid2000-12-021-0/+4
* This is basically a small header re-org, it doesn't really change anything,rbb2000-12-011-1/+8
* *) 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