1. c1e76e6 Merge "veyron/veyron/security/agent: Encryption of PEM block in Load/SavePEMKey." by Suharsh Sivakumar · 11 years ago
  2. 057eeda veyron/services/identity: Check in updated identity.vdl.go by Nicolas LaCasse · 11 years ago
  3. d308c7e veyron/services/identity, veyron/tools/identity: Identity tool can request blessing with by Suharsh Sivakumar · 11 years ago
  4. 5bd46d2 Merge "veyron/runtimes/google/ipc: Fix race in choosing an error to return when the flow closes." by Matt Rosencrantz · 11 years ago
  5. 3da1c79 This is the first change to get rid of //. by David Why Use Two When One Will Do Presotto · 11 years ago
  6. bae0821 veyron/runtimes/google/ipc: Fix race in choosing an error to return when the flow closes. by Matt Rosencrantz · 11 years ago
  7. bbae388 veyron/lib/modules: allow Cleanup/Shutdown to access stderr and stdout. by Cosmos Nicolaou · 11 years ago
  8. a41b8f6 veyron/services/wsprd: Added label support to wsprd. by Shyam Jayaraman · 11 years ago
  9. d51d89b Merge "veyron/services/mgmt/suidhelper: record username" by Robert Kroeger · 11 years ago
  10. 627a115 veyron/services/mgmt/suidhelper: record username by Robert Kroeger · 11 years ago
  11. 7c89059 "veyron2": Principal in Runtime by Ankur · 11 years ago
  12. 8689793 veyron/runtimes/google/ipc: Impelement a better fix for cancellation goroutine leak. by Matt Rosencrantz · 11 years ago
  13. 0f35904 veyron/veyron/security/agent: Encryption of PEM block in Load/SavePEMKey. by Suharsh Sivakumar · 11 years ago
  14. f45c928 veyron/runtimes/google/rt: remove use of MOUNTTABLE_ROOT. by Cosmos Nicolaou · 11 years ago
  15. b3a69dd Merge "veyron/lib/netstat.go: Added SameMachine" by Robert Kroeger · 11 years ago
  16. 053c068 veyron/lib/netstat.go: Added SameMachine by Robert Kroeger · 11 years ago
  17. c14fffa Merge "veyron/security,veyron2/security: Use latest security primitives and test libraries." by Asim Shankar · 11 years ago
  18. 0301d87 veyron/services/mgmt/debug: fix the test to conform with intended semantics by David Why Use Two When One Will Do Presotto · 11 years ago
  19. bf6263f veyron/security,veyron2/security: Use latest security primitives and test libraries. by Asim Shankar · 11 years ago
  20. 5c576c4 veyron/runtimes/google/ipc: Check caveats on the server's blessings. by Asim Shankar · 11 years ago
  21. 6b0510a veyron/runtimes/google/ipc/stream: Support for the new security model primitives. by Asim Shankar · 11 years ago
  22. 918e856 Merge "namespace: Change glob to list everything at a mount point, i.e., the mount point itself and root of any server below it. Therefore, for something like" by David Why Use Two When One Will Do Presotto · 11 years ago
  23. fbed875 Merge "veyron/tools/debug: Add debug command-line tool" by Robin Thellend · 11 years ago
  24. b144e53 Merge "veyron/services/mgmt/node: Add namespace skeleton" by Robin Thellend · 11 years ago
  25. 663bf48 veyron/tools/debug: Add debug command-line tool by Robin Thellend · 11 years ago
  26. 8578c1b Merge "veyron/lib/cmdline: Follow-up from change 5131." by Todd Wang · 11 years ago
  27. 09929f4 veyron/services/mgmt/node: Add namespace skeleton by Robin Thellend · 11 years ago
  28. a35aae2 veyron/lib/cmdline: Follow-up from change 5131. by Todd Wang · 11 years ago
  29. 2c4fdf1 veyron/services/mgmt/suidhelper/impl: set the default uid threshold back to 501 by Bogdan Caprita · 11 years ago
  30. fcb72a5 veyron/lib/cmdline: Avoid repeatedly printing default help. by Todd Wang · 11 years ago
  31. c2c24bf Merge "veyron/services/wsprd: Fix a bug where the server id wasn't passed in the auth request." by Shyam Jayaraman · 11 years ago
  32. c7159c3 Merge "veyron/runtimes/google/rt: track StreamManagers created from the runtime, so that we can call Shutdown on them at Cleanup() time." by Bogdan Caprita · 11 years ago
  33. 251a4d8 veyron/runtimes/google/lib/timekeeper: move it and its testing counterpart to veyron/lib by Cosmos Nicolaou · 11 years ago
  34. 486d349 veyron/mgmt/lib/exec: move this into veyron/lib/exec and merge veyron/lib/config with it. by Cosmos Nicolaou · 11 years ago
  35. 66bc120 veyron2/ipc: incorporate routing information into network address selection. by Cosmos Nicolaou · 11 years ago
  36. 40ee007 Merge "veyron: start the transition to using ListenX." by Cosmos Nicolaou · 11 years ago
  37. 9f01fdb Merge "veyron/services/mgmt/suidhelper: have the setuid tool use a lower allowed uid threshold for darwin. This is to fix https://code.google.com/p/envyor/issues/detail?id=332" by Bogdan Caprita · 11 years ago
  38. 39740bc Merge "veyron/services/mgmt/node/impl: for testing, keep around the directories created by the node manager for app installation and instance creation even if the Install or Start operation failed. This allows us to examine state such as logs after the test finishes, and helps with debugging." by Bogdan Caprita · 11 years ago
  39. 82d39a6 veyron/services/wsprd: Fix a bug where the server id wasn't passed in by Shyam Jayaraman · 11 years ago
  40. fbcfe89 veyron/runtimes/google/rt: track StreamManagers created from the runtime, so by Bogdan Caprita · 11 years ago
  41. 5908410 veyron/services/mgmt/suidhelper: have the setuid tool use a lower allowed uid by Bogdan Caprita · 11 years ago
  42. d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 11 years ago
  43. a09f26b veyron/lib/modules: create a new identity if one is not already provided. by Cosmos Nicolaou · 11 years ago
  44. 9d285a1 veyron/services/mgmt/node/impl: for testing, keep around the directories created by Bogdan Caprita · 11 years ago
  45. cce8f4f namespace: Change glob to list everything at a mount point, i.e., the mount point itself by David Why Use Two When One Will Do Presotto · 11 years ago
  46. aa9f63e Merge "veyron/services/wsprd/app: Added a handler in wsprd for a javascript authorizer. This does not break the javascript tests, since we still have a default authorizer." by Shyam Jayaraman · 11 years ago
  47. 3a7ec8a Merge "scripts: replacing scripts/build/go with "veyron go"" by Jiri Simsa · 11 years ago
  48. 33298a1 Merge "Point to the new location for the my third party mdns code." by David Why Use Two When One Will Do Presotto · 11 years ago
  49. c27c865 veyron/services/mgmt/node/impl: updating 'wait for child' timeout to 20s to see by Bogdan Caprita · 11 years ago
  50. a2ec90c "veyron2/security": CreatePrincipal by Ankur · 11 years ago
  51. 4d12d2e veyron/services/wsprd/app: Added a handler in wsprd for a javascript by Shyam Jayaraman · 11 years ago
  52. 7508143 Merge "veyron/tools/identity: Fix flag documentation." by Nicolas LaCasse · 11 years ago
  53. 57e2e11 Merge "veyron/security/audit: Implementation of an "auditing" Principal that logs all private key operations." by Asim Shankar · 11 years ago
  54. b741475 Point to the new location for the my third party mdns code. by David Why Use Two When One Will Do Presotto · 11 years ago
  55. d993b39 scripts: replacing scripts/build/go with "veyron go" by Jiri Simsa · 11 years ago
  56. 6c247c4 veyron/security/audit: Implementation of an "auditing" Principal that by Asim Shankar · 11 years ago
  57. 2d731a9 veyron2/ipc,veyron/runtimes/google/ipc: Make the blessings used to authenticate by Asim Shankar · 11 years ago
  58. 9584719 veyron/tools/identity: Fix flag documentation. by Nicolas LaCasse · 11 years ago
  59. 59d31d4 Merge "veyron/security: Update documentation for ACL formatting." by Asim Shankar · 11 years ago
  60. 815aa4c Merge "veyron/lib/cmdline: Add ErrExitCode to support exit codes." by Todd Wang · 11 years ago
  61. 0af4d3b "veyron2/security": Split MintDischarge by Ankur · 11 years ago
  62. a615e4d veyron/lib/cmdline: Add ErrExitCode to support exit codes. by Todd Wang · 11 years ago
  63. 809fe28 veyron/profiles: Fix build on Darwin by Asim Shankar · 11 years ago
  64. 4cf0675 veyron/security: Update documentation for ACL formatting. by Asim Shankar · 11 years ago
  65. 82c6a04 Add a more detailed description about the credential used to attest platform identity. by Gautham · 11 years ago
  66. 5b10f58 Merge "veyron/services/mgmt/suidhelper/impl/*: ignore system uids" by Robert Kroeger · 11 years ago
  67. da977d7 veyron/services/mgmt/suidhelper/impl/*: ignore system uids by Robert Kroeger · 11 years ago
  68. c5459a3 config: config_test flakingness partially caused by not holding the by David Why Use Two When One Will Do Presotto · 11 years ago
  69. c54f878 config: A longer timeout plus better error message in the config test. by David Why Use Two When One Will Do Presotto · 11 years ago
  70. 7ef778b Merge "netconfig: added GetIPRoutes(defaultOnly bool) and IsDefaultIPRoute() that works for BSD, Mac, and Linux." by David Why Use Two When One Will Do Presotto · 11 years ago
  71. c9cd33b veyron/tools/playground: Script to rebuild the backend disk image. by Ryan Brown · 11 years ago
  72. 3e529b9 netconfig: added GetIPRoutes(defaultOnly bool) and IsDefaultIPRoute() that works for by David Why Use Two When One Will Do Presotto · 11 years ago
  73. 3655789 veyron: fixed depcop files so that some rules are enforced by Mehrdad Afshari · 11 years ago
  74. c67b987 veyron.io/veyron/veyron/runtimes/google/ipc/stream/crypto: Run tls_generate_old.sh by Mike Burrows · 11 years ago
  75. 2ade04a veyron/runtimes/google/ipc/stream/crypto: Update comment. by Asim Shankar · 11 years ago
  76. d970c69 veyron/runtimes/google/ipc/stream/vc: Fix goroutine leak in cancel. by Matt Rosencrantz · 11 years ago
  77. a9036db veyron/runtimes/google/ipc/client.go: Don't start a cancel goroutine for uncancellable contexts. by Matt Rosencrantz · 11 years ago
  78. cd9852b veyron/runtimes/google: log injection by Mehrdad Afshari · 11 years ago
  79. 021e38e "veyron/security": Load/Save private keys in PEM format by Ankur · 11 years ago
  80. 3eb4f2a veyron/runtimes/google/ipc/stream/vc/flow.go: Fixed remoteBlessings spelling. by Suharsh Sivakumar · 11 years ago
  81. c0e4b79 veyron/profiles/roaming: minor tweaks to get roaming working. by Cosmos Nicolaou · 11 years ago
  82. 19a7cd4 veyron/tools/naming/simulator: tidy up error handling, make sleep interruptible. by Cosmos Nicolaou · 11 years ago
  83. 682d7fd veyron2/model: profile.Init now returns an error. by Cosmos Nicolaou · 11 years ago
  84. af5a6f4 Merge "scripts: reflecting the move of scripts to a separate repository" by Jiri Simsa · 11 years ago
  85. 8ff6bde veyron2/security: Introduce package level comment and mark all the interfaces/objects by Asim Shankar · 11 years ago
  86. f8727f2 scripts: reflecting the move of scripts to a separate repository by Jiri Simsa · 11 years ago
  87. 36c1c6b Merge "veyron/runtimes/google/ipc: Make "connection refused" retriable." by Matt Rosencrantz · 11 years ago
  88. e463cf9 Merge ""veyron2/security": BlessingRoots and BlessingStore (part 2)" by Ankur · 11 years ago
  89. 08b2ae1 veyron/runtimes/google/ipc: Fix debug_test.go by Robin Thellend · 11 years ago
  90. b4f03a1 "veyron2/security": BlessingRoots and BlessingStore (part 2) by Ankur · 11 years ago
  91. 63387b3 Merge "veyron/services/mgmt/pprof: Add pprof proxy interface." by Robin Thellend · 11 years ago
  92. 5be947d Merge "veyron/runtimes/google/ipc: Add __debug dispatcher" by Robin Thellend · 11 years ago
  93. 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
  94. 4a93c46 veyron/runtimes/google/lib/publisher: We should finish unmounting before claiming we are done. by Matt Rosencrantz · 11 years ago
  95. cd8ffda veyron/runtimes/google/lib/publisher: Remove write/close race in the publisher cmdchan. by Matt Rosencrantz · 11 years ago
  96. 3083169 veyron/tools/playground: Update the paths after the repository reorg. by Ryan Brown · 11 years ago
  97. 5f6d627 veyron/tools/playground: Move the vms to a separate network. by Ryan Brown · 11 years ago
  98. a71ff9a veyron/services/wsprd: Remove logging by Shyam Jayaraman · 11 years ago
  99. 4e5e3fe veyron/services/wsprd: Added a longer time out, while waiting for by Shyam Jayaraman · 11 years ago
  100. a05a58d veyron/services/wsprd: Added more logging to find race condition in testwriter. by Shyam Jayaraman · 11 years ago