summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
...
* OS/2: Add implementation of apr_os_pipe_put().bjh2002-10-191-0/+18
* I really disliked this identifier, found a better one.wrowe2002-10-141-3/+3
* Allow sendfile semantics to be requested for a given file. While thiswrowe2002-10-141-2/+17
* Missed one transformwrowe2002-10-131-1/+1
* Prepare to eliminate a platform specificwrowe2002-10-136-29/+29
* Cannot tolerate this workaround, for reasons that will be apparent inwrowe2002-10-121-2/+2
* Implemented the apr_os_pipe_put() API on NetWarebnicholes2002-10-091-0/+23
* add a way to create an apr_file_t from an apr_os_file_t whichtrawick2002-10-031-0/+23
* Remove the #ifdef so that the new (realname() ) file info API will be used.bnicholes2002-10-031-10/+0
* Added support for SCO OpenServer 5brianp2002-09-221-1/+1
* Rollback the API change to NXFileRangeLock() and NXFileRangeUnlock()bnicholes2002-08-051-10/+0
* Introducing a new API for resolving the file name to diskbnicholes2002-08-021-3/+11
* Forgot to unbind the thread on an error conditionbnicholes2002-07-311-1/+3
* Style Police patrolling again.striker2002-07-261-42/+37
* Divided the cstat() memory pool into per processor memory pools to avoid havingbnicholes2002-07-241-5/+14
* Getting ready for an API change in the NetWare librariesbnicholes2002-07-171-0/+10
* Move the win32-only utf8 support [for the Unicode filesystem] out ofwrowe2002-07-171-1/+1
* Fix cut-n-paste-o in apr_os_file_put.brane2002-07-161-1/+1
* Add APR_BUFFERED support to apr_file_os_put() calls.jerenkrantz2002-07-163-5/+42
* Formatting [c++ comments! ick.]wrowe2002-07-151-2/+5
* fix apparent paste-o checking for O_NDELAY -- this is too weird to explain.fielding2002-07-111-1/+1
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-111-39/+3
* OS/2: Add implementation of apr_file_setaside().bjh2002-07-101-0/+43
* Continue the Bill Rowe apr_size_t crusade.orlikowski2002-07-102-2/+2
* Some platforms can't retrieve perms, APR_INCOMPLETE is fine [we stronglywrowe2002-07-081-1/+1
* use the time conversion macros rather than dividing by APR_USEC_PER_SECbrianp2002-07-041-2/+2
* reenabled apr_file_setaside()brianp2002-07-041-4/+1
* Fixed bad variable references in apr_file_setaside()brianp2002-07-031-5/+5
* This function isn't behaving itself. Comment it out for nowwrowe2002-07-031-1/+4
* Added ifdefs for platforms without threadsbrianp2002-07-021-0/+2
* Added apr_file_setaside() function to move an apr_file_t frombrianp2002-07-022-0/+70
* back out the changes to #include sys/stat.h . This is unneccessary as longgregames2002-07-014-12/+0
* Introduce apr_table_do_callback_fn_t as a prototype declaration, andwrowe2002-06-283-3/+6
* FreeBSD 4.6-STABLE: fix a warninggregames2002-06-271-0/+3
* get APR closer to building on FreeBSD 4.6-STABLEgregames2002-06-273-0/+9
* Removed the ReadWrite mutex that protects the stat cache table. Instead impl...bnicholes2002-06-261-69/+12
* The Style Police come a knocking.thommay2002-06-231-3/+5
* Fix apr_file_seek() to unset the eof_hit flag.jwoolley2002-06-193-0/+5
* More conservative buffer overflow checking code forbrianp2002-06-121-12/+1
* Switch to a Reader/Writer lock to try to avoid lock contention when accessingbnicholes2002-06-111-2/+27
* OS/2: Fix build breakage due to missing apr_dir_make_recursive().bjh2002-06-111-0/+8
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-084-12/+9
* Hands over my head... I surrender to the style policewrowe2002-06-041-1/+1
* Answer half the questions.wrowe2002-06-041-6/+8
* Needs research and a decisionwrowe2002-06-031-2/+9
* Updated to match the header changebnicholes2002-06-031-4/+4
* Needed a function in Subversion to behave like 'mkdir -p', and thisfitz2002-05-311-0/+56
* Implemented code that discovers the proper casing of the filename as it existsbnicholes2002-05-311-2/+0
* Switching the blocking and nonblocking functions since they were backwardsbnicholes2002-05-311-2/+4
* don't use "pipe" as a field name; some platforms redefinetrawick2002-05-312-5/+5