summaryrefslogtreecommitdiff
path: root/ext/curl/curl.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* 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
| | | | | | # 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
* (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
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* 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
| | | | | of strncpy()
* 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
| | | | | | | | | | | | | | | | | # 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)
* 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
| | | | | Return the proper amount.
* remove some unneccessary casts, remove unneccessary error casts, standardizeSterling Hughes2001-03-201-64/+64
| | | | | the coding format for some of the stuff.
* Remove some unnecessary error checkingSterling Hughes2001-03-201-8/+0
|
* add a warn not available for curl_getinfo().Sterling Hughes2001-03-031-28/+26
| | | | | remove unneccessary error checking.
* - 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
| | | | | # pr: #9181
* Change e-mail addressSterling Hughes2001-02-151-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 Hughes2001-01-121-8/+2
|
* Fix pr #8305.foobar2001-01-031-1/+1
|
* Heads up people!Zeev Suraski2000-12-221-3/+2
| | | | | | Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok...
* Kill warningStanislav Malyshev2000-12-131-1/+1
|
* Fixed bug #8145foobar2000-12-071-0/+1
|
* close the filehandle if it is a tempfile.Sterling Hughes2000-12-041-2/+14
|
* Revert bad commit.foobar2000-11-231-2/+2
| | | | | # And now I'm ready to sleep..
* Fixed some compile warnings.foobar2000-11-231-2/+3
|
* Fix memory leaks in cURL.Stanislav Malyshev2000-11-221-0/+8
| | | | | cURL doesn't free strings we pass to him, so let PHP do it.
* Hmmm, that wasn't good.Sterling Hughes2000-11-221-1/+0
|