summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Expand)AuthorAgeFilesLines
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-087-14/+14
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-089-18/+18
* MFB fix for #25597Wez Furlong2003-12-201-1/+1
* Fixed compiler warnings.Ilia Alshanetsky2003-12-141-1/+1
* Export STREAM_MKDIR_RECURSIVE constantSara Golemon2003-12-131-0/+1
* Fix Win32 Build. mkdir/rmdir are macrosSara Golemon2003-12-131-4/+4
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-133-2/+258
* Route rename() via wrapper ops.Sara Golemon2003-12-122-2/+117
* Be smarter about which systems should register unix transports.Wez Furlong2003-12-051-1/+1
* Register url_stat flag constants in userspaceSara Golemon2003-12-021-0/+3
* Populate userstream objects with context propertySara Golemon2003-12-021-3/+36
* Update userspace/url_stat protoSara Golemon2003-12-021-6/+11
* this can't be persistentWez Furlong2003-12-021-1/+2
* CSSara Golemon2003-12-021-2/+2
* Move safemode/basedir checks for url_stat to plain_wrapper.Sara Golemon2003-12-011-0/+13
* Removed unused variables.Ilia Alshanetsky2003-11-301-0/+2
* Add stream_socket_sendto and stream_socket_recvfrom which work very muchWez Furlong2003-11-293-2/+192
* Route php_stat() via streams/url_stat API (php_stream_stat_path).Sara Golemon2003-11-282-4/+40
* (sort of) MFB, feof fix for sockets.Wez Furlong2003-11-282-2/+14
* Fixed a memory leak.Ilia Alshanetsky2003-11-281-2/+2
* port "liveness" checks and a couple of other things from the 4.3 branch.Wez Furlong2003-11-272-10/+29
* 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
* Stop looking once we've found a matching filter.Sara Golemon2003-10-281-1/+1
* Extend Filter matching to check wildcards at multiple levels.Sara Golemon2003-10-281-10/+17
* finish file uri support, this stuff was unecessary.Shane Caraveo2003-10-191-10/+0
* A simpler patch to add file uri supportShane Caraveo2003-10-192-1/+17
* revert file: support in preparation for simpler patchShane Caraveo2003-10-191-67/+32
* make file uri's work with streamsShane Caraveo2003-10-191-32/+67
* Set the EOF indicator after each read attempt.Wez Furlong2003-10-082-7/+3
* Show the whole message when in debug modeMarcus Boerger2003-09-131-4/+5
* Pointer size fixArd Biesheuvel2003-09-131-1/+1
* Fixed for 64bit archsArd Biesheuvel2003-09-132-3/+3
* 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
* Fixed compiler warnings.Ilia Alshanetsky2003-08-281-1/+1
* kill warningsSascha Schumann2003-08-281-2/+2
* Prevent a crash when expand_filepath() fails.Ilia Alshanetsky2003-08-271-1/+3
* One bit fields need to be unsigned, otherwise there is no storage forSascha Schumann2003-08-171-3/+3
* 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
* Fix for mips compiler.Wez Furlong2003-07-141-1/+6
* MFB: binary mode by default under win32.Wez Furlong2003-07-051-6/+4
* Introduce connection pooling API. I'll use these in http/ftp fopen wrappers s...Sara Golemon2003-07-022-0/+77
* more size_t -> socklen_t.Wez Furlong2003-07-021-2/+2
* socklen_t needs this.Wez Furlong2003-07-021-0/+4
* size_t -> socklen_tWez Furlong2003-07-011-3/+3
* Merge selectable descriptor casting from PHP_4_3 branch.Wez Furlong2003-06-283-7/+14
* Fix for mips compilerWez Furlong2003-06-281-1/+3
* MFBSara Golemon2003-06-272-2/+8