summaryrefslogtreecommitdiff
path: root/win32/readdir.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-2/+2
* Fix macro redifinition warnings in debug buildsChristoph M. Becker2020-06-291-1/+2
* Use readdir() instead of readdir_r()Nikita Popov2019-04-111-40/+0
* Merge branch 'PHP-7.3' into PHP-7.4Anatol Belski2019-03-301-0/+1
|\
| * Fix memory leakAnatol Belski2019-03-301-0/+1
* | Remove local variablesPeter Kokot2019-02-031-9/+0
|/
* Avoid early allocationAnatol Belski2018-07-131-7/+6
* Merge branch 'PHP-7.2'Anatol Belski2018-07-121-9/+38
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-121-9/+38
| |\
| | * Fixed RecursiveDirectoryIterator with long path or with edge case lengthAnatol Belski2018-07-121-9/+38
* | | Trailing whitespacesGabriel Caruso2018-01-031-1/+1
|/ /
* | Refine allocationAnatol Belski2017-11-151-1/+1
* | Fixed bug #75525 Access Violation in vcruntime140.dllAnatol Belski2017-11-151-9/+5
* | vim folds and modelinesAnatol Belski2017-07-041-10/+10
* | intergarte furher newer flag in FindFirstFileEx for win7+ onlyAnatol Belski2017-04-101-2/+2
* | Switch to FindFirstFileEx with basic info levelAnatol Belski2017-04-071-2/+2
* | The d_name member of struct dirent should be a pointerAnatol Belski2017-02-121-9/+15
* | preliminary fix for bug #73971, more refactoring is neededAnatol Belski2017-01-221-2/+2
* | Path handling related refactoringsAnatol Belski2016-12-221-10/+0
|/
* fix leakAnatol Belski2016-08-261-0/+2
* Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-38/+88
* add vim modelinesAnatol Belski2015-05-201-0/+9
* trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-1/+0
* fix datatype mismatchAnatol Belski2014-10-281-4/+4
* - Fixed possible memory leakFelipe Pena2013-10-121-0/+1
* - possible NULL derefPierre Joye2011-01-101-0/+10
* - fix TS buildPierre Joye2009-09-011-1/+2
* - #48746, fix regression in readdir/scandir and mounted points or junctions o...Pierre Joye2009-09-011-6/+15
* opendir() is reimplemented using GetFistFile/GetNextFile those are faster the...Dmitry Stogov2006-11-101-20/+22
* Fixed memory leak on error in win32's opendir() emulation. (Patch by Wez)Ilia Alshanetsky2004-06-091-3/+6
* Moved the scandir code into it's own files so that it can be used by otherIlia Alshanetsky2003-01-271-80/+0
* Fix broken build by adding scandir and alphasort for win32Shane Caraveo2003-01-261-0/+80
* Fixed bug #11214 (patch by Steph Fox)Edin Kadribasic2002-07-291-11/+13
* fixed access problem when japanese Shift_JIS character is used as directory n...Rui Hirokawa2002-04-221-1/+2
* Comments didn't reflect rewinddir()Sean Bright2001-02-031-6/+7
* Fix Win32 buildZeev Suraski2000-06-041-1/+0
* The behaviour for result == NULL || entry == NULL is undefined.Sascha Schumann2000-05-241-8/+4
* Add POSIX-like readdir_r for Win32Sascha Schumann2000-05-231-2/+34
* - Make Win32 compile againAndi Gutmans1999-09-181-1/+2
* PHP 4.0Zeev Suraski1999-04-071-0/+111