summaryrefslogtreecommitdiff
path: root/main/streams/streams.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix reading stream filters never notified about EOFMichael Wallner2006-04-201-2/+2
* bump year and license versionfoobar2006-01-011-3/+3
* fix #35781 (stream_filter_append() can cause segfault)Antony Dovgal2005-12-231-2/+2
* fix #35740 (memory leak when including a directory)Antony Dovgal2005-12-201-0/+4
* MFH: list_entry -> zend_rsrc_list_entryfoobar2005-12-051-2/+2
* - Bumber up yearfoobar2005-08-031-1/+1
* Disabled search of recored separator outside of bufferDmitry Stogov2005-06-011-2/+2
* revert by Wez's requestAntony Dovgal2005-05-231-1/+1
* fix bug #32810 (fread after tmpfile() reads only 8192 bytes)Antony Dovgal2005-05-231-1/+2
* fix bugs #32742 (segmentation fault when the stream with a wrapper is not clo...Antony Dovgal2005-05-161-0/+15
* Attempt to eliminate seek() prior to every write.Ilia Alshanetsky2005-04-291-1/+1
* revert the patch, the problem seems to be somewhere elseAntony Dovgal2005-04-111-4/+0
* Fold validation into an inlined function per Andi's suggestionSara Golemon2005-04-091-11/+20
* do not try to read after EOFAntony Dovgal2005-04-061-0/+4
* Fixed bug #30362 (stream_get_line() not reading data correctly).Ilia Alshanetsky2005-04-051-4/+10
* BugFix #32563Sara Golemon2005-04-041-2/+24
* Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so).Ilia Alshanetsky2005-02-221-11/+10
* Fixed bug #29801 (Set limit on the size of mmapable data).Ilia Alshanetsky2004-11-151-1/+1
* add support for file://localhost/Rob Richards2004-11-111-13/+25
* Fixed bug #30362 (stream_get_line() not handling end string correctly).Ilia Alshanetsky2004-10-111-1/+2
* Added stream_filter_remove() to cancel a stream filter.Sara Golemon2004-09-141-0/+9
* Allocating hash tables should be done via macro, not directlySara Golemon2004-09-131-2/+2
* A little extra code to allow overriding plainfiles wrapper as wellSara Golemon2004-09-101-2/+25
* Add stream_wrapper_unregister()Sara Golemon2004-09-101-0/+17
* Handle maxlen when stream can't be mmapedSara Golemon2004-09-081-0/+11
* fix bug #29723 (file_get_contents() fails with the file:// wrapper under Win32)Antony Dovgal2004-08-311-0/+4
* Looks like Sara forgot to change this too.Wez Furlong2004-07-131-1/+1
* Fix file_get_contents() bug...Wez Furlong2004-07-121-0/+2
* RIP: greedy ready problemsWez Furlong2004-07-101-1/+2
* Fix for Bug #28964 fread "greedy" behaviourWez Furlong2004-06-291-0/+3
* BugFix#28868 (Part Two): This fixes thread unsafety in the userspaceSara Golemon2004-06-211-1/+1
* BugFix#28868: Wrapper hash not thread-safe.Sara Golemon2004-06-211-3/+21
* Fix #25939 for good this time.Wez Furlong2004-05-271-1/+1
* This leaks when a stream opener proxy opens another stream.Sara Golemon2004-04-011-0/+3
* BugFix#27619Sara Golemon2004-03-311-0/+3
* add cast for qsort compare function.Wez Furlong2004-03-071-1/+1
* Less magic pleaseWez Furlong2004-03-071-1/+4
* Cast the php_stream_dirent to a 'const char *' for estrndup() to avoid aJon Parise2004-03-011-1/+1
* Fix a bug in the persistent socket liveness checks and feof(); they wereWez Furlong2004-02-041-1/+2
* 'Bug Fix': scandir, being a new function in PHP5 should have always been wrap...Sara Golemon2004-01-281-0/+59
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fix Win32 Build. mkdir/rmdir are macrosSara Golemon2003-12-131-4/+4
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-131-0/+30
* Be smarter about which systems should register unix transports.Wez Furlong2003-12-051-1/+1
* Route php_stat() via streams/url_stat API (php_stream_stat_path).Sara Golemon2003-11-281-2/+33
* (sort of) MFB, feof fix for sockets.Wez Furlong2003-11-281-1/+7
* Fixed a memory leak.Ilia Alshanetsky2003-11-281-2/+2
* Fix for file:// wrapper parsing.Sara Golemon2003-11-231-1/+1
* - Always store the URI path in the streams structure, and expose it withDerick Rethans2003-11-031-17/+16
* A simpler patch to add file uri supportShane Caraveo2003-10-191-1/+7