summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document an obvious problem lacking a simple solution - if we simplywrowe2003-03-181-0/+7
* Fix the 'test_buffered_write_size' test by ensuring that bufferedbrane2003-03-071-0/+6
* Eliminate a local variable in apr_unix_file_cleanup.jorton2003-03-061-3/+1
* Fix the 'test_buffered_write_size' test by ensuring that bufferedjorton2003-03-061-0/+6
* Make apr_file_inherit_set/unset work for pipes created by Unixjorton2003-03-061-0/+4
* Correct apr_file_gets() on OS2 and Win32 so that '\r's are no longerwrowe2003-03-042-6/+2
* Implemented the functionality for the APR_FILEPATH_NATIVE flag inbnicholes2003-03-041-0/+6
* OS/2: Don't return the apr_file_t if the open failed.bjh2003-03-021-1/+2
* Include filepath_util.c in OS/2 build.bjh2003-02-262-0/+2
* Move the apr_filepath_list_split_impl and apr_filepath_list_merge_implbrane2003-02-163-10/+5
* get the prototypes for these functions in the right placetrawick2003-02-132-12/+2
* CodeWarrior compiler can't handle initializing an array element with a variablebnicholes2003-02-121-1/+2
* Remove unused #include added in revision 1.39.brane2003-02-121-1/+0
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,brane2003-02-124-0/+195
* Performance enhancement by trying to create and cache path contexts sobnicholes2003-02-071-2/+111
* Added a check to make sure that the path is not too long. Otherwise, just ba...bnicholes2003-01-281-6/+9
* Simplify and be more thorough. We only want to know how many bytes arewrowe2003-01-241-13/+10
* Expand the set/get semantic slightly... always allow the user to recoverwrowe2003-01-241-7/+15
* Eliminate open_nt_process_pipe and give apr_create_nt_pipe a very similarwrowe2003-01-241-5/+8
* Remove the stat info caching for NetWarebnicholes2003-01-142-205/+4
* Since deconstruct() does not actually validate the path, the check is meaning...bnicholes2003-01-091-7/+2
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-0736-36/+36
* Namespace protection for include/arch/ header filesthommay2003-01-0636-49/+49
* NETWARE: Only use the path context from the stat cache if the requestbnicholes2003-01-062-12/+28
* Added a new function, apr_filepath_encoding, to determine the characterbrane2003-01-032-0/+22
* OS/2: Return APR_TIMEUP from apr_file_read() when a pipe times out.bjh2003-01-021-1/+6
* OS/2: Fill in finfo->fname, was being left uninitialized.bjh2003-01-021-0/+2
* Update copyright notices to 2003.thommay2003-01-0138-38/+38
* We can't optimize away this test! Just because a path didn't containwrowe2002-12-311-1/+1
* Fix uninitialized variable dereference from a recent commitbrianp2002-12-301-1/+1
* Close the last testdir emit by always calling FindFirstFile on open/rewindwrowe2002-12-291-3/+44
* apr_dir_make_recursive is now implemented. The unix code is a littlewrowe2002-12-291-1/+45
* Get us building on unix again.rbb2002-12-291-1/+1
* Defer allocation of the apr_file_t until the file is successfully openedwrowe2002-12-291-33/+38
* Add an internal Win32 apr_file_open flag APR_OPENINFO to allow APR itselfwrowe2002-12-292-13/+28
* Grudgingly accept that folks may want to merge paths containing wildcardwrowe2002-12-281-1/+8