Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New curl lib needs additional libs to link (#24725) | Edin Kadribasic | 2003-07-22 | 1 | -2/+2 |
| | |||||
* | - CURLOPT_ENCODING is always defined, check the version instead. | foobar | 2003-07-20 | 1 | -2/+2 |
| | |||||
* | Added missing safe_mode checks | Ilia Alshanetsky | 2003-06-19 | 1 | -5/+23 |
| | |||||
* | proto fixes | Andrey Hristov | 2003-06-12 | 1 | -2/+2 |
| | |||||
* | MFH: Fixed bug #23539 (curl_exec() produces strange results). (daniel@haxx.se) | foobar | 2003-05-19 | 1 | -2/+2 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-05-09 | 1 | -0/+2 |
| | |||||
* | Fix bug #23048, CURLOPT_ENCODING is not always available | foobar | 2003-04-04 | 1 | -2/+6 |
| | |||||
* | MFH. (See bug #21995) | foobar | 2003-04-02 | 1 | -2/+4 |
| | |||||
* | MFH curl detection when multiple installations exist | Wez Furlong | 2003-03-23 | 1 | -0/+1 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-03-13 | 1 | -1/+3 |
| | |||||
* | - MFH: Fixed bug #22312 (crash on failed connection when curl_getinfo() was ↵ | foobar | 2003-02-28 | 1 | -40/+62 |
| | | | | | | | called). (Phil Oleson <poleson@verio.net>) | ||||
* | MFH | Ilia Alshanetsky | 2003-02-03 | 1 | -2/+2 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 3 | -3/+3 |
| | |||||
* | MFH | Ilia Alshanetsky | 2002-12-21 | 1 | -0/+1 |
| | |||||
* | No need to compile this code if curl streams are not enabled, which they | Wez Furlong | 2002-12-09 | 1 | -1/+1 |
| | | | | | cannot be in 4.3 (configure option is disabled and they don't work yet anyway). | ||||
* | fix memleak | Sterling Hughes | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | - Make it rely on cURL version 7.9.8 again, so that we can start with the | Derick Rethans | 2002-11-10 | 2 | -55/+7 |
| | | | | | Release Process. | ||||
* | add a whole bunch of constants that make the interface somewhat up-to-date. | Sterling Hughes | 2002-11-09 | 1 | -3/+37 |
| | |||||
* | add check for curl 7.10.2 | Sterling Hughes | 2002-11-09 | 1 | -3/+3 |
| | |||||
* | add support for curl 7.10.* constants (at least most of them) | Sterling Hughes | 2002-11-08 | 2 | -27/+128 |
| | | | | | add support for persistent connections | ||||
* | Really disable curlwrappers configure option. | Wez Furlong | 2002-11-07 | 1 | -3/+3 |
| | |||||
* | Disable --with-curlwrappers. | Wez Furlong | 2002-11-06 | 1 | -2/+9 |
| | | | | | (Pending support from libcurl itself) | ||||
* | 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 |
| | | | | | <alex@wankwood.com>) | ||||
* | Implement read buffering in streams. | Wez Furlong | 2002-09-23 | 1 | -18/+21 |
| | | | | | | | | | | | | Eliminate similar code from network.c. Implement fgets equivalent at the streams level, which can detect the mac, dos and unix line endings and handle them appropriately. The default behaviour is unix (and dos) line endings. An ini option to control this behaviour will follow. # Don't forget to make clean! # I've done some testing but would appreciate feedback from # people with scripts/extensions that seek around a lot. | ||||
* | @- Added --disable-all configure option. (Jani) | foobar | 2002-09-04 | 1 | -1/+1 |
| | |||||
* | @- PHP's cURL extention now requires cURL version 7.9.8 (Derick) | Derick Rethans | 2002-08-25 | 1 | -3/+3 |
| | | | | | - Bump up required version number of cURL to 7.9.8 | ||||
* | Implement curl based wrappers. | Wez Furlong | 2002-08-12 | 4 | -1/+443 |
| | | | | | | | | | | | | Currently read-only, and http is the only thing tested. Because of this, using them can be controlled by configure: --with-curlwrappers Use CURL for url streams Not for production use... This enables http, https, ftp and ldap protocols as streams. | ||||
* | 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 |
| | | | | | - Also set the binary mode ONLY if the passed value is true.. | ||||
* | 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 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
| | |||||
* | 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 ↵ | Sterling Hughes | 2001-12-24 | 1 | -2/+2 |
| | | | | RETURNTRANSFER is enabled. | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -1/+2 |
| |