summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Expand)AuthorAgeFilesLines
* MFH: list_entry -> zend_rsrc_list_entryfoobar2005-12-051-2/+2
* MFH: fix #35079 (stream_set_blocking(true) toggles, not enables blocking)Antony Dovgal2005-11-171-1/+1
* Fix #34957; file access checks should use VCWD_ACCESS()Wez Furlong2005-10-221-0/+1
* - MFH C vs. C++ fixMarcus Boerger2005-10-071-1/+2
* - MFH Fix issue (endless loop) with temp/memory streamsMarcus Boerger2005-10-061-1/+7
* - MFH: Fixed a bug where stream_get_meta_data() did not return the "uri"Derick Rethans2005-08-261-0/+1
* - Bumber up yearfoobar2005-08-0316-16/+16
* compile before commit (gah!)Wez Furlong2005-07-181-1/+1
* Apparently our pipe detection code just above this isn't foolproof.Wez Furlong2005-07-181-0/+6
* - Fix problem with debug mode on selective machinesMarcus Boerger2005-07-171-2/+2
* Likely fix for bug #33140Ilia Alshanetsky2005-06-241-1/+7
* Fixed bug #31054 (safe_mode & open_basedir checks only check firstIlia Alshanetsky2005-06-201-8/+8
* ZTS fix.Sebastian Bergmann2005-06-141-1/+1
* Added bindto socket context option.Ilia Alshanetsky2005-06-141-13/+34
* Don't crash when compiled with the zend memory manager disabled.Wez Furlong2005-06-061-3/+9
* Disabled search of recored separator outside of bufferDmitry Stogov2005-06-011-2/+2
* make it compile on Win32 (thanks to Sebastian for noticing)Antony Dovgal2005-05-241-1/+1
* Fixed bug #32810 (temporary files not using plain file wrapper).Ilia Alshanetsky2005-05-231-0/+1
* 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
* fix inverted logic and thus Bug #27508Wez Furlong2005-05-111-1/+1
* 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
* Bug #32614 - prevent from crahsing with segfault on solaris if fdopen() fails...Uwe Schindler2005-04-071-0/+3
* Fixed bug #31363 (broken non-blocking flock()).Ilia Alshanetsky2005-04-061-1/+1
* 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
* BugFix #31137 stream_filter_remove() segfaults when stream already closedSara Golemon2005-03-292-0/+8
* Silence a warning here on systems where off_t is a long long.Rasmus Lerdorf2005-03-171-1/+1
* - Fix commentAndi Gutmans2005-02-241-1/+1
* Increase maximum mmapable file size to 2mb from 1mb.Ilia Alshanetsky2005-02-231-1/+1
* Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so).Ilia Alshanetsky2005-02-221-11/+10
* add an open mode for the memory streams that allows the stream to takeWez Furlong2005-02-061-1/+1
* 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
* fix Win32 & Netware buildAntony Dovgal2004-10-281-0/+2
* fix bug #30388 (rename across filesystems loses ownership and permission info)Antony Dovgal2004-10-271-2/+25
* Fixed bug #30362 (stream_get_line() not handling end string correctly).Ilia Alshanetsky2004-10-111-1/+2
* Fix the return value check tooWez Furlong2004-10-111-1/+1
* check the correct flag for async connectWez Furlong2004-10-111-1/+1
* - Fixed bug #27183 (Userland stream wrapper segfaults on stream_write)Christian Stocker2004-10-081-3/+4
* CLIB_STAT_PATCH check is redundant. So removing itAnantha Kesari H Y2004-09-231-1/+1
* Make new poll stuff work on win32 (and still be safe on unix)Wez Furlong2004-09-171-0/+3
* Fix for Bug #24189: possibly unsafe select(2) usage.Wez Furlong2004-09-171-45/+16
* Added stream_filter_remove() to cancel a stream filter.Sara Golemon2004-09-143-0/+93
* Allocating hash tables should be done via macro, not directlySara Golemon2004-09-132-3/+3
* A little extra code to allow overriding plainfiles wrapper as wellSara Golemon2004-09-101-2/+25