1. ad49204 ref: Change context mutators from SetFoo to WithFoo. by Todd Wang · 10 years ago
  2. 54feabe ref: Move context.T out of rpc.ServerCall. by Todd Wang · 10 years ago
  3. 1abd5a8 ref: Changes call of StartCall to Call whenever it made sense to do so. by Suharsh Sivakumar · 10 years ago
  4. b457df9 profiles/internal: Add ServesLeaf/IsLeaf to the Endpoint by Robin Thellend · 10 years ago
  5. 8fa3876 x/ref: Remove verror.Is and verror.Equal by Todd Wang · 10 years ago
  6. d7616c9 ref: adding copyright headers and licensing files by Jiri Simsa · 10 years ago
  7. 4a69828 testutil: Merge x/ref/test/security with x/ref/test/testutil by Asim Shankar · 10 years ago
  8. 263c73b ipc,naming,security: Use blessing names in endpoint for server authorization. by Asim Shankar · 10 years ago
  9. 94502cf ref: Rename package ipc to rpc. by Matt Rosencrantz · 10 years ago[Renamed (89%) from profiles/internal/ipc/server_test.go]
  10. 2ad4e10 ipc: Get rid of vc.LocalPrincipal and vc.AnonymousPrincipal. by Suharsh Sivakumar · 10 years ago
  11. 1381f8a mv x/ref/lib/testutil -> x/ref/test and lib/modules to test/modules by Cosmos Nicolaou · 10 years ago
  12. 9d3278a ref: Complete the move of netconfig and netstate to release.go.x.lib. by Matt Rosencrantz · 10 years ago
  13. 59c423c ipc: Remove AnonymousPrinicipal from server side of VCs. by Suharsh Sivakumar · 10 years ago
  14. 9dce9b2 ref: Update many variable names for *Calls to call. by Matt Rosencrantz · 10 years ago
  15. 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/server_test.go]
  16. ffceefa TBR renaming v.io/core/veyron to v.io/x/ref by Jiri Simsa · 10 years ago
  17. 5c7ed21 core: Rename things called *Context to *Call. by Matt Rosencrantz · 10 years ago
  18. 337af23 core: moving vlog from release.go.v23 to release.go.x.lib by Jiri Simsa · 10 years ago
  19. 6ac9522 TBR renaming party by Jiri Simsa · 10 years ago
  20. e77f995 TBR go.core: Change IPC protocol to remove error from out-args. by Todd Wang · 10 years ago
  21. 074bf36 verror: addressing https://github.com/veyron/release-issues/issues/1080 by Jiri Simsa · 10 years ago
  22. ff73e1f go.core: Rename package verror2 to verror. by Todd Wang · 10 years ago
  23. aceb8d9 runtimes/google/ipc/server.go: fix a race. by Cosmos Nicolaou · 10 years ago
  24. 9d17e4a veyron/lib/modules: Make modules parse flags using the veyron2.Init by Suharsh Sivakumar · 10 years ago
  25. 1b3594d ipc/server: reimplement roaming. by Cosmos Nicolaou · 10 years ago
  26. af99c97 veyron/runtimes/google/ipc: Pass client to server to allow discharge client by Suharsh Sivakumar · 10 years ago
  27. 6dad977 veyron/runtimes/google/ipc: make ipc.TestServerStatus test more robust by Robert Kroeger · 10 years ago
  28. 9fbe7d2 veyron2: add a method for obtaining the current status of a server. by Cosmos Nicolaou · 10 years ago
  29. fa3082c veyron/services/mgmt: Update the management services to use veyron2.Init() by Matt Rosencrantz · 10 years ago
  30. 8de8585 TBR namespace: ResolveX/ResolveToMountTableX become Resolve/ResolveToMountTable. by David Why Use Two When One Will Do Presotto · 10 years ago
  31. a08a221 veyron/lib/modules: Use the agent for managing credentials in modules.Shell. by Ryan Brown · 10 years ago
  32. 8bd8e10 veyron/runtimes/google/namimg: allow 'addresses' to be stored in the mounttable and other 'cleanups' by Cosmos Nicolaou · 10 years ago
  33. 9592d9f veyron/runtimes/google/ipc: make server.Serve return an error rather than panic by Bogdan Caprita · 10 years ago
  34. 89445a4 core: Remove the redundant With* methods on context. by Matt Rosencrantz · 10 years ago
  35. 1be6386 veyron/runtimes/google/ipc: Increase TestReconnect timeout. by Suharsh Sivakumar · 10 years ago
  36. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  37. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  38. 3c50ac4 runtimes/google/ipc: rework 'hybrid' websocket protocol support. by Cosmos Nicolaou · 10 years ago
  39. 28dabfc veyron2/ipc: allow listen to return multiple endpoints and use verror2. by Cosmos Nicolaou · 10 years ago
  40. ae8dd21 veyron2/ipc: modify ListenSpec to accept a slice of addresses. by Cosmos Nicolaou · 10 years ago
  41. b43694a runtimes/google/ipc: another attempt to fix flaky tests by Cosmos Nicolaou · 10 years ago
  42. cf140c0 veyron.core: Fix tests that leave files in /tmp by Robin Thellend · 10 years ago
  43. 344cc4a lib/modules: change the NewShell factory to take a security.Principal arg. by Cosmos Nicolaou · 10 years ago
  44. dbae76b veyron/runtimes/google/ipc: When listening on tcp, also allow websocket by Shyam Jayaraman · 10 years ago
  45. e49a86a "veyron/runtime/google/ipc": Server Discharges by Ankur · 10 years ago
  46. 9388ae4 veyron/runtimes/google/ipc: refactor Listen loop code - back from the rollback... by Cosmos Nicolaou · 10 years ago
  47. 3e76f28 veyron/runtimes/google/vtrace: Add a store for collecting vtrace traces. by Matt Rosencrantz · 10 years ago
  48. aef5e37 Revert "veyron/runtimes/google/ipc: refactor Listen loop code." by Cosmos Nicolaou · 10 years ago
  49. 5ce6ede veyron/runtimes/google/ipc: refactor Listen loop code. by Cosmos Nicolaou · 10 years ago
  50. 92dba58 veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  51. 612ad38 veyron/lib/modules: make the Start method take an env parameter and delete StartWithEnv. by Cosmos Nicolaou · 10 years ago
  52. f8d4c2b rename ipc.ListenX to ipc.Listen. by Cosmos Nicolaou · 10 years ago
  53. 9320a22 veyron/runtimes/google/ipc: Fix flaky TestReconnect by Robin Thellend · 10 years ago
  54. 3df2fe4 veyron/runtimes/google/ipc: Fix flaky test by Robin Thellend · 10 years ago
  55. f889c73 veyron2: break dependency between veyron2/rt and the runtime implementation. by Cosmos Nicolaou · 10 years ago
  56. 29ee985 veyron/runtimes/google/ipc: move to using modules instead of blackbox. by Cosmos Nicolaou · 10 years ago