1. c7a704b [client] Implement the bot side of named cache size hint by Marc-Antoine Ruel · 6 years ago
  2. 3465a52 [client] round time in LRU at the second by Marc-Antoine Ruel · 6 years ago
  3. 7bcc412 [client] uninstall in reverse order by Marc-Antoine Ruel · 6 years ago
  4. e955837 [client] stop trimming cache in run_isolated by Marc-Antoine Ruel · 6 years ago
  5. 29db845 client: Add Cache.save() by Marc-Antoine Ruel · 6 years ago
  6. efb30b1 [client] Overhaul temporary directory override in run_isolated by Marc-Antoine Ruel · 6 years ago
  7. 486c9b5 [client] lower default task priority to 200 by Marc-Antoine Ruel · 6 years ago
  8. b27f334 Roll infra_libs, gae_event_mon and gae_ts_mon. by Marc-Antoine Ruel · 6 years ago
  9. 4136222 client: fix exception on symlink by Marc-Antoine Ruel · 6 years ago
  10. ae7ed28 Revert "Bump version of infra_libs to 1.4.0" by Stephen Martinis · 6 years ago
  11. 9cdec36 Bump version of infra_libs to 1.4.0 by Stephen Martinis · 6 years ago
  12. 20b764d [swarming] more task state documentation by Marc-Antoine Ruel · 6 years ago
  13. dbba3ed Add Google RPC protobufs by Nodir Turakulov · 6 years ago
  14. 5d5ec6d [client] Fix regression in d335c4bf86 by Marc-Antoine Ruel · 6 years ago
  15. 87fc222 [client] Fix regression in a768d983f4 by Marc-Antoine Ruel · 6 years ago
  16. 9a518d0 [swarming] Implement NamedCache.cleanup() by Marc-Antoine Ruel · 6 years ago
  17. 5aeb3bb [client] Fix 3 issues for the cost of one CL by Marc-Antoine Ruel · 6 years ago
  18. 7139d91 [client] Fix cache LRU coherency by Marc-Antoine Ruel · 6 years ago
  19. 5d7606b [client] Fix Memory CAC to be LRU, internal cleanups by Marc-Antoine Ruel · 6 years ago
  20. 33e9f10 [client] cache the named cache size; stop keeping empty caches by Marc-Antoine Ruel · 6 years ago
  21. 09a76e4 [client] Update lru.py and test by Marc-Antoine Ruel · 6 years ago
  22. e79ddbf [client] Refactor the caches to stop using context manager by Marc-Antoine Ruel · 6 years ago
  23. fafa735 [swarming] Actually apply pool based TaskTemplates. by Robert Iannucci · 6 years ago
  24. 281c390 [Swarming] Update clients to hit /_ah/api instead of /api by smut · 6 years ago
  25. 1659133 [Isolate] Update client to hit /_ah/api instead of /api by smut · 6 years ago
  26. e3a8501 Fix crash when running isolateserver download.py with --cache. by John Abd-El-Malek · 6 years ago
  27. 49f9f8d Reapply "[client] First local_caching improvement" by Marc-Antoine Ruel · 6 years ago
  28. 1f835c7 [client] Add --wait-for-capacity by Marc-Antoine Ruel · 6 years ago
  29. c724359 Update stale URLs to github by Marc-Antoine Ruel · 6 years ago
  30. 77d9378 [client] reduce cipd version cache size by Marc-Antoine Ruel · 6 years ago
  31. 3543e21 Revert "[client] First local_caching improvement" by Marc-Antoine Ruel · 6 years ago
  32. 0bf9877 [client] First local_caching improvement by Marc-Antoine Ruel · 6 years ago
  33. 8b11dbd [client] Move named_cache into local_caching by Marc-Antoine Ruel · 6 years ago
  34. 2666d9c [client] move DiskCache into local_caching by Marc-Antoine Ruel · 6 years ago
  35. 5c98fa7 [client] Fix swarming trigger with secret bytes on Windows by Marc-Antoine Ruel · 6 years ago
  36. 34f5f28 [client] trim old named caches and CIPD. by Marc-Antoine Ruel · 6 years ago
  37. a269e1a [swarming.py] Allow description in query-list to be optional. by Sergey Berezin · 6 years ago
  38. 4af6ee2 [client] stop mocking the file system in some unit test by Marc-Antoine Ruel · 6 years ago
  39. c9f90b0 [client] fix isolateserver client file mode handling with tarred filed by Marc-Antoine Ruel · 6 years ago
  40. b45a94c [client] better handle tarfile created on other OSes by Marc-Antoine Ruel · 6 years ago
  41. fc70835 [swarming] Add new task result state NO_RESOURCE by Marc-Antoine Ruel · 6 years ago
  42. 833f5eb [client] Add swarming.py post by Marc-Antoine Ruel · 6 years ago
  43. 020e1cb [client] Refactor how utils/net.py raises HTTP errors. by Vadim Shtayura · 6 years ago
  44. 3a030bc [client] Update swarming.py run with new task_slices by Marc-Antoine Ruel · 6 years ago
  45. e831f05 [client] Update default value to be of the right type. by Marc-Antoine Ruel · 6 years ago
  46. 9fc4261 [client] Fix regression in 1fc37f909ef6cb6a87db by Marc-Antoine Ruel · 6 years ago
  47. 2d63154 [client] Reduce O(n²) operation by Marc-Antoine Ruel · 6 years ago
  48. b73066b [client] Use the new API task_slices for task creation by Marc-Antoine Ruel · 6 years ago
  49. 6fd9696 [client] Trim items from the local cache older than 3 weeks by Marc-Antoine Ruel · 6 years ago
  50. dad6afd [client] Remove old format support in lru.py by Marc-Antoine Ruel · 6 years ago
  51. 7ead054 [swarming] flush the 'xxx files remaining...' message to stdout by Marc-Antoine Ruel · 6 years ago
  52. 10743a6 Support directory output in bot by Sadaf Matinkhoo · 6 years ago
  53. 2e52c55 [swarming] Add support to cancel a running task. by Marc-Antoine Ruel · 6 years ago
  54. f24f09c [client] enable collecting task with no timeout by Marc-Antoine Ruel · 6 years ago
  55. 1a38fbe Pass None to isolate_storage.push() when compression is not used by Wei Huang · 6 years ago
  56. cd0e027 client: update auth.py IPv6 notation of localhost. by Marc-Antoine Ruel · 6 years ago
  57. b7fe4d6 Make copies of generator/iterator requests for call_unary. by Wei Huang · 6 years ago
  58. 36f7007 [isolateserver] Do not correct python command in isolateserver. by Robert Iannucci · 6 years ago
  59. 07bd557 [protobuf] roll to 3.5.1 by Nodir Turakulov · 6 years ago
  60. 74231a1 Swarming: fix fix_python_cmd again by Marc-Antoine Ruel · 6 years ago
  61. a072925 [swarming] Fix unicode for fix_python_cmd. by Robert Iannucci · 6 years ago
  62. 24ae76a [swarming] Correct fix_python_path to simply insert python. by Robert Iannucci · 6 years ago
  63. 3207deb Remove properties_hash. by Marc-Antoine Ruel · 6 years ago
  64. dddf617 client: print more details about cache overflow failure by Marc-Antoine Ruel · 6 years ago
  65. 3b4a155 client/tools: rename tools, minor improvements by Marc-Antoine Ruel · 6 years ago
  66. 211a955 client: update exception on full cache to be more informative by Marc-Antoine Ruel · 6 years ago
  67. f674a58 Remove 'the the' from the code base by Marc-Antoine Ruel · 6 years ago
  68. 8822987 client: fix incorrect 'fix' in 7efbe3ad731c875. by Marc-Antoine Ruel · 6 years ago
  69. 29ba75c client: create the output directory directory when ${ISOLATED_OUTDIR} is used by Marc-Antoine Ruel · 6 years ago
  70. 95c2187 client: use subproces42 instead of subprocess by Marc-Antoine Ruel · 6 years ago
  71. 36e0979 client: fix swarming.py reproduce with env_prefixes. by Marc-Antoine Ruel · 6 years ago
  72. 9ec1e9f client: fix run_isolated.py --env-prefix to be based on root by Marc-Antoine Ruel · 6 years ago
  73. ba1bf22 client: add --relative-cwd to swarming.py trigger by Marc-Antoine Ruel · 6 years ago
  74. 4913981 Fix race condition (COMPLETED/BOT_DIED) in task_runner. by Seth Koehler · 6 years ago
  75. 461b30d [run_isolated] Add more information to package_pins assert. by Robert Iannucci · 6 years ago
  76. 95068cf swarming: add --relative-cwd support server side by Marc-Antoine Ruel · 6 years ago
  77. be63567 Disable flaky test in threading_utils_test.py by Marc-Antoine Ruel · 6 years ago
  78. 7de5259 Refactor run_isolated.py run_tha_test() to be more maintainable by Marc-Antoine Ruel · 6 years ago
  79. 6f348a2 swarming: remove stale cipd validation. by Marc-Antoine Ruel · 6 years ago
  80. 4bd9152 client/tools: add reproduce.py by Marc-Antoine Ruel · 6 years ago
  81. ffd8013 client: isolated unicode fix for Windows by Marc-Antoine Ruel · 6 years ago
  82. d8464b1 client: isolated unicode fix on Ubuntu by Marc-Antoine Ruel · 6 years ago
  83. a469ce8 tests: more unicode by Marc-Antoine Ruel · 6 years ago
  84. 7a68f71 client: Fix emoji handling at various places by Marc-Antoine Ruel · 6 years ago
  85. 1045172 example: put tons of emojis in the examples by Marc-Antoine Ruel · 6 years ago
  86. b3b5162 subprocess42: be more tolerant to unicode. by Marc-Antoine Ruel · 6 years ago
  87. ee6ca62 Fix regression in fc3c34e59202ee and bfab799cddab1 by Marc-Antoine Ruel · 6 years ago
  88. 19dd887 swarming_bot: migrate env mutation from task_runner to run_isolated. by Marc-Antoine Ruel · 6 years ago
  89. 30e81df Allow None response when the item size is 0 in gRPC isolate push by Wei Huang · 6 years ago
  90. bf5f84c [swarming] Add env_prefixes TaskProperty. by Robert Iannucci · 6 years ago
  91. 7384f79 Raise gRPC error when gRPC calls for pushing blobs return None by Wei Huang · 6 years ago
  92. 51b8323 client: fix missing lock in DiskCache.cleanup() by Marc-Antoine Ruel · 6 years ago
  93. eb17f91 Refactor httpserver_mock in attempt to get rid of deadlocks. by Vadim Shtayura · 6 years ago
  94. dc3dadf Add minimal support for Cavium CPUs. by Vadim Shtayura · 6 years ago
  95. 6fd3c7b Fix handling of empty /stdout result. by Vadim Shtayura · 6 years ago
  96. 3f9931a swarming.py: fix regression in adaf484266, improve decorated ouput by Marc-Antoine Ruel · 6 years ago
  97. 5da404c Remove code that should have been deleted 3 years ago. by Marc-Antoine Ruel · 6 years ago
  98. d704a1f run_isolated: ignore relative_cwd if isolated's command is not used. by Marc-Antoine Ruel · 6 years ago
  99. 0f9ff3b client: throw if the response is corrupted. by Marc-Antoine Ruel · 6 years ago
  100. 2673daa Do not run tests (and most tests) on upload anymore by Marc-Antoine Ruel · 6 years ago