1. 0019f05 Merge "veyron/services/mounttable: Fix Glob bug." by Robin Thellend · 11 years ago
  2. 854860d veyron/lib/testutil/blackbox: Sanitize sub-process environment. by Robert Kroeger · 11 years ago
  3. 82bb995 veyron/services/mgmt/node: Initial implementation of device claim in the NodeManager by Gautham · 11 years ago
  4. 268b419 veyron/services/mgmt/node/impl: implement Resume and Suspend by Bogdan Caprita · 11 years ago
  5. 38b4506 Merge "veyron2/security: Simplify the ACL structure and use the glob characters in PrincipalPattern." by Asim Shankar · 11 years ago
  6. 23ed38a Merge "veyron2/services/watch: Watch streams no longer batch changes." by Tilak Sharma · 11 years ago
  7. 9f6db08 veyron2/security: Simplify the ACL structure and use the glob characters in PrincipalPattern. by Asim Shankar · 11 years ago
  8. 8ef6026 veyron2/services/watch: Watch streams no longer batch changes. by Tilak Sharma · 11 years ago
  9. 434e39f veyron/services/mounttable: Fix Glob bug. by Robin Thellend · 11 years ago
  10. fb5cbb7 veyron/services/identity: Revocation caveats are issued for every identity and can be revoked from the UI. by Suharsh Sivakumar · 11 years ago
  11. 6bc6458 veyron2/security: Replace PrincipalPattern with BlessingPattern. by Asim Shankar · 11 years ago
  12. b288692 Merge "veyron/services/mounttable/mounttabled: Make test.sh work on OS X." by Asim Shankar · 11 years ago
  13. f4964aa veyron/services/mounttable/mounttabled: Make test.sh work on OS X. by Asim Shankar · 11 years ago
  14. ca821a4 veyron/services/mgmt/build/buildd: Bug fix for shell test. by Asim Shankar · 11 years ago
  15. c79f0c0 veyron2/storage: Move DEntry to veyron/services/store/raw. by Ken Ashcraft · 11 years ago
  16. 530d3c5 veyron2/storage: Move Version to veyron/services/store/raw. by Ken Ashcraft · 11 years ago
  17. a7b431a Merge "veyron/services/mgmt/debug: Add debug server" by Robin Thellend · 11 years ago
  18. 2041361 veyron/services/store/viewer: Fix up viewer code and mdb templates. by Adam Sadovsky · 11 years ago
  19. 738bb08 veyron/services/mgmt/debug: Add debug server by Robin Thellend · 11 years ago
  20. 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
  21. 0403e52 veyron/services/store/viewer: Fix context bug with template rendering. by Matt Rosencrantz · 11 years ago
  22. f8a974f veyron2: Remove TODOContext. by Matt Rosencrantz · 11 years ago
  23. 45654a0 Define syncgroup.ID, the globally unique identifier of a syncgroup. by Mike Burrows · 11 years ago
  24. 92c3574 veyron2/vdl: Better codegen for enum and oneof. by Todd Wang · 11 years ago
  25. 331e481 Merge "veyron2/context: Allow the runtime to be obtained from a context.T" by Matt Rosencrantz · 11 years ago
  26. 9a59b8c veyron/services/mgmt/node/impl: factor out pieces of functionality from the unit by Bogdan Caprita · 11 years ago
  27. 2968f4b veyron/services/mgmt/node/impl: factor out parts of Start and Stop into subroutines. by Bogdan Caprita · 11 years ago
  28. bf85d54 veyron2/context: Allow the runtime to be obtained from a context.T by Matt Rosencrantz · 11 years ago
  29. 4b6eaa5 impl_test: Disable the cache rather than flushing individual entries. by David Why Use Two When One Will Do Presotto · 11 years ago
  30. 1f3d113 Merge "Add CacheCtl to naming.Namespace." by David Why Use Two When One Will Do Presotto · 11 years ago
  31. 1f83a0c Merge "veyron/services/syncgroup:" by Mike Burrows · 11 years ago
  32. d9c3488 Management Refactor: Introduce fs.Memstore to break Veyron store dependency by Robert Kroeger · 11 years ago
  33. 346ac97 Merge "veyron/services/mgmt/logreader: Remove dependency on stubs" by Robin Thellend · 11 years ago
  34. 336808c veyron/services/mgmt/logreader: Remove dependency on stubs by Robin Thellend · 11 years ago
  35. e396502 veyron/services/mgmt/build: fixing the failing build server shell test by Jiri Simsa · 11 years ago
  36. 7a44243 veyron/services/mgmt/stats: Add implementation of the stats interface. by Robin Thellend · 11 years ago
  37. 54407a0 Merge "veyron2/services/mgmt/logreader: Split types into separate pkg" by Robin Thellend · 11 years ago
  38. 701cdc6 veyron/{services/mgmt,tools}/build: fixing the build server shell test by Jiri Simsa · 11 years ago
  39. 94aa633 {ipc/wsprd}: adonovan@ ran his static analysis tool on our code base by Jiri Simsa · 11 years ago
  40. 544af43 veyron/services/mgmt/build: Fix tests when using a custom Go compiler by Asim Shankar · 11 years ago
  41. 78b6216 veyron/services/mgmt/node/impl: consolidate the callback logic in one place, by Bogdan Caprita · 11 years ago
  42. 52e6249 veyron2/services/mgmt/logreader: Split types into separate pkg by Robin Thellend · 11 years ago
  43. e971490 veyron2/services/watch: Split types into separate pkg by Robin Thellend · 11 years ago
  44. f8be73f Merge "veyron2/services/mounttable: Split types into separate pkg" by Robin Thellend · 11 years ago
  45. 645f31b scripts/build: this CL cleans up the setup of Go environment variables by Jiri Simsa · 11 years ago
  46. e29314e proximity: factoring the proximity code out to a separate repository by Jiri Simsa · 11 years ago
  47. 1da424d veyron2/services/mounttable: Split types into separate pkg by Robin Thellend · 11 years ago
  48. 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
  49. c00effe Merge "veyron2/security, veyron/security: Refactor veyron2/security/util.go." by Tilak Sharma · 11 years ago
  50. 2544812 veyron/services/syncgroup: by Mike Burrows · 11 years ago
  51. d6ade0e veyron2/security, veyron/security: Refactor veyron2/security/util.go. by Tilak Sharma · 11 years ago
  52. e809082 veyron/services/mgmt/binary: making sure 'dd' is used in a portable fashion by Jiri Simsa · 11 years ago
  53. f3acb76 Merge "veyron/{services/mgmt,tools}: end-to-end tests for binaryd, buildd, and profiled" by Jiri Simsa · 11 years ago
  54. 1023a34 veyron/{services/mgmt,tools}: end-to-end tests for binaryd, buildd, and profiled by Jiri Simsa · 11 years ago
  55. 7764f31 Add CacheCtl to naming.Namespace. by David Why Use Two When One Will Do Presotto · 11 years ago
  56. 080a730 veyron/services/mgmt/node/impl: factor out logic to set up root dir; clean up by Bogdan Caprita · 11 years ago
  57. fbab59d veyron/services/mgmt/node/impl: fix issue with closing stdin for subcommand by Bogdan Caprita · 11 years ago
  58. ffac12c veyron2/storage: Make the client library thinner. by Adam Sadovsky · 11 years ago
  59. 479038f veyron/services/mounttable/mounttabled: Fix test.sh by Robin Thellend · 11 years ago
  60. a94e507 veyron2/security,veyron/runtimes/google/ipc: Provide context to a discharger. by Asim Shankar · 11 years ago
  61. 1a15c16 veyron/services/mgmt/application: creating a shell test by Jiri Simsa · 11 years ago
  62. 8bfacf2 veyron2/ipc: change Lookup to take second arg that is the method being invoked. by Cosmos Nicolaou · 11 years ago
  63. 4d67c04 veyron/services/mgmt/impl: code refactoring to split up invoker.go by Bogdan Caprita · 11 years ago
  64. 6351ee7 veyron/services/mgmt/node/impl: fixing the node manager test failure by Jiri Simsa · 11 years ago
  65. 3d634e8 veyron/services/mgmt/logreader/impl: Add glob for logs directory. by Robin Thellend · 11 years ago
  66. 39602db Fix build problem caused by cl 3709 by David Why Use Two When One Will Do Presotto · 11 years ago
  67. b48db1e Revoker implements the revoker service using a directory and files to store. by Suharsh Sivakumar · 11 years ago
  68. 62ab200 Merge "veyron2/security, veyron2/services/security/access: Update security.ACL to support the Access API." by Tilak Sharma · 11 years ago
  69. b88a111 veyron2/security, veyron2/services/security/access: Update security.ACL to support the Access API. by Tilak Sharma · 11 years ago
  70. 137b8d2 veyron/runtimes/google/ipc: Add deadline and cancellation propagation to the context. by Matt Rosencrantz · 11 years ago
  71. ad05efe veyron/services/mgmt/logreader/impl: Fix race in test. by Robin Thellend · 11 years ago
  72. 1bf5bd2 veyron/{tools,services/mgmt}/build: fix for https://code.google.com/p/envyor/issues/detail?id=252 by Jiri Simsa · 11 years ago
  73. e31900e veyron/services/identity/identityd: Pretty rendering of the audit log. by Asim Shankar · 11 years ago
  74. 63bd657 veyron/services/mgmt/logreader: Add LogFile service implementation. by Robin Thellend · 11 years ago
  75. 46121c4 Merge "veyron/services/security/discharger: set pathInStore in constructor" by Andres Erbsen · 11 years ago
  76. c3b1ad0 veyron/services/security/discharger: set pathInStore in constructor by Andres Erbsen · 11 years ago
  77. 1aa8872 Merge "veyron/services/wsprd: Pass the list of names of the remoteID to the JS Server in the context." by Shyam Jayaraman · 11 years ago
  78. 24b4f78 veyron/services/wsprd: Pass the list of names of the remoteID to the JS by Shyam Jayaraman · 11 years ago
  79. 785882f Merge "Use naming.Join now that it can take a variable number of args." by Ken Ashcraft · 11 years ago
  80. 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
  81. c0afb81 Merge "veyron/services/identity/identityd: Auditing and display." by Asim Shankar · 11 years ago
  82. 7ca37d9 Use naming.Join now that it can take a variable number of args. by Ken Ashcraft · 11 years ago
  83. 3afe790 veyron/services/identity/identityd: Auditing and display. by Asim Shankar · 11 years ago
  84. 8084066 Merge "veyron2/security, veyron/security: Move ACL authorizer to veyron/security." by Tilak Sharma · 11 years ago
  85. 3ed3024 veyron2/security, veyron/security: Move ACL authorizer to veyron/security. by Tilak Sharma · 11 years ago
  86. 98193b2 veyron/services/wspr: Fix bug with uninitialized pipe map. by Nicolas LaCasse · 11 years ago
  87. c53de36 TBR fixing broken shell tests by Jiri Simsa · 11 years ago
  88. a2ec4fa Merge "scripts: cleanup of shell scripts" by Jiri Simsa · 11 years ago
  89. 518ef15 veyron/services/mgmt/binary: making sure the binary repository returns by Jiri Simsa · 11 years ago
  90. a942b75 scripts: cleanup of shell scripts by Jiri Simsa · 11 years ago
  91. 301c774 veyron/services/mgmt/application/impl: fix for strange crash in applicationd by Bogdan Caprita · 11 years ago
  92. 1180723 veyron/services/wspr: Fix JSON marshalling/unmarshalling. by Nicolas LaCasse · 11 years ago
  93. 156c60b veyron/services/wspr: HTTP handlers for adding an account and by Nicolas LaCasse · 11 years ago
  94. ab4f10d veyron2/security: Add the Resolve label. by Tilak Sharma · 11 years ago
  95. 3ec8a56 Merge "veyron/services/wsprd: Use the origin from the websocket to link the identity to the pipe." by Shyam Jayaraman · 11 years ago
  96. 684bffe veyron/services/wsprd: Use the origin from the websocket to link the by Shyam Jayaraman · 11 years ago
  97. b66eea3 Merge "veyron/services/store/service: Remove Transaction and Watcher interfaces." by Ken Ashcraft · 11 years ago
  98. f21ac83 "veyron/security/serialization": Serialization Library by Ankur · 11 years ago
  99. ea9b458 veyron/services/store/viewer: move viewer from veyron2 to veyron by Adam Sadovsky · 11 years ago
  100. 54762c6 Merge "veyron/tools/build: moving the client for interacting with the build server into the veyron repository and writing a simple test for it" by Jiri Simsa · 11 years ago