1. da977d7 veyron/services/mgmt/suidhelper/impl/*: ignore system uids by Robert Kroeger · 11 years ago
  2. f8727f2 scripts: reflecting the move of scripts to a separate repository by Jiri Simsa · 11 years ago
  3. 63387b3 Merge "veyron/services/mgmt/pprof: Add pprof proxy interface." by Robin Thellend · 11 years ago
  4. 732e511 veyron/services/mgmt/node/impl: make the directory name that the test sets up for the node manager unique across runs; and persist it if the test fails. by Bogdan Caprita · 11 years ago
  5. 1bc409b veyron/services/mgmt/pprof: Add pprof proxy interface. by Robin Thellend · 11 years ago
  6. 577ce8d veyron/lib/glob: Indicate whether a name matches a glob pattern exactly. by Tilak Sharma · 11 years ago
  7. dd07b36 veyron/services/mgmt/node/impl/*: add a suidhelper by Robert Kroeger · 11 years ago
  8. 492e8e9 veyron2/verror: Rename NotFound and NotAuthorized, introduce NoExistOrNoAccess. by Tilak Sharma · 11 years ago
  9. b860a42 making sure shell tests use the correct paths and package names by Jiri Simsa · 11 years ago
  10. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  11. 312b06e {scripts,veyron}: moving scripts to a separate repository, related by Jiri Simsa · 11 years ago
  12. 6fe61e5 Implement access.Object (SetACL/GetACL) for the nodemanager. When a nodemanager has by Gautham · 11 years ago
  13. b6fe1ad {veyron,scripts}: removing the REPO_ROOT logic from veyron build and by Jiri Simsa · 11 years ago
  14. e9d0696 replacing /tmp with os.TempDir() by Jiri Simsa · 11 years ago
  15. 9d5bdc7 veyron/services/mgmt/debug: Remove unused runtime reference by Robin Thellend · 11 years ago
  16. 77193e0 veyron/services/mgmt/profile: fix a silly typo that is making the by Jiri Simsa · 11 years ago
  17. cfc5ac9 veyron/services/mgmt/debug: Invoke Glob on the leaves directly. by Robin Thellend · 11 years ago
  18. 8a50082 veyron/services/mgmt,veyron2/watch: removing superfluous store by Jiri Simsa · 11 years ago
  19. 80b8959 veyron/services/mgmt: Make shell tests executable again. by Tilak Sharma · 11 years ago
  20. 067b127 {veyron,veyron2}: moving the store code out the main repository by Jiri Simsa · 11 years ago
  21. 48bbd14 veyron/services/mgmt/node/impl: knock off a couple easy TODOs by shuffling some by Bogdan Caprita · 11 years ago
  22. 53b7b7e veyron/services/mgmt/node/impl: implement Revert, and add corresponding test logic. by Bogdan Caprita · 11 years ago
  23. bce0a63 veyron/services/mgmt/impl/node: implement Update and add test logic for Update. by Bogdan Caprita · 11 years ago
  24. 6941403 veyron/services/mgmt/node/impl: separate out state management types and routines by Bogdan Caprita · 11 years ago
  25. 8343bd7 Merge "veyron/services/mgmt/node/impl: implement app Uninstall" by Bogdan Caprita · 11 years ago
  26. 14a09ef veyron/lib/stats: Let Glob return inner nodes by Robin Thellend · 11 years ago
  27. 8c776b2 veyron/services/mgmt/node/impl: implement app Uninstall by Bogdan Caprita · 11 years ago
  28. 6472025 veyron/services/mgmt/logreader/impl: Add Signature hack by Robin Thellend · 11 years ago
  29. f1fac56 Merge "veyron/services/mgmt/node/impl: address a TODO to consolidate generateCommand with genCmd" by Bogdan Caprita · 11 years ago
  30. 854860d veyron/lib/testutil/blackbox: Sanitize sub-process environment. by Robert Kroeger · 11 years ago
  31. 82bb995 veyron/services/mgmt/node: Initial implementation of device claim in the NodeManager by Gautham · 11 years ago
  32. 25d4faa veyron/services/mgmt/node/impl: address a TODO to consolidate generateCommand with genCmd by Bogdan Caprita · 11 years ago
  33. 268b419 veyron/services/mgmt/node/impl: implement Resume and Suspend by Bogdan Caprita · 11 years ago
  34. 23ed38a Merge "veyron2/services/watch: Watch streams no longer batch changes." by Tilak Sharma · 11 years ago
  35. 8ef6026 veyron2/services/watch: Watch streams no longer batch changes. by Tilak Sharma · 11 years ago
  36. ca821a4 veyron/services/mgmt/build/buildd: Bug fix for shell test. by Asim Shankar · 11 years ago
  37. 738bb08 veyron/services/mgmt/debug: Add debug server by Robin Thellend · 11 years ago
  38. 1e203d8 Merge "impl_test: Disable the cache rather than flushing individual entries." by David Why Use Two When One Will Do Presotto · 11 years ago
  39. 331e481 Merge "veyron2/context: Allow the runtime to be obtained from a context.T" by Matt Rosencrantz · 11 years ago
  40. 9a59b8c veyron/services/mgmt/node/impl: factor out pieces of functionality from the unit by Bogdan Caprita · 11 years ago
  41. 2968f4b veyron/services/mgmt/node/impl: factor out parts of Start and Stop into subroutines. by Bogdan Caprita · 11 years ago
  42. bf85d54 veyron2/context: Allow the runtime to be obtained from a context.T by Matt Rosencrantz · 11 years ago
  43. 4b6eaa5 impl_test: Disable the cache rather than flushing individual entries. by David Why Use Two When One Will Do Presotto · 11 years ago
  44. d9c3488 Management Refactor: Introduce fs.Memstore to break Veyron store dependency by Robert Kroeger · 11 years ago
  45. 346ac97 Merge "veyron/services/mgmt/logreader: Remove dependency on stubs" by Robin Thellend · 11 years ago
  46. 336808c veyron/services/mgmt/logreader: Remove dependency on stubs by Robin Thellend · 11 years ago
  47. e396502 veyron/services/mgmt/build: fixing the failing build server shell test by Jiri Simsa · 11 years ago
  48. 7a44243 veyron/services/mgmt/stats: Add implementation of the stats interface. by Robin Thellend · 11 years ago
  49. 54407a0 Merge "veyron2/services/mgmt/logreader: Split types into separate pkg" by Robin Thellend · 11 years ago
  50. 701cdc6 veyron/{services/mgmt,tools}/build: fixing the build server shell test by Jiri Simsa · 11 years ago
  51. 544af43 veyron/services/mgmt/build: Fix tests when using a custom Go compiler by Asim Shankar · 11 years ago
  52. 78b6216 veyron/services/mgmt/node/impl: consolidate the callback logic in one place, by Bogdan Caprita · 11 years ago
  53. 52e6249 veyron2/services/mgmt/logreader: Split types into separate pkg by Robin Thellend · 11 years ago
  54. f8be73f Merge "veyron2/services/mounttable: Split types into separate pkg" by Robin Thellend · 11 years ago
  55. 645f31b scripts/build: this CL cleans up the setup of Go environment variables by Jiri Simsa · 11 years ago
  56. 1da424d veyron2/services/mounttable: Split types into separate pkg by Robin Thellend · 11 years ago
  57. 2034f7f Merge "veyron/services/mgmt/node/impl: factor out logic to set up root dir; clean up root dir and curr link paths before starting tests (to ensure that a previous test that didn't complete doesn't bleed state)" by Bogdan Caprita · 11 years ago
  58. e809082 veyron/services/mgmt/binary: making sure 'dd' is used in a portable fashion by Jiri Simsa · 11 years ago
  59. f3acb76 Merge "veyron/{services/mgmt,tools}: end-to-end tests for binaryd, buildd, and profiled" by Jiri Simsa · 11 years ago
  60. 1023a34 veyron/{services/mgmt,tools}: end-to-end tests for binaryd, buildd, and profiled by Jiri Simsa · 11 years ago
  61. 080a730 veyron/services/mgmt/node/impl: factor out logic to set up root dir; clean up by Bogdan Caprita · 11 years ago
  62. fbab59d veyron/services/mgmt/node/impl: fix issue with closing stdin for subcommand by Bogdan Caprita · 11 years ago
  63. ffac12c veyron2/storage: Make the client library thinner. by Adam Sadovsky · 11 years ago
  64. 1a15c16 veyron/services/mgmt/application: creating a shell test by Jiri Simsa · 11 years ago
  65. 8bfacf2 veyron2/ipc: change Lookup to take second arg that is the method being invoked. by Cosmos Nicolaou · 11 years ago
  66. 4d67c04 veyron/services/mgmt/impl: code refactoring to split up invoker.go by Bogdan Caprita · 11 years ago
  67. 6351ee7 veyron/services/mgmt/node/impl: fixing the node manager test failure by Jiri Simsa · 11 years ago
  68. 3d634e8 veyron/services/mgmt/logreader/impl: Add glob for logs directory. by Robin Thellend · 11 years ago
  69. 137b8d2 veyron/runtimes/google/ipc: Add deadline and cancellation propagation to the context. by Matt Rosencrantz · 11 years ago
  70. ad05efe veyron/services/mgmt/logreader/impl: Fix race in test. by Robin Thellend · 11 years ago
  71. 1bf5bd2 veyron/{tools,services/mgmt}/build: fix for https://code.google.com/p/envyor/issues/detail?id=252 by Jiri Simsa · 11 years ago
  72. 63bd657 veyron/services/mgmt/logreader: Add LogFile service implementation. by Robin Thellend · 11 years ago
  73. 785882f Merge "Use naming.Join now that it can take a variable number of args." by Ken Ashcraft · 11 years ago
  74. 5181bdb veyron/go/src/...: replace "127.0.0.1:0" and "localhost:0" with ":0" in address flag default for binaries, and make sure to override --address to "127.0.0.1:0" in tests (since GCE requires ipv4). by Adam Sadovsky · 11 years ago
  75. 7ca37d9 Use naming.Join now that it can take a variable number of args. by Ken Ashcraft · 11 years ago
  76. 518ef15 veyron/services/mgmt/binary: making sure the binary repository returns by Jiri Simsa · 11 years ago
  77. 301c774 veyron/services/mgmt/application/impl: fix for strange crash in applicationd by Bogdan Caprita · 11 years ago
  78. ab4f10d veyron2/security: Add the Resolve label. by Tilak Sharma · 11 years ago
  79. 9d22b7d veyron/tools/build: moving the client for interacting with the build by Jiri Simsa · 11 years ago
  80. 1e37913 Bveyron/services/mgmt/node/impl: add initial support for app installation, start, by Bogdan Caprita · 11 years ago
  81. 97b9dca veyron/: Split out the recv and send portion of the stream into sub interfaces so we don't have naming confusion when both sets of methods are on the RPC. The RPC have RecvStream or SendStream methods for the recv or send portion of the stream. This also includes a few naming changes in the API. by Shyam Jayaraman · 11 years ago
  82. f5cd765 {veyron2,veyron}/services/mgmt: change the build service API so that by Jiri Simsa · 11 years ago
  83. 04c5eef {go/src/veyron2/storage,go/src/veyron2/services/store,go/src/veyron/services/store}: new transaction API by Adam Sadovsky · 11 years ago
  84. db9de1e Merge "veyron/services/mgmt/build: adding missing imports" by Jiri Simsa · 11 years ago
  85. 2515ed7 veyron/services/mgmt/node: fixing test failure on Jenkins by Jiri Simsa · 11 years ago
  86. 5292293 veyron/services/mgmt/build: adding missing imports by Jiri Simsa · 11 years ago
  87. f531d6c veyron/services/mgmt/build/impl: locating cross-compiled binaries correctly by Jiri Simsa · 11 years ago
  88. e0fc61a veyron/services/mgmt/node: fix another test that is failing on OS X by Jiri Simsa · 11 years ago
  89. 162b674 veyron/services/mgmt/node: fixing config test failure on OS X by Jiri Simsa · 11 years ago
  90. 00b0ecc veyron/services/mgmt/node/impl: fix bug found by -race. by Cosmos Nicolaou · 11 years ago
  91. 8e32b2a {veyron,veyron2}/services/mgmt/build: enabling cross-compilation for by Jiri Simsa · 11 years ago
  92. 1a7ce71 veyron/services/mgmt/build: minor cleanup by Jiri Simsa · 11 years ago
  93. 5dcb4fa veyron/services/mgmt/build: the build server should not fail if the by Jiri Simsa · 11 years ago
  94. a4f56db veyron2/vdl/vdl: Fix broken build. by Robin Thellend · 11 years ago
  95. 8e8f1f4 veyron2/vdl: Remove generated dead code by Asim Shankar · 11 years ago
  96. c4aed6e veyron/...: Changed the generated ipc stream to match our one true stream api. by Shyam Jayaraman · 11 years ago
  97. ce3898a android: Make map, list, set, array generated code implement standard java interfaces by Benjamin Prosnitz · 11 years ago
  98. 951dd95 Merge "vdl: temporary fix of issue 29: Generate a use of wiretype whenever there is an interface to temporarily fix errors on packages with just bootstrap types" by Benjamin Prosnitz · 11 years ago
  99. 984214f vdl: temporary fix of issue 29: Generate a use of wiretype whenever there is an interface to temporarily fix errors on packages with just bootstrap types by Benjamin Prosnitz · 11 years ago
  100. c87a914 veyron/services/mgmt/node: refactor the code and clean up the unit test. by Bogdan Caprita · 11 years ago