1. 25a3fd7 [presubmit] Always install into local dir by David Fang · 2 days ago main
  2. 60d8cb5 [rsproxy_wrap] Guarantee lifetime of RSPROXY_FIFO by David Fang · 2 days ago
  3. 994b815 [test] tee rsproxy fifo test utility by David Fang · 3 days ago
  4. baf5556 [pkg] cipd.yaml paths are relative to its dir by David Fang · 3 days ago
  5. 0c97ec8 [pkg] Re-organize packaging for CIPD by David Fang · 3 days ago
  6. cc9e4b9 [test] Use skylib analysistest with expect_failure by David Fang · 3 days ago
  7. 2c0cb22 [docs] User documentation by David Fang · 3 days ago
  8. 0698d37 [test] Factor an rsproxy_wrapper macro by David Fang · 3 days ago
  9. d08c2b3 [test] Delete now redundant test scripts by David Fang · 3 days ago
  10. 402ebc6 [test] Test with rs-ninja.sh by David Fang · 3 days ago
  11. f71fbe3 [test] constrain sh_wrapper positions in chains by David Fang · 4 days ago
  12. f32dbe5 [test] Starlark tests for sh_wrapper by David Fang · 4 days ago
  13. aa8e637 [rsproxy] Move rsproxy-wrap.sh to its own package by David Fang · 4 days ago
  14. e1890aa [test] Use sh_wrapper_test to compose e2e tests by David Fang · 5 days ago
  15. ca8d467 [pkg] Fix yaml manifest JSON syntax by David Fang · 5 days ago
  16. 37674a3 [pkg] Prepare for CIPD packaging by David Fang · 5 days ago
  17. 83388e9 [test] re-organize test_lib for sh_wrapper_tests by David Fang · 5 days ago
  18. 455adb1 [test] sh_wrapper_test uses sh_test internally by David Fang · 5 days ago
  19. c646f12 [test] Simplify wrappers by David Fang · 5 days ago
  20. e81d0ae [test] ninja_test supports toolchain (sort of) by David Fang · 6 days ago
  21. 0dd10da [test] sh_wrapper migration, ninja_test rule by David Fang · 6 days ago
  22. eae1900 [test] introduce sh_wrapper rule by David Fang · 6 days ago
  23. bf61da9 [test] factor out test macros by David Fang · 6 days ago
  24. 5648c2f [package] include wrapper scripts by David Fang · 6 days ago
  25. dc990ae [test] bazel test end-to-end by David Fang · 6 days ago
  26. 5a3b487 [fakes] fake-resultstore-wrap.sh by David Fang · 6 days ago
  27. e8132e7 [test] Test rsproxy-wrap.sh --async-shutdown by David Fang · 6 days ago
  28. 275bac8 [test] fakebuild tool generates UploadRequests by David Fang · 6 days ago
  29. 9190d75 [wrap] Generic rsproxy-wrap command wrapper by David Fang · 6 days ago
  30. d661d4c [test] add configurability to e2e_test.sh by David Fang · 6 days ago
  31. 657d20c [test] Implement end-to-end test by David Fang · 2 weeks ago
  32. fdd7585 [test] Re-use UploadRequest<->bytes converters by David Fang · 2 weeks ago
  33. 5c86243 [client] remove BlobUploader by David Fang · 2 weeks ago
  34. c6cab51 [uploader] re-implement batch-upload using bundler by David Fang · 2 weeks ago
  35. d528625 [build] provide GEMINI.md for context by David Fang · 2 weeks ago
  36. b124fba [uploader] Avoid spinning on inbound requests by David Fang · 3 weeks ago
  37. e69a108 [auth] Move auth to separate package by David Fang · 3 weeks ago
  38. cd5944b [server] Add minimal Server unit-tests by David Fang · 3 weeks ago
  39. c6145da [cleanup] un-rename glog imports by David Fang · 3 weeks ago
  40. 65ce71f [build] Re-enable cgo by David Fang · 3 weeks ago
  41. 7321426 [client] Add basic client unit-tests by David Fang · 3 weeks ago
  42. 47c7b05 [client] Split out auth-related code by David Fang · 3 weeks ago
  43. 1e5ac86 [rsproxy] funnel blob uploads through temp-files by David Fang · 3 weeks ago
  44. e4f62f0 [rsproxy] Add upload request read/write tests by David Fang · 3 weeks ago
  45. bae3dc0 [rsproxy] initial minimal resultstore test by David Fang · 3 weeks ago
  46. 7c17ec6 [rsproxy] remove obsolete script by David Fang · 3 weeks ago
  47. 8b7b494 [rsproxy] Upload pre/post build artifacts by David Fang · 3 weeks ago
  48. f6be568 [rsproxy] Flush remaining blob updates by David Fang · 3 weeks ago
  49. be0333a [rsproxy] Un-hardcode bytestream URI to CAS by David Fang · 3 weeks ago
  50. 30da73e [rsproxy] Support uploading local files by David Fang · 3 weeks ago
  51. 914bcd4 [rsproxy] Only remove request file if is a fifo by David Fang · 3 weeks ago
  52. f0a788e [rsproxy] Delete rbeflag by David Fang · 3 weeks ago
  53. 4c0686a [rsproxy] Replace rbeflag with rsflag by David Fang · 3 weeks ago
  54. 0f8826b [rsproxy] Refactor ResultStoreUploader by David Fang · 3 weeks ago
  55. f202726 [rsproxy] Factor out BlobsUploader to blobs.go by David Fang · 3 weeks ago
  56. 21729e0 [rsproxy] improve Server/Client encapsulation by David Fang · 3 weeks ago
  57. 561032b [rsproxy] BatchUploadBlobs in its own coroutine by David Fang · 3 weeks ago
  58. cc73ee2 [rsproxy] auto-remove upload request file by David Fang · 3 weeks ago
  59. 00b8974 [rsproxy] Print invocation URL, unless --quiet by David Fang · 3 weeks ago
  60. 167a9a7 [rsproxy] Pipeline upload request processing by David Fang · 3 weeks ago
  61. 1165600 [rsproxy] Support log uploading to CAS by David Fang · 3 weeks ago
  62. 54b7d58 [rsproxy] remove dropped dep on internal/pkg/auth by David Fang · 3 weeks ago
  63. 8a27b61 [rsproxy] Simplify Server implementation by David Fang · 3 weeks ago
  64. e2f679e [rsproxy] Re-pack ResultStore upload requests by David Fang · 3 weeks ago
  65. 3a71bd3 [rsproxy] read and parse UploadRequests by David Fang · 3 weeks ago
  66. 9748dc6 [rsproxy] Rename to reflect ResultStore use by David Fang · 3 weeks ago
  67. 10ed9fe [beproxy] connect ResultStore, create invocation by David Fang · 3 weeks ago
  68. 33bf2d8 [beproxy] Update comments, register for install by David Fang · 3 weeks ago
  69. 46390f7 [bes] prototyping build event streaming helper by David Fang · 3 weeks ago
  70. 9786e69 [toolchain] various toolchain fixes by David Fang · 3 weeks ago
  71. 1a66877 [cleanup] Rename files better by David Fang · 4 weeks ago
  72. efc50fd [infra] Clean-up dead deps, register toolchain by David Fang · 4 weeks ago
  73. 7e8cb15 [rsproxy] Add missing dep on auth pkg by David Fang · 4 weeks ago
  74. 6a47eba [infra] disable cgo for testing by David Fang · 4 weeks ago
  75. e864c1e [infra] Setup files for running presubmit by David Fang · 5 weeks ago
  76. 14b4808 [rsproxy] Initial base from reclient by David Fang · 6 weeks ago
  77. 3d101be [docs] Initial documentation by David Fang · 7 weeks ago
  78. 3b92fde Update year by James Robinson · 1 year, 9 months ago
  79. 9fa7d54 Update year by James Robinson · 2 years, 4 months ago
  80. 5270579 [owners] Add a default OWNERS file to the oss_template by Nathan Mulcahey · 3 years, 6 months ago
  81. 69a8948 Update year to 2022 by James Robinson · 3 years, 9 months ago
  82. 2c1cfea Update LICENSE text, year, contributors, and authors list by James Robinson · 4 years, 9 months ago
  83. ab91928 update year by Gary Miguel · 5 years ago
  84. 6f79b17 update year by Gary Miguel · 6 years ago
  85. dfae863 update year on LICENSE by Gary Miguel · 7 years ago
  86. fc7fca3 Add PATENTS file by George Kulakowski · 9 years ago
  87. f066aab Update copyright for 2017 by Jason Campbell · 9 years ago
  88. bd622fe Initial commit by Adam Barth · 9 years ago