summaryrefslogtreecommitdiff
path: root/ext/curl/interface.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: add CURLOPT_FTP_CREATE_MISSING_DIRSAntony Dovgal2007-04-231-2/+4
* 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-011-1/+1
* 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
* 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
* 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
* Fixed bug #38574 (missing curl constants and improper constant detection).Ilia Alshanetsky2006-09-181-8/+13
* CURL->cURLHannes Magnusson2006-09-091-8/+8
* Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL handle).Ilia Alshanetsky2006-08-291-1/+33
* Fixed overflow on 64bit systems in str_repeat() and wordwrap().Ilia Alshanetsky2006-08-101-1/+10
* 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-111-19/+120
* Added control character checks for cURL extension's open_basedir/safe_modeIlia Alshanetsky2006-05-211-1/+6
* fix bug #37061 (curl_exec() doesn't zero-terminate binary strings) - we get t...Antony Dovgal2006-04-131-7/+9
* 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-241-16/+105
* 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-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* Improved safe_mode/open_basedir check.Ilia Alshanetsky2005-11-271-1/+1
* Additional open_basedir/safe_mode checks.Ilia Alshanetsky2005-10-311-1/+1
* MFHfoobar2005-10-261-34/+34
* - MFH: thread safe SSL crypto locks, fixes bug #33760Michael Wallner2005-10-251-2/+150
* MFH: Further URL validations in safe_mode/open_basedir configs.Ilia Alshanetsky2005-10-171-1/+1
* MFH: Added missing safe_mode checks.Ilia Alshanetsky2005-10-061-1/+1
* MFH: Missing safe_mode/open_basedir checks for file uploads.Ilia Alshanetsky2005-10-051-1/+6
* - Bumber up yearfoobar2005-08-031-1/+1
* Cleanup buffers on handle re-use.Ilia Alshanetsky2005-07-181-5/+1
* Added 2 missing cURL options available in all versions.Ilia Alshanetsky2005-07-161-0/+4
* Darwin seems to like this much better.George Schlossnagle2005-07-151-0/+3
* Fixed bug #33475 (cURL handle is not closed on curl_close().Ilia Alshanetsky2005-06-261-1/+2
* fix bug #33222 (segfault when CURL handle is closed in a callback).Antony Dovgal2005-06-021-6/+21
* php_error() -> php_error_docref().Ilia Alshanetsky2005-04-211-1/+1
* - Fixed bug #30609 (cURL functions bypass open_basedir)foobar2005-03-141-3/+32
* Fix #31413: curl POSTFIELDS usage on 64-bit platforms.Joe Orton2005-01-051-3/+7
* fix typo so it compilesRob Richards2004-11-181-1/+1
* Added support for better control over FTP encryption protocols.Ilia Alshanetsky2004-11-141-1/+12