aboutsummaryrefslogtreecommitdiff
path: root/file_io/os2/open.c
Commit message (Collapse)AuthorAge
...
* prefix libapr functions and types with apr_Doug MacEachern2000-08-02
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60470 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: Provide native implementation of ap_rename_file().Brian Havard2000-07-07
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60312 13f79535-47bb-0310-9956-ffa450edef68
* add ap_rename_file()Greg Stein2000-07-07
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60307 13f79535-47bb-0310-9956-ffa450edef68
* Change filename arg of ap_remove_file() from char * to const char *.Jeff Trawick2000-06-15
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60209 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: Fix return code on failure to create a file handle's mutex lock.Brian Havard2000-05-13
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60041 13f79535-47bb-0310-9956-ffa450edef68
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-28
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59983 13f79535-47bb-0310-9956-ffa450edef68
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-28
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59975 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: pipe member of ap_file_t needs to be initialized whenever an ap_file_tBrian Havard2000-04-28
| | | | | | | is created. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59972 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: Switch from using critical sections to mutex semaphores for makingBrian Havard2000-04-18
| | | | | | | | the buffering code thread safe. It's the more subtle approach and is actually faster too. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59884 13f79535-47bb-0310-9956-ffa450edef68
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-14
| | | | | | | on Linux, but probably breaks somewhere. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59856 13f79535-47bb-0310-9956-ffa450edef68
* First stage of migrating OS/2 code to new error code mappings, define & useBrian Havard2000-04-08
| | | | | | | macro for returning OS/2 error codes. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59815 13f79535-47bb-0310-9956-ffa450edef68
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-03
| | | | | | | | apr_variable declarations. This works on Unix, but a test compile on other platforms would be a good idea. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59773 13f79535-47bb-0310-9956-ffa450edef68
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatRyan Bloom2000-04-03
| | | | | | | | | APR defines both the struct and typedef's it. This is also the way things should have been coded originally, so this just fixes it. Expect more of these patches today. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59768 13f79535-47bb-0310-9956-ffa450edef68
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-31
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59754 13f79535-47bb-0310-9956-ffa450edef68
* Fix all the License issues. Including:Ryan Bloom2000-03-10
| | | | | | | | | s/Apache Group/Apache Software Foundation/ s/1999/2000/ s/Sascha's license/ASF license git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59688 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: file_cleanup() should be namespace protected as it's not static.Brian Havard2000-03-03
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59683 13f79535-47bb-0310-9956-ffa450edef68
* Rework ap_finfo_t to split the file type out of the protection field.Brian Havard2000-01-10
| | | | | | | I've taken a stab at the unix implementation but tested only on OS/2. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59584 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: Implement delete on close & fix an allocation error in ap_open_stderr.Brian Havard2000-01-10
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59583 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: Implement ap_open_stderr()Brian Havard1999-12-19
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59535 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: Fix a couple of uninitialized fields in ap_put_os_file().Brian Havard1999-12-19
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59534 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: on closing buffered file, write unwritten data in the buffer.Brian Havard1999-10-20
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59385 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: First take at adding buffered file I/O support. Only reads tested so far.Brian Havard1999-10-19
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59381 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: Fix flags to DosOpen() so that mutually exclusive flags aren't usedBrian Havard1999-10-18
| | | | | | | at the same time. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59375 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: Assorted file I/O cleanups & fixes.Brian Havard1999-10-18
| | | | | | | | | | | | - Implement ap_eof() - Fix flags passed to DosOpen when reading an existing file - Invalidate file status info after a write - add (mostly based on the unix versions) ap_make_iov(), ap_writev(), ap_putc(), ap_ungetc(), ap_getc(), ap_puts(), ap_flush(), ap_fgets(), ap_fprintf() git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59365 13f79535-47bb-0310-9956-ffa450edef68
* I missed one function when swapping paramters. This fixes it. I think IRyan Bloom1999-10-14
| | | | | | | | have caught them all this time. I really hope this is the final time I have to swap parameters. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59348 13f79535-47bb-0310-9956-ffa450edef68
* Make sure to use ap_null_cleanup instead of NULL when setting an emptyManoj Kasichainula1999-10-12
| | | | | | | child_cleanup. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59321 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: Implement ap_get_os_file()/ap_put_os_file() and fix ap_open() parameterBrian Havard1999-10-11
| | | | | | | order. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59311 13f79535-47bb-0310-9956-ffa450edef68
* Bring file_io up to the new parameter order for APR. I have decided to doRyan Bloom1999-10-06
| | | | | | | | these on a directory by directory basis for the rest of APR. I hope to cause fewer problems for other developers by doing it this way. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59274 13f79535-47bb-0310-9956-ffa450edef68
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-04
| | | | | | | | | | fruit, and moves most of the result parameters to the first argument. Future patches in this series will move the rest of the result parameters to the beginning of the list, and will move the context's to the end of the list git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59259 13f79535-47bb-0310-9956-ffa450edef68
* Initial revisionRyan Bloom1999-08-17
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59151 13f79535-47bb-0310-9956-ffa450edef68