summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify our pipe semantics to match linux, such that at least 65536 byteswrowe2002-05-302-4/+5
* Reimplemented apr_file_pipe_create() on NetWare using the standardbnicholes2002-05-291-55/+25
* Fix a copy-and-paste error in pipe.crbb2002-05-231-1/+1
* OS/2: Check more return codes when locking the file for appending.bjh2002-05-231-4/+11
* We must respect the APR_BINARY flag on the Unix implementation ofjwoolley2002-05-171-0/+5
* Added the properly cased file name to the cached stat information. This cutsbnicholes2002-05-081-14/+49
* Turned on the mutex locking around the hash table manipulation calls. Thisbnicholes2002-05-031-11/+12
* For NetWare first check to make sure that we have a path before trying tobnicholes2002-05-031-23/+34
* Half of a fix. We were inappropriately using GetFileInformationEx andwrowe2002-04-241-15/+20
* That's an LSTAT, not a stat. Think about it, if you are trying to figurewrowe2002-04-241-1/+1