summaryrefslogtreecommitdiff
path: root/ext/curl/curl.c
Commit message (Expand)AuthorAgeFilesLines
* MFHSterling Hughes2001-12-031-3/+10
* Temporary fix not for the HEAD branch, this is the only way to avoid theSterling Hughes2001-11-201-1/+8
* MFH latest cURL fixes, these are tested and importantSterling Hughes2001-11-201-179/+218
* Fix nameZeev Suraski2001-11-131-1/+1
* Improve OpenSSL compatibilityZeev Suraski2001-11-131-1/+9
* MFH - SSL fixesZeev Suraski2001-11-131-0/+5
* MFHStig Bakken2001-10-111-0/+2
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-2/+3
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-0/+3
* Larger transfer buffer before realloc() this should speed things up a bitSterling Hughes2001-08-021-0/+3
* ws fixSterling Hughes2001-08-021-1/+0
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-2/+2
* Zend compatibility patchZeev Suraski2001-07-301-4/+4
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-1/+0
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-5/+5
* Prevent cURl from always outputting the header. Fix bug #12018Stanislav Malyshev2001-07-181-0/+6
* add missing break statements.Sterling Hughes2001-07-131-2/+3
* Herr sascha's reccomendation.Sterling Hughes2001-07-111-2/+1
* Return proper length, thanks for excellent reports by Colin.Sterling Hughes2001-07-111-0/+3
* fix.Sterling Hughes2001-07-111-1/+1
* # I think i am quite stupid.Sterling Hughes2001-07-101-1/+1
* If the transfer fails, still free the buffer if it exists.Sterling Hughes2001-07-101-0/+2
* Fix possible corruption problem with curl_errno() and curl_error()Sterling Hughes2001-07-021-1/+3
* Fix mispell.Sterling Hughes2001-07-021-1/+1
* @ Fixed a crash when using the CURLOPT_WRITEHEADER option. (Sterling)Sterling Hughes2001-06-251-58/+90
* (PHP curl_setopt) fix CURLOPT_HTTPHEADER crasher (Stig)Stig Bakken2001-06-121-1/+2
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-3/+45
* Speed up data being sent to stdoutSterling Hughes2001-05-271-7/+3
* .Sterling Hughes2001-05-271-1/+1
* so says sniper, and so it shall be.Sterling Hughes2001-05-271-1/+1
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+3
* winsock is already initialized in an higher version by phpDaniel Beulshausen2001-05-171-47/+1
* Add a compile check for the cURL version and fix the compile in general.Sterling Hughes2001-05-161-1/+1
* Register the binary transfer optionSterling Hughes2001-05-141-5/+15
* fix crash bugSterling Hughes2001-05-061-13/+16
* Make it compile with the latest cURL cvs, heck it even works.Sterling Hughes2001-05-041-49/+56
* - Fix possible buffer overflow. Always better to use strlcpy() insteadAndi Gutmans2001-05-021-1/+1
* remove last minute garbage that snuck in...Sterling Hughes2001-04-301-1/+1
* Add some missing constants.Sterling Hughes2001-04-301-0/+3
* # Ok, big ass change list. Most of the changes are NEW's worthy, soSterling Hughes2001-04-301-530/+682
* fix win32 buildDaniel Beulshausen2001-04-301-1/+1
* # Actually fix the bug this time (I fixed another bug last time :)Sterling Hughes2001-04-281-3/+5
* fix bug #10541Sterling Hughes2001-04-281-2/+6
* Fixed a crash bug.Sterling Hughes2001-04-241-7/+1
* remove some unneccessary casts, remove unneccessary error casts, standardizeSterling Hughes2001-03-201-64/+64
* Remove some unnecessary error checkingSterling Hughes2001-03-201-8/+0
* add a warn not available for curl_getinfo().Sterling Hughes2001-03-031-28/+26
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Fixed a typo in constant definitions and a possible crash in curl_setopt().foobar2001-02-161-5/+13