summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* MFH:Felipe Pena2008-11-071-1/+1
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+18
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-18/+0
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
* - fix zlib detection and enable features available in 7.18.1Pierre Joye2008-08-241-4/+7
* - MFH: fix zlib detection (shared/static) and add zlib_a supportPierre Joye2008-08-051-2/+3
* MFH: fix copy/paste error (patch by Mikko)Antony Dovgal2008-07-291-2/+2
* Support for closuresDmitry Stogov2008-07-171-0/+35
* - MFB: Fixed bug #45220 (curl_read callback returns -1 when needs to return s...Felipe Pena2008-07-121-2/+4
* 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