Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-02 | multi: fix CURLM_STATE_TOOFAST for multi_socket | Nicholas Maniscalco | |
The code in the toofast state needs to first recalculate the values before it uses them again since it may have been a while since it last did it when it reaches this point. | |||
2011-02-02 | unit1300: code style cleanup | Daniel Stenberg | |
2011-02-02 | adding unit tests for Curl_llist_remove | Amr Shahin | |
2011-01-31 | Include TLSAUTH options in ILE/RPG binding. | Patrick Monnerat | |
2011-01-31 | file: add support for CURLOPT_TIMECONDITION | Dave Reisner | |
2011-01-31 | transfer: add Curl_meets_timecondition() | Dave Reisner | |
This will be used by file_do() and Curl_readwrite() as a unified method of checking to see if a remote document meets the supplied CURLOPT_TIMEVAL and CURLOPT_TIMECONDITION. Signed-off-by: Dave Reisner <d@falconindy.com> | |||
2011-01-29 | FAQ: clarified/expanded 6.7 a bit | Daniel Stenberg | |
"6.7 What are my obligations when using libcurl in my commercial apps?" got the piece about what exactly "in all copies" mean to a user of the code. This interpretation is based on what other MIT-like licenses have made more explicit. | |||
2011-01-29 | COPYING: update the year to 2011 | Daniel Stenberg | |
The generic copyright year range now includes 2011 | |||
2011-01-28 | Windows build: alternative makefile | Pierre Joye | |
This is a separate makefile for MSVC builds. It is deliberately put in another dir than src/ and lib/ to allow a different build experience than the previous - at least during a period. Eventually we should unify. | |||
2011-01-28 | test: add test 580 to the dist | Daniel Stenberg | |
2011-01-27 | Some minor edits including updates to function names | Dan Fandrich | |
2011-01-27 | ares: memory leak fix | Daniel Stenberg | |
The double name resolve trick used with c-ares could leave allocated memory in 'temp_ai' if the operation was aborted in the middle. | |||
2011-01-27 | ares_query_completed_cb: don't touch invalid data | Daniel Stenberg | |
When this callback is called due to the destruction of the ares handle, the connection pointer passed in as an argument may no longer pointing to valid data and this function doesn't need to do anything with it anyway so we make sure it doesn't. Bug: http://curl.haxx.se/mail/lib-2011-01/0333.html Reported by: Vsevolod Novikov | |||
2011-01-27 | nss: avoid memory leaks and failure of NSS shutdown | Kamil Dudka | |
... in case more than one CA is loaded. Bug: https://bugzilla.redhat.com/670802 | |||
2011-01-26 | Mention that sftp quote commands can be quoted | Dan Fandrich | |
2011-01-25 | tests: more multiple headers checks | Daniel Stenberg | |
2011-01-25 | HTTP: memory leak on multiple Location: | Daniel Stenberg | |
The HTTP parser allocated memory on each received Location: header without properly freeing old data. Starting now, the code only considers the first Location: header and will blissfully ignore subsequent ones. Bug: http://curl.haxx.se/bug/view.cgi?id=3165129 Reported by: Martin Lemke | |||
2011-01-24 | FAQ: clarify 5.13 how to stop a transfer | Daniel Stenberg | |
2011-01-22 | Fixed C++ style comment not allowed in ISO C90. | Guenter Knauf | |
2011-01-21 | Mention axTLS in some more documentation | Dan Fandrich | |
2011-01-20 | runtests.pl: make -s not show skipped tests | Daniel Stenberg | |
2011-01-20 | unittest: add 3 tests to test1300 | Amr Shahin | |
Testing Curl_llist_insert_next | |||
2011-01-20 | Fixed compile using OpenSSL versions < 0.9.4a | Darshan Mody | |
2011-01-19 | main: make the tlsauth options always present | Daniel Stenberg | |
... to not make the connection between the tool and the libcurl used tighter than necessary, the tlsauth options are now always present but if the used libcurl doesn't have TLSAUTH support it will return failure. Also, replaced strncmp() with strequal to get case insensitive matching. | |||
2011-01-19 | symbols-in-versions: add the new TLSAUTH-SRP symbols | Daniel Stenberg | |
2011-01-19 | configure: TLS-SRP wasn't added as a feature | Daniel Stenberg | |
Test case 1014 failed since TLS-SRP was correctly set to the features variable so curl-config --features didn't output it. | |||
2011-01-19 | dist: add new certs to tarball | Daniel Stenberg | |
2011-01-19 | TLS-SRP: support added when using GnuTLS | Quinn Slack | |
2011-01-19 | CURLOPT_SSL_VERIFYPEER: more clarifications | Daniel Stenberg | |
The default value is 1. curl _uses_ a default CA bundle, it doesn't install one. Drop the references to 7.10 as that is now >8 years old! | |||
2011-01-19 | TheArtOfHttpScripting: extended | Daniel Stenberg | |
Extended the intial HTTP protcol part and added a mention of --trace and --trace-ascii. Replaced most URLs in the text to use example.com instead of all the made up strange names. Shortened a bunch of lines. | |||
2011-01-19 | curl_easy_setopt.3: clarify VERIFYHOST/PEER | Daniel Stenberg | |
Extended the descriptions somewhat and made the options get listed next to each other. | |||
2011-01-18 | RELEASE-NOTES: mention contributors | Daniel Stenberg | |
2011-01-18 | RELEASE-NOTES: synced with 7fcbdd68b9e | Daniel Stenberg | |
2011-01-18 | Fixed configure define for Win32. | Guenter Knauf | |
Submitted by Vincent Torri. | |||
2011-01-18 | nss: fix a bug in handling of CURLOPT_CAPATH | Kamil Dudka | |
... and update the curl.1 and curl_easy_setopt.3 man pages such that they do not suggest to use an OpenSSL utility if curl is not built against OpenSSL. Bug: https://bugzilla.redhat.com/669702 | |||
2011-01-17 | Avoid redefines. | Guenter Knauf | |
2011-01-15 | curl.1: fix spelling | Daniel Stenberg | |
Bug: http://curl.haxx.se/bug/view.cgi?id=3157232 Reported by: John Bradshaw | |||
2011-01-14 | Added casts to silent gcc warnings. | Guenter Knauf | |
2011-01-13 | build: BCC - makefile.b32 tweak | Yang Tse | |
Get rid of stdout redirection to NUL and move stderr redirection into RM and RMDIR macros. | |||
2011-01-13 | build: BCC - makefile.b32 tweak | Yang Tse | |
Check for BCCDIR environment var done now as other checks. | |||
2011-01-13 | Use env var for PSDK instead of hardcoded path. | Guenter Knauf | |
2011-01-13 | Enabled SSPI support by default. | Guenter Knauf | |
2011-01-13 | Use MAKE macro with BCC targets. | Guenter Knauf | |
2011-01-12 | docs - update BCC INSTALL section | Yang Tse | |
2011-01-12 | build: BCC - require Borlands's MAKE for Makefile.b32 processing. | Yang Tse | |
2011-01-12 | build: BCC - recover lost functionality from commit 3d813204260b37289411 | Yang Tse | |
Borland's $(MAKEDIR) expands to the path where make.exe is located, use this feature to define BCCDIR when user has not defined BCCDIR. | |||
2011-01-12 | build: use external preprocessor cpp32 when building with Borland C | Yang Tse | |
2011-01-12 | build: allow usage of Borland 5.5.1 external preprocessor cpp32 | Yang Tse | |
2011-01-11 | Disable LDAP support since BCC headers are insufficient. | Guenter Knauf | |
2011-01-11 | Instead of exiting with error lets set BCCDIR self. | Guenter Knauf | |