summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* TypoMartin Kraemer2007-03-141-1/+1
* Off by ! in the url control char check for file:/// urlsRasmus Lerdorf2007-03-091-1/+1
* MFH: fix leakAntony Dovgal2007-02-231-2/+4
* MFHAntony Dovgal2007-01-191-1/+1
* MFH: fix #40169 (CURLOPT_TCP_NODELAY only available in curl >= 7.11.2)Antony Dovgal2007-01-191-0/+4
* MFH: Add CURLOPT_TCP_NODELAY constantSara Golemon2007-01-091-0/+2
* MFH: Bump year.Sebastian Bergmann2007-01-014-4/+4
* Don't forget to free url structureIlia Alshanetsky2006-12-261-0/+1
* Fixed bug #39878 (CURL doesn't compile on Sun Studio Pro).Ilia Alshanetsky2006-12-261-7/+10
* MFHAntony Dovgal2006-12-201-0/+5
* MFH: check CRYPTO_get_id_callback() if anyone else already set thread lock ca...Michael Wallner2006-12-191-7/+2
* Adjust previous patch to work betterIlia Alshanetsky2006-11-211-5/+6
* Fixed compiler warningsIlia Alshanetsky2006-11-201-5/+11
* Tell linker that we're using stati libcurlEdin Kadribasic2006-11-141-0/+1
* Fixed bug #39354 (Allow building of curl extension against libcurl 7.16.0)Ilia Alshanetsky2006-11-031-1/+6
* Fixed bug #39034 (curl_exec() with return transfer returns TRUE on emptyIlia Alshanetsky2006-10-101-1/+5
* Added missing configuration checksIlia Alshanetsky2006-10-081-0/+4
* Fix ZTS build.Sebastian Bergmann2006-10-061-0/+1
* MFH: decrement ch->uses (or destroy handle) when destroying multi handleAntony Dovgal2006-10-052-1/+23
* Fixed bug #38574 (missing curl constants and improper constant detection).Ilia Alshanetsky2006-09-181-8/+13
* MFH: missing part of the fix for #38844Antony Dovgal2006-09-152-0/+10
* still output an error, even if there is no curl_easy_strerror()Antony Dovgal2006-09-151-0/+2
* MFH: fix segfault in curl_multi_info_read()Antony Dovgal2006-09-151-7/+7
* MFH: fix #38844 (curl_easy_strerror() is defined only since cURL 7.12.0)Antony Dovgal2006-09-152-0/+10
* CURL->cURLHannes Magnusson2006-09-093-16/+16
* Fixed bug #38693 (curl_multi_add_handle() set curl handle to null).Ilia Alshanetsky2006-09-041-10/+11
* Fixed bug #33770 (https:// or ftps:// do not work when --with-curlwrappersIlia Alshanetsky2006-08-301-0/+22
* Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL handle).Ilia Alshanetsky2006-08-291-1/+33
* Fixed conditionIlia Alshanetsky2006-08-101-4/+4
* Fixed overflow on 64bit systems in str_repeat() and wordwrap().Ilia Alshanetsky2006-08-102-3/+20
* MFH: fix #38269 (fopen wrapper doesn't fail on invalid hostname with curlwrap...Antony Dovgal2006-08-011-2/+20
* Eliminate some compiler warningsIlia Alshanetsky2006-07-041-8/+16
* Bug #37961 (url should be URL)Hannes Magnusson2006-06-291-2/+2
* MFH: Removed obsolete arginfo includeHannes Magnusson2006-06-261-3/+0
* MFH: Revert array type hintingHannes Magnusson2006-06-151-1/+1
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-112-21/+123
* - 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
* Added control character checks for cURL extension's open_basedir/safe_modeIlia Alshanetsky2006-05-211-1/+6
* MFH: Add implementation of curl_multi_info_readBrian France2006-05-081-9/+56
* fix bug #37061 (curl_exec() doesn't zero-terminate binary strings) - we get t...Antony Dovgal2006-04-132-12/+11
* MFH: fix bug #36152 problems with curl+ssl and pgsql+ssl in same PHPMichael Wallner2006-01-261-109/+90
* cURL extension news.Ilia Alshanetsky2006-01-242-16/+112
* Revert unrelated parts of the previous patch.Ilia Alshanetsky2006-01-051-105/+16
* MFH4: Fixed bug #35908 (curl extension uses undefined GCRY_THREAD_OPTIONS_USER).Ilia Alshanetsky2006-01-051-17/+106
* bump year and license versionfoobar2006-01-014-12/+12
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* Improved safe_mode/open_basedir check.Ilia Alshanetsky2005-11-271-1/+1
* fix #35341 (Fix for bug #33760 breaks build with older curl)Antony Dovgal2005-11-221-1/+1
* Additional open_basedir/safe_mode checks.Ilia Alshanetsky2005-10-311-1/+1