summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-1341-1962/+413
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-052-60/+0
* Clean up some 32 bit/64 bit type incompatibilities that cause problems when l...bnicholes2003-12-152-2/+18
* Need to create the pollsets for both ends of the pipebnicholes2003-11-251-0/+2
* * file_io/unix/open.c (apr_os_file_put): Create the pollset.jorton2003-11-251-0/+6
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)trawick2003-11-243-9/+12
* OS/2: Include APR_FINFO_LINK in the valid flags by default. As OS/2 doesn'tbjh2003-11-191-1/+1
* OS/2: Remove the apr_pollset_t from apr_file_t. File handles can't be polledbjh2003-11-193-19/+0
* Unix propagates the fname from the apr_file_t to apr_file_info_twrowe2003-11-191-0/+6
* There were no 'cont'-named pool objects, simple copy-n-paste bug.wrowe2003-11-171-1/+1
* * file_io/unix/filedup.c (file_dup): Renamed from _file_dup - the Cjorton2003-11-171-5/+5
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-179-0/+59
* Suggested by: Joe Ortonstriker2003-11-031-24/+13
* * file_io/unix/tempdir.cstriker2003-11-021-0/+4
* * file_io/unix/tempdir.cstriker2003-11-021-2/+3
* Bah. *BSD's mkstemp doesn't check how many (or whether you have any) Xs youthommay2003-11-021-1/+1
* Forward port from APR_0_9_BRANCH:striker2003-10-263-11/+56
* fix apr_file_dup() and apr_file_dup2() to dup the ungetchar memberstas2003-09-191-0/+2
* Preserve leading '../' segments as when merging to an empty andwrowe2003-09-171-12/+17
* Add a needed header file when we're using utime.dreid2003-09-101-0/+4
* remove these interfaces:trawick2003-09-036-33/+3
* style policejwoolley2003-09-031-1/+2
* Include apr_temp_dir_get() in OS/2 build.bjh2003-08-292-1/+3
* Add the path to the NetWare TMP directory to the list of test directories.bnicholes2003-08-251-0/+8
* Add apr_temp_dir_get(), a function to get the most suitable directory to placethommay2003-08-232-1/+168
* Implemented apr_file_mtime_set() for NetWarebnicholes2003-07-141-2/+41
* Finish the new timestamp-setting API, thanks to helpful tips fromsussman2003-07-083-7/+43
* New apr_file_mtime_set() API, implemented in unix and win32.sussman2003-07-073-1/+64
* Change a declaration that wouldn't compile under Borland C++brianp2003-06-251-1/+4
* When writing to pipes with a timeout set, handle the situationtrawick2003-06-051-2/+13
* Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden" filebrane2003-05-244-1/+39
* Unless we are actively looking for a symlink, don't inform the apr_finfo_twrowe2003-05-191-1/+2
* Make sure that the current directory that is represented by the context is st...bnicholes2003-05-081-2/+18
* apr_file_gets(): Return APR_SUCCESS if any characters aretrawick2003-05-013-1/+20
* Call apr_file_flush() on a buffered file before getting the file info.bnicholes2003-04-031-0/+6
* OS/2: apr_stat() fixesbjh2003-03-311-5/+9
* Revert my recent change that concerns both Jeff Trawick and myself,wrowe2003-03-221-12/+6
* Given two solutions to the current mpm inheritence bugs,wrowe2003-03-221-8/+10
* dup2() is supported on NetWarebnicholes2003-03-201-8/+0
* Need to resolve the #define APR_INHERIT that is being used as a flagbnicholes2003-03-201-0/+1
* Fix "unused variable" compiler warning in apr_file_dup2 and eliminatejorton2003-03-191-6/+1
* Same fixes for netware as unix in pipe.cwrowe2003-03-191-1/+3
* apr_os_pipe_put() (where is the _file in that symbol name?) registerswrowe2003-03-191-1/+1
* Clean up a runover line, and reflect that apr_os_file_put() does notwrowe2003-03-191-2/+3
* A common sense logic change. If we are dup()ing or dup2()ingwrowe2003-03-191-4/+14
* Fix bug #5 of the evening; always register the proper child_cleanupwrowe2003-03-191-1/+3
* Fix bug #4 of the evening; it is altogether possible for the user to havewrowe2003-03-191-9/+13
* apr_p[c]alloc always succeeds, exit()s or calls the user defined callback.wrowe2003-03-191-3/+0
* Break the initial *new_file NULL checkwrowe2003-03-191-12/+12
* Bug Fix #1 .. Move the special-case of Netware into _dup_file() wherewrowe2003-03-191-4/+8