summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* New macro for check void parametersFelipe Pena2008-02-281-2/+2
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
* MFB: Fixed bug #43620 (Workaround for a bug inside libcurl 7.16.2 that canIlia Alshanetsky2007-12-181-1/+1
* fix foldingAntony Dovgal2007-12-042-6/+10
* - Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL)Jani Taskinen2007-11-161-3/+5
* - fix CURLOPT_TIMEOUT_MS support (available since 7.16.2)Michael Wallner2007-10-031-4/+4
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* Bagder says I don't need these ifdefsSara Golemon2007-08-211-2/+0
* Add support for CURLPROXY_SOCKS4Sara Golemon2007-08-201-0/+3
* add CURLINFO_PRIVATE & CURLOPT_PRIVATEAntony Dovgal2007-07-041-0/+5
* - fix typoMichael Wallner2007-05-251-1/+1
* MFB: first check the SSL lib string in libcurl and then the headerMichael Wallner2007-05-211-36/+37
* - fix compiler/linker agnostic runpath switchMichael Wallner2007-05-191-1/+1
* MFB: r1.28.2.3.2.4Michael Wallner2007-05-161-26/+57
* add CURLOPT_FTP_CREATE_MISSING_DIRSAntony Dovgal2007-04-231-2/+4
* Add support for CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MSSara Golemon2007-04-171-0/+12
* TypoMartin Kraemer2007-03-141-1/+1
* MFB Off by ! in file:/// control char checkRasmus Lerdorf2007-03-091-1/+1
* fix leakAntony Dovgal2007-02-231-2/+4
* improve the fixAntony Dovgal2007-01-191-1/+1
* fix #40169 (CURLOPT_TCP_NODELAY only available in curl >= 7.11.2)Antony Dovgal2007-01-191-0/+4
* Add CURLOPT_TCP_NODELAYSara Golemon2007-01-081-0/+2
* Bump year.Sebastian Bergmann2007-01-014-4/+4
* MFB: Fixed bug #39878 (CURL doesn't compile on Sun Studio Pro).Ilia Alshanetsky2006-12-261-6/+10
* gracefully bail out on invalid headerAntony Dovgal2006-12-201-0/+5
* - check CRYPTO_get_id_callback() if anyone else already set thread lock callb...Michael Wallner2006-12-191-7/+2
* Improve handling of POST data with Andrei's help.Ilia Alshanetsky2006-12-091-11/+25
* Fix buildHannes Magnusson2006-12-091-1/+1
* Fixed typoIlia Alshanetsky2006-12-081-1/+1
* Allow POST of unicode data as utf8Ilia Alshanetsky2006-12-081-5/+11
* Allow submission of unicode data in utf8 formIlia Alshanetsky2006-12-071-10/+22
* Final set of unicode changesIlia Alshanetsky2006-12-061-10/+31
* First part of unicode upgradeIlia Alshanetsky2006-12-061-84/+85
* Make functions as being unicode safeIlia Alshanetsky2006-12-061-8/+8
* MFB: Adjust previous patch to work betterIlia Alshanetsky2006-11-211-5/+6
* MFB: Fixed compiler warningsIlia Alshanetsky2006-11-201-5/+11
* MFB: Tell linker that we're using stati libcurlEdin Kadribasic2006-11-141-0/+1
* MFB: Fixed bug #39354 (Allow building of curl extension against libcurlIlia Alshanetsky2006-11-031-1/+6
* MFB: Fixed bug #39034 (curl_exec() with return transfer returns TRUE onIlia Alshanetsky2006-10-101-1/+5
* MFB: Added missing configuration checksIlia Alshanetsky2006-10-081-0/+4
* Error message clean upHannes Magnusson2006-10-081-3/+3
* MFB: Fix ZTS build.Sebastian Bergmann2006-10-061-0/+1
* decrement ch->uses (or destroy handle) when destroying multi handleAntony Dovgal2006-10-052-1/+23
* MFB: Fixed bug #38574 (missing curl constants and improper constantIlia Alshanetsky2006-09-181-8/+13
* missing part of the fix for #38844Antony Dovgal2006-09-152-0/+10
* MFB: still output an error, even if there is no curl_easy_strerror()Antony Dovgal2006-09-151-0/+2
* fix segfault in curl_multi_info_read()Antony Dovgal2006-09-151-7/+7
* fix #38844 (curl_easy_strerror() is defined only since cURL 7.12.0)Antony Dovgal2006-09-152-0/+10
* Be overly picky: CURL->cURLHannes Magnusson2006-09-093-13/+13
* MFB: Fixed bug #38693 (curl_multi_add_handle() set curl handle to null).Ilia Alshanetsky2006-09-041-10/+11