aboutsummaryrefslogtreecommitdiff
path: root/file_io/unix/filepath.c
Commit message (Expand)AuthorAge
* Fix typoChristophe Jaillet2019-06-13
* * file_io/unix/filepath.c (apr_filepath_merge): Fix Coverity warning;Joe Orton2019-03-22
* Nothing interesting existed in apr_common_private.h, this wouldWilliam A. Rowe Jr2009-12-18
* In Mac OS X's VFS API file names are, by definition, canonicallyJim Jagielski2007-08-13
* Solve svn issue 1869, only one symptom on the Unix platform; when William A. Rowe Jr2006-09-21
* 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
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-13
* Move the apr_filepath_list_split_impl and apr_filepath_list_merge_implBranko Čibej2003-02-16
* get the prototypes for these functions in the right placeJeff Trawick2003-02-13
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,Branko Čibej2003-02-12
* 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
* Added a new function, apr_filepath_encoding, to determine the characterBranko Čibej2003-01-03
* Update copyright notices to 2003.Thom May2003-01-01
* Style Police patrolling again.Sander Striker2002-07-26
* More conservative buffer overflow checking code forBrian Pane2002-06-12
* Performance improvement for apr_filepath_merge()Brian Pane2002-03-17
* Style cleanups onlyBrian Pane2002-03-17
* Update our copyright for this year.Roy T. Fielding2002-03-13
* Sorry Justin.Ian Holsman2001-11-27
* remove a big nasty strdup for apr_filepath_mergeIan Holsman2001-11-27
* fix breakage caused by last updateIan Holsman2001-09-09
* Fix the apr_proc_create for win32. In order to do so, this patchWilliam A. Rowe Jr2001-09-09
* Yep, httpd serves pages again.Cliff Woolley2001-08-24
* The **dir should be advanced over the leading 'root' (/+).William A. Rowe Jr2001-08-24
* While we're tidying up warnings, fix thisBrian Havard2001-07-26
* Add the flags argument to apr_filepath_root, to allow finer control ofWilliam A. Rowe Jr2001-06-27
* Per the suggestions of Greg Stein [thanks Greg] although I took some moreWilliam A. Rowe Jr2001-04-02
* get filepath.c to compile on Linux/FreeBSD/etc. by dropping theJeff Trawick2001-03-31
* First draft implementation of unix apr_filepath_ get, set, merge, andWilliam A. Rowe Jr2001-03-31