summaryrefslogtreecommitdiff
path: root/main/streams/transports.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-5/+5
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* add backlock socket context option for stream_socket_server(),Michael Wallner2010-03-111-1/+14
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Switching to TSRMLS_FETCH versionFelipe Pena2009-11-161-1/+1
* - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())Felipe Pena2009-11-151-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed Bug #39396 (stream_set_blocking crashes on Win32).Ilia Alshanetsky2007-02-241-1/+1
* MFH: add trailing '\0' to stream hashesAntony Dovgal2007-01-151-3/+6
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Added function stream_socket_shutdown(). It is a wraper for system shutdown()...Dmitry Stogov2006-12-191-0/+19
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Fix the return value check tooWez Furlong2004-10-111-1/+1
* check the correct flag for async connectWez Furlong2004-10-111-1/+1
* Misc sendto/recvfrom tweaks that have been pending here for a while...Wez Furlong2004-07-311-0/+4
* Fix a bug in the persistent socket liveness checks and feof(); they wereWez Furlong2004-02-041-0/+2
* Fix segfault for scripts like this:Wez Furlong2004-01-271-1/+5
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* MFB fix for #25597Wez Furlong2003-12-201-1/+1
* Add stream_socket_sendto and stream_socket_recvfrom which work very muchWez Furlong2003-11-291-0/+110
* port "liveness" checks and a couple of other things from the 4.3 branch.Wez Furlong2003-11-271-2/+4
* more size_t -> socklen_t.Wez Furlong2003-07-021-2/+2
* Fix for mips compilerWez Furlong2003-06-281-1/+3
* updating license information in the headers.James Cox2003-06-101-3/+3
* New user-space functions:Wez Furlong2003-02-281-2/+33
* Fixup build for win32Wez Furlong2003-02-271-0/+1
* Another big commit (tm).Wez Furlong2003-02-271-0/+341