1. 2d6831b CURLOPT_CONNECT_TO: Fix compile warnings by Michael Kaufmann · 7 years ago
  2. 3a4326e usercertinmem.c: improve the short description by Daniel Stenberg · 7 years ago
  3. e9f45aa parseurl: move back buffer to function scope by Daniel Stenberg · 7 years ago
  4. afd1564 openssl: Fix random generation by Jay Satiro · 7 years ago
  5. 25543b8 TODO: share OpenSSL contexts by Daniel Stenberg · 7 years ago
  6. 8f8ba61 bump: next release will be 7.53.0 by Daniel Stenberg · 7 years ago
  7. 25ed9ea nss: use the correct lock in nss_find_slot_by_name() by Kamil Dudka · 7 years ago
  8. 9ad034e http2: disable server push if not requested by Alessandro Ghedini · 7 years ago
  9. 02ee3b2 docs: improved language in README.md HISTORY.md CONTRIBUTE.md by railsnewbie257 · 7 years ago
  10. 1ad1a0d http: print correct HTTP string in verbose output when using HTTP/2 by Alessandro Ghedini · 7 years ago
  11. e3b9114 TODO: send only part of --data by Daniel Stenberg · 7 years ago
  12. 535a29c TODO: implemened "--fail-fast to exit on first transfer fail" by Daniel Stenberg · 7 years ago
  13. 9dea60e TODO: Chunked transfer multipart formpost by Daniel Stenberg · 7 years ago
  14. eb6cf75 TODO: Improve formpost API, not just add an easy argument by Daniel Stenberg · 7 years ago
  15. 6e12bb7 addrinfo: fix compiler warning on offsetof() use by Daniel Stenberg · 7 years ago
  16. d24c4ea THANKS-filter: Jiri Malak by Daniel Stenberg · 7 years ago
  17. d758e99 RELEASE-NOTES: synced with a7c73ae309c by Daniel Stenberg · 7 years ago
  18. 1d786fa unix_socket: add support for abstract unix domain socket by Isaac Boukris · 7 years ago
  19. a7c73ae write-out.d: 'time_total' is not always shown with ms precision by Daniel Stenberg · 7 years ago
  20. ac548bb next.d: --trace and --trace-ascii are also global by Daniel Stenberg · 7 years ago
  21. a301cbb curl: reset the easy handle at --next by Isaac Boukris · 7 years ago
  22. dbd3793 docs: Add note about libcurl copying strings to CURLOPT_* manpages by Frank Gevaerts · 7 years ago
  23. d2b2c63 CURLOPT_PREQUOTE.3: takes a struct curl_slist*, not a char* by Frank Gevaerts · 7 years ago
  24. 7d6e3f8 IDN: Use TR46 non-transitional by Daniel Stenberg · 7 years ago
  25. ee35766 IDN: revert use of the transitional option by Daniel Stenberg · 7 years ago
  26. ba31574 IDN: Fix compile time detection of linidn2 TR46 by Tim Rühsen · 7 years ago
  27. 2ac1942 url: --noproxy option overrides NO_PROXY environment variable by ERAMOTO Masaya · 7 years ago
  28. efdbfde url: Refactor detect_proxy() by ERAMOTO Masaya · 7 years ago
  29. 1b57557 url: Fix NO_PROXY env var to work properly with --proxy option. by ERAMOTO Masaya · 8 years ago
  30. f30cbca IDN: Use TR46 'transitional' for toASCII translations by Tim Rühsen · 7 years ago
  31. cd6b99e docs: FAQ MAIL-ETIQUETTE language fixes by railsnewbie257 · 7 years ago
  32. 7ba8020 gnutls: check for alpn and ocsp in configure by Marcus Hoffmann · 7 years ago
  33. 1d4202a url: Fix parsing for when 'file' is the default protocol by Jay Satiro · 8 years ago
  34. 807698d rand: make it work without TLS backing by Daniel Stenberg · 7 years ago
  35. a18db79 STARTTLS: Don't print response character in denied messages by Jay Satiro · 7 years ago
  36. 4e6f483 smtp: Fix STARTTLS denied error message by Jay Satiro · 7 years ago
  37. c6778aa http2_send: avoid unsigned integer wrap around by Daniel Stenberg · 7 years ago
  38. 192466e cmake: Fix passing _WINSOCKAPI_ macro to compiler by Jiri Malak · 7 years ago
  39. 62e67c7 sws: retry send() on EWOULDBLOCK by Daniel Stenberg · 7 years ago
  40. d3a313c RELEASE-NOTES: synced with a41e8592d6b3e58 by Daniel Stenberg · 7 years ago
  41. a41e859 examples: make the C++ examples follow our code style too by Daniel Stenberg · 7 years ago
  42. ed2fcd5 asiohiper: improved socket handling by Aulddays · 7 years ago
  43. 8805be2 lib506: fix build for Open Watcom by Jiří Malák · 7 years ago
  44. 5df25fd ROADMAP: 2017 cleanup by Daniel Stenberg · 7 years ago
  45. 7fc0e1d COPYING: update the generic copyright year range by Daniel Stenberg · 7 years ago
  46. acd29dc docs/silent: mention --show-error in --silent description by Daniel Stenberg · 7 years ago
  47. e8404ad docs/page-header: mention how to disable the progress meter by Daniel Stenberg · 7 years ago
  48. ba19feb wolfssl: display negotiated SSL version and cipher by Dan Fandrich · 7 years ago
  49. bbee0d4 wolfssl: support setting cipher list by Dan Fandrich · 7 years ago
  50. 5d7a7fc CIPHERS.md: document GSKit ciphers by Patrick Monnerat · 7 years ago
  51. feca304 TheArtOfHttpScripting: grammar by peterpih · 7 years ago
  52. ffbb0f0 darwinssl: --insecure overrides --cacert if both settings are in use by Nick Zitzmann · 7 years ago
  53. 4f2239c docs/libcurl: TCP_KEEPALIVE start and interval default to 60 by Jay Satiro · 7 years ago
  54. 9b3fbf6 curl.h: CURLE_FUNCTION_NOT_FOUND is no longer in use by Daniel Stenberg · 7 years ago
  55. ad10eb5 content_encoding: change return code on a failure by Daniel Stenberg · 7 years ago
  56. 278034a page-footer: error 36 is protocol agnostic! by Daniel Stenberg · 7 years ago
  57. ee3c83f tool_operate: Fix --remote-time incorrect times on Windows by Jay Satiro · 8 years ago
  58. 89b7898 digest_sspi: copy terminating NUL as well by Max Khon · 7 years ago
  59. 0128925 curl_formadd.3: CURLFORM_CONTENTSLENGTH not needed when chunked by Daniel Stenberg · 7 years ago
  60. 1b711ca cmake: use crypt32.lib when building with OpenSSL on windows by Kyselgov E.N · 8 years ago
  61. e53f073 darwinssl: fix CFArrayRef leak by Chris Araman · 7 years ago
  62. 8db3afe darwinssl: fix iOS build by Chris Araman · 7 years ago
  63. aa6db96 curl: remove superfluous include file by Daniel Stenberg · 7 years ago
  64. 2bb0070 RELEASE-NOTES: synced with a7b38c9dc98481e by Daniel Stenberg · 7 years ago
  65. a7b38c9 vtls: s/SSLEAY/OPENSSL by Daniel Stenberg · 7 years ago
  66. 209b230 docs/ciphers: link to our own new page about ciphers by Daniel Stenberg · 7 years ago
  67. 7776abb cmdline-opts/page-footer: add three more exit codes by Daniel Stenberg · 7 years ago
  68. e50abe6 formdata: use NULL, not 0, when returning pointers by Daniel Stenberg · 7 years ago
  69. 9314bf8 ftp: failure to resolve proxy should return that error code by Daniel Stenberg · 7 years ago
  70. 0bc24d6 configure: accept --with-libidn2 instead by Daniel Stenberg · 7 years ago
  71. 913312f test1282: verify the ftp-gss check by Daniel Stenberg · 7 years ago
  72. 5fe164a ftp-gss: check for init before use by Daniel Stenberg · 7 years ago
  73. 57cad81 build-wolfssl: Sync config with wolfSSL 3.10 by Jay Satiro · 7 years ago
  74. cdbdef6 cyassl: use time_t instead of long for timeout by Jay Satiro · 7 years ago
  75. ad4b348 bump: toward next release by Daniel Stenberg · 7 years ago
  76. 9aa259a http: remove "Curl_http_done: called premature" message by Daniel Stenberg · 7 years ago
  77. 00c8170 openssl-random: check return code when asking for random by Daniel Stenberg · 7 years ago
  78. c7834ec gnutls-random: check return code for failed random by Daniel Stenberg · 7 years ago
  79. 44b9b4d RELEASE-NOTES: curl 7.52.1 by Daniel Stenberg · 7 years ago curl-7_52_1
  80. fab16de lib557.c: use a shorter MAXIMIZE representation by Daniel Stenberg · 7 years ago
  81. 5c823f5 runtests: remove the valgrind parser by Daniel Stenberg · 7 years ago
  82. f81b227 randit: store the value in the buffer by Kamil Dudka · 7 years ago
  83. 7a01b33 tests/Makefile: run checksrc on debug builds by Daniel Stenberg · 7 years ago
  84. e7458c1 lib557: move the "enable LONGLINE" to allow more long lines by Daniel Stenberg · 7 years ago
  85. 462650e bump: toward next release by Daniel Stenberg · 7 years ago
  86. 773cef4 lib: fix MSVC compiler warnings by Marcel Raad · 7 years ago
  87. 95c717b THANKS: 13 new contributors from 7.52.0 by Daniel Stenberg · 7 years ago curl-7_52_0
  88. 7fda9ce RELEASE-NOTES: 7.52.0 by Daniel Stenberg · 7 years ago
  89. f44cf79 ssh: inhibit coverity warning with (void) by Daniel Stenberg · 7 years ago
  90. 21a7a96 Curl_recv_has_postponed_data: silence compiler warnings by Daniel Stenberg · 7 years ago
  91. c2402b6 tests: checksrc compliance by Jay Satiro · 7 years ago
  92. d00f2a8 http_proxy: Fix proxy CONNECT hang on pending data by Jay Satiro · 7 years ago
  93. afb57f7 cmdline-opts/tlsv1.d: rephrased by Daniel Stenberg · 7 years ago
  94. 0354eed schannel: fix wildcard cert name validation on Win CE by Dan McNulty · 8 years ago
  95. 3ab3c16d printf: fix floating point buffer overflow issues by Daniel Stenberg · 8 years ago
  96. 60450d5 config-amigaos.h: (embarrassed) made the line shorter by Daniel Stenberg · 7 years ago
  97. c562329 config-amigaos.h: fix bug report email reference by Daniel Stenberg · 7 years ago
  98. 3dcbd06 RELEASE-NOTES: synced with 4517158abfeba by Daniel Stenberg · 7 years ago
  99. 4517158 CIPHERS.md: backtick the names to show underscores fine by Daniel Stenberg · 7 years ago
  100. 111f3c1 form-string.d: fix format mistake by Daniel Stenberg · 7 years ago