1. 024983f services/identity: Force the OAuth approval prompt when seeking blessings. by Asim Shankar · 10 years ago
  2. ab9bd0e Merge "ref: Add OverrideCaveatSetsValidator for use by wspr and jni." by Todd Wang · 10 years ago
  3. 7b160a7 Merge "rpc: add a benchmark" by Jungho Ahn · 10 years ago
  4. 99598d6 Merge "ref: Allow non-resolving clients to retry even if a connection initially fails on the endpoint they provided." by Matt Rosencrantz · 10 years ago
  5. 555097f ref: Add OverrideCaveatSetsValidator for use by wspr and jni. by Todd Wang · 10 years ago
  6. bcef7cd TBR: ref: Update default endpoint version. by Matt Rosencrantz · 10 years ago
  7. 12796e5 rpc: add a benchmark by Jungho Ahn · 10 years ago
  8. 7f950a8 ref: Update the agent environment variable to be an endpoint instead of a file descriptor. by Ryan Brown · 10 years ago
  9. 2692f97 Merge "ref: Switch to using v5 endpoints by default." by Matt Rosencrantz · 10 years ago
  10. f979c85 TBR: Add missing period to ToS. by Nicolas Lacasse · 10 years ago
  11. ac6cd9b ref: Allow non-resolving clients to retry even if a connection by Matt Rosencrantz · 10 years ago
  12. 94274fe services/identity: Add Terms of Service to caveats page. by Nicolas Lacasse · 10 years ago
  13. b57935f Merge "rpc/stream/vif: Always respond to a setup message with a setup message, even if encryption is disabled." by Matt Rosencrantz · 10 years ago
  14. 551b2f3 TBR x/ref: Remove stuff not intended for 0.1 release. by Adam Sadovsky · 10 years ago
  15. ad70b33 Merge "go: Update test string for mounttable_test" by Alex Fandrianto · 10 years ago
  16. e833f58 Merge "profiles/internal/rpc/stress: Tool to drive fixed QPS traffic to the mounttable." by Asim Shankar · 10 years ago
  17. a676239 Merge "vdl/js: Add serverCall to the generated stub." by Shyam Jayaraman · 10 years ago
  18. 924cccc rpc/stream/vif: Always respond to a setup message with a setup message, by Matt Rosencrantz · 10 years ago
  19. a4d4a69 TBR global: s/acl/perms/g and related cleanups/fixes by Adam Sadovsky · 10 years ago
  20. 2049c00 vdl/js: Add serverCall to the generated stub. by Shyam Jayaraman · 10 years ago
  21. 874e906 ref: Switch to using v5 endpoints by default. by Matt Rosencrantz · 10 years ago
  22. a2e7c37 go: Update test string for mounttable_test by Alex Fandrianto · 10 years ago
  23. 5e47bdf lib/stats/sysstats: add GOMAXPROCS stat (the runtime setting, not the env var) by Bogdan Caprita · 10 years ago
  24. f76614c profiles/internal/rpc/stress: Tool to drive fixed QPS traffic to the mounttable. by Asim Shankar · 10 years ago
  25. 28037b7 services/mounttable: Remove ResolveStepX by Asim Shankar · 10 years ago
  26. 994b06c Merge "services/device/internal/impl: prevent V23_CREDENTIALS from trumping agent" by Bogdan Caprita · 10 years ago
  27. bde312e TBR: services/device/device: per-suffix tapes for mock device manager by Bogdan Caprita · 10 years ago
  28. fffcc97 services/device/internal/impl: prevent V23_CREDENTIALS from trumping agent by Bogdan Caprita · 10 years ago
  29. 09b5b45 rpc: Several fixes for v5 endpoint compatibility. by Matt Rosencrantz · 10 years ago
  30. b56c1f8 Merge "cmd/vbash: Set window title to "vbash" or "vbash staging"" by Robin Thellend · 10 years ago
  31. fb2da3a cmd/vbash: Set window title to "vbash" or "vbash staging" by Robin Thellend · 10 years ago
  32. ad49204 ref: Change context mutators from SetFoo to WithFoo. by Todd Wang · 10 years ago
  33. 0b3699b Merge "services/mounttable/mounttablelib: Add num-mounted-servers" by Robin Thellend · 10 years ago
  34. 1af5ff3 Merge "TBR wspr: Fix wspr hanging when trying to unmount." by Benjamin Prosnitz · 10 years ago
  35. bc74089 TBR wspr: Fix wspr hanging when trying to unmount. by Suharsh Sivakumar · 10 years ago
  36. 0aed6da services/mounttable/mounttablelib: Add num-mounted-servers by Robin Thellend · 10 years ago
  37. 157e2aa cmd/principal: The --from value from the the environment by Robin Thellend · 10 years ago
  38. c0efdde Merge "rpc/server: Log errors connecting to proxies when listening." by Matt Rosencrantz · 10 years ago
  39. 4d83977 rpc/stream/vc: Fix a race in the VC code that sometimes prevents TLS by Matt Rosencrantz · 10 years ago
  40. 7e16af4 rpc/server: Log errors connecting to proxies when listening. by Matt Rosencrantz · 10 years ago
  41. 4c747b8 Merge "lib/vdl/codegen/java: add VContext alongside ServerCall" by James Ring · 10 years ago
  42. 963ab5d Merge "profiles/internal/rpc/stream/vif: don't rely on GenerateKey result if err is non-nil" by James Ring · 10 years ago
  43. 84ba2dd vbash: add "-s" flag to make vbash work with staging. by Jing Jin · 10 years ago
  44. 2b05032 services/device: implementation of API updates in go/vcl/9939 by Bogdan Caprita · 10 years ago
  45. 4264e4b TBR ref: Move security.Call out of context.T. by Todd Wang · 10 years ago
  46. 0ff29d7 TBR: rpc/stream/vc: Fix race in vc_test that is currently affecting Jenkins. by Matt Rosencrantz · 10 years ago
  47. a98f67b lib/vdl/codegen/java: add VContext alongside ServerCall by James Ring · 10 years ago
  48. 746444f services/device/internal/impl: Use suidhelper kill functionality by Arup Mukherjee · 10 years ago
  49. 4da2d8f services/application/applicationd: Allow set -f at anytime by Robin Thellend · 10 years ago
  50. a935a41 Merge "profiles/internal/rpc: Clean up server auth errors." by Suharsh Sivakumar · 10 years ago
  51. 228eee6 Merge "ref: renaming README to README.md" by Jiri Simsa · 10 years ago
  52. 45e40d0 profiles/internal/rpc/stream/vif: don't rely on GenerateKey result if err is non-nil by James Ring · 10 years ago
  53. 28d5398 Merge "services/internal/binarylib: Use mediainfo for upload" by Robin Thellend · 10 years ago
  54. 0e20717 ref: Move to NaclBox for channel encryption and move versions out of endpoints. by Matt Rosencrantz · 10 years ago
  55. 56bc5ee profiles/internal/rpc: Clean up server auth errors. by Suharsh Sivakumar · 10 years ago
  56. be66b72 ref: renaming README to README.md by Jiri Simsa · 10 years ago
  57. 8edfaa6 services/internal/binarylib: Use mediainfo for upload by Robin Thellend · 10 years ago
  58. e075ea1 Merge "ref: Move context.T out of rpc.ServerCall." by Todd Wang · 10 years ago
  59. 517d4cf Merge "rpc/version: update the supported version number to 8" by Jungho Ahn · 10 years ago
  60. fa5d6fc rpc/stream/vc: rename err for vom type encoder/decoder by Jungho Ahn · 10 years ago
  61. 73b462f rpc/version: update the supported version number to 8 by Jungho Ahn · 10 years ago
  62. 0aa482f profiles/internal/rpc/stream/benchmark: Renames by Asim Shankar · 10 years ago
  63. 54feabe ref: Move context.T out of rpc.ServerCall. by Todd Wang · 10 years ago
  64. 6124a06 Merge "websocket: Do not serialize accepts." by Asim Shankar · 10 years ago
  65. 2b22fc1 ref/cmd/principal: Add more blessing information getters. by Suharsh Sivakumar · 10 years ago
  66. 7120abd ref/services/mounttable: Prevent users from locking themselves out by Suharsh Sivakumar · 10 years ago
  67. c4c1628 Merge "x/ref: Restructure services/agent to follow conventions." by Todd Wang · 10 years ago
  68. e3f7737 websocket: Do not serialize accepts. by Asim Shankar · 10 years ago
  69. 28343a2 TBR: vrpc will no longer show reserved interfaces by default, instead by Cosmos Nicolaou · 10 years ago
  70. 1c2eb67 Merge "TBR ref: moving all Go code under v.io prefix and making the v23 tool aware of all of our Go workspaces" by Jiri Simsa · 10 years ago
  71. 216f10c TBR ref: moving all Go code under v.io prefix and making the v23 tool by Jiri Simsa · 10 years ago
  72. fd82dcc services/mounttable/mounttablelib: Add node counter by Robin Thellend · 10 years ago
  73. 6ab655f rpc/stream/vif: add idle timeout to vif. by Jungho Ahn · 10 years ago
  74. 7c9c852 ref: fixing a test failure introduced by go/vcl/9865 by Jiri Simsa · 10 years ago
  75. 96a0ed6 Merge "wspr: Support for granter in Javascript" by Benjamin Prosnitz · 10 years ago
  76. cc8d97f TBR ref: addressing https://github.com/veyron/release-issues/issues/1408 by Jiri Simsa · 10 years ago
  77. bf71e96 wspr: Support for granter in Javascript by Benjamin Prosnitz · 10 years ago
  78. 3db7747 Merge ""x/ref": VDL types for BlessingRoot and BlessingStore" by Ankur · 10 years ago
  79. e35e981 Merge "wsprd: Added the ability to pass Blessings in RPCs at the top level." by Shyam Jayaraman · 10 years ago
  80. cc04385 "x/ref": VDL types for BlessingRoot and BlessingStore by Ankur · 10 years ago
  81. 3eb6a5d Merge "mounttablelib: Obey the permission description. Only allow wildcard globbing in a directory if the client has Read or Admin access to the directory." by David Why Use Two When One Will Do Presotto · 10 years ago
  82. 185c0c6 profiles/internal/rpc: more verror conversions and tests. by Cosmos Nicolaou · 10 years ago
  83. 1cd32eb Merge "profiles/internal/rpc/stream/manager: Continue after "temporary" error" by Robin Thellend · 10 years ago
  84. efb91d5 profiles/internal/rpc/stream/manager: Continue after "temporary" error by Robin Thellend · 10 years ago
  85. a1a763b Merge "services/mgmt/device/impl: fix leaking processes" by Robert Kroeger · 10 years ago
  86. d36b91c Merge "services/device/interna/impl/*: app installation defaults to /$ blessings" by Robert Kroeger · 10 years ago
  87. 5e27320 services/mgmt/device/impl: fix leaking processes by Robert Kroeger · 10 years ago
  88. eae4712 services/role/roled/internal: Add Peer Caveats by Robin Thellend · 10 years ago
  89. 2595b76 services/device/interna/impl/*: app installation defaults to /$ blessings by Robert Kroeger · 10 years ago
  90. 07136a7 wsprd: Added the ability to pass Blessings in RPCs at the top level. by Shyam Jayaraman · 10 years ago
  91. 0d8c819 profiles/internal/naming/namespace: fix globbing against a leaf server's root by Bogdan Caprita · 10 years ago
  92. dc3f8ef Merge "cmd: Always show the current default blessing names" by Robin Thellend · 10 years ago
  93. 5396eae cmd: Always show the current default blessing names by Robin Thellend · 10 years ago
  94. 9fb1034 profiles/internal/rcp/stream: verror conversions. by Cosmos Nicolaou · 10 years ago
  95. 0659668 Merge "examples/rps: Add flag to set ACLs" by Robin Thellend · 10 years ago
  96. a390f11 mounttablelib: Obey the permission description. Only allow by David Why Use Two When One Will Do Presotto · 10 years ago
  97. 3287e15 Merge ""x/ref": vbash fix" by Ankur · 10 years ago
  98. 4d27dea Merge "vdl/js: Change references to errors to verror." by Shyam Jayaraman · 10 years ago
  99. 4a8b3d7 examples/rps: Add flag to set ACLs by Robin Thellend · 10 years ago
  100. c40e531 x/ref: Minor update to lib/stats package doc. by Todd Wang · 10 years ago