Age | Commit message (Expand) | Author |
2019-10-13 | security: silence conversion warning | Marcel Raad |
2019-09-09 | security:read_data fix bad realloc() | Daniel Stenberg |
2019-07-08 | cleanup: fix typo in comment | Daniel Gustafsson |
2019-07-06 | lib: Use UTF-8 encoding in comments | Gergely Nagy |
2019-05-20 | lib: reduce variable scopes | Marcel Raad |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-03-05 | source: fix two 'nread' may be used uninitialized warnings | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-09-17 | memory: add missing curl_printf header | Daniel Gustafsson |
2018-09-13 | sendf: Fix whitespace in infof/failf concatenation | Daniel Gustafsson |
2018-06-12 | Curl_debug: remove dead printhost code | Daniel Stenberg |
2018-05-31 | strictness: correct {infof, failf} format specifiers | Rikard Falkeborn |
2018-01-05 | build: remove HAVE_LIMITS_H check | Jay Satiro |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2016-12-24 | ftp-gss: check for init before use | Daniel Stenberg |
2016-11-24 | checksrc: move open braces to comply with function declaration style | Daniel Stenberg |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-11 | realloc: use Curl_saferealloc to avoid common mistakes | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | krb5: avoid realloc(0) | Daniel Stenberg |
2016-10-08 | ftp: fix Curl_ftpsendf() | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2015-06-15 | security:choose_mech fix DEAD CODE warning | Daniel Stenberg |
2015-05-22 | security: fix "Unchecked return value" from sscanf() | Daniel Stenberg |
2015-05-22 | security: simplify choose_mech | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-01-28 | security: avoid compiler warning | Daniel Stenberg |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-10-08 | do_sec_send: remove dead code | Daniel Stenberg |
2014-10-08 | krb5_encode: remove unused argument | Daniel Stenberg |
2014-10-04 | choose_mech: fix return code | Daniel Stenberg |
2014-10-04 | Curl_sec_read_msg: spell out that we ignore return code | Daniel Stenberg |
2013-08-26 | security.h: rename to curl_sec.h to avoid name collision | Daniel Stenberg |
2013-08-25 | FTP: remove krb4 support | Daniel Stenberg |
2013-07-24 | string formatting: fix 25+ printf-style format strings | Yang Tse |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-10-04 | security.c: Aligned internal type to return type | Marc Hoersken |
2011-08-24 | include limits.h for INT_MAX | Yang Tse |
2011-08-24 | add missing semicolons | Daniel Stenberg |
2011-08-24 | base64: fix Curl_base64_encode and Curl_base64_decode interfaces | Yang Tse |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-21 | Fix a couple of spelling errors in lib/ | Fabian Keil |
2010-11-13 | urldata: Capitalize enum protect_level values. | Julien Chaffraix |
2010-11-13 | security: tighten enum protection_level usage. | Julien Chaffraix |