summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_virtual_cwd.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix #48746, improve fix to support all possible cases (see latest comment i...Pierre Joye2009-09-141-2/+20
* - MF53: len includes the NULL alreadyPierre Joye2009-09-031-1/+1
* - #48746, revert previous about volume. Fix volume support to allow all mount...Pierre Joye2009-09-011-21/+23
* - Fix #48746, mounted volume support & resolutionPierre Joye2009-08-291-12/+23
* - Fix for #48746, fix mounted volume and junctions when used from vista or la...Pierre Joye2009-08-271-0/+5
* - fix #48746, regression with file operaiton on path with junctionsPierre Joye2009-08-261-0/+19
* - be sure that the directory flag is set when we save a path in the cachePierre Joye2009-08-251-0/+1
* - fix #49047, touch may fail on directoryPierre Joye2009-08-251-1/+1
* - sigh. that too (separate fix).Pierre Joye2009-08-241-1/+1
* - that part was for a separate fixPierre Joye2009-08-241-1/+1
* - split atime and mtimePierre Joye2009-08-241-3/+0
* - Fixed compiler warningFelipe Pena2009-07-071-1/+1
* - #48771, rename() between drives error: No errorPierre Joye2009-07-061-1/+1
* - MF53:Pierre Joye2009-06-261-9/+147
* - nuke unused varPierre Joye2009-04-041-1/+0
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* Fixed realpath() behavior to support "c:dir" as "c:\dir", and "\dir" on UNC CWDDmitry Stogov2009-01-211-2/+32
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Fixed macro redefinition warningFelipe Pena2008-11-131-0/+1
* - #45985, touch on opened file raises a warningPierre Joye2008-09-041-2/+8
* Fixed support for short windows file namesDmitry Stogov2008-08-191-3/+5
* Fixed bug #45835 (include and symlinks)Dmitry Stogov2008-08-181-0/+6
* Fixed argumets orderDmitry Stogov2008-08-181-1/+1
* - [DOC] make stat, touch, filemtime, filemsize and related functions more por...Dmitry Stogov2008-08-151-15/+92
* Fixed realpath cache bugDmitry Stogov2008-08-151-6/+9
* - Added system independent realpath() implementation which caches intermediat...Dmitry Stogov2008-08-121-256/+314
* proper fixDmitry Stogov2008-05-201-3/+8
* Fixed win32 related realpath cache bugDmitry Stogov2008-05-191-1/+1
* Fixed bug #44805 (rename() function is not portable to Windows). (Pierre)Dmitry Stogov2008-04-241-1/+7
* sync with 5_3Antony Dovgal2008-03-211-1/+1
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-2/+3
* Fixed bug #43248 (backward compatibility break in realpath())Dmitry Stogov2007-11-131-13/+16
* Fixed realpath cache for existent file with CWD_FILEPATH flag on win32Dmitry Stogov2007-10-231-3/+8
* fix ws/cs & foldingAntony Dovgal2007-08-101-49/+78
* Fixed bug #42027 is_file() / is_dir() matches file/dirnames with wildcard cha...Dmitry Stogov2007-07-241-0/+7
* Fixed rename() in ZTS to allow renaming of symbolic links;Dmitry Stogov2007-07-231-2/+11
* Fixed symlink("", "somthing") and link("", "somthing") in ZTS modeDmitry Stogov2007-07-101-4/+27
* Store existent file in realpath cacheDmitry Stogov2007-07-031-0/+1
* Fixed yet another realpath cache bug and wrong testsDmitry Stogov2007-06-181-1/+1
* fix lstat() function resolving symlinksAntony Dovgal2007-05-301-1/+1
* MFBIlia Alshanetsky2007-05-281-9/+10
* MFB syscall optimizationsRasmus Lerdorf2007-05-181-1/+1
* Fixed bug #41063 (chdir doesn't like root paths).Dmitry Stogov2007-04-121-0/+1
* fix #39351 (relative include fails on Solaris)Antony Dovgal2007-04-031-39/+59
* Fixed bug #40560 (DIR functions do not work on root UNC path)Dmitry Stogov2007-02-211-3/+13
* On win32 directories in the middle of the patch may be unreadableDmitry Stogov2007-02-191-13/+10
* Fixed bug #40231 (file_exists incorrectly reports false)Dmitry Stogov2007-01-261-4/+12
* Fixed wrong realpath() result for unexistent files on win32Dmitry Stogov2007-01-231-0/+5
* Fixed bug #39367 (clearstatcache() doesn't clear realpath cache)Dmitry Stogov2007-01-221-12/+37