1. 1c33b7d x/ref/services: convert yet more services to context based logging. by Cosmos Nicolaou · 10 years ago
  2. d922992 x/ref/services: convert more services to context based logging. by Cosmos Nicolaou · 10 years ago
  3. 19a50f6 x/ref/services: profile, mounttable, proxy, role to use context-based logging. by Cosmos Nicolaou · 10 years ago
  4. bb6295d ref: Change many uses of v23.NewServer to use xrpc.New*Server instead. by Matt Rosencrantz · 10 years ago
  5. 165e890 ref: Add test.V23InitWithNamespace by Matt Rosencrantz · 10 years ago
  6. a2f6728 Merge "wspr: Fix arguments to BlessSelf" by Benjamin Prosnitz · 10 years ago
  7. d011350 Remove UnionOfBlessings from WSPR by Benjamin Prosnitz · 10 years ago
  8. 70b7664 wspr: Fix arguments to BlessSelf by Benjamin Prosnitz · 10 years ago
  9. ae30020 wspr: Full Blessings objects in JS by Benjamin Prosnitz · 10 years ago
  10. 0062e27 wspr: Share the type stream for server messages. by Shyam Jayaraman · 10 years ago
  11. dc07fc5 wspr: Don't send the stream close message to JS servers if they already by Shyam Jayaraman · 10 years ago
  12. 3facd24 wspr: Have the stream messages use the shared type stream by Shyam Jayaraman · 10 years ago
  13. 251f9d3 wspr: Use a type flow to pass type messages between wspr and js. by Shyam Jayaraman · 10 years ago
  14. 257c453 wspr: Remove "net/http/pprof" handlers. by Asim Shankar · 10 years ago
  15. c65917c wspr: Use cache for blessings between Go and Js by Benjamin Prosnitz · 10 years ago
  16. 60052d8 ref: Rename test.InitForTest to test.V23Init by Todd Wang · 10 years ago
  17. 9587390 ref: Change test/modules registration mechanism. by Todd Wang · 10 years ago
  18. ec7a608 Make "go vet" happy. by Nicolas Lacasse · 10 years ago
  19. fb931a2 Remove an extra JSON-encode in browsers, and turn many other instances by Nicolas Lacasse · 10 years ago
  20. 7a6a4c2 ref: Convert all programs in ref to use package cmdline. by Todd Wang · 10 years ago
  21. 40e52e9 ref: Change type Profiles to RuntimeFactory. by Suharsh Sivakumar · 10 years ago
  22. dcc11d7 ref: Change "profiles" directory to "runtime" by Suharsh Sivakumar · 10 years ago
  23. 071d1c8 ref: Make vdl tool generate valid struct tags so that go vet is happy. by Suharsh Sivakumar · 10 years ago
  24. a036a0f Fix a bunch of trivial problems pointed out by "go vet". by Asim Shankar · 10 years ago
  25. ffc646e profiles/internal: add logcop calls. by Cosmos Nicolaou · 10 years ago
  26. 5753f39 wspr: Revert 74e84b456ac998e5487646e8b2a565194146f1c5 with a fix for a by Shyam Jayaraman · 10 years ago
  27. 98d5aff TBR wsprd: Rollback change 8269f607032d75e6c5981c9b78dd7d337dbf5652 by Shyam Jayaraman · 10 years ago
  28. 7ba7086 Merge "wspr: Share an encoder and decoder for all js clients." by Shyam Jayaraman · 10 years ago
  29. e1209d4 wspr: Support for all methods on the blessing store by Benjamin Prosnitz · 10 years ago
  30. 8269f60 wspr: Share an encoder and decoder for all js clients. by Shyam Jayaraman · 10 years ago
  31. 9ff5ac7 wspr: UnionOfBlessings() in js by Benjamin Prosnitz · 10 years ago
  32. bac3403 v.io/x/ref: Adding support for RpcServerOptions such as IsLeaf and by Ali Ghassemi · 10 years ago
  33. 038ba80 Merge "Switch "useGranter" to "granter"" by Nicolas Lacasse · 10 years ago
  34. f0ec405 Switch "useGranter" to "granter" by Nicolas Lacasse · 10 years ago
  35. 5d1fe97 vom: move magicbyte handling into encode/decode. by Jungho Ahn · 10 years ago
  36. 8e301b5 wsprd: Pass the user language between wspr and JS by Shyam Jayaraman · 10 years ago
  37. d87d746 TBR ref: VDL require named in-args, fix bug with named out-args. by Todd Wang · 10 years ago
  38. 99b18a7 services/proxy/proxyd: Implement access control at the proxy server. by Asim Shankar · 10 years ago
  39. 60b78e9 ref: CaveatX->Caveat and rename caveat factories. by Suharsh Sivakumar · 10 years ago
  40. cff219a Merge "wspr: Add debug string to js blessing" by Benjamin Prosnitz · 10 years ago
  41. 3340833 wspr: Add debug string to js blessing by Benjamin Prosnitz · 10 years ago
  42. fdd6ec7 all: remove .api files from ref/ by James Ring · 10 years ago
  43. 5068466 TBR all: fix unknown-type in .api files by James Ring · 10 years ago
  44. b764c93 Merge "ref: Change/remove veyron issues referred to in comments." by Suharsh Sivakumar · 10 years ago
  45. 103f895 Merge "x.ref: for CLs 9907 and 9908 that cleanup address selection in v23/rpc." by Cosmos Nicolaou · 10 years ago
  46. 78b2bd8 ref: Change/remove veyron issues referred to in comments. by Suharsh Sivakumar · 10 years ago
  47. 3650fd4 all: add .api files necessary for public API presubmit check by James Ring · 10 years ago
  48. 782a8a1 wspr: Add addToRoots() for js by Benjamin Prosnitz · 10 years ago
  49. ba9593f mounttablelib: Persist permissions to the underlying file system. by David Why Use Two When One Will Do Presotto · 10 years ago
  50. e81a41b Merge "services/wspr: Intentionally panic from within a goroutine." by Nicolas Lacasse · 10 years ago
  51. aa87e29 x.ref: for CLs 9907 and 9908 that cleanup address selection in v23/rpc. by Cosmos Nicolaou · 10 years ago
  52. aebd872 services/wspr: Intentionally panic from within a goroutine. by Nicolas Lacasse · 10 years ago
  53. f0a995c wspr: Fix an issue where we deadlock on shutdown because we are blocked by Shyam Jayaraman · 10 years ago
  54. 555097f ref: Add OverrideCaveatSetsValidator for use by wspr and jni. by Todd Wang · 10 years ago
  55. a4d4a69 TBR global: s/acl/perms/g and related cleanups/fixes by Adam Sadovsky · 10 years ago
  56. ad49204 ref: Change context mutators from SetFoo to WithFoo. by Todd Wang · 10 years ago
  57. bc74089 TBR wspr: Fix wspr hanging when trying to unmount. by Suharsh Sivakumar · 10 years ago
  58. 4264e4b TBR ref: Move security.Call out of context.T. by Todd Wang · 10 years ago
  59. 54feabe ref: Move context.T out of rpc.ServerCall. by Todd Wang · 10 years ago
  60. fd82dcc services/mounttable/mounttablelib: Add node counter by Robin Thellend · 10 years ago
  61. bf71e96 wspr: Support for granter in Javascript by Benjamin Prosnitz · 10 years ago
  62. 07136a7 wsprd: Added the ability to pass Blessings in RPCs at the top level. by Shyam Jayaraman · 10 years ago
  63. 9e42399 TBR wspr: Add put to blessing store by Benjamin Prosnitz · 10 years ago
  64. df2672a ref: Change vdl generation to use Client.Call and regenerate files. by Suharsh Sivakumar · 10 years ago
  65. 076e953 ref: Introduce client.Call that retries application level errors. by Suharsh Sivakumar · 10 years ago
  66. 4cc7c2d wspr: Make Lookup requests made during server shutdown return an error. by Suharsh Sivakumar · 10 years ago
  67. 5771aec Merge "various: make Glob return GlobReply" by James Ring · 10 years ago
  68. 8c4e5cc x/ref: Update package doc for all packages. by Todd Wang · 10 years ago
  69. c971dca various: make Glob return GlobReply by James Ring · 10 years ago
  70. b1f9e3c s/etag/version/ by Adam Sadovsky · 10 years ago
  71. b351149 x/ref: Restructure security packages by Todd Wang · 10 years ago
  72. 5b77a34 x/ref: Restructure services/wspr by Todd Wang · 10 years ago