1. 20c6cf7 urldata.h: move SSPI-specific #include to correct location by Johannes Schindelin · 7 years ago
  2. 583cb03 urldata.h: remove support for obsolete PolarSSL version by Johannes Schindelin · 7 years ago
  3. 69039fd getinfo: access SSL internals via Curl_ssl by Johannes Schindelin · 7 years ago
  4. 118b074 vtls: move SSL backends' private constants out of their header files by Johannes Schindelin · 7 years ago
  5. 5d9fcd2 axtls: use Curl_none_* versions of init() and cleanup() by Johannes Schindelin · 7 years ago
  6. 6f1eec1 vtls: remove obsolete declarations of SSL backend functionality by Johannes Schindelin · 7 years ago
  7. 742ddc9 schannel: reorder functions topologically by Johannes Schindelin · 7 years ago
  8. 3ea5461 axtls: reorder functions topologically by Johannes Schindelin · 7 years ago
  9. f0b4db1 vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl struct by Johannes Schindelin · 7 years ago
  10. 937899a vtls: convert the have_curlssl_* constants to runtime flags by Johannes Schindelin · 7 years ago
  11. 0a083a6 vtls: move sha256sum into the Curl_ssl struct by Johannes Schindelin · 7 years ago
  12. e35205a vtls: move md5sum into the Curl_ssl struct by Johannes Schindelin · 7 years ago
  13. 52e8237 vtls: use the Curl_ssl struct to access all SSL backends' functionality by Johannes Schindelin · 7 years ago
  14. e09bb63 vtls: declare Curl_ssl structs for every SSL backend by Johannes Schindelin · 7 years ago
  15. e7e03e4 vtls: introduce a new struct for SSL backends by Johannes Schindelin · 7 years ago
  16. c9d526c vtls: make sure every _sha256sum()'s first arg is const by Johannes Schindelin · 7 years ago
  17. 2568cfe vtls: make sure all _data_pending() functions return bool by Johannes Schindelin · 7 years ago
  18. b31d1dc vtls: make sure all _cleanup() functions return void by Johannes Schindelin · 7 years ago
  19. dd02a9a vtls: use consistent signature for _random() implementations by Johannes Schindelin · 7 years ago
  20. 78b863d strtooff: fix build for systems with long long but no strtoll option by Daniel Stenberg · 7 years ago
  21. b3b75d1 darwinssl: handle long strings in TLS certs by Daniel Stenberg · 7 years ago
  22. 8a84fcc system.h: include sys/poll.h for AIX by Daniel Stenberg · 7 years ago
  23. d7d0c9d tests: Make sure libtests & unittests call curl_global_cleanup() by Dan Fandrich · 7 years ago
  24. 09fc61e winbuild: fix embedded manifest option by theantigod · 7 years ago
  25. 3e12455 fuzz/Makefile.am: remove curlbuild.h leftovers by Daniel Stenberg · 7 years ago
  26. e37ab94 examples/threaded-ssl: mention that this is for openssl before 1.1 by Daniel Stenberg · 7 years ago
  27. dff069f imap: use defined names for response codes by Daniel Stenberg · 7 years ago
  28. 4a7673c CURLOPT_USERPWD.3: see also CURLOPT_PROXYUSERPWD by Daniel Stenberg · 7 years ago
  29. befaa7b imap: support PREAUTH by Daniel Stenberg · 7 years ago
  30. 00da16c config-tpf: define SIZEOF_LONG by Jay Satiro · 7 years ago
  31. 78a6d91 test1453: Fixed <features> by Dan Fandrich · 7 years ago
  32. beda1db config-dos: add missing defines, SIZEOF_* and two others by Gisle Vanem · 7 years ago
  33. f412a5a curl: shorten and clean up CA cert verification error message by Daniel Stenberg · 7 years ago
  34. 88c2e22 request-target.d: mention added in 7.55.0 by Daniel Stenberg · 7 years ago
  35. 88220ad tool_main: turn off MinGW CRT's globbing by Marcel Raad · 7 years ago
  36. 43fb867 makefile.m32: add support for libidn2 by Viktor Szakats · 7 years ago
  37. ebf4631 config-win32: define SIZEOF_LONG by Viktor Szakats · 7 years ago
  38. b939542 cmake: enable picky compiler options with clang and gcc by Daniel Stenberg · 7 years ago
  39. a4f4888 curl/system.h: fix build for hppa by Daniel Stenberg · 7 years ago
  40. 16c71fa tftp: fix memory leak on too long filename by Even Rouault · 7 years ago
  41. b9e22e9 runtests: fixed case insensitive matching of keywords by Dan Fandrich · 7 years ago
  42. c468c27 tests: Make sure libtests call curl_global_cleanup() by Dan Fandrich · 7 years ago
  43. c1a7540 RELEASE-NOTES: synced with 8baead425 by Daniel Stenberg · 7 years ago
  44. 8baead4 scripts/contri*sh: use "git log --use-mailmap" by Daniel Stenberg · 7 years ago
  45. 058c8a6 mailmap: de-duplify some git authors by Daniel Stenberg · 7 years ago
  46. 9e82d12 http2_recv: return error better on fatal h2 errors by Daniel Stenberg · 7 years ago
  47. ffb2bc3 KNOWN_BUGS: HTTP test server 'connection-monitor' problems by Daniel Stenberg · 7 years ago
  48. f2d060c curl/system.h: check for __ppc__ as well by Daniel Stenberg · 7 years ago
  49. 74dac34 http: Don't wait on CONNECT when there is no proxy by Jan Alexander Steffens (heftig) · 7 years ago
  50. 1f39245 metalink: adjust source code style by Johannes Schindelin · 7 years ago
  51. 6b9bc5a CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG by Daniel Stenberg · 7 years ago
  52. ab2ef24 lib557: no longer use CURL_SIZEOF_* defines by Daniel Stenberg · 7 years ago
  53. ae41dd8 config-win32: define SIZEOF_CURL_OFF_T by Daniel Stenberg · 7 years ago
  54. 1286b7c cmake: sizeof curl_off_t, remove unused detections by Daniel Stenberg · 7 years ago
  55. 80d9e35 system.h: remove all CURL_SIZEOF_* defines by Daniel Stenberg · 7 years ago
  56. c95eff4 ftp: fix CWD when doing multicwd then nocwd on same connection by Daniel Stenberg · 7 years ago
  57. 582f2a1 CURLOPT_SSH_COMPRESSION.3: enable with 1L by Daniel Stenberg · 7 years ago
  58. 525fb7e compressed-ssh.d: "Added: 7.56.0" by Daniel Stenberg · 7 years ago
  59. b4b26cd curl/system.h: checksrc compliance by Daniel Stenberg · 7 years ago
  60. b7b4dc0 ssh: add the ability to enable compression (for SCP/SFTP) by Viktor Szakats · 7 years ago
  61. d18941e examples/ftpuploadresume: checksrc compliance by Jay Satiro · 7 years ago
  62. 801d876 http_proxy: fix build error for CURL_DOES_CONVERSIONS by Maksim Stsepanenka · 7 years ago
  63. 870d849 configure: check for __builtin_available() availability (#1788) by Nick Zitzmann · 7 years ago
  64. ca9630f travis: add metalink to some osx builds by Daniel Stenberg · 7 years ago
  65. 8de5e40 coverage: Use two coveralls commands to get lib/vtls results by Max Dymond · 7 years ago
  66. 75536e5 darwinssi: fix error: variable length array used by Daniel Stenberg · 7 years ago
  67. b5cc7dd m4/curl-compilers.m4: use proper quotes around string, not backticks by Daniel Stenberg · 7 years ago
  68. 774d49a cmake: remove dead code for DISABLED_THREADSAFE by Benbuck Nason · 7 years ago
  69. 3cb4bb6 curl-confopts.m4: fix --disable-threaded-resolver by Jakub Zakrzewski · 7 years ago
  70. 43d036e progress: Track total times following redirects by Ryan Winograd · 7 years ago
  71. 0969901 cmake: remove dead code for CURL_DISABLE_RTMP by Benbuck Nason · 7 years ago
  72. ab2a707 zsh.pl: produce a working completion script again by Kamil Dudka · 7 years ago
  73. 9bd2248 curlver: toward 7.56.0? by Daniel Stenberg · 7 years ago
  74. c39f204 RELEASE-NOTES: synced with 91c46dc44 by Daniel Stenberg · 7 years ago
  75. 91c46dc test1449: FTP download range with an too large size by Daniel Stenberg · 7 years ago
  76. ff50fe0 strtoofft: reduce integer overflow risks globally by Daniel Stenberg · 7 years ago
  77. b53b4e4 travis: build the examples too by Daniel Stenberg · 7 years ago
  78. 5c2aac7 runtests: match keywords case insensitively by Daniel Stenberg · 7 years ago
  79. adc35a4 examples/ftpuploadresume.c: use portable code by Daniel Stenberg · 7 years ago
  80. 8839c05 RELEASE-NOTES/THANKS: curl 7.55.1 release time by Daniel Stenberg · 7 years ago
  81. 55c8a55 gitignore: ignore .xz now instead of .lzma by Daniel Stenberg · 7 years ago
  82. a905e88 cmake: Threads detection update. ref: #1702 by Sergei Nikulov · 7 years ago
  83. b748d7a ipv6_scope: support unique local addresses by Daniel Stenberg · 7 years ago
  84. 10b3df1 curl/system.h: GCC doesn't define __ppc__ on PowerPC, uses __powerpc__ by Alex Potapenko · 7 years ago
  85. b657e38 release-request-631994b2-37c0-4d03-8caa-bfd01530db29-for-git_pi-release-4269836 snap-temp-L23500000092503827 by android-build-team Robot · 7 years ago
  86. 6bde13a test1448: verify redirect to IDN using URL by Daniel Stenberg · 7 years ago
  87. d6ecb2c redirect: skip URL encoding for host names by Salah-Eddin Shaban · 7 years ago
  88. 47e4a6f test2032: mark as flaky (again) by Daniel Stenberg · 7 years ago
  89. 65c147a travis: test cmake build on tarball too by Daniel Stenberg · 7 years ago
  90. 7f9bf5c cmake: allow user to override CMAKE_DEBUG_POSTFIX by Simon Warta · 7 years ago
  91. c078981 connect-to.d: better language by Daniel Stenberg · 7 years ago
  92. 1562644 connect-to.d: clarified by Daniel Stenberg · 7 years ago
  93. 7973baa bagder/Curl_tvdiff_us: fix the math by Daniel Stenberg · 7 years ago
  94. 7c71199 curl/system.h: add Oracle Solaris Studio by Daniel Stenberg · 7 years ago
  95. a6fdf11 docs: fix typo funtion -> function by Alessandro Ghedini · 7 years ago
  96. 34f24fe docs: fix grammar in CURL_SSLVERSION_MAX_DEFAULT description by Alessandro Ghedini · 7 years ago
  97. 274f9ca docs: fix typo stuct -> struct by Alessandro Ghedini · 7 years ago
  98. 2747aec test1447: require a curl with http support by Dan Fandrich · 7 years ago
  99. 4ca5f77 curl/system.h: support more architectures by Thomas Petazzoni · 7 years ago
  100. be2a4c1 test2033: this went flaky again by Daniel Stenberg · 7 years ago