1. 4d082c5 runtime/{internal/testing/mocks/mocknet,internal/rpc/stream/manager}: update for go1.5 error message. by Cosmos Nicolaou · 10 years ago
  2. e9c622d x.ref/runtime: convert to context-based logging. by Cosmos Nicolaou · 10 years ago
  3. c818b80 ref/test/testutil: make use of the rand generator explicit. by Cosmos Nicolaou · 10 years ago
  4. 9587390 ref: Change test/modules registration mechanism. by Todd Wang · 10 years ago
  5. 19e84b2 rpc/stream/vif: reuse vif auth in vc by Jungho Ahn · 10 years ago
  6. dcc11d7 ref: Change "profiles" directory to "runtime" by Suharsh Sivakumar · 10 years ago[Renamed (98%) from profiles/internal/rpc/stream/manager/manager_test.go]
  7. 7e93ce5 ref: Add resolver to rpc.RegisterProtocol. by Suharsh Sivakumar · 10 years ago
  8. 859ea0f rpc/stream/vif: Concurrent mgr.FindOrDialVIFs should share VIF cache. by Suharsh Sivakumar · 10 years ago
  9. a40f12a rpc/stream/manager: Reenable connection killing after it was broken in by Matt Rosencrantz · 10 years ago
  10. c16339c ref: Remove support for API versions <9 and endpoint versions < 5. by Matt Rosencrantz · 10 years ago
  11. e89936f rpc/stream/manager: Randomly select TCP connections to kill in order to by Asim Shankar · 10 years ago
  12. cc9d572 rpc/stream: fix flaky test by Jungho Ahn · 10 years ago
  13. 6ab655f rpc/stream/vif: add idle timeout to vif. by Jungho Ahn · 10 years ago
  14. bf0d9d9 ref: Use the runtime authorizer for vtrace. by Matt Rosencrantz · 10 years ago
  15. 07a736d stream/manager: use verror. by Cosmos Nicolaou · 10 years ago
  16. cd175b8 ipc/stream: add idle timer to vc/vifs by Jungho Ahn · 10 years ago
  17. d7616c9 ref: adding copyright headers and licensing files by Jiri Simsa · 10 years ago
  18. 2c5d810 ipc: VCSecurityLevel->Security and no longer a stream opt. by Suharsh Sivakumar · 10 years ago
  19. 4a69828 testutil: Merge x/ref/test/security with x/ref/test/testutil by Asim Shankar · 10 years ago
  20. e5e5dcc ipc: ServerBlessings is no longer a IPCStreamListenerOpt. by Suharsh Sivakumar · 10 years ago
  21. 94502cf ref: Rename package ipc to rpc. by Matt Rosencrantz · 10 years ago[Renamed (98%) from profiles/internal/ipc/stream/manager/manager_test.go]
  22. 2ad4e10 ipc: Get rid of vc.LocalPrincipal and vc.AnonymousPrincipal. by Suharsh Sivakumar · 10 years ago
  23. 9e90984 test/modules/shell.go: have a single NewShell call with functional expect.Session support. by Cosmos Nicolaou · 10 years ago
  24. 1381f8a mv x/ref/lib/testutil -> x/ref/test and lib/modules to test/modules by Cosmos Nicolaou · 10 years ago
  25. 59c423c ipc: Remove AnonymousPrinicipal from server side of VCs. by Suharsh Sivakumar · 10 years ago
  26. 42a1736 x.ref/lib/modules: comment and API improvements. by Cosmos Nicolaou · 10 years ago
  27. 6cc49ef Merge "ref: devtools: Move many libraries from v.io/x/ref/lib to v.io/x/ref/profiles/internal." by Matt Rosencrantz · 10 years ago
  28. ad1d419 TBR: Fix go-race. by Suharsh Sivakumar · 10 years ago
  29. 86ba1a1 ref: devtools: Move many libraries from v.io/x/ref/lib to v.io/x/ref/profiles/internal. by Matt Rosencrantz · 10 years ago
  30. 7171a25 ipc,naming: Servers generate V4 endpoints now. by Asim Shankar · 10 years ago
  31. dbc1be2 ref: Move v.io/x/ref/runtimes/googe to v.io/x/ref/profiles/internal by Matt Rosencrantz · 10 years ago[Renamed (98%) from runtimes/google/ipc/stream/manager/manager_test.go]
  32. ffceefa TBR renaming v.io/core/veyron to v.io/x/ref by Jiri Simsa · 10 years ago
  33. 50a5f39 "core": Server authentication during VC handshake by Ankur · 10 years ago
  34. 337af23 core: moving vlog from release.go.v23 to release.go.x.lib by Jiri Simsa · 10 years ago
  35. 6ac9522 TBR renaming party by Jiri Simsa · 10 years ago
  36. d19c95d core: Remove testutil.Init in init and use v23 test generate by Suharsh Sivakumar · 10 years ago
  37. af862a5 veyron2/ipc/stream: Unexpose veyron2/ipc/stream API. by Suharsh Sivakumar · 10 years ago
  38. 9d17e4a veyron/lib/modules: Make modules parse flags using the veyron2.Init by Suharsh Sivakumar · 10 years ago
  39. a08a221 veyron/lib/modules: Use the agent for managing credentials in modules.Shell. by Ryan Brown · 10 years ago
  40. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  41. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  42. 3c50ac4 runtimes/google/ipc: rework 'hybrid' websocket protocol support. by Cosmos Nicolaou · 10 years ago
  43. ae8dd21 veyron2/ipc: modify ListenSpec to accept a slice of addresses. by Cosmos Nicolaou · 10 years ago
  44. 87c0a55 veyron2/ipc: force all protocols, including tcp, to be registered. by Cosmos Nicolaou · 10 years ago
  45. 344cc4a lib/modules: change the NewShell factory to take a security.Principal arg. by Cosmos Nicolaou · 10 years ago
  46. d4f0056 lib/modules: implement a registry to clean up AddFunction,Subprocess etc. by Cosmos Nicolaou · 10 years ago
  47. dbae76b veyron/runtimes/google/ipc: When listening on tcp, also allow websocket by Shyam Jayaraman · 10 years ago
  48. e49a86a "veyron/runtime/google/ipc": Server Discharges by Ankur · 10 years ago
  49. 9388ae4 veyron/runtimes/google/ipc: refactor Listen loop code - back from the rollback... by Cosmos Nicolaou · 10 years ago
  50. 612ad38 veyron/lib/modules: make the Start method take an env parameter and delete StartWithEnv. by Cosmos Nicolaou · 10 years ago
  51. 920db00 veyron/runtimes/google: transition to modules from blackbox. by Cosmos Nicolaou · 10 years ago
  52. c920db3 veyron/lib/testutil: Avoid parsing flags in init() by Asim Shankar · 10 years ago
  53. 7cf2900 veyron/runtimes/google: Plumb the new security model all the way through. by Asim Shankar · 10 years ago
  54. 6b0510a veyron/runtimes/google/ipc/stream: Support for the new security model primitives. by Asim Shankar · 10 years ago
  55. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  56. 5129fcb veyron2/ipc: add a registration mechanism for new network types (e.g. bluetooth) by Cosmos Nicolaou · 11 years ago
  57. 6a75fff Merge "veyron/runtimes/google/ipc/stream/vc: channel binding authentication" by Andres Erbsen · 11 years ago
  58. ffa4574 veyron/runtimes/google/ipc/stream/vc: channel binding authentication by Andres Erbsen · 11 years ago
  59. 5181bdb veyron/go/src/...: replace "127.0.0.1:0" and "localhost:0" with ":0" in address flag default for binaries, and make sure to override --address to "127.0.0.1:0" in tests (since GCE requires ipv4). by Adam Sadovsky · 11 years ago
  60. 4b0dfa0 veyron/runtimes/google/security: replace private key with a generic Signer. by Srdjan Petrovic · 11 years ago
  61. a3c9765 "veyron2": Add PublicIDStore to Runtime by Ankur · 11 years ago
  62. 77c7f03 "veyron/runtimes/google/rt": Servers must use Runtime's current identity by Ankur · 11 years ago
  63. 5293dcb TBR by Jiri Simsa · 11 years ago