| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: fixing comment spelling typos in lib files | Eddie Lumpkin | 2021-10-22 | 1 | -2/+2 |
* | infof: remove newline from format strings, always append it | Daniel Stenberg | 2021-07-07 | 1 | -3/+3 |
* | tidy-up: make conditional checks more consistent | Daniel Stenberg | 2021-04-22 | 1 | -1/+1 |
* | lib: more conn->data cleanups | Daniel Stenberg | 2021-01-19 | 1 | -6/+6 |
* | lib: pass in 'struct Curl_easy *' to most functions | Daniel Stenberg | 2021-01-17 | 1 | -6/+6 |
* | failf: remove newline from formatting strings | Daniel Stenberg | 2020-12-25 | 1 | -1/+1 |
* | infof/failf calls: fix format specifiers | Rikard Falkeborn | 2020-11-24 | 1 | -2/+2 |
* | curl.se: new home | Daniel Stenberg | 2020-11-04 | 1 | -1/+1 |
* | all: fix codespell errors | Viktor Szakats | 2020-05-25 | 1 | -1/+1 |
* | checksrc: enhance the ASTERISKSPACE and update code accordingly | Daniel Stenberg | 2020-05-14 | 1 | -1/+1 |
* | cleanup: insert newline after if() conditions | Daniel Stenberg | 2020-03-30 | 1 | -1/+2 |
* | socks: make the connect phase non-blocking | Daniel Stenberg | 2020-02-17 | 1 | -1/+5 |
* | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg | 2018-11-23 | 1 | -3/+3 |
* | code style: use spaces around pluses | Daniel Stenberg | 2017-09-11 | 1 | -12/+13 |
* | code style: use spaces around equals signs | Daniel Stenberg | 2017-09-11 | 1 | -18/+18 |
* | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg | 2016-12-13 | 1 | -3/+3 |
* | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg | 2016-11-24 | 1 | -2/+2 |
* | checksrc: code style: use 'char *name' style | Daniel Stenberg | 2016-11-24 | 1 | -1/+1 |
* | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov | 2016-11-24 | 1 | -5/+7 |
* | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg | 2016-06-22 | 1 | -2/+2 |
* | lib: include curl_printf.h as one of the last headers | Daniel Stenberg | 2016-04-29 | 1 | -2/+3 |
* | CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAME | Steve Holme | 2016-04-09 | 1 | -1/+2 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | checksrc: use space after comma | Daniel Stenberg | 2015-03-17 | 1 | -17/+17 |
* | checksrc: use space before paren in "return (expr);" | Daniel Stenberg | 2015-03-17 | 1 | -2/+2 |
* | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg | 2015-03-03 | 1 | -4/+1 |
* | gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitions | Steve Holme | 2015-01-09 | 1 | -14/+4 |
* | sasl_gssapi: Fixed honouring of no mutual authentication | Steve Holme | 2014-12-04 | 1 | -0/+1 |
* | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg | 2014-10-24 | 1 | -10/+10 |
* | GSSAPI: remove useless *_MECHANISM defines. | Patrick Monnerat | 2014-07-23 | 1 | -1/+1 |
* | docs: Improve inline GSS-API naming in code documentation | Michael Osipov | 2014-07-23 | 1 | -28/+28 |
* | curl_gssapi: Add macros for common mechs and pass them appropriately | Michael Osipov | 2014-07-23 | 1 | -1/+1 |
* | Use SPNEGO for HTTP Negotiate | David Woodhouse | 2014-07-16 | 1 | -0/+1 |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+533 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -533/+0 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -8/+8 |
* | Fix bad failf() and info() usage | Yang Tse | 2012-06-14 | 1 | -1/+2 |
* | SOCKS: fix the connect timeout | Daniel Stenberg | 2011-08-08 | 1 | -12/+4 |
* | Add new CURLOPT_GSSAPI_DELEGATION option. | Adam Tkac | 2011-08-03 | 1 | -1/+2 |
* | Avoid a "shadows global declaration" warning on old MIT Kerberos | Dan Fandrich | 2011-07-28 | 1 | -0/+1 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -5/+0 |
* | gssapi: rename our files to avoid conflicts | Daniel Stenberg | 2011-07-13 | 1 | -1/+1 |
* | gssapi.c: Simplified the function. | Julien Chaffraix | 2011-07-12 | 1 | -9/+3 |
* | Added Curl_gss_init_sec_context. | Julien Chaffraix | 2011-07-12 | 1 | -13/+14 |
* | compiler warning: fix | Yang Tse | 2011-05-26 | 1 | -2/+3 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -2/+3 |
* | Changed some nonportable types | Dan Fandrich | 2011-04-05 | 1 | -1/+1 |
* | scan-build warning | Daniel Stenberg | 2011-03-16 | 1 | -3/+1 |
* | Curl_timeleft: s/conn/data in first argument | Daniel Stenberg | 2011-01-04 | 1 | -2/+2 |