summaryrefslogtreecommitdiff
path: root/file_io/unix/filestat.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* Eliminate APR_STATUS_IS_SUCCESS macro.jerenkrantz2004-07-311-2/+2
* Add LFS support:jorton2004-03-271-3/+3
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Add a needed header file when we're using utime.dreid2003-09-101-0/+4
* remove these interfaces:trawick2003-09-031-7/+0
* Finish the new timestamp-setting API, thanks to helpful tips fromsussman2003-07-081-7/+26
* New apr_file_mtime_set() API, implemented in unix and win32.sussman2003-07-071-0/+26
* Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden" filebrane2003-05-241-0/+5
* Fix the 'test_buffered_write_size' test by ensuring that bufferedjorton2003-03-061-0/+6
* 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
* Use the new APR_UNKFILE when appropriate.wrowe2002-12-141-1/+1
* Fix of my braindead error, submitted by Karl Fogel <kfogel@newton.ch.collab...wrowe2002-12-121-3/+3
* Since Jeff indicates we trip on FIFO... here should be a legitmiatewrowe2002-12-121-0/+16
* switch {case} and default: are probably better for handling this case.wrowe2002-12-121-17/+21
* Added support for SCO OpenServer 5brianp2002-09-221-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-7/+7
* Update our copyright for this year.fielding2002-03-131-1/+1
* patches for apr to rename apr_ansi_time_to_apr_time andianh2002-03-061-3/+3
* Removed the NetWare #ifdef's. NetWare has its own version of filestat.cbnicholes2002-02-221-10/+0
* apr_file_attrs_set takes a new parameter, attr_mask, that defines whichbrane2002-02-111-11/+35
* Add apr_file_copy() and apr_file_append() functions. These are writtengstein2002-02-011-0/+26
* Added the default file attributes for NetWarebnicholes2001-10-161-0/+4
* Added the ability to extract the APR_FINFO_NAME data for NetWarebnicholes2001-09-141-0/+6
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-6/+9
* mode_t works better than int for the mode, since on SGI mode_t is widertrawick2001-03-021-1/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-2/+2
* Clean up some uglyness ... here's what the flags now mean:wrowe2001-01-271-12/+8
* get filestat.c to compile againtrawick2001-01-241-12/+12
* Fix someone else's typo in Unixwrowe2001-01-241-5/+5
* The csize solution does solve BeOS R4.5, so back that out of all unixwrowe2001-01-241-4/+10
* apr_dir_read now accepts a pointer to the user's apr_finfo_t to gatherwrowe2001-01-231-4/+1
* Just combine some common code on Unix. This should make things a bitrbb2001-01-221-46/+31
* Backout apr_get_filename_case.rbb2001-01-211-13/+0
* Get APR building on Unix again. This just updates APR for the newrbb2001-01-201-10/+16
* The platform changes in apr to support the APR_FINFO_wanted declarationwrowe2001-01-201-21/+52
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-1/+1
* Teaching new dogs old tricks... apr_stat must behave and never changewrowe2000-11-101-0/+30
* Move all of the file private header files to an arch directory underrbb2000-11-091-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-11/+11
* prefix libapr functions and types with apr_dougm2000-08-021-17/+17
* set finfo->device in ap_stat and ap_lstat too.gstein2000-07-031-0/+2
* add ap_finfo_t.devicegstein2000-07-031-3/+13
* Remove the final vestiges of stat.h from Apache 2.0. All calls are now torbb2000-06-121-0/+21
* Remove the invalid data checking from APR's file I/O on Unix.rbb2000-04-211-6/+0