summaryrefslogtreecommitdiff
path: root/file_io/unix/fileacc.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* * include/apr_file_info.h, file_io/unix/fileacc.c (apr_unix_mode2perms,jorton2004-04-211-0/+16
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* back out the changes to #include sys/stat.h . This is unneccessary as longgregames2002-07-011-3/+0
* get APR closer to building on FreeBSD 4.6-STABLEgregames2002-06-271-0/+3
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-201-2/+2
* Update our copyright for this year.fielding2002-03-131-1/+1
* *) Add apr_file_flags_get() which returns the flags that were originallyjwoolley2001-06-271-0/+5
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-5/+5
* The platform changes in apr to support the APR_FINFO_wanted declarationwrowe2001-01-201-15/+0
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-4/+7
* There is no reason to duplicate the string, because we have alreadyrbb2001-01-051-3/+3
* Back out some changes to the file_io stuff that wasn't ready yet.rbb2001-01-051-3/+3
* We need to initialize have_corkable_tcp to 0, otherwise on platformsrbb2001-01-051-3/+3
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-15/+1
* Fixes most of the Unicode problems for Win9x, and expands the effectivewrowe2000-11-091-9/+3
* Move all of the file private header files to an arch directory underrbb2000-11-091-3/+3
* Catch up on some Unicode stuff that I've discovered while yanking aroundwrowe2000-11-081-5/+2
* Restore backwards compatibility for WIN32/!APR_HAS_UNICODE_FS, now allwrowe2000-11-021-3/+6
* Get APR building on Unix again. Only Windows has the union in therbb2000-11-021-1/+3
* The Unicode/WinNT APR patch. Note that this may even be faster thanwrowe2000-11-021-12/+16
* Ok here it is: Win32 utf-8 native unicode filename support.wrowe2000-10-251-0/+16
* prefix libapr functions and types with apr_dougm2000-08-021-11/+11
* Move all APR functions related to strings to their own directory, andrbb2000-07-211-0/+1
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-081-22/+5
* const-ify the userdata interfacesgstein2000-07-081-2/+2
* add ap_finfo_t.devicegstein2000-07-031-21/+49
* Add a new APR function. This function basically lets a file masquerade asrbb2000-05-241-1/+0
* "*data = NULL" added inappropriately earlier today... it won't compiletrawick2000-05-171-1/+0
* Combine the fileacc.c file from Windows and Unix.rbb2000-05-171-1/+5
* Combine the Unix and OS/2 fileacc.c code. They are basically the same, andrbb2000-05-171-1/+13
* Remove the invalid data checking from APR's file I/O on Unix.rbb2000-04-211-9/+0
* - namespace cleanup:dgaudet2000-04-141-1/+1
* more documentation movingdgaudet2000-04-141-22/+0
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-4/+4
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatrbb2000-04-031-4/+4
* Added error checking for APR File I/O routines on Unix. This needs to berbb2000-04-031-2/+10
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Last doc update.rbb2000-03-151-1/+1
* Fix the docs for all of the file I/O functions. Also added variable names torbb2000-03-141-7/+7
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Rework ap_finfo_t to split the file type out of the protection field.bjh2000-01-101-27/+0
* Separate the stat structure from the file structure and use ap_stat andrbb2000-01-061-130/+16
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-6/+0
* Using the filename "PIPE" to determine if an apr_file_t refers to anrbb1999-11-101-6/+6
* Fix a bug in the logic to set/get userdata from ALL apr types. I haverbb1999-10-151-3/+3