1. eef1fab runtimes/google/ipc: make sure wg.Add's get called before .WaitFor can be. by Cosmos Nicolaou · 10 years ago
  2. 0155a37 veyron/services/mgmt/application: Add object names to namespace by Robin Thellend · 10 years ago
  3. d375e8a veyron/tools/mgmt/nodex: add per-instance commands by Robert Kroeger · 10 years ago
  4. 5ee5116 Merge "veyron/tools/mgmt/nodex: add tests for the some more nodex entry points" by Robert Kroeger · 10 years ago
  5. ff30089 veyron/tools/mgmt/nodex: add tests for the some more nodex entry points by Robert Kroeger · 10 years ago
  6. 1aa5769 veyron2/naming: Move veyron2/services/mounttable/types here. by Todd Wang · 10 years ago
  7. 4e09188 veyron/security/agent: Fix agent encryption. by Suharsh Sivakumar · 10 years ago
  8. 8ff7129 Merge "veyron/tools/mgmt/nodex: create a unified node manager tool" by Robert Kroeger · 10 years ago
  9. 7a5d662 veyron/tools/mgmt/nodex: create a unified node manager tool by Robert Kroeger · 10 years ago
  10. ac7128c veyron/services/mgmt: Simplify many of the Glob implementations by Robin Thellend · 10 years ago
  11. 974f208 Merge "veyron2/vom2: Support typeobject decoding." by Todd Wang · 10 years ago
  12. 4466c61 Merge "veyron2/security: Address a few TODOs" by Asim Shankar · 10 years ago
  13. b32fed3 Merge "veyron/runtimes/google/ipc: Preventing addName and removeName cuasing panics (nil s.names map) if called before Serve() or ServerDispatcher(). Return error instead." by Ali Ghassemi · 10 years ago
  14. 2519cc1 veyron2/security: Address a few TODOs by Asim Shankar · 10 years ago
  15. 95364ad veyron/services: adding a dependency constraint exception. by Jiri Simsa · 10 years ago
  16. 9e3e076 veyron/services/mgmt/binary: fixing the binary service integration test by Jiri Simsa · 10 years ago
  17. 0678018 Merge "veyron/{services,runtimes}: adding dependency constraint exceptions" by Jiri Simsa · 10 years ago
  18. 3c6db7b veyron/runtimes/google/ipc: Preventing addName and removeName cuasing panics by Ali Ghassemi · 10 years ago
  19. 9fb0735 veyron/{services,runtimes}: adding dependency constraint exceptions by Jiri Simsa · 10 years ago
  20. 7b0f2f4 veyron/tools/mgmt/node: add Claim command. by Bogdan Caprita · 10 years ago
  21. bff7343 Merge "veyron/services/mgmt/node: implement per-installation and instance ACLs." by Robert Kroeger · 10 years ago
  22. acc778b veyron/services/mgmt/node: implement per-installation and instance ACLs. by Robert Kroeger · 10 years ago
  23. 5ae28f7 Merge "veyron: delete counterpart to go/vcl/6663" by Jiri Simsa · 10 years ago
  24. d8ed8f6 Merge "veyron/runtimes/google/ipc,veyron/runtimes/google/rt: expose stats for security." by Bogdan Caprita · 10 years ago
  25. 405360d veyron: delete counterpart to go/vcl/6663 by Jiri Simsa · 10 years ago
  26. b16f67a veyron2/vom2: Support typeobject decoding. by Todd Wang · 10 years ago
  27. 1e313bc -Create a file backed persistent SerializerReaderWriter by gauthamt · 10 years ago
  28. b30286b veyron/services/mgmt/debug: Export vtrace information in the debug dispatcher. by Matt Rosencrantz · 10 years ago
  29. e737631 veyron/runtimes/google/ipc,veyron/runtimes/google/rt: expose stats for security. by Bogdan Caprita · 10 years ago
  30. 5c95a6c veyron/runtimes/google/ipc: Switch everything to __Glob. by Robin Thellend · 10 years ago
  31. d548e49 Merge "-Move Serializer from wsprd to veyron/security -Remove a convenience interface from principal.go." by gauthamt · 10 years ago
  32. b7bb39b -Move Serializer from wsprd to veyron/security by gauthamt · 10 years ago
  33. 9388ae4 veyron/runtimes/google/ipc: refactor Listen loop code - back from the rollback... by Cosmos Nicolaou · 10 years ago
  34. 254c30b Merge "veyron/tools/mgmt/node: node manager cmd-line tool (in progress)" by Bogdan Caprita · 10 years ago
  35. 305626a veyron/services/identity: Implemented sql auditor. by Suharsh Sivakumar · 10 years ago
  36. 3e76f28 veyron/runtimes/google/vtrace: Add a store for collecting vtrace traces. by Matt Rosencrantz · 10 years ago
  37. 6e9d13d Merge "veyron/runtimes/google/ipc: Treat nil glob-states as leaves in glob results." by Matt Rosencrantz · 10 years ago
  38. bea254d veyron/runtimes/google/ipc: Treat nil glob-states as leaves in glob results. by Matt Rosencrantz · 10 years ago
  39. 0e41bea Merge "veyron/services/mgmt/node,veyron/tools/mgmt/nminstall: make self_install pass through the --name flag" by Bogdan Caprita · 10 years ago
  40. 923aea7 Merge "veyron/tools/mounttable: defaulting mounttable name to "" if unspecified for Glob" by Bogdan Caprita · 10 years ago
  41. a025109 veyron/lib/flags: make it possible to set an empty string for IPHostPortFlag validation! by Cosmos Nicolaou · 10 years ago
  42. 9b1a59a veyron/tools/mgmt/node: node manager cmd-line tool (in progress) by Bogdan Caprita · 10 years ago
  43. 6497e9c veyron/services/mgmt/application/applicationd: minor changes to printing sever's name/ep. by Bogdan Caprita · 10 years ago
  44. 2f0daf1 veyron/services/mgmt/binary/binaryd: minor changes to printing sever's name/ep. by Bogdan Caprita · 10 years ago
  45. d174846 veyron/services/mgmt/node,veyron/tools/mgmt/nminstall: make self_install pass by Bogdan Caprita · 10 years ago
  46. decd105 veyron/tools/mounttable: defaulting mounttable name to "" if unspecified for Glob by Bogdan Caprita · 10 years ago
  47. 730bde1 veyron/services/mgmt/node/impl: Addressing Ankur's comments on go/vcl/6576. by Bogdan Caprita · 10 years ago
  48. 8ea1d8a Merge "veyron/services/mgmt/node/impl: identity management for child apps (agent-less)." by Bogdan Caprita · 10 years ago
  49. aef5e37 Revert "veyron/runtimes/google/ipc: refactor Listen loop code." by Cosmos Nicolaou · 10 years ago
  50. 0f7f19a Merge "veyron/runtimes/google/ipc: refactor Listen loop code." by Cosmos Nicolaou · 10 years ago
  51. b16d716 veyron/runtimes/google/ipc: Rewrite the ipc.Server Glob implementation by Robin Thellend · 10 years ago
  52. 2692910 veyron/services/mgmt/node/impl: identity management for child apps (agent-less). by Bogdan Caprita · 10 years ago
  53. 3789339 veyron/lib/modules: encapsulating Shell's config field by Jiri Simsa · 10 years ago
  54. 4d43d25 Merge "veyron2/vdl: New API for generated Go interfaces." by Todd Wang · 10 years ago
  55. a99ad14 veyron/services/mgmt/node/impl: chown the log directory by Robert Kroeger · 10 years ago
  56. 94ec756 veyron/services/mgmt/node/impl: use helper for deletions by Robert Kroeger · 10 years ago
  57. 702385a veyron2/vdl: New API for generated Go interfaces. by Todd Wang · 10 years ago
  58. 9b681e7 Merge "veyron2/options,veyron/runtimes/google/ipc: Allow different servers to present different blessings." by Bogdan Caprita · 10 years ago
  59. 99a276b Merge "veyron/lib/modules: adding an option to pass Config to a child process" by Bogdan Caprita · 10 years ago
  60. 8e9cb52 Merge "veyron/services/mgmt/binary/binaryd/test.sh: use dynamic HTTP port." by Bogdan Caprita · 10 years ago
  61. 64e2436 veyron/services/mgmt/binary/binaryd/test.sh: use dynamic HTTP port. by Bogdan Caprita · 10 years ago
  62. 06829fd veyron/services/mgmt/binary/binaryd: Make port configurable. by Bogdan Caprita · 10 years ago
  63. a5b60b2 veyron2/options,veyron/runtimes/google/ipc: Allow different servers to by Asim Shankar · 10 years ago
  64. d3d2530 Merge "ipc/benchmarks: fix for https://veyron-review.googlesource.com/#/c/6373/" by Cosmos Nicolaou · 10 years ago
  65. 5ce6ede veyron/runtimes/google/ipc: refactor Listen loop code. by Cosmos Nicolaou · 10 years ago
  66. 6413c99 veyron2: can no longer specify a specific prefix for the ReservedNameDispatcher. by Cosmos Nicolaou · 10 years ago
  67. 8b4dbbf namespace: More // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
  68. fa8f90e TBR: veyron/security/acl/test: Update VDL generated file. by Robin Thellend · 10 years ago
  69. 687f59c Merge "runtimes/google/ipc: trap all reserved names (starting with __)." by Cosmos Nicolaou · 10 years ago
  70. 5a7d133 ipc/benchmarks: fix for https://veyron-review.googlesource.com/#/c/6373/ by Cosmos Nicolaou · 10 years ago
  71. 3197d6c veyron/runtimes/google/ipc: Derive incomming server call contexts from server.ctx. by Matt Rosencrantz · 10 years ago
  72. 5a485b2 Merge "veyron2/ipc/model.go: Add the new Glob interfaces." by Robin Thellend · 10 years ago
  73. 5f8318f Partially fix breakage following: by Cosmos Nicolaou · 10 years ago
  74. 252fe5f veyron2/security: Avoid the need for many implementations of the Context by Asim Shankar · 10 years ago
  75. 05968c6 TBR: veyron/security: Fix test build broken by by Asim Shankar · 10 years ago
  76. da68285 veyron/security/acl: Implement a LabelACL and a corresponding Authorizer. by Asim Shankar · 10 years ago
  77. add8e4a runtimes/google/ipc: trap all reserved names (starting with __). by Cosmos Nicolaou · 10 years ago
  78. 94bc464 veyron2/ipc/model.go: Add the new Glob interfaces. by Robin Thellend · 10 years ago
  79. a134eda -Export method to generate keys for a Principal. by gauthamt · 10 years ago
  80. 92dba58 veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  81. 917ecac Merge "veyron/services/mgmt/binary/impl: rename merge_file package to multipart." by Bogdan Caprita · 10 years ago
  82. c0ec885 veyron/services/mgmt/binary/impl: rename merge_file package to multipart. by Bogdan Caprita · 10 years ago
  83. c7ddcf0 veyron/lib/flags: make runtime:acl.json the default value. by Cosmos Nicolaou · 10 years ago
  84. 6c18a9f Merge "TBR Change VDL files from _test.vdl file naming style" by Benjamin Prosnitz · 10 years ago
  85. f57930f veyron/lib/modules: adding an option to pass Config to a child process by Jiri Simsa · 10 years ago
  86. 1c62625 veyron/services/mgmt/binary/impl: code refactoring. by Bogdan Caprita · 10 years ago
  87. 69fc443 Merge "runtimes/google/ipc: Encode expected server blessings in the name instead of options.RemoteID" by Ryan Brown · 10 years ago
  88. c28686e namespace: Add a trailing Glob pattern ***. This is like ... but by David Why Use Two When One Will Do Presotto · 10 years ago
  89. 0116855 Merge "veyron/services/mgmt/binary: HTTP download for binary service." by Bogdan Caprita · 10 years ago
  90. 7ede92d TBR Change VDL files from _test.vdl file naming style by Benjamin Prosnitz · 10 years ago
  91. d249c93 Merge "veyron/lib/flags: add --veyron.acl flag" by Cosmos Nicolaou · 10 years ago
  92. 7823737 veyron/lib/flags: add --veyron.acl flag by Cosmos Nicolaou · 10 years ago
  93. 2726b40 runtimes/google/ipc: Encode expected server blessings in the name instead of options.RemoteID by Ryan Brown · 10 years ago
  94. 92d0a89 wpsr: Change NewWSPR call to use new style by Benjamin Prosnitz · 10 years ago
  95. e783dcc veyron/services/mgmt/binary: HTTP download for binary service. by Bogdan Caprita · 10 years ago
  96. 8982a08 Merge "TBR Fix nsRoots bug in rt.go" by Benjamin Prosnitz · 10 years ago
  97. 742cfd3 Merge "naming/verror: Migrate naming errors to verror2" by Benjamin Prosnitz · 10 years ago
  98. 6a80a8f Merge "veyron/tools/mgmt/nminstall: add http download option." by Bogdan Caprita · 10 years ago
  99. cc96fbc Merge "veyron/services/mgmt/suidhelper: added remove functionality" by Robert Kroeger · 10 years ago
  100. 9355055 veyron/services/mgmt/suidhelper: added remove functionality by Robert Kroeger · 10 years ago