1. e5b4150 veyron/runtimes/google: allow for command line args to override runtime env vars. by Cosmos Nicolaou · 10 years ago
  2. bb11bbe veyron/lib/textutil: Fix minor typo. by Todd Wang · 10 years ago
  3. 612ad38 veyron/lib/modules: make the Start method take an env parameter and delete StartWithEnv. by Cosmos Nicolaou · 10 years ago
  4. 092395e veyron/lib/textutil: Add textutil package, including LineWriter. by Todd Wang · 10 years ago
  5. bea438c Merge "veyron/runtimes/google/rt: Use the new security model by default." by Asim Shankar · 10 years ago
  6. d21d95a veyron/lib/modules: add wspr module and a tool to start all services by Adam Sadovsky · 10 years ago
  7. 7b5c94a veyron/runtimes/google/rt: Use the new security model by default. by Asim Shankar · 10 years ago
  8. d811b07 veyron/lib/flags: add flag groups. by Cosmos Nicolaou · 10 years ago
  9. 14bbee4 veyron/lib/testutil/{blackbox,modules}: remove these no longer used packages. by Cosmos Nicolaou · 10 years ago
  10. ad2793f veyron/services/mgmt/node/impl: now uses lib/modules rather testutil/blackbox. by Cosmos Nicolaou · 10 years ago
  11. 20b6b1b TBR: veyron/lib/modules/core: remove empty file. by Cosmos Nicolaou · 10 years ago
  12. cb7c6a1 Merge "veyron/tools/naming/simulator: add support for running proxies, sundry fixes." by Cosmos Nicolaou · 10 years ago
  13. 5cda14f veyron/lib/expect: add expectSetRE method as per blackbox. by Cosmos Nicolaou · 10 years ago
  14. 4e213d7 veyron/tools/naming/simulator: add support for running proxies, sundry fixes. by Cosmos Nicolaou · 10 years ago
  15. 1ba96ef veyron/lib/testutil: Helper type for acting as an "identity provider" in tests. by Asim Shankar · 10 years ago
  16. 244d344 veyron/lib/modules: make sure the implementation of start uses envelope. by Cosmos Nicolaou · 10 years ago
  17. bdc917c veyron/lib/flags: define all common flags and associated types here. by Cosmos Nicolaou · 10 years ago
  18. f8d4c2b rename ipc.ListenX to ipc.Listen. by Cosmos Nicolaou · 10 years ago
  19. 74cc9b2 veyron/lib/modules: quote env vars using fmt and not the url package. by Cosmos Nicolaou · 10 years ago
  20. b7b1f95 veyron/lib/modules: Fix test so that environment variables can contain newlines. by Matt Rosencrantz · 10 years ago
  21. 2cb05fb veyron/lib/modules: add support for per-command environment and logging. by Cosmos Nicolaou · 10 years ago
  22. 2eeae41 TBR: veyron/lib/modules: Fix test by Robin Thellend · 10 years ago
  23. aca1c32 veyron/security/agent: Added encryption to agent and option not to encrypt. by Suharsh Sivakumar · 10 years ago
  24. e664f3f veyron/lib/{modules,exec}: tidy up env var handling. by Cosmos Nicolaou · 10 years ago
  25. ea11fa4 veyron/lib/glob: Fix bad pattern detection by Robin Thellend · 10 years ago
  26. f889c73 veyron2: break dependency between veyron2/rt and the runtime implementation. by Cosmos Nicolaou · 10 years ago
  27. c920db3 veyron/lib/testutil: Avoid parsing flags in init() by Asim Shankar · 10 years ago
  28. 8cc0aee veyron/runtimes/google/rt: Replace http debug server with exported stats. by Robin Thellend · 10 years ago
  29. cc04421 veyron2: Separate out options into a separate package. by Asim Shankar · 10 years ago
  30. fb5f1c1 veyron/lib/cmdline: Support pretty tabulation of the help message when commands by Asim Shankar · 10 years ago
  31. 161d88e Merge "veyron2/vdl,veyron/lib/toposort: Minor cleanups." by Todd Wang · 10 years ago
  32. 5ef0784 modules: ending error messages with a new line character to prevent by Jiri Simsa · 10 years ago
  33. f92b76c Merge "veyron/runtimes/google/rt: use modules instead of blackbox." by Cosmos Nicolaou · 10 years ago
  34. edfed4b Merge "veyron/lib/stats: Add Map object" by Robin Thellend · 10 years ago
  35. 59496fe veyron/runtimes/google/rt: use modules instead of blackbox. by Cosmos Nicolaou · 10 years ago
  36. c2cba88 veyron2/vdl,veyron/lib/toposort: Minor cleanups. by Todd Wang · 10 years ago
  37. 8007a25 Merge "veyron/services/mgmt/node/impl: add self-installation functionality to node manager." by Bogdan Caprita · 10 years ago
  38. 89fdae8 veyron/lib/netconfig: Fix build on Mac. by Asim Shankar · 10 years ago
  39. 5420f17 veyron/services/mgmt/node/impl: add self-installation functionality to node by Bogdan Caprita · 10 years ago
  40. 4dc2777 Merge "veyron/lib/glob: Recursive matches are not exact matches." by Tilak Sharma · 10 years ago
  41. 8bf55bb veyron/lib/netconfig: Fix build tag in ipaux_other.go. by Nicolas LaCasse · 10 years ago
  42. f47699b veyron/lib/modules: use VEYRON_CREDENTIALS, not VEYRON_IDENTITY by Cosmos Nicolaou · 10 years ago
  43. 8829291 veyron/...: Update a bunch of tests to use the new security model. by Asim Shankar · 10 years ago
  44. fa70aaa veyron/lib/stats: Add Map object by Robin Thellend · 10 years ago
  45. 9cb954f veyron/lib/glob: Recursive matches are not exact matches. by Tilak Sharma · 10 years ago
  46. 1e78ccc veyron/lib/modules: provide a means to auto-register subprocesses. by Cosmos Nicolaou · 10 years ago
  47. 1c18c1c veyron/lib/exec: add support for signaling failure via the status channel. by Cosmos Nicolaou · 10 years ago
  48. cd7f8d2 veyron2/verror2: Another try at an improved verror interface. by Mike Burrows · 10 years ago
  49. fdfbf7b ipc: Add some type checking statements by Benjamin Prosnitz · 10 years ago
  50. a375b91 wspr/nacl: Changes to run WSPR in nacl by Benjamin Prosnitz · 10 years ago
  51. cc58172 veyron/lib/signals, veyron2/vlog: use new modules package for testing. by Cosmos Nicolaou · 10 years ago
  52. dc746af Merge "veyron/services/mgmt: Fix broken tests with a hack." by Asim Shankar · 10 years ago
  53. c33b464 veyron/services/mgmt: Fix broken tests with a hack. by Asim Shankar · 10 years ago
  54. 0d12d71 cmdline tools: Auto-generate doc.go file using "go generate". by Todd Wang · 10 years ago
  55. df42823 veyron/lib/stats: Add Delete function by Robin Thellend · 10 years ago
  56. a3ce2be veyron/lib/cmdline: Add help topics, and minor cleanups. by Todd Wang · 10 years ago
  57. 3da1c79 This is the first change to get rid of //. by David Why Use Two When One Will Do Presotto · 10 years ago
  58. bbae388 veyron/lib/modules: allow Cleanup/Shutdown to access stderr and stdout. by Cosmos Nicolaou · 10 years ago
  59. 053c068 veyron/lib/netstat.go: Added SameMachine by Robert Kroeger · 10 years ago
  60. a35aae2 veyron/lib/cmdline: Follow-up from change 5131. by Todd Wang · 10 years ago
  61. fcb72a5 veyron/lib/cmdline: Avoid repeatedly printing default help. by Todd Wang · 10 years ago
  62. 251a4d8 veyron/runtimes/google/lib/timekeeper: move it and its testing counterpart to veyron/lib by Cosmos Nicolaou · 10 years ago
  63. 486d349 veyron/mgmt/lib/exec: move this into veyron/lib/exec and merge veyron/lib/config with it. by Cosmos Nicolaou · 10 years ago
  64. 66bc120 veyron2/ipc: incorporate routing information into network address selection. by Cosmos Nicolaou · 10 years ago
  65. d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 10 years ago
  66. a615e4d veyron/lib/cmdline: Add ErrExitCode to support exit codes. by Todd Wang · 10 years ago
  67. 3e529b9 netconfig: added GetIPRoutes(defaultOnly bool) and IsDefaultIPRoute() that works for by David Why Use Two When One Will Do Presotto · 10 years ago
  68. 3655789 veyron: fixed depcop files so that some rules are enforced by Mehrdad Afshari · 10 years ago
  69. 19a7cd4 veyron/tools/naming/simulator: tidy up error handling, make sleep interruptible. by Cosmos Nicolaou · 10 years ago
  70. 50b473a veyron/security/agent: Add support for multiple apps connecting to one agent. by Ryan Brown · 10 years ago
  71. 0dd7ce0 veyron.io/veyron/veyron/lib/modules: Fix build breakages related to modules and the shell. by Matt Rosencrantz · 10 years ago
  72. 9c9918d veyron/tools/naming/simulator: reworked to use new modules and to be more useful. by Cosmos Nicolaou · 10 years ago
  73. 577ce8d veyron/lib/glob: Indicate whether a name matches a glob pattern exactly. by Tilak Sharma · 10 years ago
  74. 9afe120 veyron/lib/modules: create a fake ID for use in tests. by Cosmos Nicolaou · 10 years ago
  75. 281729f veyron/lib/modules: Extend timeout to make the shell less flaky on jenkins. by Matt Rosencrantz · 11 years ago
  76. a452a31 veyron/lib/modules/core: generate VEYRON_IDENTITY file. by Cosmos Nicolaou · 11 years ago
  77. 9ca249d veyron/lib/modules/core: expand the set of core modules. by Cosmos Nicolaou · 11 years ago
  78. 492e8e9 veyron2/verror: Rename NotFound and NotAuthorized, introduce NoExistOrNoAccess. by Tilak Sharma · 11 years ago
  79. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  80. e6dcc5d veyron/lib/stats: Fix race due to non-pointer receiver by Robin Thellend · 11 years ago
  81. b376071 Merge "veyron/lib/modules: allow Shutdown to return an error status and avoid races." by Cosmos Nicolaou · 11 years ago
  82. 66afced veyron/lib/modules: allow Shutdown to return an error status and avoid races. by Cosmos Nicolaou · 11 years ago
  83. fed691e veyron/security/agent: Initial implementation using VC. by Ryan Brown · 11 years ago
  84. 8e39ce1 veyron/lib/modules/core: increase the timouts for less flakiness with -race. by Cosmos Nicolaou · 11 years ago
  85. b68db57 Merge "veyron2/uniqueid: move uniqueid to veyron2 so I can directly depend on it in vtrace." by Matt Rosencrantz · 11 years ago
  86. 6885719 Merge "veyron/lib/modules/core: increase the timouts for less flakiness with -race." by Cosmos Nicolaou · 11 years ago
  87. 1ded5d6 veyron2/uniqueid: move uniqueid to veyron2 so I can directly by Matt Rosencrantz · 11 years ago
  88. a18394e TBR: veyron/lib/flags: fix the build. by Cosmos Nicolaou · 11 years ago
  89. 65e1eef veyron/lib/modules/core: increase the timouts for less flakiness with -race. by Cosmos Nicolaou · 11 years ago
  90. addf483 veyron/lib/modules/core: fix flaky tests for the core modules. by Cosmos Nicolaou · 11 years ago
  91. 0f0e877 veyron/lib/modules: fix a test -race problem. by Cosmos Nicolaou · 11 years ago
  92. f50128f Revert "veyron/lib/modules/core: add some initial core modules for naming." by Ken Ashcraft · 11 years ago
  93. 0412816 veyron/lib/modules/core: add some initial core modules for naming. by Cosmos Nicolaou · 11 years ago
  94. a6eb3f8 veyron/lib/uniqueid: Add a package for generating probabalistically unique IDs. by Matt Rosencrantz · 11 years ago
  95. ef323db veyron2/ipc: add RoamingListen support. by Cosmos Nicolaou · 11 years ago
  96. e925f2a veyron/lib/expect: simple library for making assertions about expected input. by Cosmos Nicolaou · 11 years ago
  97. 1eb8169 veyron/lib/stats/counter: Fix delta value by Robin Thellend · 11 years ago
  98. 14a09ef veyron/lib/stats: Let Glob return inner nodes by Robin Thellend · 11 years ago
  99. f7a11d9 veyron/lib/netstate,netconfig: move netconfig out of the runtime and create netstate. by Cosmos Nicolaou · 11 years ago
  100. caef3e9 veyron/security/agent: Rollback since it doesn't work on linux. by Ryan Brown · 11 years ago