summaryrefslogtreecommitdiff
path: root/main/streams.c
Commit message (Expand)AuthorAgeFilesLines
* Move streams files around a bit, to ease maintenance.Wez Furlong2003-02-161-2790/+0
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-0/+18
* Fixed bug #22234Moriyoshi Koizumi2003-02-151-0/+11
* MFB: Fix for bug #22199Wez Furlong2003-02-131-4/+7
* A probable cure for many getcwd/relative include related problems for win32.Wez Furlong2003-02-131-2/+2
* Fixed a typo.Ilia Alshanetsky2003-02-131-1/+1
* Simplified the mode validation code & added support for read+write mode toIlia Alshanetsky2003-02-131-17/+11
* Clarify error message.Wez Furlong2003-02-131-1/+1
* Added 'x' mode for fopen() used on local files. This mode will create a newIlia Alshanetsky2003-02-131-0/+3
* Moving away from ANSI stdio for plain files.Wez Furlong2003-02-131-14/+120
* Whitespace-fix these goto labels.Wez Furlong2003-02-131-2/+2
* Fix for Bug #21815 (fpassthru ignored buffered data but then complained anyway)Wez Furlong2003-02-131-1/+2
* Added feature request #9173 (added stream_get_line(), this function willIlia Alshanetsky2003-02-091-0/+35
* Added get_browser() function. This function can be used to fetch the headersIlia Alshanetsky2003-02-071-0/+4
* Fix sticky EOF problemSascha Schumann2003-01-301-3/+3
* Fix for Bug #20827: where stat is a macro on Tru64.Wez Furlong2003-01-061-1/+1
* Expose stream_filters_hash so that it can be searched by stream_get_filters()Sara Golemon2003-01-061-0/+5
* Workaround for glibc 2.2.9x and later "a+" bug that does not seek to EOF forWez Furlong2003-01-011-1/+7
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFB: fpos_t -> off_tWez Furlong2002-12-231-1/+1
* Fix for Bug #21131: fopen($file, 'a+') would incorrectly assume thatWez Furlong2002-12-221-2/+16
* Correct mistake introduced by my last commit on these files;Wez Furlong2002-12-191-1/+8
* MFB: popen/pclose and proc_open/proc_close fixes.Wez Furlong2002-12-121-2/+15
* MFBIlia Alshanetsky2002-12-101-5/+1
* Emulate fopencookie on *BSD systems.Wez Furlong2002-12-091-2/+55
* MFB: #20831 fixWez Furlong2002-12-091-3/+13
* MFB: Fix memleak in debug modeMarcus Boerger2002-11-231-1/+1
* Fix warning as discussed with Wez.Marcus Boerger2002-11-181-0/+2
* wb -> r+bWez Furlong2002-11-181-1/+1
* Merge streams changes from branch.Wez Furlong2002-11-181-41/+121
* Fixed a problem that would cause include/require("/dir/file") to fail onIlia Alshanetsky2002-11-171-0/+26
* - MFB: Fixed bug #20484 (stream_get_meta_data crashes on a normal fileDerick Rethans2002-11-141-1/+2
* Fixed a bug that in many situations would cause open_basedir restriction toIlia Alshanetsky2002-11-101-7/+9
* php_stream replacement for fprintfMarcus Boerger2002-11-061-0/+19
* Probable fix for #20180.Wez Furlong2002-11-011-1/+1
* Fix win32 build.Ilia Alshanetsky2002-10-281-0/+4
* A better fix for bug #20110.Ilia Alshanetsky2002-10-281-13/+13
* Fixed bug #20110.Ilia Alshanetsky2002-10-281-2/+9
* dont memmove a null pointer. caught by bounds checker.Shane Caraveo2002-10-271-1/+1
* fix Bug #20126Shane Caraveo2002-10-271-3/+3
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-2/+0
* When doing automatic line end detection, pick the line end that is foundIlia Alshanetsky2002-10-221-2/+2
* Refine stream_select() to work with streams that have data in their readWez Furlong2002-10-211-1/+3
* MFHMoriyoshi Koizumi2002-10-211-2/+2
* Fixed incorrect handling of files starting with a .Ilia Alshanetsky2002-10-201-1/+12
* made fgets() binary safe.Wez Furlong2002-10-191-1/+4
* Probable fix for #19944Wez Furlong2002-10-191-1/+1
* Fixed bug #19971 (optimized the file() function).Ilia Alshanetsky2002-10-181-4/+9
* Improve EOF detection. Fixes #19970.Wez Furlong2002-10-181-3/+2
* Nope, that last one wasn't a leak in main/streams.c, it wasWez Furlong2002-10-151-1/+1