| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | A better fix for bug #20110. | Ilia Alshanetsky | 2002-10-28 | 1 | -5/+8 |
| * | Refine stream_select() to work with streams that have data in their read | Wez Furlong | 2002-10-21 | 1 | -1/+2 |
| * | made fgets() binary safe. | Wez Furlong | 2002-10-19 | 1 | -2/+4 |
| * | Fixed bug #19971 (optimized the file() function). | Ilia Alshanetsky | 2002-10-18 | 1 | -0/+1 |
| * | This seems to resolve the issues with fgets. | Wez Furlong | 2002-10-05 | 1 | -0/+2 |
| * | replace dont_block with a flag. | Wez Furlong | 2002-10-04 | 1 | -1/+6 |
| * | Improve the general behaviour of stream_gets and fix its semantics | Sascha Schumann | 2002-10-04 | 1 | -0/+1 |
| * | Differentiate between write buffer and streams read buffer sizes. | Wez Furlong | 2002-09-28 | 1 | -1/+8 |
| * | Allow user streams/wrappers to implement fstat(), opendir() and stat(). | Wez Furlong | 2002-09-28 | 1 | -0/+2 |
| * | Rename file_get_wrapper_data -> file_get_meta_data. | Wez Furlong | 2002-09-26 | 1 | -1/+2 |
| * | Implement persistent streams. (for pfsockopen). | Wez Furlong | 2002-09-25 | 1 | -6/+15 |
| * | Enable include("http://....") under win32 by downloading to a temporary | Wez Furlong | 2002-09-23 | 1 | -1/+1 |
| * | fix some warnings. | Wez Furlong | 2002-09-23 | 1 | -2/+2 |
| * | Revise buffer/seek code a little. | Wez Furlong | 2002-09-23 | 1 | -0/+4 |
| * | Implement read buffering in streams. | Wez Furlong | 2002-09-23 | 1 | -2/+17 |
| * | Fix a couple of bad pointer indirections (oops). | Wez Furlong | 2002-09-07 | 1 | -1/+1 |
| * | NetWare related additions/modifications | Anantha Kesari H Y | 2002-09-05 | 1 | -0/+4 |
| * | Add a "closing" parameter for filters to determine if a flush is the last | Wez Furlong | 2002-08-25 | 1 | -5/+5 |
| * | Remove php_stream_error as discussed with Rasmus. | Wez Furlong | 2002-08-25 | 1 | -4/+0 |
| * | Implement filter API for streams. | Wez Furlong | 2002-08-20 | 1 | -4/+68 |
| * | Remove php_stream_sock_set_blocking and replace with | Wez Furlong | 2002-08-19 | 1 | -1/+16 |
| * | Enhance Ilia's recent patch to query the wrapper subsystem to determine | Wez Furlong | 2002-08-16 | 1 | -0/+4 |
| * | Properly implement TSRM parameters to the new log_error | Wez Furlong | 2002-08-11 | 1 | -0/+2 |
| * | Introduce an error stack for wrappers, to help prevent multiple errors | Wez Furlong | 2002-08-11 | 1 | -0/+7 |
| * | macro definition fixed, guess it was the usual kind of cut&past bug? | Hartmut Holzgraefe | 2002-06-11 | 1 | -1/+1 |
| * | - Since streams are always enabled, instead of just printing 'enabled' we tell | Markus Fischer | 2002-06-08 | 1 | -0/+4 |
| * | Implement context option setting API. | Wez Furlong | 2002-04-30 | 1 | -1/+13 |
| * | Always initialize wrappers, regardless of PG(allow_url_fopen). | Wez Furlong | 2002-04-16 | 1 | -5/+26 |