1. a039738 Merge branch 'jc/cocci-xstrdup-or-null' by Junio C Hamano · 8 years ago
  2. 13092a9 cocci: refactor common patterns to use xstrdup_or_null() by Junio C Hamano · 8 years ago
  3. 6d6321a Merge branch 'ak/curl-imap-send-explicit-scheme' by Junio C Hamano · 8 years ago
  4. d2d07ab imap-send: Tell cURL to use imap:// or imaps:// by Anders Kaseorg · 9 years ago
  5. ef1177d1 die("bug"): report bugs consistently by Johannes Schindelin · 9 years ago
  6. d4c6375 Merge branch 'jk/common-main' by Junio C Hamano · 9 years ago
  7. 2f84df2 Merge branch 'ep/http-curl-trace' by Junio C Hamano · 9 years ago
  8. 5ce5f5f common-main: call git_setup_gettext() by Jeff King · 9 years ago
  9. 650c449 common-main: call git_extract_argv0_path() by Jeff King · 9 years ago
  10. 3f2e229 add an extra level of indirection to main() by Jeff King · 9 years ago
  11. 73e57aa imap-send.c: introduce the GIT_TRACE_CURL enviroment variable by Elia Pinto · 9 years ago
  12. a0c9cf5 Merge branch 'ky/imap-send-openssl-1.1.0' into maint by Junio C Hamano · 9 years ago
  13. 33e4ec8 Merge branch 'ky/imap-send-openssl-1.1.0' by Junio C Hamano · 9 years ago
  14. eb94ee7 imap-send: fix CRAM-MD5 response calculation by Kazuki Yamaguchi · 9 years ago
  15. 6c50a57 imap-send: check for NOLOGIN capability only when using LOGIN command by Kazuki Yamaguchi · 9 years ago
  16. b51c0d4 imap-send: avoid deprecated TLSv1_method() by Kazuki Yamaguchi · 9 years ago
  17. 6738a33 imap-send: check NULL return of SSL_CTX_new() by Kazuki Yamaguchi · 9 years ago
  18. 1ed2c7b imap-send: use HMAC() function provided by OpenSSL by Kazuki Yamaguchi · 9 years ago
  19. 3733e69 use xmallocz to avoid size arithmetic by Jeff King · 9 years ago
  20. e88e424 Merge branch 'js/imap-send-curl-compilation-fix' by Junio C Hamano · 9 years ago
  21. 71d9257 imap-send: only use CURLOPT_LOGIN_OPTIONS if it is actually available by Johannes Schindelin · 9 years ago
  22. 75faa45 replace trivial malloc + sprintf / strcpy calls with xstrfmt by Jeff King · 9 years ago
  23. dcd01ea imap-send: use cURL automatically when NO_OPENSSL defined by Kyle J. McKay · 10 years ago
  24. 230c09c imap-send.c: set CURLOPT_USE_SSL to CURLUSESSL_TRY by Kyle J. McKay · 10 years ago
  25. d47e55d imap-send.c: support GIT_CURL_VERBOSE by Kyle J. McKay · 10 years ago
  26. 1e16b25 git-imap-send: use libcurl for implementation by Bernhard Reiter · 10 years ago
  27. f1a3529 imap-send: use parse options API to determine verbosity by Bernhard Reiter · 10 years ago
  28. 14e2ae6 Merge branch 'as/calloc-takes-nmemb-then-size' by Junio C Hamano · 10 years ago
  29. 5dcdc78 Merge branch 'br/imap-send-simplify-tunnel-child-process' by Junio C Hamano · 11 years ago
  30. 825fd93 Merge branch 'rs/child-process-init' by Junio C Hamano · 11 years ago
  31. 554913d Merge branch 'ta/config-set-2' by Junio C Hamano · 11 years ago
  32. c0ad561 Merge branch 'tf/imap-send-create' by Junio C Hamano · 11 years ago
  33. 693eb02 calloc() and xcalloc() takes nmemb and then size by Arjun Sreedharan · 11 years ago
  34. ba9b9e1 imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with() by René Scharfe · 11 years ago
  35. e0d8e30 imap-send: create target mailbox if it is missing by Tony Finch · 11 years ago
  36. 3918057 imap-send.c: imap_folder -> imap_server_conf.folder by Bernhard Reiter · 11 years ago
  37. d318027 run-command: introduce CHILD_PROCESS_INIT by René Scharfe · 11 years ago
  38. f9dc5d6 git-imap-send: simplify tunnel construction by Bernhard Reiter · 11 years ago
  39. ef7e1d0 imap-send.c: replace `git_config()` with `git_config_get_*()` family by Tanay Abhra · 11 years ago
  40. 59a642f imap-send: use skip_prefix instead of using magic numbers by Tanay Abhra · 11 years ago
  41. a634a6d Merge branch 'bg/xcalloc-nmemb-then-size' by Junio C Hamano · 11 years ago
  42. 3345c0f imap-send.c: rearrange xcalloc arguments by Brian Gesiak · 11 years ago
  43. 791643a imap-send: use git-credential by Dan Albert · 11 years ago
  44. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  45. 3ef2bca imap-send: use Apple's Security framework for base64 encoding by Jeremy Huddleston · 12 years ago
  46. be4c828 imap-send: eliminate HMAC deprecation warnings on Mac OS X by David Aguilar · 12 years ago
  47. e3b3b73 Merge branch 'ob/imap-send-ssl-verify' by Junio C Hamano · 12 years ago
  48. 698a1ec imap-send: support Server Name Indication (RFC4366) by Junio C Hamano · 12 years ago
  49. b3600c3 Sync with v1.8.1.4 by Junio C Hamano · 12 years ago
  50. 0ee7198 Merge branch 'ob/imap-send-ssl-verify' into maint by Junio C Hamano · 12 years ago
  51. e174744 imap-send: support subjectAltName as well by Oswald Buddenhagen · 12 years ago
  52. b62fb07 imap-send: the subject of SSL certificate must match the host by Oswald Buddenhagen · 12 years ago
  53. 1e1fe52 imap-send: move #ifdef around by Junio C Hamano · 12 years ago
  54. 3691031 imap-send.c: simplify logic in lf_to_crlf() by Michael Haggerty · 12 years ago
  55. 636fd66 imap-send.c: fold struct store into struct imap_store by Michael Haggerty · 12 years ago
  56. 9a08cbb imap-send.c: remove unused field imap_store::uidvalidity by Michael Haggerty · 12 years ago
  57. fe47e1d imap-send.c: use struct imap_store instead of struct store by Michael Haggerty · 12 years ago
  58. c197454 imap-send.c: remove unused field imap_store::trashnc by Michael Haggerty · 12 years ago
  59. 3648b4d imap-send.c: remove namespace fields from struct imap by Michael Haggerty · 12 years ago
  60. 15f4ad1 imap-send.c: remove struct imap argument to parse_imap_list_l() by Michael Haggerty · 12 years ago
  61. 81b3894 imap-send.c: inline parse_imap_list() in parse_list() by Michael Haggerty · 12 years ago
  62. 1efee7f imap-send.c: remove some unused fields from struct store by Michael Haggerty · 12 years ago
  63. e6de375 imap-send.c: remove struct message by Michael Haggerty · 12 years ago
  64. 2fbd211 imap-send.c: remove struct store_conf by Michael Haggerty · 12 years ago
  65. 75b24bd iamp-send.c: remove unused struct imap_store_conf by Michael Haggerty · 12 years ago
  66. cbc6076 imap-send.c: remove struct msg_data by Michael Haggerty · 12 years ago
  67. 719125c imap-send.c: remove msg_data::flags, which was always zero by Michael Haggerty · 12 years ago
  68. 118a68f wrap_in_html(): process message in bulk rather than line-by-line by Michael Haggerty · 12 years ago
  69. 3c64063 wrap_in_html(): use strbuf_addstr_xml_quoted() by Michael Haggerty · 12 years ago
  70. f035ab6 imap-send: change msg_data from storing (ptr, len) to storing strbuf by Michael Haggerty · 12 years ago
  71. 6360bee imap-send: correctly report errors reading from stdin by Michael Haggerty · 12 years ago
  72. 3a34e62 imap-send: store all_msgs as a strbuf by Michael Haggerty · 12 years ago
  73. 32a8569 lf_to_crlf(): NUL-terminate msg_data::data by Michael Haggerty · 12 years ago
  74. 82247e9 remove superfluous newlines in error messages by Pete Wyckoff · 13 years ago
  75. cc811d8 Sync with 1.7.6.6 by Junio C Hamano · 13 years ago
  76. d0482e8 Sync with 1.7.6.6 by Junio C Hamano · 13 years ago
  77. 28b22f8 imap-send: remove dead code by Jeff King · 13 years ago
  78. ded408f Merge branch 'jk/git-prompt' by Junio C Hamano · 13 years ago
  79. 2dccad3 Merge branch 'ab/enable-i18n' by Junio C Hamano · 13 years ago
  80. d3c58b8 move git_getpass to its own source file by Jeff King · 13 years ago
  81. 6c597ae imap-send: don't check return value of git_getpass by Jeff King · 13 years ago
  82. 50d0158 imap-send: avoid buffer overflow by Jeff King · 13 years ago
  83. 5e9637c i18n: add infrastructure for translating Git with gettext by Ævar Arnfjörð Bjarmason · 13 years ago
  84. 3686aa1 Merge branch 'maint' into tj/imap-send-remove-unused by Junio C Hamano · 13 years ago
  85. aa2577a imap-send: Remove unused 'use_namespace' variable by Thomas Jarosch · 13 years ago
  86. d27da38 sparse: Fix some "Using plain integer as NULL pointer" warnings by Ramsay Jones · 14 years ago
  87. c2e86ad Fix sparse warnings by Stephen Boyd · 14 years ago
  88. 1702b13 imap-send: Fix sprintf usage by Ævar Arnfjörð Bjarmason · 15 years ago
  89. 4b05548 enums: omit trailing comma for portability by Gary V. Vaughan · 15 years ago
  90. 9b5a7c4 Merge branch 'rr/imap-send-unconfuse-from-line' by Junio C Hamano · 15 years ago
  91. 10439d8 imap-send: suppress warning about cleartext password with CRAM-MD5 by Chris Webb · 15 years ago
  92. 4916c8f imap-send: Remove limitation on message body by Ramkumar Ramachandra · 15 years ago
  93. 2e5b98d Merge branch 'fl/askpass' by Junio C Hamano · 15 years ago
  94. f206063 git-core: Support retrieving passwords with GIT_ASKPASS by Frank Li · 15 years ago
  95. be8198b Merge branch 'hm/maint-imap-send-crlf' into maint by Junio C Hamano · 15 years ago
  96. 39914cb Merge branch 'hm/imap-send-cram-md5' by Junio C Hamano · 15 years ago
  97. db3df36 Merge branch 'hm/maint-imap-send-crlf' by Junio C Hamano · 15 years ago
  98. ae9c606 imap-send: support CRAM-MD5 authentication by Hitoshi Mitake · 15 years ago
  99. 67d1763 git-imap-send: Convert LF to CRLF before storing patch to draft box by Hitoshi Mitake · 15 years ago
  100. 105a633 Merge branch 'maint' by Junio C Hamano · 15 years ago