Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after ↵ | Ilia Alshanetsky | 2009-09-30 | 1 | -0/+2 |
| | | | | fclose). | ||||
* | - Fixed bug #48774 (SIGSEGVs when using curl_copy_handle()). | Sriram Natarajan | 2009-07-21 | 1 | -0/+1 |
| | |||||
* | - Fix build for winblows | Jani Taskinen | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #48203 (crash when CURLOPT_STDERR is set to regular file) | Jani Taskinen | 2009-05-26 | 1 | -0/+1 |
| | |||||
* | - [DOC] #41712, implement progress callback | Pierre Joye | 2009-05-03 | 1 | -0/+7 |
| | | | | | - add constants CURLOPT_NOPROGRESS and CURLOPT_PROGRESSFUNCTION | ||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #45161 (Reusing a curl handle leaks memory) | Jani Taskinen | 2008-12-17 | 1 | -0/+2 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | decrement ch->uses (or destroy handle) when destroying multi handle | Antony Dovgal | 2006-10-05 | 1 | -0/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | Added curl_setopt_array(), allowing setting of multiple cURL options. | Ilia Alshanetsky | 2005-08-09 | 1 | -0/+7 |
| | | | | | Added CURLINFO_HEADER_OUT to facilitate request retrieval. | ||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Darwin seems to like this much better. | George Schlossnagle | 2005-07-15 | 1 | -2/+2 |
| | |||||
* | fix bug #33222 (segfault when CURL handle is closed in a callback). | Antony Dovgal | 2005-06-02 | 1 | -0/+1 |
| | | | | | fix segfaults when CURL callback functions throw exception. | ||||
* | add the curl_copy_handle() function which will exactly duplicate a cURL handle. | Sterling Hughes | 2004-03-12 | 1 | -0/+1 |
| | | | | | | Useful when you have multiple "similair" transforms as with a multi handle with only small variances (like the URL) | ||||
* | Fixed memory leak in the multi interface. | Ilia Alshanetsky | 2004-03-11 | 1 | -0/+1 |
| | | | | | | | Fixed proto of curl_multi_exec(). Fixed crash in curl resource attached to curl multi resource is manually freed via curl_close(). | ||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Fix the build | foobar | 2003-08-05 | 1 | -2/+2 |
| | |||||
* | Replace fast_call_user_function() with zend_call_function() | Zeev Suraski | 2003-08-05 | 1 | -11/+11 |
| | |||||
* | ZTS Fixes | Edin Kadribasic | 2003-06-19 | 1 | -1/+1 |
| | |||||
* | Win32 build fixes | Edin Kadribasic | 2003-06-19 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | switch over to using fast_call_user_function() with the callbacks | Sterling Hughes | 2003-05-21 | 1 | -9/+11 |
| | |||||
* | use the new TSRMLS_FETCH_FROM_CTX() macro | Sterling Hughes | 2003-04-27 | 1 | -0/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | add multi support and reorganize things a bit... | Sterling Hughes | 2002-11-13 | 1 | -4/+35 |
| | |||||
* | add support for curl 7.10.* constants (at least most of them) | Sterling Hughes | 2002-11-08 | 1 | -0/+1 |
| | | | | | add support for persistent connections | ||||
* | Implement curl based wrappers. | Wez Furlong | 2002-08-12 | 1 | -0/+32 |
| | | | | | | | | | | | | 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. | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | fix compile | Sterling Hughes | 2001-09-22 | 1 | -0/+1 |
| | |||||
* | @ Fixed a crash when using the CURLOPT_WRITEHEADER option. (Sterling) | Sterling Hughes | 2001-06-25 | 1 | -1/+1 |
| | | | | | | # Folks please test, I've tested a limited amount of test cases, however, # this change is far reaching, so I couldn't test all the necessary things | ||||
* | winsock is already initialized in an higher version by php | Daniel Beulshausen | 2001-05-17 | 1 | -1/+0 |
| | |||||
* | Add a compile check for the cURL version and fix the compile in general. | Sterling Hughes | 2001-05-16 | 1 | -0/+1 |
| | |||||
* | leftovers..... | Sterling Hughes | 2001-05-14 | 1 | -0/+1 |
| | |||||
* | Make it compile with the latest cURL cvs, heck it even works. | Sterling Hughes | 2001-05-04 | 1 | -4/+6 |
| | |||||
* | # Ok, big ass change list. Most of the changes are NEW's worthy, so | Sterling Hughes | 2001-04-30 | 1 | -10/+39 |
| | | | | | | | | | | | | | | | | | # I'll enter them directly there, not here.... The non-newsworthy code # is: Added REGISTER_CURL_CONSTANT() a wrapper around REGISTER_LONG_CONSTANT() Re-vamp the internal php_curl structure. Properly free allocated slist's and HttpPost structures many whitespace changes speed improvements (in the post handling and slist area's) # Furthermore, as a side note, while the code I'm committing is correct, # no one will be able to compile it yet and test it, as it requires a # patched version of curl (if you really want to try it out and can't # wait a day or two, send me a private mail) | ||||
* | # Actually fix the bug this time (I fixed another bug last time :) | Sterling Hughes | 2001-04-28 | 1 | -0/+1 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Change e-mail address | Sterling Hughes | 2001-02-15 | 1 | -1/+1 |
| | | | | | | # Can I get someone to change my cvsusers e-mail address to # sterling@designmultimedia.com? | ||||
* | Make daniel's changes work in ZTS mode... | Sterling Hughes | 2001-01-12 | 1 | -10/+0 |
| | |||||
* | take out emtpy struct | Daniel Beulshausen | 2001-01-12 | 1 | -2/+0 |
| | | | | | # vc chokes on them | ||||
* | Fix memory leaks in cURL. | Stanislav Malyshev | 2000-11-22 | 1 | -0/+1 |
| | | | | | cURL doesn't free strings we pass to him, so let PHP do it. | ||||
* | New e-mail address. | Sterling Hughes | 2000-10-27 | 1 | -1/+1 |
| | |||||
* | Fix CURLOPT_REFERER. | Sterling Hughes | 2000-10-20 | 1 | -1/+4 |
| | | | | | | | | | | @ Added the curl_getinfo() function to find out information about a CURL transfer. This function requires cURL 4.0 or above. (Sterling) @ Added the CURLOPT_KRB4, CURLOPT_INTERFACE, CURLOPT_QUOTE, CURLOPT_POSTQUOTE, CURLOPT_QUOTE and CURLOPT_HTTPPROXYTUNNELL options. (Sterling) | ||||
* | @ Added the ability for CURLOPT_POSTFIELDS to accept an array of HTTP post | Sterling Hughes | 2000-09-30 | 1 | -48/+6 |
| | | | | | | | | | | | | | | | parameters. (Sterling) @ Added the CURLOPT_HTTPHEADER option that allows for the posting of HTTP headers to a remote site from cURL. (Sterling) @ Add the curl_error() and curl_errno() functions. (Sterling) Buncha other changes... - Changed if () else if () in curl_setopt to switch .. case - Fixed a couple crashes in certain cases. - Finally a decent error reporting scheme. - A few formatting changes. | ||||
* | Fix up the implementation. | Sterling Hughes | 2000-08-27 | 1 | -6/+7 |
| | | | | | # it was getting hacky already. | ||||
* | Bunch o' changes.. | Sterling Hughes | 2000-08-20 | 1 | -3/+5 |
| | | | | | | | | | - Add the ability to return the web page into a variable by setting the CURLOPT_RETURNTRANSFER constant to 1. - Make everything conform to the naming guidelines. - Delete the resource id from the file_id table when a resource is closed. |