summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* Testfest task 93. Written by Sebastian Deutsch.David Soria Parra2008-06-226-0/+222
* updated to the new parameter-parsing apiAlexey Zakhlestin2008-06-211-36/+34
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-0/+3
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
* New param parsing APIIlia Alshanetsky2008-02-071-9/+8
* MFB: Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz.Ilia Alshanetsky2008-01-061-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
* Fixed bug #43620 (Workaround for a bug inside libcurl 7.16.2 that can resultIlia Alshanetsky2007-12-181-1/+1
* MFHAntony Dovgal2007-12-042-6/+10
* MFH: - Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL)Jani Taskinen2007-11-161-3/+5
* MFH: Fix typo and remove dots in error messagesHannes Magnusson2007-10-131-3/+3
* MFH: fix CURLOPT_TIMEOUT_MS supportMichael Wallner2007-10-031-4/+4
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: add CURLINFO_PRIVATE & CURLOPT_PRIVATEAntony Dovgal2007-07-041-0/+5
* - fix typoMichael Wallner2007-05-251-1/+1
* MFH(r-1.112) Add CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS option cons...Sara Golemon2007-05-221-0/+12
* - first check the SSL lib string in libcurl and then the headerMichael Wallner2007-05-211-36/+37
* - fix compile/linker agnostic runpath switchMichael Wallner2007-05-191-1/+1
* - fixed bug #41358: configure cannot determine libcurl's SSL lib as of v7.16.2Michael Wallner2007-05-161-26/+57
* MFH: add CURLOPT_FTP_CREATE_MISSING_DIRSAntony Dovgal2007-04-231-2/+4
* 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