Markus Staab
|
fc2c445c06
Make sure we properly usleep() on windows rmdir/unlink
|
6 years ago |
johnstevenson
|
6212eadcb0
Only use junctions if they can be safely removed
|
6 years ago |
johnstevenson
|
d1cf69fa92
Remove junctions with PHP rather than system rmdir
|
6 years ago |
johnstevenson
|
da0dc74414
Update doc block, remove redundant clearstatcache
|
6 years ago |
johnstevenson
|
e085a72f64
Fix mode bitmask when detecting a Windows junction
|
6 years ago |
Gabriel Caruso
|
2a13bb2649
Fixes from PHPStan (#7687)
|
7 years ago |
Jordi Boggiano
|
bf125295df
Fix escaping of URLs in Perforce and Subversion drivers
|
7 years ago |
Jordi Boggiano
|
ff59bbdab0
CS fixer
|
7 years ago |
Gabriel Caruso
|
7d9f8e2247
Improvements
|
7 years ago |
Jordi Boggiano
|
e697293cd9
Handle broken symlinks more cleanly, fixes #7255
|
7 years ago |
Narration SD
|
fd61a21bff
Fix detection of junction points, fixes #7025
|
7 years ago |
Jordi Boggiano
|
c8aea719b1
CS fixes
|
7 years ago |
Christian Ramelow
|
39d8104897
Introduces a new method `copy()`.
|
8 years ago |
Sergey Beresnev
|
2717e115c8
windows remote path treats as remote now
|
9 years ago |
Jordi Boggiano
|
ff7daf0bd4
Fix handling of paths on windows when cwd is root of drive, fixes #5554
|
9 years ago |
Jordi Boggiano
|
95e0347917
Merge branch '1.0'
|
9 years ago |
Jordi Boggiano
|
ff46816e79
Add support for file:///c:/-style paths, refs #3338
|
9 years ago |
Nicolas Grekas
|
fd2f51cea8
Speedup autoloading on PHP 5.6 & 7.0+ using static arrays
|
9 years ago |
Niels Keurentjes
|
fafac386b7
Ensure stat cache is cleared for junctions when using outside modifications.
|
9 years ago |
Jordi Boggiano
|
0ed5b541a9
Fix CS
|
9 years ago |
Jordi Boggiano
|
070ee50693
Actually check for the dir existence before retrying, refs #4009
|
9 years ago |
Jordi Boggiano
|
c502601c4b
Retry on RecursiveDirectoryIterator failure to open dir, refs #4009
|
9 years ago |
Niels Keurentjes
|
478f923ec2
Improved junction detection on Windows NTFS, fixes #4955
|
9 years ago |
Rob Bast
|
a245c4618b
php-cs-fixer
|
9 years ago |
Niels Keurentjes
|
54c079b559
Fixed Windows detection based on #4873 and suppressed some console output in removeJunction.
|
9 years ago |
Niels Keurentjes
|
582e4796a3
Merge branch 'master' of https://github.com/composer/composer into pull-4690
|
9 years ago |
Niels Keurentjes
|
0dab63e050
Unified all Windows tests throughout the code.
|
9 years ago |
Niels Keurentjes
|
b71c67239d
Made NTFS junction detection more reliable and added unit tests for the junction functions.
|
9 years ago |
Niels Keurentjes
|
358cb3f4fc
Fixed exception text and some warnings.
|
9 years ago |
Niels Keurentjes
|
5489586436
Fully implemented junctioning on Windows for path repositories.
|
9 years ago |