summaryrefslogtreecommitdiff
path: root/main/network.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* - Updating UPGRADING for r309516 and modest merge to 5.3.Gustavo André dos Santos Lopes2011-03-231-1/+3
* - Fixed several comparisons that always result in true of falseGustavo André dos Santos Lopes2011-02-011-1/+2
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed a small mistake in the fix for bug #50953 that made connection timeou...Gustavo André dos Santos Lopes2010-10-021-2/+2
* - fix the fix for bug #52323Pierre Joye2010-09-081-1/+1
* - WSPierre Joye2010-09-081-30/+30
* - Fix bug #52323, return value of php_network_connect_socket should be set ev...Pierre Joye2010-09-081-1/+3
* - fix bug #50953, socket will not connect to IPv4 address when the host has b...Pierre Joye2010-09-071-2/+12
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed bug #48805 (IPv6 socket transport is not working).Ilia Alshanetsky2009-09-301-1/+1
* - Fixed bug #49447 (php engine need to correctly check for socket API Sriram Natarajan2009-09-041-5/+5
* MFH: use correct functionAntony Dovgal2009-05-041-1/+1
* MFH: don't segfault on bindto == NULLAntony Dovgal2009-05-041-1/+1
* Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via bindto)Ilia Alshanetsky2009-05-041-4/+9
* - MFH: Windows partFelipe Pena2009-01-031-1/+4
* - MFH: Errr, rule nº 1: be portable :)Felipe Pena2009-01-021-0/+2
* - MFH: Working with unintialized errno (#46917, noticed by Jost Boekemeier)Felipe Pena2009-01-021-0/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: initialize memoryArnaud Le Blanc2008-11-041-0/+2
* - MFH: Fixed bug #46082 (stream_set_blocking() can cause a crash in some circ...Felipe Pena2008-10-241-1/+5
* - MFH:Pierre Joye2008-08-231-2/+3
* MFH: silence warningJani Taskinen2008-07-111-0/+2
* MFH: fix segfault - error_string may be NULL, in this case we have to follow ...Antony Dovgal2008-03-111-6/+18
* char **error_message was passed but not used. This causes problems in casesAndrey Hristov2008-03-101-3/+6
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: fix non ipv6 enabled win buildRob Richards2007-11-061-0/+2
* Fix buildEdin Kadribasic2007-10-121-1/+1
* Fix build on MSVC 2008 - channeling WezElizabeth Marie Smith2007-10-091-0/+3
* MFH: Use correct macro nameJani Taskinen2007-07-181-1/+1
* MFH: ws fixJani Taskinen2007-07-171-18/+18
* MFHAntony Dovgal2007-01-111-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: Bug #38687 - sockaddr local storage insufficient for all sock familiesSara Golemon2006-09-111-10/+19
* add const keywordsNuno Lopes2006-07-011-1/+1
* first check stream for NULL, then dereferenceAntony Dovgal2006-03-191-2/+4
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* fix memleak when connection fails (and we still keep trying)Antony Dovgal2005-06-201-1/+7
* bzero > memsetIlia Alshanetsky2005-06-141-1/+1
* Added bindto socket context option.Ilia Alshanetsky2005-06-141-1/+33
* removed unwanted NEW_LIBC checksAnantha Kesari H Y2004-10-061-8/+1
* Make new poll stuff work on win32 (and still be safe on unix)Wez Furlong2004-09-171-18/+7
* Fix for Bug #24189: possibly unsafe select(2) usage.Wez Furlong2004-09-171-18/+102
* Ensure that port numbers get set in the peer/socket name functions.Wez Furlong2004-07-281-5/+5
* Fix #29431: crash when parsing an invalid network addressWez Furlong2004-07-281-1/+4
* BugFix: Copy/Paste mistake referenced undefined variable on platforms without...Sara Golemon2004-04-091-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Detect and enable IPv6 support under win32.Wez Furlong2003-12-061-7/+7
* Export these so that ftp extension can be build as shared ext.Wez Furlong2003-12-021-2/+2