| Commit message (Expand) | Author | Age | Files | Lines |
* | MFH: Fixed compile warnings | Jani Taskinen | 2007-07-21 | 1 | -1/+1 |
* | Added ability to create local or remote (URL) user streams | Dmitry Stogov | 2007-07-09 | 1 | -0/+6 |
* | MFH: implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks | Antony Dovgal | 2007-02-21 | 1 | -0/+2 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | fix bugs #32742 (segmentation fault when the stream with a wrapper is not clo... | Antony Dovgal | 2005-05-16 | 1 | -0/+1 |
* | Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so). | Ilia Alshanetsky | 2005-02-22 | 1 | -4/+4 |
* | Avoid bug where stream_copy_to_stream() call for precisely 2000000 bytes would | Wez Furlong | 2005-02-06 | 1 | -4/+2 |
* | Fixed bug #29801 (Set limit on the size of mmapable data). | Ilia Alshanetsky | 2004-11-15 | 1 | -2/+5 |
* | NETWARE has a proper stat structure Now no need of CLIB_STAT_PATCH checks | Anantha Kesari H Y | 2004-09-29 | 1 | -4/+0 |
* | Added stream_filter_remove() to cancel a stream filter. | Sara Golemon | 2004-09-14 | 1 | -0/+1 |
* | Add stream_wrapper_unregister() | Sara Golemon | 2004-09-10 | 1 | -0/+2 |
* | BugFix#28868 (Part Two): This fixes thread unsafety in the userspace | Sara Golemon | 2004-06-21 | 1 | -1/+3 |
* | BugFix#28868: Wrapper hash not thread-safe. | Sara Golemon | 2004-06-21 | 1 | -1/+3 |
* | wrap all PHPAPI prototypes into BEGIN_EXTERN_C/END_EXTERN_C blocks | Hartmut Holzgraefe | 2004-02-20 | 1 | -0/+17 |
* | 'Bug Fix': scandir, being a new function in PHP5 should have always been wrap... | Sara Golemon | 2004-01-28 | 1 | -0/+7 |
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
* | Fix Win32 Build. mkdir/rmdir are macros | Sara Golemon | 2003-12-13 | 1 | -2/+2 |
* | Route mkdir()/rmdir() via wrapper ops. | Sara Golemon | 2003-12-13 | 1 | -0/+17 |
* | Route rename() via wrapper ops. | Sara Golemon | 2003-12-12 | 1 | -0/+3 |
* | Move safemode/basedir checks for url_stat to plain_wrapper. | Sara Golemon | 2003-12-01 | 1 | -0/+1 |
* | Route php_stat() via streams/url_stat API (php_stream_stat_path). | Sara Golemon | 2003-11-28 | 1 | -3/+7 |
* | port "liveness" checks and a couple of other things from the 4.3 branch. | Wez Furlong | 2003-11-27 | 1 | -0/+4 |
* | - Always store the URI path in the streams structure, and expose it with | Derick Rethans | 2003-11-03 | 1 | -1/+1 |
* | Finalize the closing process of persistent streams. The current | Ilia Alshanetsky | 2003-07-29 | 1 | -0/+3 |
* | Merge selectable descriptor casting from PHP_4_3 branch. | Wez Furlong | 2003-06-28 | 1 | -0/+2 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | Fold 'options' parameter into wops->unlink method | Sara Golemon | 2003-05-14 | 1 | -1/+1 |
* | Setup unlink() method in wrapper_ops structure, implement unlink in plainfile... | Sara Golemon | 2003-05-14 | 1 | -0/+3 |
* | Macro: php_stream_get_from_zval(php_stream *stream, zval **zstream, char *mod... | Sara Golemon | 2003-04-17 | 1 | -0/+6 |
* | Implement persistent plain file streams. | Wez Furlong | 2003-03-18 | 1 | -1/+4 |
* | Add a generic meta data api for streams. | Wez Furlong | 2003-02-27 | 1 | -0/+3 |
* | Another big commit (tm). | Wez Furlong | 2003-02-27 | 1 | -2/+18 |
* | rename macro argument so that it does not partially match the string. | Sascha Schumann | 2003-02-27 | 1 | -2/+2 |
* | Added locking to streams. | Ilia Alshanetsky | 2003-02-25 | 1 | -0/+9 |
* | MFB: Bunch of streams related fixes. | Wez Furlong | 2003-02-24 | 1 | -0/+3 |
* | Implement new filter API, stage 1. | Wez Furlong | 2003-02-18 | 1 | -7/+7 |
* | Move some of the streams header into supplementary files | Wez Furlong | 2003-02-17 | 1 | -180/+4 |
* | Moving away from ANSI stdio for plain files. | Wez Furlong | 2003-02-13 | 1 | -0/+4 |
* | Added feature request #9173 (added stream_get_line(), this function will | Ilia Alshanetsky | 2003-02-09 | 1 | -0/+1 |
* | Added missing definitions. | Ilia Alshanetsky | 2003-02-07 | 1 | -1/+6 |
* | Fix for bug #21406; infinite loop during filter flushing. | Wez Furlong | 2003-01-06 | 1 | -2/+2 |
* | Expose stream_filters_hash so that it can be searched by stream_get_filters() | Sara Golemon | 2003-01-06 | 1 | -2/+2 |
* | - Fix warnings on UnixWare | Derick Rethans | 2003-01-02 | 1 | -2/+2 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | Merge streams changes from branch. | Wez Furlong | 2002-11-18 | 1 | -6/+7 |
* | Make the macro use the function and not the other macro as discussed | Marcus Boerger | 2002-11-06 | 1 | -1/+1 |
* | php_stream replacement for fprintf | Marcus Boerger | 2002-11-06 | 1 | -0/+4 |
* | correct define: silences compiler warning in http_fopen_wrapper.c | Marcus Boerger | 2002-11-05 | 1 | -1/+1 |