summaryrefslogtreecommitdiff
path: root/main/streams/streams.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Show the whole message when in debug modeMarcus Boerger2003-09-131-4/+5
* Fixed for 64bit archsArd Biesheuvel2003-09-131-1/+1
* Fixed bug #25316 (Possible infinite loop inside _php_stream_write()).Ilia Alshanetsky2003-09-111-1/+2
* Fixed bug #25429 (fix copying of stdin using copy() function)Ilia Alshanetsky2003-09-101-0/+3
* kill warningsSascha Schumann2003-08-281-2/+2
* Finalize the closing process of persistent streams. The currentIlia Alshanetsky2003-07-291-2/+2
* Fixed a double free bug when freeing persistent streams.Ilia Alshanetsky2003-07-281-8/+6
* Introduce connection pooling API. I'll use these in http/ftp fopen wrappers s...Sara Golemon2003-07-021-0/+69
* MFBSara Golemon2003-06-271-0/+3
* MFB PHP_4_3 main/streams.c r-1.125.2.70Sara Golemon2003-06-271-0/+5
* optionvalue is being copied via zval_copy_ctor, there's no need to addref the...Sara Golemon2003-06-161-1/+0
* Fix ZTS mode (hopefully all is working fine now again)Marcus Boerger2003-06-141-3/+6
* Plug leak (context options not freed)Sara Golemon2003-06-131-0/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* MFB context refcounting and text-mode fopen fixesWez Furlong2003-05-211-2/+21
* MFB fix for persistent streams recycling.Wez Furlong2003-05-191-7/+6
* Don't access what is already freed (noticed by Sascha)Marcus Boerger2003-04-161-1/+2
* Make it staticMarcus Boerger2003-04-131-1/+1
* SpelingMarcus Boerger2003-04-131-2/+2
* Fix persistent stream closing (that one took me at least 3 days)Marcus Boerger2003-04-131-0/+9
* Prevent php_stream_get_record from grabbing more than maxlen charactersSara Golemon2003-04-041-0/+4
* Fixed bug #22538 (stream filter problem)Moriyoshi Koizumi2003-03-311-1/+1
* WSIlia Alshanetsky2003-03-311-86/+120
* Fix for persistent stream shutdown under debug buildsWez Furlong2003-03-201-5/+13
* Sanity check for when a stream is requested to be persistent but the wrapperWez Furlong2003-03-191-0/+9
* Q}Wez Furlong2003-03-181-6/+6
* Fix for #22721 (poor file() performance on systems without mmap)Wez Furlong2003-03-181-2/+14
* Win32 build fix.Ilia Alshanetsky2003-03-171-1/+5
* Fixed bug #22538 (failed stat on stdio/stdin/stderr streams).Ilia Alshanetsky2003-03-171-1/+1
* Fixing functionicalls with variable number of parameters...Stefan Esser2003-03-061-2/+2
* Another big commit (tm).Wez Furlong2003-02-271-129/+71
* MFB: Bunch of streams related fixes.Wez Furlong2003-02-241-8/+14