1. f1eccaf Make it possible to refer to github-style URLs. by [email protected] · 11 years ago
  2. 626e77d Make rietveld test work on port 10000. by [email protected] · 11 years ago
  3. 267f33e Make gclient_scm.py use cache_dir by [email protected] · 11 years ago
  4. 6c2b49d Revert "Re-re-land gclient deletion of mismatching checkouts again" by [email protected] · 11 years ago
  5. 6ff5448 Re-re-land gclient deletion of mismatching checkouts again by [email protected] · 11 years ago
  6. 5a306a2 Create "git cache" command. by [email protected] · 11 years ago
  7. 3ac1c4e Depot tools: use the clang-format binaries that are now included by [email protected] · 11 years ago
  8. f2d7d6b Consolidate subprocess retry logic into gclient_utils. by [email protected] · 12 years ago
  9. ef509e4 Added SafeRename to better handle problems with git processes locking directories. by [email protected] · 12 years ago
  10. c28d377 Print time of long running hook actions by [email protected] · 12 years ago
  11. 2fd6c3f Kill subprocesses on KeyboardInterrupt. by [email protected] · 12 years ago
  12. dc112ac Remove gclient_utils.RemoveDirectory(). by [email protected] · 12 years ago
  13. 6b4a2ab Use rd on Windows in rmdir by [email protected] · 12 years ago
  14. 1369150 Make gclient sync use cpu count for default jobs by [email protected] · 13 years ago
  15. 07d4439 Switch gcl/git upload to use https://codereview.chromium.org instead of https://chromiumcodereview.appspot.com. It's been a week since the SSL certificate got added, and the old DNS records had a TTL of 7 days. by [email protected] · 13 years ago
  16. dae209f Enforce utf-8 codec on all files read and write. by [email protected] · 13 years ago
  17. 2a0108e Revert r132446 "Check the existence and executability of scm commands" by [email protected] · 13 years ago
  18. d15a8fa Check the existence and executability of scm commands by [email protected] · 13 years ago
  19. eb5edbc Add UpgradeToHttps() to reliably and forcibly upgrade all urls to https. by [email protected] · 13 years ago
  20. 99ac1c5 Dedupe codereview.settings parsing code. Add more testing. by [email protected] · 13 years ago
  21. 0927b7e Create a new testing_support module to move utility modules there by [email protected] · 14 years ago
  22. 428342a Standardize the sys.path fix up and fix a few pylint warnings. by [email protected] · 14 years ago
  23. 0e0436a Move code starting the editor into a common function. by [email protected] · 14 years ago
  24. 042f0e7 Improve the sys.stdout proxy to be more transparent. by [email protected] · 14 years ago
  25. 6c48a30 Fix a concurrency issue happening with deep dependencies when the intermediary by [email protected] · 14 years ago
  26. 6ca8bf8 Retry "Initial step into making Dependency thread safe"" by [email protected] · 14 years ago
  27. fae707b Fix a typo that resulted in no tests to be run in depot_tools. :( by [email protected] · 14 years ago
  28. eaab784 Add --transitive flag. by [email protected] · 14 years ago
  29. ade9c59 Fix case where wc_info is not present. by [email protected] · 14 years ago
  30. d25fb8f Revert r80770 "Switch from xml.dom.minidom to xml.etree" by [email protected] · 14 years ago
  31. 949d1a6 Switch from xml.dom.minidom to xml.etree by [email protected] · 14 years ago
  32. 58ef297 Revert r80216 "Reapply r79779: "Removed gclient_utils.Popen() and use subprocess2's ..."" by [email protected] · 14 years ago
  33. 93ef410 Reapply r79779: "Removed gclient_utils.Popen() and use subprocess2's version instead." by [email protected] · 14 years ago
  34. 45d8db0 Add more python 2.5 compatibility. by [email protected] · 14 years ago
  35. 5a376ed Revert r79779: "Removed gclient_utils.Popen() and use subprocess2's version instead." by [email protected] · 14 years ago
  36. 2425494 Removed gclient_utils.Popen() and use subprocess2's version instead. by [email protected] · 14 years ago
  37. 20254fc Revert r79002 - bug processing reviewer lists by [email protected] · 14 years ago
  38. 0c20c2f The parsing of change descriptions had a lot of overlap and inconsistencies between gcl and git-cl. In particular, we weren't handling TBR= consistently, or probably a few other things. by [email protected] · 14 years ago
  39. f904072 Shorten RemoveDirectory and rename to rmtree. Remove rmtree from fake_repos. by [email protected] · 14 years ago
  40. bf38a7e Enhance RunPylint to use white_list and black_list arguments. by [email protected] · 14 years ago
  41. 0661727 Reduce the chances for gclient to throw an exception in subprocess module. by [email protected] · 15 years ago
  42. cb2985f Largely reduce the number of pylint warnings and fix one typo. by [email protected] · 15 years ago
  43. 78b8cd1 gclient can now handle git URLs containing "-" in usernames and "~" in paths. by [email protected] · 15 years ago
  44. ac61023 Fix a bug in gclient recurse for git-svn users. Make gclient_utils.CheckCall more versatile. by [email protected] · 15 years ago
  45. dd057f3 Add automated sys.stdout check. by [email protected] · 15 years ago
  46. 4ed3418 Directly hook sys.stdout for thread annotated output. by [email protected] · 15 years ago
  47. e0de9cb Remove the class StdoutAnnotated and clones the object instead. by [email protected] · 15 years ago
  48. cb1e97a Enable annotated output for --jobs N!=1. by [email protected] · 15 years ago
  49. 3742c84 Add the infrastructure necessary to support annotated stdout. by [email protected] · 15 years ago
  50. db111f7 Add automatic auto-flushing stdout. by [email protected] · 15 years ago
  51. 66c83e6 Rename retcode to returncode to be consistent with subprocess. by [email protected] · 15 years ago
  52. 17d0179 Cleanup the code in gclient_utils to standardize on CheckCall nomenclature. by [email protected] · 15 years ago
  53. 2b9aa8e Refactor SubprocessCallAndFilter() to remove positional arguments. by [email protected] · 15 years ago
  54. 559c3f8 Add stdout param to SubprocessCallAndFilter(). by [email protected] · 15 years ago
  55. 3a29268 Redo of r56893 with fix to support python 2.5. by [email protected] · 15 years ago
  56. dd218e5 Make codereview.setting syntax more liberal and add more unit tests. by [email protected] · 15 years ago
  57. ad0b13d Revert "Remove code duplication and improve style." by [email protected] · 15 years ago
  58. 850ee06 Remove code duplication and improve style. by [email protected] · 15 years ago
  59. c41c27c Force LANGUAGE=en to fix svn output parsing by [email protected] · 15 years ago
  60. 399318e Fix gclient_utils_test and disable gclient_scm_test. by [email protected] · 15 years ago
  61. 80cbe8b Move ExecutionQueue and WorkItem to gclient_utils.py by [email protected] · 15 years ago
  62. df2b315 Reapply gclient.py refactor for the third time. by [email protected] · 15 years ago
  63. dc7445d Revert the refactor (r52005) again, it broke webkit checkout. by [email protected] · 15 years ago
  64. 917aa91 Reapply r51760 and r51761 that were reverted in r51767. by [email protected] · 15 years ago
  65. 5248d9d Revert both r51761 and r51760 as it broke the webkit slaves. by [email protected] · 15 years ago
  66. adecb31 Bring some OOP and sanity to gclient.py. by [email protected] · 15 years ago
  67. 5990f9d Give more simple message when a SyntaxError is thrown by [email protected] · 15 years ago
  68. f0379d1 Fix broken unit test by r44612. by [email protected] · 15 years ago
  69. ba55177 Fix licensing headers and move most third party code to third_party/ by [email protected] · 15 years ago
  70. 7be5ef2 Change CheckCall behavior when print_error=False by [email protected] · 15 years ago
  71. e6f7835 gclient: git relative url implementation by [email protected] · 15 years ago
  72. b6d3649 Add back automatic fallback to svn access when http access fails. by [email protected] · 15 years ago
  73. 3ccbf7e Factor out PathDifference into gclient_utils for a later reuse. by [email protected] · 15 years ago
  74. a937176 Add full_move flag to GIT.GenerateDiff and Factor out FindGclientRootDir into gclient_utils. by [email protected] · 15 years ago
  75. f2f9d55 Move GenerateDiff into a common function. by [email protected] · 15 years ago
  76. 1811135 Remove gclient-specific hacks from trychange into gcl. Remove upload dependency. by [email protected] · 15 years ago
  77. 9a2f37e Remove trychange.RunCommand and replace it by gclient_utils.CheckCall. by [email protected] · 15 years ago
  78. c532e17 gclient: implement a less hacky relative URL implementation by [email protected] · 15 years ago
  79. b9f2f62 gclient: fix bug in parsing ssh urls by [email protected] · 16 years ago
  80. a4d60f9 Fix parsing bug in SplitUrlRevision. by [email protected] · 16 years ago
  81. ac915bb gclient: fix another bug where ssh urls weren't parsed correctly by [email protected] · 16 years ago
  82. d5800f1 Split scm-specific functions out of gclient_scm.py to scm.py. by [email protected] · 16 years ago