| Commit message (Expand) | Author | Age | Files | Lines |
* | add multi support and reorganize things a bit... | Sterling Hughes | 2002-11-13 | 1 | -1216/+0 |
* | - Make it rely on cURL version 7.9.8 again, so that we can start with the | Derick Rethans | 2002-11-10 | 1 | -52/+4 |
* | add a whole bunch of constants that make the interface somewhat up-to-date. | Sterling Hughes | 2002-11-09 | 1 | -3/+37 |
* | add support for curl 7.10.* constants (at least most of them) | Sterling Hughes | 2002-11-08 | 1 | -27/+127 |
* | Fixed ZTS build. | Ilia Alshanetsky | 2002-10-22 | 1 | -0/+1 |
* | no need to double fetch | Sterling Hughes | 2002-10-21 | 1 | -3/+2 |
* | - Added CURLOPT_FTP_USE_EPSV option. (Patch by Alex Howansky | Derick Rethans | 2002-10-02 | 1 | -0/+2 |
* | Implement curl based wrappers. | Wez Furlong | 2002-08-12 | 1 | -0/+13 |
* | add support for the curl dns cache | Sterling Hughes | 2002-07-31 | 1 | -222/+228 |
* | - Fix bug: #18509, e.g. setting CURLOPT_BINARYTRANSFER succeeds always. | foobar | 2002-07-26 | 1 | -3/+6 |
* | Fixed bug: #18250 | foobar | 2002-07-11 | 1 | -5/+4 |
* | formatting fixes | Sterling Hughes | 2002-07-03 | 1 | -50/+61 |
* | fix bug #17963 | Sterling Hughes | 2002-07-03 | 1 | -3/+9 |
* | Unify error messages | Derick Rethans | 2002-06-26 | 1 | -10/+10 |
* | fix bug #15150, thanks to daniel at haxx.se for the fix | Sterling Hughes | 2002-04-03 | 1 | -4/+4 |
* | - Fix for bug #16232 (Patch by Alan Knowles <alan@akbkhome.com>) | Derick Rethans | 2002-03-24 | 1 | -20/+13 |
* | proto fix | Hartmut Holzgraefe | 2002-03-23 | 1 | -1/+1 |
* | *** empty log message *** | Markus Fischer | 2002-03-21 | 1 | -1/+1 |
* | proto fixes | Hartmut Holzgraefe | 2002-03-18 | 1 | -6/+6 |
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -1/+8 |
* | hopefully fix --with-openssl issues | Sterling Hughes | 2002-01-27 | 1 | -9/+1 |
* | just init CURL_GLOBAL_SSL | Sterling Hughes | 2002-01-22 | 1 | -1/+1 |
* | Avoid a segfault when 0 bytes are returned from a website, and RETURNTRANSFER... | Sterling Hughes | 2001-12-24 | 1 | -2/+2 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | Spaces -> Tabs | Sterling Hughes | 2001-12-10 | 1 | -1/+1 |
* | Add a content length field to perhaps eliminate null truncation | Sterling Hughes | 2001-12-03 | 1 | -1/+3 |
* | Re-add support for HTTP file uploads | Sterling Hughes | 2001-12-03 | 1 | -3/+10 |
* | Fix a crash bug in CURLOPT_POSTFIELDS by using curl_formadd instead of | Sterling Hughes | 2001-11-20 | 1 | -6/+6 |
* | Improve OpenSSL compatibility | Zeev Suraski | 2001-11-13 | 1 | -1/+9 |
* | "Fix" last commit, to compile cURL with SSL support you must also use the | Sterling Hughes | 2001-11-13 | 1 | -1/+1 |
* | Import patch from bug #14023 | Zeev Suraski | 2001-11-13 | 1 | -1/+3 |
* | Reverting the last fix for ZTS and adding TSRMLS_FETCH() to make it work. | Frank M. Kromann | 2001-10-18 | 1 | -2/+4 |
* | Fixing ZTS build on win32 | Frank M. Kromann | 2001-10-18 | 1 | -3/+3 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
* | Revert macro-subst, because wasn't necessary here, and those who were | Jeroen van Wolffelaar | 2001-09-26 | 1 | -3/+3 |
* | 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now. | Jeroen van Wolffelaar | 2001-09-26 | 1 | -3/+3 |
* | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -3/+3 |
* | fix constant | Sterling Hughes | 2001-09-24 | 1 | -3/+3 |
* | fix compile | Sterling Hughes | 2001-09-22 | 1 | -2/+2 |
* | update to curl 7.9 (when it comes out :) | Sterling Hughes | 2001-09-22 | 1 | -165/+205 |
* | Use proper macro to return string with unknown length | Sascha Schumann | 2001-09-10 | 1 | -1/+1 |
* | Revert, this is max error size, not strlen(error) | Sterling Hughes | 2001-09-10 | 1 | -1/+1 |
* | RETURN_STRING -> RETURN_STRINGL | Sterling Hughes | 2001-09-10 | 1 | -1/+1 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | tense, tense, tense | Sterling Hughes | 2001-09-08 | 1 | -1/+1 |
* | noet | Sterling Hughes | 2001-08-24 | 1 | -4/+4 |
* | Track down a few more functions that don't check for 0 args and use | Rasmus Lerdorf | 2001-08-13 | 1 | -2/+3 |
* | We don't consistently check for args passed to functions that don't | Rasmus Lerdorf | 2001-08-13 | 1 | -0/+3 |
* | Larger transfer buffer before realloc() this should speed things up a bit | Sterling Hughes | 2001-08-02 | 1 | -0/+3 |
* | ws fix | Sterling Hughes | 2001-08-02 | 1 | -1/+0 |