summaryrefslogtreecommitdiff
path: root/ext/curl/streams.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New Year~Xinchen Hui2013-01-011-1/+1
* Fixed bug #63352 (Can't enable hostname validation when using curl stream wra...Pierrick Charron2012-12-211-2/+2
* Fixed bug #55438 (Curlwapper is not sending http header randomly)Pierrick Charron2012-12-191-13/+9
* FD_ZERO file descriptors before calling curl_multi_fdsetPierrick Charron2012-09-281-0/+4
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie emulat...Jani Taskinen2010-01-191-2/+2
* 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
* - Fixed bug #49052 (context option headers freed too early when using --with-...Jani Taskinen2009-07-251-4/+12
* MFH: Fixed compiler warningsKalle Sommer Nielsen2009-05-191-1/+1
* MFH: - Fixed Bug #45092header HTTP context option not being used (--with-curl...Jani Taskinen2009-05-051-12/+39
* Fixed bug #47477 (php_curl_stream_read() unnecessarily sleeps 15 secs underIlia Alshanetsky2009-02-231-2/+4
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-0/+3
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-201-0/+5
* MFH: missing part of the fix for #38844Antony Dovgal2006-09-151-0/+4
* still output an error, even if there is no curl_easy_strerror()Antony Dovgal2006-09-151-0/+2
* MFH: fix #38844 (curl_easy_strerror() is defined only since cURL 7.12.0)Antony Dovgal2006-09-151-0/+2
* Fixed bug #33770 (https:// or ftps:// do not work when --with-curlwrappersIlia Alshanetsky2006-08-301-0/+22
* Fixed conditionIlia Alshanetsky2006-08-101-4/+4
* Fixed overflow on 64bit systems in str_repeat() and wordwrap().Ilia Alshanetsky2006-08-101-2/+10
* MFH: fix #38269 (fopen wrapper doesn't fail on invalid hostname with curlwrap...Antony Dovgal2006-08-011-2/+20
* - only try to fetch stream context options if context is setMichael Wallner2006-06-061-1/+1
* - implement standard http stream wrapper options, fixes bug #34180Michael Wallner2006-05-251-26/+81
* bump year and license versionfoobar2006-01-011-3/+3
* Fix crash with e.g. stream_get_meta_data()foobar2005-08-251-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Use user_agent ini setting if it's available.Sara Golemon2004-08-311-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-131-1/+3
* Route rename() via wrapper ops.Sara Golemon2003-12-121-1/+2
* Silence warning.Ilia Alshanetsky2003-11-171-0/+2
* Win32 build fixesEdin Kadribasic2003-06-191-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Setup unlink() method in wrapper_ops structure, implement unlink in plainfile...Sara Golemon2003-05-141-1/+3
* WS & CS fixesfoobar2003-03-171-21/+15
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Commit these before Sterling renames the files again :-)Wez Furlong2002-11-141-12/+5
* add multi support and reorganize things a bit...Sterling Hughes2002-11-131-0/+392