| Commit message (Expand) | Author | Age |
* | Remove trailing whitespaces in *.c. | Ivan Zhakov | 2022-11-20 |
* | stop using deprecated versions of APR_FOPEN_* and APR_FPROT_* | Jeff Trawick | 2014-01-18 |
* | Fix the typo. | Joe Orton | 2006-08-03 |
* | Update license header. | Joe Orton | 2006-08-03 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 |
* | * include/apr_file_info.h, file_io/unix/fileacc.c (apr_unix_mode2perms, | Joe Orton | 2004-04-21 |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 |
* | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | Thom May | 2003-01-07 |
* | Namespace protection for include/arch/ header files | Thom May | 2003-01-06 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 |
* | back out the changes to #include sys/stat.h . This is unneccessary as long | Greg Ames | 2002-07-01 |
* | get APR closer to building on FreeBSD 4.6-STABLE | Greg Ames | 2002-06-27 |
* | Rename the "cntxt" members of the fileio structures to "pool". | Sander Striker | 2002-03-20 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 |
* | *) Add apr_file_flags_get() which returns the flags that were originally | Cliff Woolley | 2001-06-27 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 |
* | The platform changes in apr to support the APR_FINFO_wanted declaration | William A. Rowe Jr | 2001-01-20 |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | William A. Rowe Jr | 2001-01-18 |
* | There is no reason to duplicate the string, because we have already | Ryan Bloom | 2001-01-05 |
* | Back out some changes to the file_io stuff that wasn't ready yet. | Ryan Bloom | 2001-01-05 |
* | We need to initialize have_corkable_tcp to 0, otherwise on platforms | Ryan Bloom | 2001-01-05 |
* | Fix OS/2 build after the move of private APR headers to the include/arch/ | Brian Havard | 2000-11-14 |
* | Fixes most of the Unicode problems for Win9x, and expands the effective | William A. Rowe Jr | 2000-11-09 |
* | Move all of the file private header files to an arch directory under | Ryan Bloom | 2000-11-09 |
* | Catch up on some Unicode stuff that I've discovered while yanking around | William A. Rowe Jr | 2000-11-08 |
* | Restore backwards compatibility for WIN32/!APR_HAS_UNICODE_FS, now all | William A. Rowe Jr | 2000-11-02 |
* | Get APR building on Unix again. Only Windows has the union in the | Ryan Bloom | 2000-11-02 |
* | The Unicode/WinNT APR patch. Note that this may even be faster than | William A. Rowe Jr | 2000-11-02 |
* | Ok here it is: Win32 utf-8 native unicode filename support. | William A. Rowe Jr | 2000-10-25 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 |
* | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 |
* | a while back, we said "segfault on invalid params rather than returning an | Greg Stein | 2000-07-08 |
* | const-ify the userdata interfaces | Greg Stein | 2000-07-08 |
* | add ap_finfo_t.device | Greg Stein | 2000-07-03 |
* | Add a new APR function. This function basically lets a file masquerade as | Ryan Bloom | 2000-05-24 |
* | "*data = NULL" added inappropriately earlier today... it won't compile | Jeff Trawick | 2000-05-17 |
* | Combine the fileacc.c file from Windows and Unix. | Ryan Bloom | 2000-05-17 |
* | Combine the Unix and OS/2 fileacc.c code. They are basically the same, and | Ryan Bloom | 2000-05-17 |
* | Remove the invalid data checking from APR's file I/O on Unix. | Ryan Bloom | 2000-04-21 |
* | - namespace cleanup: | dgaudet | 2000-04-14 |
* | more documentation moving | dgaudet | 2000-04-14 |
* | Finish the APR naming cleanup. This removes the struct's from | Ryan Bloom | 2000-04-03 |
* | Change struct file_t to struct ap_file_t. This clarifies things a bit that | Ryan Bloom | 2000-04-03 |
* | Added error checking for APR File I/O routines on Unix. This needs to be | Ryan Bloom | 2000-04-03 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 |
* | Last doc update. | Ryan Bloom | 2000-03-15 |
* | Fix the docs for all of the file I/O functions. Also added variable names to | Ryan Bloom | 2000-03-14 |
* | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 |
* | Rework ap_finfo_t to split the file type out of the protection field. | Brian Havard | 2000-01-10 |