1. c904867 veyron/veyron/lib/websocket: add missing f to Infof by James Ring · 10 years ago
  2. 6e2ec2c veyron/lib/stats/sysstats: Fix bug with num-goroutines by Robin Thellend · 10 years ago
  3. 9e4df89 Merge "veyron: Remove all remaining uses of rt.R()/rt.Init() in the core repository." by Matt Rosencrantz · 10 years ago
  4. e63e07d veyron/services/mgmt: an example port of test.sh to Go by Jiri Simsa · 10 years ago
  5. 711a985 Add Microbenchmarks for VIF/VC creations. by Jungho Ahn · 10 years ago
  6. 0610a23 veyron: Remove all remaining uses of rt.R()/rt.Init() in the core repository. by Matt Rosencrantz · 10 years ago
  7. 06ca31a Merge "veyron2/ipc: force all protocols, including tcp, to be registered." by Cosmos Nicolaou · 10 years ago
  8. c13446b veyron/lib/modules/core: Remove reliance on rt.R(). by Matt Rosencrantz · 10 years ago
  9. 87c0a55 veyron2/ipc: force all protocols, including tcp, to be registered. by Cosmos Nicolaou · 10 years ago
  10. 90610bd veyron/lib/modules: add some examples. by Cosmos Nicolaou · 10 years ago
  11. 5a8a125 runtimes/google/ipc: continued tidyup and tests for verror2 and ipc.Client. by Cosmos Nicolaou · 10 years ago
  12. 58e85b8 Add Min/Max and formatter to Histogram by Jungho Ahn · 10 years ago
  13. 08687d2 Merge "veyron/lib/modules,veyron/services/mgmt/node/impl: expanding some of the logging" by Bogdan Caprita · 10 years ago
  14. e577ef0 veyron/lib/modules,veyron/services/mgmt/node/impl: expanding some of the logging by Bogdan Caprita · 10 years ago
  15. 8a42280 veyron/lib/testutil: Eliminate dependence on rt.R(). by Matt Rosencrantz · 10 years ago
  16. c7fecf1 veyron/lib/signals: Remove dependence on rt.R() by Matt Rosencrantz · 10 years ago
  17. 344cc4a lib/modules: change the NewShell factory to take a security.Principal arg. by Cosmos Nicolaou · 10 years ago
  18. 6888519 veyron2/services/security/access: Update to the new ACL format. by Asim Shankar · 10 years ago
  19. e339153 veyron/lib/testutil: make sure we seed rand exactly once. by Cosmos Nicolaou · 10 years ago
  20. 3713c75 Merge "proxy: mount the ws endpoint as well if we are listening on tcp." by Shyam Jayaraman · 10 years ago
  21. b915f63 Merge "veyron/lib/websocket: Fix bug in conn_nacl." by Nicolas LaCasse · 10 years ago
  22. 6ad3ff1 veyron/lib/websocket: Fix bug in conn_nacl. by Nicolas LaCasse · 10 years ago
  23. 9f95794 "veyron/lib/modules": Fresh VEYRON_CREDENTIALS for each command by Ankur · 10 years ago
  24. cec437c Merge "runtimes/google/naming/namespace: Support blessing pattern for the root mount table. This fixes the tests and un-reverts commit 6fec7cc628dca0c29b8384c47663bdc9a8566d35." by Ryan Brown · 10 years ago
  25. 73ca5e7 veyron/lib/modules,veyron/services/node/impl: adjust subprocess timeout. by Bogdan Caprita · 10 years ago
  26. fc29014 runtimes/google/naming/namespace: Support blessing pattern for the root mount table. by Ryan Brown · 10 years ago
  27. 2f5585b veyron/lib/modules: fix bug in queue rw implementation and add unit test. by Bogdan Caprita · 10 years ago
  28. 650b162 veyron/lib/exec: remove data race between Wait and Clean. by Bogdan Caprita · 10 years ago
  29. 54cf3ef veyron/services/mgmt/node/impl: wait for SetNamespaceRootsCommand to finish. by Bogdan Caprita · 10 years ago
  30. 490a451 veyron/lib/modules: replace StdoutPipe with a custom in-memory queue-based by Bogdan Caprita · 10 years ago
  31. a6d3188 proxy: mount the ws endpoint as well if we are listening on tcp. by Shyam Jayaraman · 10 years ago
  32. a0c7f5e Merge "runtimes/google/rt: bring back tests for runtime shutdown." by Cosmos Nicolaou · 10 years ago
  33. bc26d69 veyron/{lib/tools}: removing the cmdline and textutil packages from by Jiri Simsa · 10 years ago
  34. 1d8f3c5 "veyron/lib/filelocker": TryLock by Ankur · 10 years ago
  35. a429eff runtimes/google/rt: bring back tests for runtime shutdown. by Cosmos Nicolaou · 10 years ago
  36. a02fe8f veyron2/ipc/model.go: Remove method argument from Lookup by Robin Thellend · 10 years ago
  37. 5b68196 Merge "veyron/lib/modules: fix to avoid depending on hash map iteration order." by Cosmos Nicolaou · 10 years ago
  38. 8d0ba31 TBR: lib/modules/core: Pass a nil profileFactory to wspr, so everything by Shyam Jayaraman · 10 years ago
  39. 5339a7b veyron/lib/modules: fix to avoid depending on hash map iteration order. by Cosmos Nicolaou · 10 years ago
  40. d4f0056 lib/modules: implement a registry to clean up AddFunction,Subprocess etc. by Cosmos Nicolaou · 10 years ago
  41. 6a17ae3 lib/unixfd: Fix data race in unit test. by Ryan Brown · 10 years ago
  42. fea4916 veyron/lib/websocket: Add Nacl implementation of WebsocketConn. by Nicolas LaCasse · 10 years ago
  43. dbae76b veyron/runtimes/google/ipc: When listening on tcp, also allow websocket by Shyam Jayaraman · 10 years ago
  44. c393961 Merge "Revert "runtimes/google/naming/namespace: Support blessing pattern for the root mount table."" by Ryan Brown · 10 years ago
  45. bc2c87c Revert "runtimes/google/naming/namespace: Support blessing pattern for the root mount table." by Ryan Brown · 10 years ago
  46. 1d8cbe7 Merge "runtimes/google/naming/namespace: Support blessing pattern for the root mount table." by Ryan Brown · 10 years ago
  47. 9a06b1e Merge "veyron/lib/unixfd, veyron/lib/security/agent/server: Try to fix the flaky agent tests." by Ryan Brown · 10 years ago
  48. 39e3ae5 veyron2: move the AppCycle implementation out of the runtime. by Cosmos Nicolaou · 10 years ago
  49. 7f49167 veyron/services/mgmt/node/impl,veyron/runtimes/google/rt,veyron/security/agent: by Bogdan Caprita · 10 years ago
  50. e315ed6 runtimes/google/naming/namespace: Support blessing pattern for the root mount table. by Ryan Brown · 10 years ago
  51. fac212e veyron/lib/unixfd, veyron/lib/security/agent/server: Try to fix the flaky agent tests. by Ryan Brown · 10 years ago
  52. adf0ca1 End of the // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
  53. 4e8da64 runtimes/google/ipc: client side RPC improvements: by Cosmos Nicolaou · 10 years ago
  54. 1fe7cdd veyron2/vdl,ipc: Enable reflection to capture stream types. by Todd Wang · 10 years ago
  55. 62f689c veyron.io/veyron/veyron/lib/stats/sysstats: Bugfix for android. by Srdjan Petrovic · 10 years ago
  56. 710daa2 veyron2/ipc: 4 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  57. 8ef4e5f Merge ""veyron/runtime/google/ipc": Server Discharges" by Ankur · 10 years ago
  58. e49a86a "veyron/runtime/google/ipc": Server Discharges by Ankur · 10 years ago
  59. 18663bd "veyron/lib/filelocker": File locking by Ankur · 10 years ago
  60. 1aa5769 veyron2/naming: Move veyron2/services/mounttable/types here. by Todd Wang · 10 years ago
  61. 5c95a6c veyron/runtimes/google/ipc: Switch everything to __Glob. by Robin Thellend · 10 years ago
  62. 3e76f28 veyron/runtimes/google/vtrace: Add a store for collecting vtrace traces. by Matt Rosencrantz · 10 years ago
  63. a025109 veyron/lib/flags: make it possible to set an empty string for IPHostPortFlag validation! by Cosmos Nicolaou · 10 years ago
  64. 3789339 veyron/lib/modules: encapsulating Shell's config field by Jiri Simsa · 10 years ago
  65. 702385a veyron2/vdl: New API for generated Go interfaces. by Todd Wang · 10 years ago
  66. 99a276b Merge "veyron/lib/modules: adding an option to pass Config to a child process" by Bogdan Caprita · 10 years ago
  67. 06829fd veyron/services/mgmt/binary/binaryd: Make port configurable. by Bogdan Caprita · 10 years ago
  68. 8b4dbbf namespace: More // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
  69. 92dba58 veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  70. c7ddcf0 veyron/lib/flags: make runtime:acl.json the default value. by Cosmos Nicolaou · 10 years ago
  71. f57930f veyron/lib/modules: adding an option to pass Config to a child process by Jiri Simsa · 10 years ago
  72. c28686e namespace: Add a trailing Glob pattern ***. This is like ... but by David Why Use Two When One Will Do Presotto · 10 years ago
  73. d249c93 Merge "veyron/lib/flags: add --veyron.acl flag" by Cosmos Nicolaou · 10 years ago
  74. 7823737 veyron/lib/flags: add --veyron.acl flag by Cosmos Nicolaou · 10 years ago
  75. 92d0a89 wpsr: Change NewWSPR call to use new style by Benjamin Prosnitz · 10 years ago
  76. 1ee5e1a veyron2/ipc: 1 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  77. 95910b6 veyron/...: Consolidate use of environment variables into named constants. by Asim Shankar · 10 years ago
  78. e497a4b veyron/lib/flags: have default flag values be accurate and to reflect the environment. by Cosmos Nicolaou · 10 years ago
  79. 9896004 veyron/lib/flags: provide a default value for veyron.namespace.roots by Cosmos Nicolaou · 10 years ago
  80. 220a015 Remove the old security model. by Asim Shankar · 10 years ago
  81. 5e3e16d Merge "veyron/runtimes/google/naming/namespace:" by David Why Use Two When One Will Do Presotto · 10 years ago
  82. 8178944 veyron/security/agent: Add API so the NodeManager can manage keys for apps. by Ryan Brown · 10 years ago
  83. 59a254c veyron/runtimes/google/naming/namespace: by David Why Use Two When One Will Do Presotto · 10 years ago
  84. e5b4150 veyron/runtimes/google: allow for command line args to override runtime env vars. by Cosmos Nicolaou · 10 years ago
  85. bb11bbe veyron/lib/textutil: Fix minor typo. by Todd Wang · 10 years ago
  86. 612ad38 veyron/lib/modules: make the Start method take an env parameter and delete StartWithEnv. by Cosmos Nicolaou · 10 years ago
  87. 092395e veyron/lib/textutil: Add textutil package, including LineWriter. by Todd Wang · 10 years ago
  88. bea438c Merge "veyron/runtimes/google/rt: Use the new security model by default." by Asim Shankar · 10 years ago
  89. d21d95a veyron/lib/modules: add wspr module and a tool to start all services by Adam Sadovsky · 10 years ago
  90. 7b5c94a veyron/runtimes/google/rt: Use the new security model by default. by Asim Shankar · 10 years ago
  91. d811b07 veyron/lib/flags: add flag groups. by Cosmos Nicolaou · 10 years ago
  92. 14bbee4 veyron/lib/testutil/{blackbox,modules}: remove these no longer used packages. by Cosmos Nicolaou · 10 years ago
  93. ad2793f veyron/services/mgmt/node/impl: now uses lib/modules rather testutil/blackbox. by Cosmos Nicolaou · 10 years ago
  94. 20b6b1b TBR: veyron/lib/modules/core: remove empty file. by Cosmos Nicolaou · 10 years ago
  95. cb7c6a1 Merge "veyron/tools/naming/simulator: add support for running proxies, sundry fixes." by Cosmos Nicolaou · 10 years ago
  96. 5cda14f veyron/lib/expect: add expectSetRE method as per blackbox. by Cosmos Nicolaou · 10 years ago
  97. 4e213d7 veyron/tools/naming/simulator: add support for running proxies, sundry fixes. by Cosmos Nicolaou · 10 years ago
  98. 1ba96ef veyron/lib/testutil: Helper type for acting as an "identity provider" in tests. by Asim Shankar · 10 years ago
  99. 244d344 veyron/lib/modules: make sure the implementation of start uses envelope. by Cosmos Nicolaou · 10 years ago
  100. bdc917c veyron/lib/flags: define all common flags and associated types here. by Cosmos Nicolaou · 10 years ago