summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_virtual_cwd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix CSRasmus Lerdorf2011-05-191-9/+11
* Fix bug 54866Rasmus Lerdorf2011-05-191-2/+14
* - Fix possible memory leakJohannes Schlüter2011-05-161-0/+1
* - WSPierre Joye2011-01-101-2/+2
* - some more possible NULL derefPierre Joye2011-01-101-3/+24
* - fix possible NULL derefPierre Joye2011-01-101-0/+6
* - Year++Felipe Pena2011-01-011-1/+1
* - restore VOLUME_NAME_NT and VOLUME_NAME_DOS definition, thx Andrey for the h...Pierre Joye2010-09-171-0/+8
* - drop tsrmls_fetch in popen_exPierre Joye2010-09-171-1/+1
* - drop tsrmls_fetch in tsrm_win32_accessPierre Joye2010-09-171-1/+1
* - sanity check for the path length and don't treat UNC as local path (no func...Pierre Joye2010-09-131-1/+4
* - use php_sys_lstatPierre Joye2010-09-131-1/+1
* - use php_sys_readlinkPierre Joye2010-09-131-1/+1
* - remove 'UNC' from the targetPierre Joye2010-09-101-2/+10
* - WSPierre Joye2010-09-101-45/+45
* - add php_sys_readlinkPierre Joye2010-09-101-0/+54
* - add lstat support for WindowsPierre Joye2010-09-011-6/+46
* - use TSRMLS_CC instead of TSRMLS_FETCH in virtual_file_exPierre Joye2010-08-301-21/+20
* - WSPierre Joye2010-08-271-30/+30
* - WSPierre Joye2010-08-261-1/+1
* - Symlink resolution fails when target is a DFS pathPierre Joye2010-08-261-1/+3
* fix bug #50101 (name clash between global and local variable)Antony Dovgal2010-06-081-8/+8
* - vc6 does not expose itPierre Joye2010-02-031-0/+4
* - oops, wrong one applied, fix build.Pierre Joye2010-02-011-1/+1
* - set errno on failure so that the caller can still rely on strerror (reporti...Pierre Joye2010-02-011-0/+5
* - don't go through the reparse code when we have a share or DFS path (should ...Pierre Joye2010-01-271-1/+3
* - little comment to avoid undesired changes in this sectionPierre Joye2010-01-271-0/+1
* - fix leak, win onlyPierre Joye2010-01-271-7/+3
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed ZTS buildFelipe Pena2009-12-081-3/+3
* add realpath cache inspect functionsStanislav Malyshev2009-12-081-0/+16
* - MFH: fix realloc usagePierre Joye2009-10-191-2/+20
* - Fix ACL support and add support for ACL for TS SAPI. Be sure to get the imp...Pierre Joye2009-10-191-1/+40
* - Fix #48746, improve fix to support all possible cases (see latest comment i...Pierre Joye2009-09-141-30/+69
* - #48746, len includes null alreadyPierre Joye2009-09-021-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-13/+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-2/+1
* - split atime and mtimePierre Joye2009-08-241-3/+2
* - MFH: Fixed compiler warningFelipe Pena2009-07-071-1/+1
* - MFH: #48771, rename() between drives error: No errorPierre Joye2009-07-061-1/+1
* - WSPierre Joye2009-06-261-2/+2
* - fix build when IO_REPARSE_TAG_SYMLINK is not defined (works with 2k+)Pierre Joye2009-06-161-0/+3
* - #47767, include_once does not resolve windows symlinks or junctionsPierre Joye2009-06-161-10/+133
* - Windows ACL cache support, update existing tests and add a new onePierre Joye2009-06-161-0/+12