1. f3d501d build: disable more code/data when built without proxy support by Daniel Stenberg · 4 years ago
  2. c4e6968 url: alloc the download buffer at transfer start by Daniel Stenberg · 4 years ago
  3. 842f73d timeouts: change millisecond timeouts to timediff_t from time_t by Daniel Stenberg · 4 years ago
  4. fc55c72 select: add overflow checks for timeval conversions by Marc Hoersken · 4 years ago
  5. 4a8f459 select: use timediff_t instead of time_t and int for timeout_ms by Marc Hoersken · 4 years ago
  6. 62314d6 unit1604.c: fix implicit conv from 'SANITIZEcode' to 'CURLcode' by Marc Hoersken · 4 years ago
  7. c0d4faf tests/libtest: fix undefined reference to 'curlx_win32_fopen' by Marc Hoersken · 4 years ago
  8. bbaef1a appveyor: add non-debug plain autotools-based build by Marc Hoersken · 4 years ago
  9. 5ec3226 RELEASE-NOTES: synced by Daniel Stenberg · 4 years ago
  10. d618986 Revert "buildconf: use find -execdir" by Daniel Stenberg · 4 years ago
  11. 6531d08 server/sws: fix asan warning on use of uninitialized variable by Daniel Stenberg · 4 years ago
  12. 733a39a libssh2: improved error output for wrong quote syntax by Daniel Stenberg · 4 years ago
  13. 32d4d6b mk-lib1521: generate code for testing BLOB options as well by Daniel Stenberg · 4 years ago
  14. 2110b99 configure: repair the check if argv can be written to by Daniel Stenberg · 4 years ago
  15. 3a2ca60 CMake: rebuild Makefile.inc.cmake when Makefile.inc changes by Peter Wu · 4 years ago
  16. 155551c urldata: fix comments: Curl_done() is called multi_done() now by Daniel Stenberg · 4 years ago
  17. 697f984 ngtcp2: use common key log routine for better thread-safety by Peter Wu · 4 years ago
  18. 7be7c56 wolfssl: add SSLKEYLOGFILE support by Peter Wu · 4 years ago
  19. 6011a98 vtls: Extract and simplify key log file handling from OpenSSL by Peter Wu · 4 years ago
  20. d528d97 FILEFORMAT: add more features that tests can depend on by Daniel Stenberg · 4 years ago
  21. 3d44bfb transfer: close connection after excess data has been read by Michael Kaufmann · 4 years ago
  22. 18e63b1 Revert "ssh: ignore timeouts during disconnect" by Estanislau Augé-Pujadas · 4 years ago
  23. 7414fb2 urldata: connect related booleans live in struct ConnectBits by Daniel Stenberg · 4 years ago
  24. 67d2802 hostip: on macOS avoid DoH when given a numerical IP address by Daniel Stenberg · 4 years ago
  25. 96a822f ngtcp2: cleanup memory when failing to connect by Daniel Stenberg · 4 years ago
  26. 3ff207f quiche: clean up memory properly when failing to connect by Daniel Stenberg · 4 years ago
  27. d23cc22 cleanup: use a single space after equals sign in assignments by Daniel Stenberg · 4 years ago
  28. ad829b2 url: accept "any length" credentials for proxy auth by Daniel Stenberg · 4 years ago
  29. 96f52ab test1167: fixes in badsymbols.pl by Maksim Stsepanenka · 4 years ago
  30. d844f2b altsvc: fix parser for lines ending with CRLF by Daniel Stenberg · 4 years ago
  31. 308c243 all: fix codespell errors by Viktor Szakats · 4 years ago
  32. 54d1222 ngtcp2: fix build with current ngtcp2 master implementing draft 28 by Peter Wu · 4 years ago
  33. 82a33ef RELEASE-NOTES: synced by Daniel Stenberg · 4 years ago
  34. b955250 RELEASE-NOTES: synced by Daniel Stenberg · 4 years ago
  35. d75e6ce copyright: updated year ranges out of sync by Daniel Stenberg · 4 years ago
  36. 7f40633 setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency by Gilles Vollant · 4 years ago
  37. 006d299 curl: remove -J "informational" written on stdout by Daniel Stenberg · 4 years ago
  38. 421171a travis: simplify quiche build instructions wrt boringssl by Peter Wu · 4 years ago
  39. 06e266e configure: fix pthread check with static boringssl by Peter Wu · 4 years ago
  40. f6c6a15 Revert "sendf: make failf() use the mvsnprintf() return code" by Daniel Stenberg · 4 years ago
  41. 5d965b4 typecheck-gcc.h: CURLINFO_PRIVATE does not need a 'char *' by Daniel Stenberg · 4 years ago
  42. bb79320 tests/server/util.h: add extern to silence compiler warning by Daniel Stenberg · 4 years ago
  43. c9fddf6 typecheck-gcc.h: fix the OFF_T check by Daniel Stenberg · 4 years ago
  44. 6c889a0 TODO: --dry-run by Daniel Stenberg · 4 years ago
  45. 39177b8 TODO: Ratelimit or wait between serial requests by Daniel Stenberg · 4 years ago
  46. 33d60d0 tool_paramhlp: fixup C89 mistake by Daniel Stenberg · 4 years ago
  47. c5f0a9d tool_paramhlp: fixed potentially uninitialized strtol() variable by Siva Sivaraman · 4 years ago
  48. c4df1f7 tool_operate: fixed potentially uninitialized variables by Siva Sivaraman · 4 years ago
  49. 557dde2 sha256: move assign to the declaration line by Daniel Stenberg · 4 years ago
  50. fae3065 sha256: fixed potentially uninitialized variable by Siva Sivaraman · 4 years ago
  51. 7462355 sendf: make failf() use the mvsnprintf() return code by Daniel Stenberg · 4 years ago
  52. 67521b5 hostip: make Curl_printable_address not return anything by Daniel Stenberg · 4 years ago
  53. dbc5c17 ftp: mark return-ignoring calls to Curl_GetFTPResponse with (void) by Daniel Stenberg · 4 years ago
  54. 5646e56 TODO: forbid TLS post-handshake auth and do TLS record padding by Daniel Stenberg · 4 years ago
  55. 17b1405 RELEASE-NOTES: synced by Daniel Stenberg · 4 years ago
  56. 3df42ca dynbuf: return NULL when there's no buffer length by Daniel Stenberg · 4 years ago
  57. 2c598cc travis: upgrade to bionic, clang-9, improve readability by Peter Wu · 4 years ago
  58. 1753e41 travis: whitespace-only changes for consistency by Peter Wu · 4 years ago
  59. a158a09 CMake: add libssh build support by Peter Wu · 4 years ago
  60. a384e87 KNOWN_BUGS: wolfssh: publickey auth doesn't work by Daniel Stenberg · 4 years ago
  61. 938228d KNOWN_BUGS: OS400 port requires deprecated IBM library by Daniel Stenberg · 4 years ago
  62. 34a5400 http2: keep trying to send pending frames after req.upload_done by Vyron Tsingaras · 4 years ago
  63. cac5374 setopt: support certificate options in memory with struct curl_blob by Gilles Vollant · 4 years ago
  64. 8df4554 source cleanup: remove all custom typedef structs by Daniel Stenberg · 4 years ago
  65. 5d54b5e travis: remove the .checksrc fiddling by Daniel Stenberg · 4 years ago
  66. 449e54b ftp: make domore_getsock() return the secondary socket properly by Daniel Stenberg · 4 years ago
  67. 9e95ca1 test1632: verify FTP through HTTPS-proxy with connection re-use by Daniel Stenberg · 4 years ago
  68. c6ce511 test1631: verify FTP download through HTTPS-proxy by Daniel Stenberg · 4 years ago
  69. a3b0699 sws: as last resort, get test number from server cmd file by Daniel Stenberg · 4 years ago
  70. f002c85 ftp: shut down the secondary connection properly when SSL is used by Daniel Stenberg · 4 years ago
  71. aa6cf7f KNOWN_BUGS: adapt 5.5 to recent changes by Marcel Raad · 4 years, 4 months ago
  72. ffdddb4 curl_setup: support Unicode functions to open files on Windows by Marcel Raad · 4 years, 4 months ago
  73. 9e5669f tool: support UTF-16 command line on Windows by Marcel Raad · 5 years ago
  74. a55c835 curl_multibyte: add to curlx by Marcel Raad · 5 years ago
  75. 600a8cd url: make the updated credentials URL-encoded in the URL by Daniel Stenberg · 4 years ago
  76. e2a7a6b tests: add https-proxy support to the test suite by Daniel Stenberg · 4 years ago
  77. 61504b5 mailmap: James Fuller by Daniel Stenberg · 4 years ago
  78. 8e76219 vauth/cleartext: fix theoretical integer overflow by Major_Tom · 4 years ago
  79. f9983a6 curl.1: Quote globbed URLs by Jay Satiro · 4 years ago
  80. 66b0775 checksrc: enhance the ASTERISKSPACE and update code accordingly by Daniel Stenberg · 4 years ago
  81. f3f5d82 docs/options-in-versions: which version added each cmdline option by Daniel Stenberg · 4 years ago
  82. 72b1aaf docs: unify protocol lists by Daniel Stenberg · 4 years ago
  83. 81a54b1 OpenSSL: have CURLOPT_CRLFILE imply CURLSSLOPT_NO_PARTIALCHAIN by Daniel Stenberg · 4 years ago
  84. 9242bee tls13-ciphers.d: shorten the Arg by Daniel Stenberg · 4 years ago
  85. 63b524c sasl-authzid.d: add Arg: and shorten the desc by Daniel Stenberg · 4 years ago
  86. 16d8ff7 cert-type.d: mention the available types in the desc by Daniel Stenberg · 4 years ago
  87. cd35371 tool: shorten 3 --help descriptions by Daniel Stenberg · 4 years ago
  88. 32aade5 configure: the wolfssh backend does not provide SCP by Daniel Stenberg · 4 years ago
  89. 5eb546c RELEASE-NOTES: synced by Daniel Stenberg · 4 years ago
  90. e1f3f3a url: reject too long input when parsing credentials by Daniel Stenberg · 4 years ago
  91. 3ff8928 list-only.d: this option existed already in 4.0 by Daniel Stenberg · 4 years ago
  92. 79d60a9 retry-all-errors.d: Shorten the summary line by Jay Satiro · 4 years ago
  93. a902171 easy: fix dangling pointer on easy_perform fail by denzor · 4 years ago
  94. b995bb5 tool: Add option --retry-all-errors to retry on any error by Jay Satiro · 4 years, 1 month ago
  95. 98e5904 libcurl.pc: Merge Libs.private into Libs for static-only builds by James Le Cuirot · 4 years ago
  96. ad64169 CMake: fix runtests.pl with CMake, add new test targets by Peter Wu · 4 years ago
  97. c2ab249 CMake: do not build test programs by default by Peter Wu · 4 years ago
  98. 90bbfb5 FILEFORMAT: moved up the variables section and further polished by Daniel Stenberg · 4 years ago
  99. c67592f runtests: remove ftp2 support, not used by Daniel Stenberg · 4 years ago
  100. db8866f url: sort the protocol schemes in rough popularity order by Daniel Stenberg · 4 years ago