1. d922992 x/ref/services: convert more services to context based logging. by Cosmos Nicolaou · 10 years ago
  2. 19a50f6 x/ref/services: profile, mounttable, proxy, role to use context-based logging. by Cosmos Nicolaou · 10 years ago
  3. bb6295d ref: Change many uses of v23.NewServer to use xrpc.New*Server instead. by Matt Rosencrantz · 10 years ago
  4. ae30020 wspr: Full Blessings objects in JS by Benjamin Prosnitz · 10 years ago
  5. 0062e27 wspr: Share the type stream for server messages. by Shyam Jayaraman · 10 years ago
  6. 3facd24 wspr: Have the stream messages use the shared type stream by Shyam Jayaraman · 10 years ago
  7. 251f9d3 wspr: Use a type flow to pass type messages between wspr and js. by Shyam Jayaraman · 10 years ago
  8. 60052d8 ref: Rename test.InitForTest to test.V23Init by Todd Wang · 10 years ago
  9. ec7a608 Make "go vet" happy. by Nicolas Lacasse · 10 years ago
  10. fb931a2 Remove an extra JSON-encode in browsers, and turn many other instances by Nicolas Lacasse · 10 years ago
  11. 40e52e9 ref: Change type Profiles to RuntimeFactory. by Suharsh Sivakumar · 10 years ago
  12. dcc11d7 ref: Change "profiles" directory to "runtime" by Suharsh Sivakumar · 10 years ago
  13. bac3403 v.io/x/ref: Adding support for RpcServerOptions such as IsLeaf and by Ali Ghassemi · 10 years ago
  14. 5d1fe97 vom: move magicbyte handling into encode/decode. by Jungho Ahn · 10 years ago
  15. 99b18a7 services/proxy/proxyd: Implement access control at the proxy server. by Asim Shankar · 10 years ago
  16. 103f895 Merge "x.ref: for CLs 9907 and 9908 that cleanup address selection in v23/rpc." by Cosmos Nicolaou · 10 years ago
  17. ba9593f mounttablelib: Persist permissions to the underlying file system. by David Why Use Two When One Will Do Presotto · 10 years ago
  18. aa87e29 x.ref: for CLs 9907 and 9908 that cleanup address selection in v23/rpc. by Cosmos Nicolaou · 10 years ago
  19. 54feabe ref: Move context.T out of rpc.ServerCall. by Todd Wang · 10 years ago
  20. fd82dcc services/mounttable/mounttablelib: Add node counter by Robin Thellend · 10 years ago
  21. 07136a7 wsprd: Added the ability to pass Blessings in RPCs at the top level. by Shyam Jayaraman · 10 years ago
  22. b351149 x/ref: Restructure security packages by Todd Wang · 10 years ago
  23. 5b77a34 x/ref: Restructure services/wspr by Todd Wang · 10 years ago[Renamed (98%) from services/wsprd/app/app_test.go]
  24. 5987a94 x/ref: Move services/mounttable/lib to mounttablelib by Todd Wang · 10 years ago
  25. 8c3faba consistent use of v23 test generate in order to use TestMain and in turn call test.Init. by Cosmos Nicolaou · 10 years ago
  26. 8fa3876 x/ref: Remove verror.Is and verror.Equal by Todd Wang · 10 years ago
  27. d7616c9 ref: adding copyright headers and licensing files by Jiri Simsa · 10 years ago
  28. 4a69828 testutil: Merge x/ref/test/security with x/ref/test/testutil by Asim Shankar · 10 years ago
  29. 263c73b ipc,naming,security: Use blessing names in endpoint for server authorization. by Asim Shankar · 10 years ago
  30. 94502cf ref: Rename package ipc to rpc. by Matt Rosencrantz · 10 years ago
  31. baf1684 wspr: Rename VDL uppercase acronyms. by Todd Wang · 10 years ago
  32. 1381f8a mv x/ref/lib/testutil -> x/ref/test and lib/modules to test/modules by Cosmos Nicolaou · 10 years ago
  33. a18a1eb x/ref/lib/testutil tidy up: step 1 by Cosmos Nicolaou · 10 years ago
  34. 36e99c1 Merge "wsprd: used time.Deadline rather than int64 to pass deadlines from wspr to js." by Shyam Jayaraman · 10 years ago
  35. 7efedbe wsprd: used time.Deadline rather than int64 to pass deadlines from wspr to js. by Shyam Jayaraman · 10 years ago
  36. 2b675f9 ref/profiles/proxy: Move the proxy implementation back into profiles internal. by Matt Rosencrantz · 10 years ago
  37. dbc1be2 ref: Move v.io/x/ref/runtimes/googe to v.io/x/ref/profiles/internal by Matt Rosencrantz · 10 years ago
  38. ffceefa TBR renaming v.io/core/veyron to v.io/x/ref by Jiri Simsa · 10 years ago
  39. 5c7ed21 core: Rename things called *Context to *Call. by Matt Rosencrantz · 10 years ago
  40. 1dcd0a9 core: Rename ServerCall to StreamServerCall. by Matt Rosencrantz · 10 years ago
  41. e42532f core: Run gofmt; probably missed during the wspr move. by Todd Wang · 10 years ago
  42. 350ed9b Moving wsprd back to core. by Jiri Simsa · 10 years ago
  43. f39783b TBR Javascript Caveat Validation (WSPR side) by Benjamin Prosnitz · 10 years ago
  44. ac9e190 wspr: Move v.io/v23/vdl/vdlroot/src/... to v.io/v23/vdlroot/... by Todd Wang · 10 years ago
  45. 55f9629 Merge "WSPR side of JS caveat validation with WSPR tests" by Benjamin Prosnitz · 10 years ago
  46. 8fa0ea1 wspr: Turn vtrace off by default until it can be more selective. by Matt Rosencrantz · 10 years ago
  47. e8e2b9b WSPR side of JS caveat validation with WSPR tests by Benjamin Prosnitz · 10 years ago
  48. 1f1302c TBR renaming party by Jiri Simsa · 10 years ago
  49. 9d2170b wspr: Treat WSPR as an RPC service, part 5. by Matt Rosencrantz · 10 years ago
  50. 5ab0366 wspr: The vdl "any" type is now generated as go *vdl.Value. by Todd Wang · 10 years ago
  51. d4bcec6 wspr: Treat WSPR as an RPC service part 2. by Matt Rosencrantz · 10 years ago
  52. f21e155 TBR wspr: Change IPC protocol to remove error from out-args. by Todd Wang · 10 years ago
  53. f619d43 TBR wspr: Rename vom.NewBinaryEncoder to vom.NewEncoder by Todd Wang · 10 years ago
  54. 94f68d0 verror: addressing https://github.com/veyron/release-issues/issues/1080 by Jiri Simsa · 10 years ago
  55. ce14861 wspr: Change vtrace to use the vdl time package. by Matt Rosencrantz · 10 years ago
  56. ac1e3a8 wspr: Implement vtrace (part 1 of many) by Matt Rosencrantz · 10 years ago
  57. 786f727 wspr: Treat WSPR as an RPC service. Part 1 of many. by Matt Rosencrantz · 10 years ago
  58. b63e9eb wspr: Rename package verror2 to verror, per go/vcl/3970 by Todd Wang · 10 years ago
  59. a727df7 v.io/wspr/veyron/services/wsprd/app: use "error" instead of verror2.E by Mike Burrows · 10 years ago
  60. a25b6c2 veyron/services/wsprd/lib: updates to go with go/vcl/3029 by Bogdan Caprita · 10 years ago
  61. d7ab8a1 Fix nil-pointer panic in wspr. by Nicolas LaCasse · 10 years ago
  62. 9dec6d6 "wspr": Make go-tests pass under agent by Ankur · 10 years ago
  63. aa5af7c wspr: Add VDL files for browspr and js communication by Alex Fandrianto · 10 years ago
  64. dbe938d wspr: Remove references to old profiles. by Suharsh Sivakumar · 10 years ago
  65. 94d0066 wspr: Convert wspr to use veyron.Init instead of rt.New. by Suharsh Sivakumar · 10 years ago
  66. 518af1e js-only: Separate error from out args by Benjamin Prosnitz · 10 years ago
  67. aecab2d TBR Remove old wspr caveat test by Benjamin Prosnitz · 10 years ago
  68. 306d990 wspr: Remove remaining uses of Runtime API. by Matt Rosencrantz · 10 years ago
  69. c90eb7b wspr: Move WSPR and Browspr toward the new runtime API. by Matt Rosencrantz · 10 years ago
  70. 38773f3 veyron/services/wsprd/app,veyron/services/wsprd/browspr: remove ipc.LeafDispatcher by Bogdan Caprita · 10 years ago
  71. 72ef57b wspr: Change Signature test to take __Reserved into account. by Todd Wang · 10 years ago
  72. 22b87ac Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  73. 1127716 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  74. 86d5228 Remove VOM from WSPR by Benjamin Prosnitz · 10 years ago
  75. d48178c wspr,browspr: update for CL 7983 by Cosmos Nicolaou · 10 years ago
  76. a2ac3b3 WSPR VOM2 + Signature by Benjamin Prosnitz · 10 years ago
  77. 2ffef74 wspr: Remove reliance on rt.R()/rt.Init(). by Matt Rosencrantz · 10 years ago
  78. 06c4dbc wspr: Re-generate VDL, main CL go/vcl/7433 by Todd Wang · 10 years ago
  79. 907219d wsprd: Pass method tags from JS to WSPR. by Shyam Jayaraman · 10 years ago
  80. e56df9a wsprd: Try to clean up app_test so it is less brittle. by Shyam Jayaraman · 10 years ago
  81. 27b57c7 server.Server call does not return an endpoint if we are only listening by Nicolas LaCasse · 10 years ago
  82. f2dcb8f Merge "veyron/services/wsprd: Remove 'method' from Lookup" by Robin Thellend · 10 years ago
  83. 2a42ebe Check in patches that weren't uploaded to gerrit. by Shyam Jayaraman · 10 years ago
  84. 687ce10 veyron/services/wsprd: Remove 'method' from Lookup by Robin Thellend · 10 years ago
  85. 531a5e3 wspr: Update VDL for new Signature support, http://go/vcl/6921 by Todd Wang · 10 years ago
  86. c96e1aa wsprd: Vom encode the args/results of ipc messages to JS. by Shyam Jayaraman · 10 years ago
  87. 4619b1f veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  88. 3c73850 wspr/nacl: Set namespace roots received via config.js by Benjamin Prosnitz · 10 years ago
  89. f446ef0 wspr: TBR change test to know new method name called in the depths of resolve. by David Why Use Two When One Will Do Presotto · 10 years ago
  90. 42f75b0 needed for https://veyron-review.googlesource.com/#/c/6158/ by Cosmos Nicolaou · 10 years ago
  91. 5b80224 "veyron/services/wsprd": Kill old security model by Ankur · 10 years ago
  92. 408de0f TBR: ListenX to Listen - fix the build. by Cosmos Nicolaou · 10 years ago
  93. c814b32 "veyron/services/wsprd": Flag to enable new model by Ankur · 10 years ago
  94. 4aabe57 veyron/services/wspr: Support cancellation and deadlines to and from javascript. by Matt Rosencrantz · 10 years ago
  95. e788924 "veyron/security/wsprd": Update WSPR Controller by Ankur · 10 years ago
  96. f3c61a3 veyron/services/wsprd: Update with changes in https://veyron-review.googlesource.com/5604 by Asim Shankar · 10 years ago
  97. 1e68f18 veyron/services/wsprd/app: Stop using PeerBlessingsCaveat. by Asim Shankar · 10 years ago
  98. 402087e identity: Pass the public key of the publicID to javascript. by Shyam Jayaraman · 10 years ago
  99. 711c5b9 veyron/services/wsprd/app: Undo test hack. by Asim Shankar · 10 years ago
  100. d5fad42 Merge "veyron/services/wsprd/app: Test hack for transition to the new security model." by Asim Shankar · 10 years ago