1. 17d0c82 Counterpart of https://vanadium-review.googlesource.com/16644 by Asim Shankar · 9 years ago
  2. 498708b ref/services/wspr: Make the wspr tests pass with the new RPC system. by Matt Rosencrantz · 9 years ago
  3. 24740ae "x/ref": An implementation of BlessingsBasedCrypter/Decrypter by Ankur · 9 years ago
  4. 52f351c rpc: Counterpart to https://vanadium-review.googlesource.com/16427 by Asim Shankar · 9 years ago
  5. 80752cc ref: Change the shutdown mechanism for the new runtime. by Matt Rosencrantz · 9 years ago
  6. 0f07c60 TBR: ref: Replace "v23" (the tool name) with "jiri". by Nicolas Lacasse · 10 years ago
  7. ddccf36 x/ref/services/wspr: Switching WSPR to the new Server API by Ali Ghassemi · 10 years ago
  8. 3cc026f wspr: Fix tests that sometimes deadlocks. by Suharsh Sivakumar · 10 years ago
  9. 53ac585 ref: Convert uses of the xrpc library to the new v23 server API. by Matt Rosencrantz · 10 years ago
  10. 98d6d7c v23: Promote the XWithNew*Server APIs out of experimental. by Matt Rosencrantz · 10 years ago
  11. 6d1aad8 services/wspr: Address a couple of stale todos. by Suharsh Sivakumar · 10 years ago
  12. 7bffae0 v23/rpc: Switch ServerCall.Server to return an XServer. by Matt Rosencrantz · 10 years ago
  13. 809fd53 Merge "services: Use AllGlobber instead of AllGlobberX Change-Id: I09736ec0aae53370a4d90798f03c46de1deec475" by Robin Thellend · 10 years ago
  14. b8065a6 Fix wspr test. It was using "fmt.Errorf" instead of "t.Errorf", so we by Nicolas Lacasse · 10 years ago
  15. 5903108 services: Use AllGlobber instead of AllGlobberX by Robin Thellend · 10 years ago
  16. 3ad0d70 Merge "(runtime|services): Implement new AllGlobberX and ChildrenGlobberX" by Robin Thellend · 10 years ago
  17. f15f295 (runtime|services): Implement new AllGlobberX and ChildrenGlobberX by Robin Thellend · 10 years ago
  18. b55c3c4 Don't fetch signatures in WSPR before each RPC. by Nicolas Lacasse · 10 years ago
  19. 64d573d x/ref: make use of ctx arg to Lookup. by Cosmos Nicolaou · 10 years ago
  20. 3a16782 Merge "x/ref: clean up use of test.InitWithParams as per v.io/i/599" by Cosmos Nicolaou · 10 years ago
  21. a4d7fbf Merge "Needed for v.io/c/13354" by Cosmos Nicolaou · 10 years ago
  22. 27dc65b x/ref: clean up use of test.InitWithParams as per v.io/i/599 by Cosmos Nicolaou · 10 years ago
  23. 5a3125a Needed for v.io/c/13354 by Cosmos Nicolaou · 10 years ago
  24. e9c622d x.ref/runtime: convert to context-based logging. by Cosmos Nicolaou · 10 years ago
  25. fdf980b ref/services/wspr: Fix flaky test. by Suharsh Sivakumar · 10 years ago
  26. 83aa855 wspr: Persist webapp principals and blessing stores. by Nicolas Lacasse · 10 years ago
  27. 1c33b7d x/ref/services: convert yet more services to context based logging. by Cosmos Nicolaou · 10 years ago
  28. d922992 x/ref/services: convert more services to context based logging. by Cosmos Nicolaou · 10 years ago
  29. 19a50f6 x/ref/services: profile, mounttable, proxy, role to use context-based logging. by Cosmos Nicolaou · 10 years ago
  30. bb6295d ref: Change many uses of v23.NewServer to use xrpc.New*Server instead. by Matt Rosencrantz · 10 years ago
  31. 165e890 ref: Add test.V23InitWithNamespace by Matt Rosencrantz · 10 years ago
  32. a2f6728 Merge "wspr: Fix arguments to BlessSelf" by Benjamin Prosnitz · 10 years ago
  33. d011350 Remove UnionOfBlessings from WSPR by Benjamin Prosnitz · 10 years ago
  34. 70b7664 wspr: Fix arguments to BlessSelf by Benjamin Prosnitz · 10 years ago
  35. ae30020 wspr: Full Blessings objects in JS by Benjamin Prosnitz · 10 years ago
  36. 0062e27 wspr: Share the type stream for server messages. by Shyam Jayaraman · 10 years ago
  37. dc07fc5 wspr: Don't send the stream close message to JS servers if they already by Shyam Jayaraman · 10 years ago
  38. 3facd24 wspr: Have the stream messages use the shared type stream by Shyam Jayaraman · 10 years ago
  39. 251f9d3 wspr: Use a type flow to pass type messages between wspr and js. by Shyam Jayaraman · 10 years ago
  40. c65917c wspr: Use cache for blessings between Go and Js by Benjamin Prosnitz · 10 years ago
  41. 60052d8 ref: Rename test.InitForTest to test.V23Init by Todd Wang · 10 years ago
  42. 9587390 ref: Change test/modules registration mechanism. by Todd Wang · 10 years ago
  43. ec7a608 Make "go vet" happy. by Nicolas Lacasse · 10 years ago
  44. fb931a2 Remove an extra JSON-encode in browsers, and turn many other instances by Nicolas Lacasse · 10 years ago
  45. 40e52e9 ref: Change type Profiles to RuntimeFactory. by Suharsh Sivakumar · 10 years ago
  46. dcc11d7 ref: Change "profiles" directory to "runtime" by Suharsh Sivakumar · 10 years ago
  47. 071d1c8 ref: Make vdl tool generate valid struct tags so that go vet is happy. by Suharsh Sivakumar · 10 years ago
  48. a036a0f Fix a bunch of trivial problems pointed out by "go vet". by Asim Shankar · 10 years ago
  49. ffc646e profiles/internal: add logcop calls. by Cosmos Nicolaou · 10 years ago
  50. 5753f39 wspr: Revert 74e84b456ac998e5487646e8b2a565194146f1c5 with a fix for a by Shyam Jayaraman · 10 years ago
  51. 98d5aff TBR wsprd: Rollback change 8269f607032d75e6c5981c9b78dd7d337dbf5652 by Shyam Jayaraman · 10 years ago
  52. 7ba7086 Merge "wspr: Share an encoder and decoder for all js clients." by Shyam Jayaraman · 10 years ago
  53. e1209d4 wspr: Support for all methods on the blessing store by Benjamin Prosnitz · 10 years ago
  54. 8269f60 wspr: Share an encoder and decoder for all js clients. by Shyam Jayaraman · 10 years ago
  55. 9ff5ac7 wspr: UnionOfBlessings() in js by Benjamin Prosnitz · 10 years ago
  56. bac3403 v.io/x/ref: Adding support for RpcServerOptions such as IsLeaf and by Ali Ghassemi · 10 years ago
  57. 038ba80 Merge "Switch "useGranter" to "granter"" by Nicolas Lacasse · 10 years ago
  58. f0ec405 Switch "useGranter" to "granter" by Nicolas Lacasse · 10 years ago
  59. 5d1fe97 vom: move magicbyte handling into encode/decode. by Jungho Ahn · 10 years ago
  60. 8e301b5 wsprd: Pass the user language between wspr and JS by Shyam Jayaraman · 10 years ago
  61. d87d746 TBR ref: VDL require named in-args, fix bug with named out-args. by Todd Wang · 10 years ago
  62. 99b18a7 services/proxy/proxyd: Implement access control at the proxy server. by Asim Shankar · 10 years ago
  63. 60b78e9 ref: CaveatX->Caveat and rename caveat factories. by Suharsh Sivakumar · 10 years ago
  64. cff219a Merge "wspr: Add debug string to js blessing" by Benjamin Prosnitz · 10 years ago
  65. 3340833 wspr: Add debug string to js blessing by Benjamin Prosnitz · 10 years ago
  66. fdd6ec7 all: remove .api files from ref/ by James Ring · 10 years ago
  67. 5068466 TBR all: fix unknown-type in .api files by James Ring · 10 years ago
  68. b764c93 Merge "ref: Change/remove veyron issues referred to in comments." by Suharsh Sivakumar · 10 years ago
  69. 103f895 Merge "x.ref: for CLs 9907 and 9908 that cleanup address selection in v23/rpc." by Cosmos Nicolaou · 10 years ago
  70. 78b2bd8 ref: Change/remove veyron issues referred to in comments. by Suharsh Sivakumar · 10 years ago
  71. 3650fd4 all: add .api files necessary for public API presubmit check by James Ring · 10 years ago
  72. 782a8a1 wspr: Add addToRoots() for js by Benjamin Prosnitz · 10 years ago
  73. ba9593f mounttablelib: Persist permissions to the underlying file system. by David Why Use Two When One Will Do Presotto · 10 years ago
  74. aa87e29 x.ref: for CLs 9907 and 9908 that cleanup address selection in v23/rpc. by Cosmos Nicolaou · 10 years ago
  75. f0a995c wspr: Fix an issue where we deadlock on shutdown because we are blocked by Shyam Jayaraman · 10 years ago
  76. 555097f ref: Add OverrideCaveatSetsValidator for use by wspr and jni. by Todd Wang · 10 years ago
  77. a4d4a69 TBR global: s/acl/perms/g and related cleanups/fixes by Adam Sadovsky · 10 years ago
  78. ad49204 ref: Change context mutators from SetFoo to WithFoo. by Todd Wang · 10 years ago
  79. bc74089 TBR wspr: Fix wspr hanging when trying to unmount. by Suharsh Sivakumar · 10 years ago
  80. 4264e4b TBR ref: Move security.Call out of context.T. by Todd Wang · 10 years ago
  81. 54feabe ref: Move context.T out of rpc.ServerCall. by Todd Wang · 10 years ago
  82. fd82dcc services/mounttable/mounttablelib: Add node counter by Robin Thellend · 10 years ago
  83. bf71e96 wspr: Support for granter in Javascript by Benjamin Prosnitz · 10 years ago
  84. 07136a7 wsprd: Added the ability to pass Blessings in RPCs at the top level. by Shyam Jayaraman · 10 years ago
  85. 9e42399 TBR wspr: Add put to blessing store by Benjamin Prosnitz · 10 years ago
  86. df2672a ref: Change vdl generation to use Client.Call and regenerate files. by Suharsh Sivakumar · 10 years ago
  87. 076e953 ref: Introduce client.Call that retries application level errors. by Suharsh Sivakumar · 10 years ago
  88. 4cc7c2d wspr: Make Lookup requests made during server shutdown return an error. by Suharsh Sivakumar · 10 years ago
  89. c971dca various: make Glob return GlobReply by James Ring · 10 years ago
  90. b1f9e3c s/etag/version/ by Adam Sadovsky · 10 years ago
  91. b351149 x/ref: Restructure security packages by Todd Wang · 10 years ago
  92. 5b77a34 x/ref: Restructure services/wspr by Todd Wang · 10 years ago