aboutsummaryrefslogtreecommitdiff
path: root/file_io/unix/fileacc.c
Commit message (Expand)AuthorAge
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-20
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-18
* Fix the typo.Joe Orton2006-08-03
* Update license header.Joe Orton2006-08-03
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-04
* * include/apr_file_info.h, file_io/unix/fileacc.c (apr_unix_mode2perms,Joe Orton2004-04-21
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-13
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-07
* Namespace protection for include/arch/ header filesThom May2003-01-06
* Update copyright notices to 2003.Thom May2003-01-01
* back out the changes to #include sys/stat.h . This is unneccessary as longGreg Ames2002-07-01
* get APR closer to building on FreeBSD 4.6-STABLEGreg Ames2002-06-27
* Rename the "cntxt" members of the fileio structures to "pool".Sander Striker2002-03-20
* Update our copyright for this year.Roy T. Fielding2002-03-13
* *) Add apr_file_flags_get() which returns the flags that were originallyCliff Woolley2001-06-27
* Update copyright to 2001Roy T. Fielding2001-02-16
* renaming various functions for consistency sakeDoug MacEachern2001-02-08
* The platform changes in apr to support the APR_FINFO_wanted declarationWilliam A. Rowe Jr2001-01-20
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-18
* There is no reason to duplicate the string, because we have alreadyRyan Bloom2001-01-05
* Back out some changes to the file_io stuff that wasn't ready yet.Ryan Bloom2001-01-05
* We need to initialize have_corkable_tcp to 0, otherwise on platformsRyan Bloom2001-01-05
* Fix OS/2 build after the move of private APR headers to the include/arch/Brian Havard2000-11-14
* Fixes most of the Unicode problems for Win9x, and expands the effectiveWilliam A. Rowe Jr2000-11-09
* Move all of the file private header files to an arch directory underRyan Bloom2000-11-09
* Catch up on some Unicode stuff that I've discovered while yanking aroundWilliam A. Rowe Jr2000-11-08
* Restore backwards compatibility for WIN32/!APR_HAS_UNICODE_FS, now allWilliam A. Rowe Jr2000-11-02
* Get APR building on Unix again. Only Windows has the union in theRyan Bloom2000-11-02
* The Unicode/WinNT APR patch. Note that this may even be faster thanWilliam A. Rowe Jr2000-11-02
* Ok here it is: Win32 utf-8 native unicode filename support.William A. Rowe Jr2000-10-25
* prefix libapr functions and types with apr_Doug MacEachern2000-08-02
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-21
* a while back, we said "segfault on invalid params rather than returning anGreg Stein2000-07-08
* const-ify the userdata interfacesGreg Stein2000-07-08
* add ap_finfo_t.deviceGreg Stein2000-07-03
* Add a new APR function. This function basically lets a file masquerade asRyan Bloom2000-05-24
* "*data = NULL" added inappropriately earlier today... it won't compileJeff Trawick2000-05-17
* Combine the fileacc.c file from Windows and Unix.Ryan Bloom2000-05-17
* Combine the Unix and OS/2 fileacc.c code. They are basically the same, andRyan Bloom2000-05-17
* Remove the invalid data checking from APR's file I/O on Unix.Ryan Bloom2000-04-21
* - namespace cleanup:dgaudet2000-04-14
* more documentation movingdgaudet2000-04-14
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-03
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatRyan Bloom2000-04-03
* Added error checking for APR File I/O routines on Unix. This needs to beRyan Bloom2000-04-03
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-31
* Last doc update.Ryan Bloom2000-03-15
* Fix the docs for all of the file I/O functions. Also added variable names toRyan Bloom2000-03-14
* Fix all the License issues. Including:Ryan Bloom2000-03-10
* Rework ap_finfo_t to split the file type out of the protection field.Brian Havard2000-01-10