| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug #40231 (file_exists incorrectly reports false) | Dmitry Stogov | 2007-01-26 | 1 | -4/+12 |
| | | |||||
| * | Fixed wrong realpath() result for unexistent files on win32 | Dmitry Stogov | 2007-01-23 | 1 | -0/+5 |
| | | |||||
| * | Fixed bug #39367 (clearstatcache() doesn't clear realpath cache) | Dmitry Stogov | 2007-01-22 | 2 | -12/+40 |
| | | | | | | Fixed bug #40092 (chroot() doesn't clear realpath cache) | ||||
| * | CS | Ilia Alshanetsky | 2007-01-20 | 1 | -9/+10 |
| | | |||||
| * | MFH | Antony Dovgal | 2007-01-19 | 1 | -4/+4 |
| | | |||||
| * | MFH: free temp cwd_state struct on error | Antony Dovgal | 2007-01-16 | 1 | -0/+16 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 8 | -8/+8 |
| | | |||||
| * | Removed dependency from SHELL32.DLL | Dmitry Stogov | 2006-12-21 | 2 | -7/+10 |
| | | |||||
| * | Added comments | Dmitry Stogov | 2006-11-14 | 1 | -3/+6 |
| | | |||||
| * | Use symbolic names | Dmitry Stogov | 2006-11-13 | 2 | -20/+24 |
| | | |||||
| * | Fixed wrong realpath() result in case of unexistent path | Dmitry Stogov | 2006-11-10 | 1 | -7/+10 |
| | | |||||
| * | Fixed wrong realpath() result in case of unexistent path | Dmitry Stogov | 2006-11-10 | 1 | -1/+1 |
| | | |||||
| * | stat() is reimplemented using using GetFileAttributesEx(). | Dmitry Stogov | 2006-11-10 | 2 | -4/+92 |
| | | | | | | The new implementation is faster then implementation in MS VC CRT, but it doesn't support Windows 95. | ||||
| * | VCWD_REALPATH() is improved to use realpath cache without VIRTUAL_DIR | Dmitry Stogov | 2006-11-10 | 2 | -27/+28 |
| | | |||||
| * | opendir() is reimplemented using GetFistFile/GetNextFile those are faster ↵ | Dmitry Stogov | 2006-11-10 | 1 | -5/+8 |
| | | | | | then _findfirst/_findnext | ||||
| * | MFH: fix #39060 (virtual_file_ex() is broken on *BSD) | Antony Dovgal | 2006-10-06 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #38989 (Absolute path with slash at beginning doesn't work on win) | Dmitry Stogov | 2006-10-05 | 1 | -4/+11 |
| | | |||||
| * | MFH | Antony Dovgal | 2006-10-04 | 2 | -2/+2 |
| | | |||||
| * | Added handling for virtual_file_ex() failures. | Ilia Alshanetsky | 2006-09-28 | 1 | -13/+39 |
| | | | | | | # Patch by Nuno | ||||
| * | Fixed bug #38579 (include_once() may include the same file twice) | Dmitry Stogov | 2006-09-20 | 1 | -132/+87 |
| | | |||||
| * | Fixed VIRTUAL_DIR inconsistency | Dmitry Stogov | 2006-09-04 | 1 | -0/+6 |
| | | |||||
| * | MFH: fix separate TSRM build | Antony Dovgal | 2006-08-22 | 1 | -1/+0 |
| | | |||||
| * | MFH | Antony Dovgal | 2006-08-05 | 1 | -1/+3 |
| | | |||||
| * | revert previous patch | Antony Dovgal | 2006-08-04 | 1 | -3/+1 |
| | | |||||
| * | MFH: fix #38276 (file_exists() works incorrectly with long filenames on Windows) | Antony Dovgal | 2006-08-03 | 1 | -1/+3 |
| | | |||||
| * | MFH: - Fixed bug #36909 (ld: Undefined symbols: _lchown) | foobar | 2006-04-10 | 1 | -0/+4 |
| | | |||||
| * | Fixed bug #35988 (Unknown persistent list entry type in module shutdown) | Dmitry Stogov | 2006-03-14 | 2 | -0/+49 |
| | | |||||
| * | - Added lchown() and lchgrp() to change user/group ownership of symlinks. | Derick Rethans | 2006-03-05 | 2 | -4/+14 |
| | | |||||
| * | MFH: move function definition from .h to .c, where it should be | Antony Dovgal | 2006-02-08 | 2 | -16/+21 |
| | | |||||
| * | init variables | Antony Dovgal | 2006-02-06 | 1 | -2/+2 |
| | | |||||
| * | Fixed bug #36016 (realpath cache memleaks) | Dmitry Stogov | 2006-01-16 | 2 | -7/+1 |
| | | |||||
| * | Fixed bug #36016 (realpath cache memleaks) | Dmitry Stogov | 2006-01-16 | 1 | -17/+6 |
| | | |||||
| * | - Update to 2006 | Andi Gutmans | 2006-01-04 | 3 | -3/+3 |
| | | |||||
| * | bump year and license version | foobar | 2006-01-01 | 6 | -18/+18 |
| | | |||||
| * | MFH:fix mkdir() function properly (patch by nlopess) | foobar | 2005-12-23 | 1 | -2/+3 |
| | | |||||
| * | MFH: Back out a portion of the previous patch which broke win32 file functions | Edin Kadribasic | 2005-12-22 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any string | Ilia Alshanetsky | 2005-12-20 | 2 | -3/+8 |
| | | | | | | greater then 255 characters). | ||||
| * | MFH: allocate_new_resource() handles the malloc() for us. Don't leak by ↵ | Sara Golemon | 2005-08-29 | 1 | -1/+0 |
| | | | | | mallocing twice. | ||||
| * | Fix compile failure with GCC 4.0.x | foobar | 2005-08-05 | 1 | -1/+1 |
| | | |||||
| * | Bump up year | foobar | 2005-08-03 | 6 | -6/+6 |
| | | |||||
| * | Netware pthreads support is good enough. So removing all these fixes of old ↵ | Anantha Kesari H Y | 2005-07-16 | 1 | -18/+0 |
| | | | | | | | | times. -- Kamesh | ||||
| * | Reverting the DEFAULT_SLASH to / as it breaks the FreeBSD derived function ↵ | Anantha Kesari H Y | 2005-07-07 | 1 | -1/+1 |
| | | | | | | | | of NetWare LibC like glob. -- Kamesh | ||||
| * | gwtcwd of NetWare LibC gives a cwd with a volume information. | Anantha Kesari H Y | 2005-07-07 | 1 | -0/+17 |
| | | | | | | | | | So using getcwdpath which gives with volume information. getcwdpath gives with directory seperator as \ which is against our DEFAULT_SLASH of /. So finding and replacing \ with / -- Kamesh | ||||
| * | COPY_WHEN_ABSOLUTE is not needed for NetWare. | Anantha Kesari H Y | 2005-07-07 | 1 | -2/+0 |
| | | | | | | -- Kamesh | ||||
| * | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 |
| | | |||||
| * | Unterminated paren group in BETHREADS definition of tsrm_tls_set() macro | Sara Golemon | 2005-05-16 | 1 | -1/+1 |
| | | |||||
| * | consolidate the various tls get/set calls for the different platforms into | Wez Furlong | 2005-04-28 | 1 | -58/+23 |
| | | | | | | a single macro, at Andi's request. | ||||
| * | Add three new TSRM api functions: | Wez Furlong | 2005-04-27 | 2 | -0/+96 |
| | | | | | | | | | | | TSRM_API void *tsrm_new_interpreter_context(void); TSRM_API void *tsrm_set_interpreter_context(void *new_ctx); TSRM_API void tsrm_free_interpreter_context(void *context); These can be used, with a suitable SAPI, to host multiple interpreters on the same thread. | ||||
| * | check should be on host_alias rather than on target_alias, but somehow works ↵ | Anantha Kesari H Y | 2005-04-27 | 1 | -1/+1 |
| | | | | | on configure generated using autoconf 2.57. | ||||
| * | Merge | Zeev Suraski | 2005-03-20 | 1 | -2/+2 |
| | | |||||
