summaryrefslogtreecommitdiff
path: root/main/streams.c
Commit message (Expand)AuthorAgeFilesLines
* stdio buffers data in user land. By calling fflush(3), thisSascha Schumann2002-10-071-3/+7
* Try to ensure that we return the number of bytes requested during fread().Wez Furlong2002-10-061-47/+49
* EOF related fixes.Wez Furlong2002-10-051-0/+1
* This seems to resolve the issues with fgets.Wez Furlong2002-10-051-40/+91
* Fix EOF casesSascha Schumann2002-10-041-0/+5
* Interrupt loop, if the stream op fails.Sascha Schumann2002-10-041-1/+4
* Add a few notesSascha Schumann2002-10-041-2/+1
* replace dont_block with a flag.Wez Furlong2002-10-041-1/+1
* Fixed bug #19746Ilia Alshanetsky2002-10-041-0/+2
* Improve the general behaviour of stream_gets and fix its semanticsSascha Schumann2002-10-041-52/+87
* fix position handlingMarcus Boerger2002-10-031-1/+3
* Another missing variable initMarcus Boerger2002-10-021-1/+1
* Missing variable initMarcus Boerger2002-10-021-1/+1
* Differentiate between write buffer and streams read buffer sizes.Wez Furlong2002-09-281-2/+7
* Allow user streams/wrappers to implement fstat(), opendir() and stat().Wez Furlong2002-09-281-69/+74
* Fix for #19580. (Incorrectly warning about lost data when that is not theWez Furlong2002-09-261-1/+1
* Fix segfault in wrapper error log mechanism when errors are logged onWez Furlong2002-09-261-1/+2
* Implement persistent streams. (for pfsockopen).Wez Furlong2002-09-251-13/+104
* Correct a buglet in the newly introduced buffer code.Wez Furlong2002-09-231-10/+13
* Ensure that the seekable stream returned for include("http://") under win32Wez Furlong2002-09-231-1/+3
* Implement a default_socket_timeout and auto_detect_line_endings ini options.Wez Furlong2002-09-231-1/+5
* Hopefully fix the other warnings that my last warning-fixing commit caused.Wez Furlong2002-09-231-2/+4
* fix some warnings.Wez Furlong2002-09-231-1/+1
* Revise buffer/seek code a little.Wez Furlong2002-09-231-9/+69
* Implement read buffering in streams.Wez Furlong2002-09-231-54/+210
* Fix a couple of bad pointer indirections (oops).Wez Furlong2002-09-071-6/+7
* Fix open_basedir.Wez Furlong2002-08-251-1/+23
* Hopefully really fix #18022 this time.Wez Furlong2002-08-251-3/+25
* Potential fix for Bug#18022:Wez Furlong2002-08-251-3/+3
* Unify error messages.Wez Furlong2002-08-251-12/+11
* Add a "closing" parameter for filters to determine if a flush is the lastWez Furlong2002-08-251-4/+4
* Add a configure check to see if the seeker function in an fopencookieWez Furlong2002-08-221-0/+13
* Fix compile warnings under win32Wez Furlong2002-08-221-1/+4
* fix php_error_docref parametersMarcus Boerger2002-08-221-3/+3
* Fix newly introduced leak in the debug build.Wez Furlong2002-08-201-2/+8
* Implement filter API for streams.Wez Furlong2002-08-201-18/+194
* Remove php_stream_sock_set_blocking and replace withWez Furlong2002-08-191-1/+65
* Fix a little leak.Wez Furlong2002-08-161-0/+4
* Enhance Ilia's recent patch to query the wrapper subsystem to determineWez Furlong2002-08-161-11/+15
* Introduce an error stack for wrappers, to help prevent multiple errorsWez Furlong2002-08-111-7/+72
* remove obsolete TSRMLS_FETCHWez Furlong2002-08-101-1/+0
* @Copy() fixed to return 1 on 0 byte files. Patch by Ilia A <ilia@prohost.org>.James Cox2002-08-091-0/+6
* No need to check for allow_url_fopen here.Edin Kadribasic2002-06-191-3/+0
* - Fix builtin gets() emulation (hopefully).Markus Fischer2002-06-111-11/+3
* - Add missing Id tag.Markus Fischer2002-06-111-0/+2
* - Always \0 terminate data returned from _php_stream_copy_to_mem().Markus Fischer2002-06-111-1/+2
* - Since streams are always enabled, instead of just printing 'enabled' we tellMarkus Fischer2002-06-081-0/+4
* Remove debug code that should not have been committed.Wez Furlong2002-04-301-7/+0
* Implement context option setting API.Wez Furlong2002-04-301-2/+44
* Make scheme part decoding rfc2396 compliant.Wez Furlong2002-04-191-4/+4