1. d590908 gnutls: ensure TLS 1.3 when SRP isn't requested by Dirkjan Bussink · 4 years, 1 month ago
  2. ac1e206 tests/server: add hidden window to gracefully handle WM_CLOSE by Marc Hoersken · 4 years, 1 month ago
  3. 30c8ef7 tests/server: add CTRL event handler for Win32 consoles by Marc Hoersken · 4 years, 1 month ago
  4. 9869f6d tests/server: move all signal handling routines to util.[ch] by Marc Hoersken · 4 years, 1 month ago
  5. b9a0804 compressed.d: stress that the headers are not modified by Daniel Stenberg · 4 years, 1 month ago
  6. dd0365d tests/server/util.c: use curl_off_t instead of long for pid by Marc Hoersken · 4 years, 1 month ago
  7. c1951cd tests: use Cygwin/msys PIDs for stunnel and sshd on Windows by Marc Hoersken · 4 years, 1 month ago
  8. 2a93021 tests: add Windows compatible pidwait like pidkill and pidterm by Marc Hoersken · 4 years, 1 month ago
  9. 3f60a9e tests: fix conflict between Cygwin/msys and Windows PIDs by Marc Hoersken · 4 years, 1 month ago
  10. 6d13ef5 RELEASE-NOTES: synced by Daniel Stenberg · 4 years, 1 month ago
  11. 20f2812 release-notes.pl: detect the start of the references in cleanup mode by Daniel Stenberg · 4 years, 1 month ago
  12. 5afa07f Revert "file: on Windows, refuse paths that start with \\" by Daniel Stenberg · 4 years, 1 month ago
  13. 53f4070 lib: fix conversion warnings for SOCKET_WRITABLE/READABLE by Jay Satiro · 4 years, 1 month ago
  14. 17c18fb test1148: tolerate progress updates better (again) by Jay Satiro · 4 years, 1 month ago
  15. 8c92f7e sshserver.pl: use cached Win32 environment check variable by Marc Hoersken · 4 years, 1 month ago
  16. 3e36af2 appveyor: partially revert 3413a110 to keep build without proxy by Marc Hoersken · 4 years, 1 month ago
  17. 3413a11 appveyor: ignore failing 'connect to non-listening proxy' tests by Marc Hoersken · 4 years, 1 month ago
  18. 638b855 CI/macos: convert CRLF to LF and align indentation by Marc Hoersken · 4 years, 1 month ago
  19. d4afa0f url: allow non-HTTPS altsvc-matching for debug builds by Daniel Stenberg · 4 years, 1 month ago
  20. cb232b1 server/resolve: remove AI_CANONNAME to make macos tell the truth by Daniel Stenberg · 4 years, 1 month ago
  21. 0777854 runtests: fix warning about using an undefined variable by Daniel Stenberg · 4 years, 1 month ago
  22. 3f70408 release-notes: fix the initial reference list output by Daniel Stenberg · 4 years, 1 month ago
  23. 6435aaa github actions: run when pushed to master or */ci + PRs by Daniel Stenberg · 4 years, 1 month ago
  24. 4d939ef runtests: provide nicer errormsg when protocol "dump" file is empty by Daniel Stenberg · 4 years, 1 month ago
  25. 0fdf965 schannel: support .P12 or .PFX client certificates by Gilles Vollant · 4 years, 8 months ago
  26. 741cb81 tests: verify split initial HTTP requests with CURL_SMALLREQSEND by Daniel Stenberg · 4 years, 1 month ago
  27. 0ef54ab http: don't consider upload done if the request isn't completely sent off by Daniel Stenberg · 4 years, 1 month ago
  28. 3e37605 http: allow Curl_add_buffer_send() to do a short first send by force by Daniel Stenberg · 4 years, 1 month ago
  29. 0bcf975 connect: store connection info for QUIC connections by Daniel Stenberg · 4 years, 1 month ago
  30. 860eaeb tests/README: update the port numbers list by Daniel Stenberg · 4 years, 1 month ago
  31. 8843678 select: remove typecast from SOCKET_WRITABLE/READABLE macros by Daniel Stenberg · 4 years, 1 month ago
  32. 946a71a CURLOPT_WRITEFUNCTION.3: add inline example and new see-also by Daniel Stenberg · 4 years, 1 month ago
  33. 9b23a1d release-notes: output trailing references sorted numerically by Daniel Stenberg · 4 years, 1 month ago
  34. fef4334 cleanup: correct copyright year range on a few files by Daniel Stenberg · 4 years, 1 month ago
  35. efa830f configure: remove use of -vec-report0 from CFLAGS with icc by Daniel Stenberg · 4 years, 1 month ago
  36. ae57e27 warnless: remove code block for icc that didn't work by Daniel Stenberg · 4 years, 1 month ago
  37. 298a823 dist: add missing setup-win32.h by Marc Hoersken · 4 years, 1 month ago
  38. fcf955a RELEASE-NOTES: synced by Daniel Stenberg · 4 years, 1 month ago
  39. 17211ad scripts/release-notes.pl: add helper script for RELEASE-NOTES maintenance by Daniel Stenberg · 4 years, 1 month ago
  40. 2ebc123 configure: don't check for Security.framework when cross-compiling by Dennis Felsing · 4 years, 1 month ago
  41. 920dfac TODO: Option to make -Z merge lined based outputs on stdout by Daniel Stenberg · 4 years, 1 month ago
  42. 66828f4 lib: never define CURL_CA_BUNDLE with a getenv by Daniel Stenberg · 4 years, 1 month ago
  43. f50bc76 lib670: use the same Win32 API check as all other lib tests by Marc Hoersken · 4 years, 1 month ago
  44. 45b843c appveyor: use random test server ports based upon APPVEYOR_API_URL by Marc Hoersken · 4 years, 2 months ago
  45. b667bbe appveyor: sort builds by type and add two new variants by Marc Hoersken · 4 years, 2 months ago
  46. 4ba6ba2 appveyor: show failed tests in log even if test is ignored by Marc Hoersken · 4 years, 2 months ago
  47. 49b652d appveyor: turn disabled tests into ignored result tests by Marc Hoersken · 4 years, 2 months ago
  48. 62f5e38 KNOWN_BUGS: fixed "USE_UNIX_SOCKETS on Windows" by Daniel Stenberg · 4 years, 1 month ago
  49. 6bc1040 test1566: verify --etag-compare that gets a 304 back by Daniel Stenberg · 4 years, 1 month ago
  50. 54ecc11 CURLINFO_CONDITION_UNMET: return true for 304 http status code by Kwon-Young Choi · 4 years, 1 month ago
  51. a448a4c curl: allow both --etag-compare and --etag-save with same file name by Kwon-Young Choi · 4 years, 1 month ago
  52. 23a870f windows: enable UnixSockets with all build toolchains by Viktor Szakats · 4 years, 1 month ago
  53. 0c511b4 KNOWN_BUGS: Store TLS context per transfer instead of per connection by Daniel Stenberg · 4 years, 1 month ago
  54. 57476a9 sockfilt: remove redundancy in timeout handling by Marc Hoersken · 4 years, 1 month ago
  55. 3d1f35e sockfilt: fix handling of ready closed sockets on Windows by Marc Hoersken · 4 years, 1 month ago
  56. 9657ecb sockfilt: fix race-condition of waiting threads and event handling by Marc Hoersken · 4 years, 1 month ago
  57. 4506607 CI-fuzz: increase fuzz time to 40 minutes by Leo Neat · 4 years, 1 month ago
  58. e1dc86f CI: increase Azure Pipelines timeouts due to performance issues by Marc Hoersken · 4 years, 1 month ago
  59. b023008 runtests.pl: log host OS as detected by Perl environment by Marc Hoersken · 4 years, 1 month ago
  60. 7208a98 ftpserver.pl: log before and after data connection is closed by Marc Hoersken · 4 years, 1 month ago
  61. a30237e RELEASE-NOTES: synced by Daniel Stenberg · 4 years, 1 month ago
  62. a67b7bd RELEASE-PROCEDURE.md: run the copyright.pl script! by Daniel Stenberg · 4 years, 1 month ago
  63. 75fac50 vquic/ngtcp2.h: update copyright year range by Daniel Stenberg · 4 years, 1 month ago
  64. c3b865e CI: add build with ngtcp2 + gnutls on Travis CI by Daiki Ueno · 4 years, 1 month ago
  65. 0736ee7 vquic: add support for GnuTLS backend of ngtcp2 by Daiki Ueno · 4 years, 2 months ago
  66. e37dc71 examples/sessioninfo.c: add include to fix compiler warning by Gisle Vanem · 4 years, 1 month ago
  67. d1369fe misc: copyright year updates by Daniel Stenberg · 4 years, 1 month ago
  68. 7a71965 build: fixed build for systems with select() in unistd.h by Harry Sintonen · 4 years, 1 month ago
  69. 14dd0c0 memdebug: don't log free(NULL) by Daniel Stenberg · 4 years, 1 month ago
  70. 0e60754 cleanup: insert newline after if() conditions by Daniel Stenberg · 4 years, 1 month ago
  71. 529add4 checksrc: warn on obvious conditional blocks on the same line as if() by Daniel Stenberg · 4 years, 1 month ago
  72. 6d65a19 cmake: add CMAKE_MSVC_RUNTIME_LIBRARY by Roger Orr · 4 years, 1 month ago
  73. 8efd26a ngtcp2: update to git master for the key installation API change by Daiki Ueno · 4 years, 1 month ago
  74. 69d5d18 SECURITY.md: minor rephrase by Cyrus · 4 years, 2 months ago
  75. c79e428 output.d: quote the URL when globbing by Daniel Stenberg · 4 years, 1 month ago
  76. a3a5e2e dist: add tests/version-scan.pl to tarball by Daniel Stenberg · 4 years, 1 month ago
  77. a97d826 test1177: verify that all the CURL_VERSION_ bits are documented by Daniel Stenberg · 4 years, 2 months ago
  78. 93fafb9 curl.h: remnove CURL_VERSION_ESNI. Never supported nor documented by Daniel Stenberg · 4 years, 2 months ago
  79. 96a617b KNOWN_BUGS: DoH doesn't inherit all transfer options by Daniel Stenberg · 4 years, 2 months ago
  80. 34696ab KNOWN_BUGS: DoH leaks memory after followlocation by Daniel Stenberg · 4 years, 2 months ago
  81. 6be2804 KNOWN_BUGS: "FTPS needs session reuse" by Daniel Stenberg · 4 years, 2 months ago
  82. bbe476d KNOWN_BUGS: "stick to same family over SOCKS pro" is presumed fixed by Daniel Stenberg · 4 years, 2 months ago
  83. 37b6cc2 TODO: Set custom client ip when using haproxy protocol by Daniel Stenberg · 4 years, 2 months ago
  84. 884de1a writeout_json: Fix data type issues by Michael Kaufmann · 4 years, 2 months ago
  85. d973bdf mailmap: fixup a few author names/fields by Daniel Stenberg · 4 years, 2 months ago
  86. 6de756c version: add 'cainfo' and 'capath' to version info struct by Daniel Stenberg · 4 years, 2 months ago
  87. 62112d2 RELEASE-NOTES: synced by Daniel Stenberg · 4 years, 2 months ago
  88. 0d0537a SSLCERTS.md: Fix example code for setting CA cert file by Jay Satiro · 4 years, 2 months ago
  89. 6d45588 sockfilt: add logmsg output to select_ws_wait_thread on Windows by Marc Hoersken · 4 years, 2 months ago
  90. 361d4f3 docs/make: generate curl.1 from listed files only by Daniel Stenberg · 4 years, 2 months ago
  91. 02174e4 openssl: adapt to functions marked as deprecated since version 3 by Daniel Stenberg · 4 years, 2 months ago
  92. 3531821 dist: add mail-rcpt-allowfails.d to the tarball by Daniel Stenberg · 4 years, 2 months ago
  93. c4c0b04 travis: update the ngtcp2 build to use the latest OpenSSL patch by Daniel Stenberg · 4 years, 2 months ago
  94. 7e8a1a0 CI: remove default Ubuntu build from GitHub Actions by Marc Hoersken · 4 years, 2 months ago
  95. fd7afa7 CI: bring GitHub Actions fuzzing job in line with macOS jobs by Marc Hoersken · 4 years, 2 months ago
  96. 840df8b CI: migrate macOS jobs from Azure and Travis CI to GitHub Actions by Marc Hoersken · 4 years, 2 months ago
  97. 2edeb10 config: remove all defines of HAVE_DES_H by Daniel Stenberg · 4 years, 2 months ago
  98. 9a8b3b3 copyright: fix out-of-date copyright ranges and missing headers by Daniel Stenberg · 4 years, 2 months ago
  99. 18c7084 packages: add OS400/chkstrings.c to the dist by Daniel Stenberg · 4 years, 2 months ago
  100. 12144fd nghttp2: 1.12.0 required by Clément Notin · 4 years, 2 months ago