summaryrefslogtreecommitdiff
path: root/main/streams/transports.c
Commit message (Expand)AuthorAgeFilesLines
* 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