1. 1b9adab handle binary stream from urllib.request.urlopen by Mike Frysinger · Thu Jul 04 17:54:54 2019 -0400
  2. f601376 set default file encoding to utf-8 by Mike Frysinger · Thu Jun 13 02:30:51 2019 -0400
  3. bed8b62 Add support for long paths by Renaud Paquay · Thu Sep 27 10:46:58 2018 -0700
  4. e469a0c fix some sync error while using python3 by Dylan Deng · Sat Jun 23 15:02:26 2018 +0800
  5. 65b0ba5 Remove unused pylint suppressions by David Pursehouse · Sun Jun 24 16:21:51 2018 +0900
  6. ce7e026 Take care of a tilde on cookie file path by Daichi Ueura · Mon Feb 26 08:49:36 2018 +0900
  7. 010fed7 Replace all os.remove calls by Renaud Paquay · Fri Nov 11 14:25:29 2016 -0800
  8. 9d74339 Merge "Fixed upload to remotes with the url ssh://hostname" by David Pursehouse · Wed Aug 30 15:11:22 2017 +0000
  9. 2c57d61 Merge "Add option '--no-cert-checks' for 'upload' sub command." by David Pursehouse · Wed Aug 30 15:11:10 2017 +0000
  10. 2ec2a5d Fixed upload to remotes with the url ssh://hostname by Christian Koestlin · Mon Dec 05 20:32:45 2016 +0100
  11. 9ead97b When starting a branch, do not use a tag or change value for branch.merge by Zac Livingston · Tue Jun 13 08:29:04 2017 -0600
  12. bed59ce Add option '--no-cert-checks' for 'upload' sub command. by Łukasz Gardoń · Tue Aug 08 10:18:11 2017 +0200
  13. eec726c Add option REPO_IGNORE_SSH_INFO to ignore ssh_info by Timo Lotterbach · Fri Oct 07 10:52:08 2016 +0200
  14. 16889ba Revert "Repo: fall back to http, if ssh connection fails for http repos" by Dan Willemsen · Thu Sep 22 16:39:06 2016 +0000 v1.12.36
  15. d648045 implement optional 'pushurl' in the manifest file by Steve Rae · Wed Aug 10 15:00:00 2016 -0700
  16. 6284568 Merge "Repo: improve error detection for new ssh connections" by David Pursehouse · Tue Sep 20 08:06:12 2016 +0000
  17. 488bf09 Repo: fall back to http, if ssh connection fails for http repos by Timo Lotterbach · Fri Jul 15 16:55:39 2016 +0200
  18. 05dc46b Repo: improve error detection for new ssh connections by Timo Lotterbach · Fri Jul 15 16:48:42 2016 +0200
  19. 0745bb2 Support smart-sync through persistent-http[s] by Dan Willemsen · Mon Aug 17 13:41:45 2015 -0700
  20. b1d1fd7 git_config: fix _SaveJson typo by Anthony King · Wed Jun 03 17:02:26 2015 +0100
  21. 936183a git_config: add support for remote '.' by Yann Droneaud · Thu Sep 12 10:51:18 2013 +0200 v1.12.19
  22. 7e12e0a Support persistent-http(s) review urls by Conley Owens · Thu Oct 23 15:40:00 2014 -0700
  23. 909d58b Support specifying non-HEADS refs as upstream by Nasser Grainawi · Fri Sep 19 12:13:04 2014 -0600
  24. 303a82f Don't open non-binary files as binary by Chirayu Desai · Tue Aug 19 22:57:17 2014 +0530
  25. a6d258b Merge "Fix UrlInsteadOf to handle multiple strings" by Conley Owens · Tue Jul 01 17:12:18 2014 +0000
  26. 85b24ac Use JSON instead of pickle by Anthony King · Tue May 06 15:57:48 2014 +0100
  27. 4e4d40f Fix UrlInsteadOf to handle multiple strings by Dan Willemsen · Mon Oct 28 22:28:42 2013 -0700
  28. 2cd38a0 Stop appending 'p/' to review urls by Conley Owens · Tue Feb 04 15:32:29 2014 -0800
  29. 143d8a7 Changes to support sso: repositories for upload by Steve Pucci · Thu Jan 30 09:45:53 2014 -0800
  30. 0eb35cb Fix some python3 encoding issues by Chirayu Desai · Tue Nov 19 18:46:29 2013 +0530
  31. 745a39b Assume http upload if ssh_info cannot be parsed by Conley Owens · Wed Jun 05 13:16:18 2013 -0700
  32. ecf8f2b Handle HTTPException when attempting to get ssh_info by David Pursehouse · Fri May 24 12:12:23 2013 +0900
  33. 59bbb58 Move Python version checking to a separate module by David Pursehouse · Fri May 17 10:49:33 2013 +0900
  34. 217ea7d Some fixes for supporting python3 by Chirayu Desai · Fri Mar 01 19:14:38 2013 +0530
  35. 8f62fb7 Tidy up code formatting a bit more by David Pursehouse · Wed Nov 14 12:09:38 2012 +0900
  36. c1b86a2 Fix inconsistent indentation by David Pursehouse · Wed Nov 14 11:36:51 2012 +0900
  37. cecd1d8 Change print statements to work in python3 by Sarah Owens · Thu Nov 01 22:59:27 2012 -0700
  38. 6287543 Merge "Change usages of xrange() to range()" by Conley Owens · Mon Nov 12 17:30:55 2012 -0800
  39. 7e6dd2d Fix pylint warning W0108: Lambda may not be necessary by David Pursehouse · Thu Oct 25 12:40:51 2012 +0900
  40. a6053d5 Change usages of xrange() to range() by Sarah Owens · Thu Nov 01 13:36:50 2012 -0700
  41. 1f7627f Use python3 urllib when urllib2 not available by Sarah Owens · Wed Oct 31 09:21:55 2012 -0700
  42. 1d947b3 Even more coding style cleanup by David Pursehouse · Thu Oct 25 12:23:11 2012 +0900
  43. a5be53f Use modern Python exception syntax by Sarah Owens · Sun Sep 09 15:37:57 2012 -0700
  44. 8a68ff9 Coding style cleanup by David Pursehouse · Mon Sep 24 12:15:13 2012 +0900
  45. 898e12a Permit - in URL schemes for special URLs by Shawn O. Pearce · Wed Mar 14 15:22:28 2012 -0700
  46. c957142 upload: Support uploading to Gerrit over https:// by Shawn O. Pearce · Wed Jan 11 14:58:54 2012 -0800 v1.7.8.2
  47. 1a68dc5 upload: Honor REPO_HOST_PORT_INFO environment variable by Shawn O. Pearce · Tue Oct 11 14:12:46 2011 -0700 v1.7.7.3
  48. bf1fbb2 Fix AttributeError: 'HTTPError' object has no attribute 'reason' by Shawn O. Pearce · Tue Oct 11 09:31:58 2011 -0700 v1.7.7.2
  49. f322b9a sync: Support downloading bundle to initialize repository by Shawn O. Pearce · Mon Sep 19 14:50:58 2011 -0700 v1.7.7
  50. 13111b4 Add support for url.*.insteadof by Shawn O. Pearce · Mon Sep 19 11:00:31 2011 -0700
  51. 014d060 Honor http_proxy variable globally by Shawn O. Pearce · Sun Sep 11 12:57:15 2011 -0700
  52. a101f1c Honor 'http_proxy' environment variable by Anatol Pomozov · Fri Jul 08 13:52:11 2011 -0700
  53. f00e0ce upload: Catch and cleanly report connectivity errors by Shawn O. Pearce · Sat Aug 22 18:39:49 2009 -0700
  54. 0048b69 Fixed race condition in 'repo sync -jN' that would open multiple masters. by Doug Anderson · Tue Dec 21 13:39:23 2010 -0800 v1.7.2
  55. 99482ae Only delete corrupt pickle config files if they exist by Ulrik Sjölin · Fri Oct 29 08:23:30 2010 -0700
  56. 06d029c Check for existing SSH ControlMaster by Doug Anderson · Wed Oct 27 17:06:01 2010 -0700
  57. 3575b8f upload: Allow review.HOST.username to override email by Shawn O. Pearce · Thu Jul 15 17:00:14 2010 -0700 v1.6.10
  58. 7198572 Do not invoke ssh with -p argument when no port has been specified. by Josh Guilfoyle · Sun Aug 16 09:44:40 2009 -0700
  59. ca8c32c sync: kill git fetch process before SSH control master process by Shawn O. Pearce · Tue May 11 18:21:33 2010 -0700 v1.6.9.6
  60. 1c85f4e Rename _ssh_sock() to fix code style issue. by Nico Sallembien · Tue Apr 27 14:35:27 2010 -0700
  61. b6ea3bf Honor url.insteadOf when setting up SSH control master connection by Ulrik Sjolin · Sun Jan 03 18:20:17 2010 +0100 v1.6.8.10
  62. c24c720 Fix error parsing a non-existant configuration file by Shawn O. Pearce · Thu Jul 02 16:12:57 2009 -0700 v1.6.8.7
  63. 438c547 git_config: handle configuration entries with no values by David Aguilar · Sun Jun 28 15:09:16 2009 -0700
  64. fb5c8fd Fix invalid use of try-catch by Shawn O. Pearce · Tue Jun 16 14:57:46 2009 -0700
  65. 26120ca Don't crash if the ssh client is already dead by Shawn O. Pearce · Tue Jun 16 11:49:10 2009 -0700
  66. 2a3a81b Ignore EOFError when reading a truncated pickle file by Shawn O. Pearce · Fri Jun 12 09:10:07 2009 -0700 v1.6.8.2
  67. 7b4f435 Add missing return False to preconnect by Shawn O. Pearce · Fri Jun 12 09:06:35 2009 -0700
  68. 1b34c91 Allow callers of GitConfig to specify the pickle file path by Shawn O. Pearce · Thu May 21 18:52:49 2009 -0700
  69. 366ad21 Teach GitConfig how to yield subsection names by Shawn O. Pearce · Tue May 19 12:47:37 2009 -0700
  70. 2f968c9 Fix ssh://user@hostname/ style URLs parsing by Shawn O. Pearce · Thu Apr 30 14:30:28 2009 -0700 v1.6.7.3
  71. 2b5b4ac Disable SSH ControlMaster option on Cygwin by Shawn O. Pearce · Thu Apr 23 17:22:18 2009 -0700
  72. 896d5df Fix UnboundLocalError: local variable 'port' when using SSH by Shawn O. Pearce · Tue Apr 21 14:51:04 2009 -0700 v1.6.7.2
  73. fb23161 Automatically use SSH control master support during sync by Shawn O. Pearce · Fri Apr 10 18:53:46 2009 -0700
  74. 76ca9f8 Make usage of open safer by setting binary mode and closing fds by Shawn O. Pearce · Sat Apr 18 14:48:03 2009 -0700
  75. accc56d Speed up 'repo start' by removing some forks by Shawn O. Pearce · Sat Apr 18 14:45:51 2009 -0700
  76. ad3193a Fix `repo --trace` to show ref and config loads by Shawn O. Pearce · Sat Apr 18 09:54:51 2009 -0700
  77. b81ac9e Enable tracing of ref scans and config unpickling by Shawn O. Pearce · Fri Apr 17 20:44:26 2009 -0700
  78. c12c360 Pickle parsed git config files by Shawn O. Pearce · Fri Apr 17 21:03:32 2009 -0700
  79. f8e3273 Supporrt mixed case subsection names in Git config files by Shawn O. Pearce · Fri Apr 17 11:00:31 2009 -0700
  80. 146fe90 Only lookup review server '/ssh_info' once per repo process by Shawn O. Pearce · Wed Mar 25 14:06:43 2009 -0700
  81. 722acef Produce a useful error if /ssh_info was HTML and not plain text by Shawn O. Pearce · Wed Mar 25 13:58:14 2009 -0700
  82. 13cc384 Handle review URLs pointing directly at Gerrit by Shawn O. Pearce · Wed Mar 25 13:54:54 2009 -0700
  83. b54a392 Support Gerrit2's ssh:// based upload by Shawn O. Pearce · Mon Jan 05 16:18:58 2009 -0800 v1.5
  84. 339ba9f Use remote.*.projectname to indicate the target project for upload by Shawn O. Pearce · Thu Nov 06 09:52:51 2008 -0800
  85. e284ad1 Add 'repo init --mirror' to download a complete forrest by Shawn O. Pearce · Tue Nov 04 07:37:10 2008 -0800 v1.1
  86. 90be5c0 Cache the per-user configuration to avoid duplicate instances by Shawn O. Pearce · Wed Oct 29 15:21:24 2008 -0700
  87. cf31fe9 Initial Contribution by The Android Open Source Project · Tue Oct 21 07:00:00 2008 -0700 v1.0