1. 64d573d x/ref: make use of ctx arg to Lookup. by Cosmos Nicolaou · 10 years ago
  2. e9c622d x.ref/runtime: convert to context-based logging. by Cosmos Nicolaou · 10 years ago
  3. dcc11d7 ref: Change "profiles" directory to "runtime" by Suharsh Sivakumar · 10 years ago[Renamed (96%) from profiles/internal/rpc/debug_test.go]
  4. ad49204 ref: Change context mutators from SetFoo to WithFoo. by Todd Wang · 10 years ago
  5. 54feabe ref: Move context.T out of rpc.ServerCall. by Todd Wang · 10 years ago
  6. 1abd5a8 ref: Changes call of StartCall to Call whenever it made sense to do so. by Suharsh Sivakumar · 10 years ago
  7. 1ea8f19 x/ref: Restructure debug,logreader,pprof,repository,stats,vtrace. by Todd Wang · 10 years ago
  8. d7616c9 ref: adding copyright headers and licensing files by Jiri Simsa · 10 years ago
  9. 4a69828 testutil: Merge x/ref/test/security with x/ref/test/testutil by Asim Shankar · 10 years ago
  10. 94502cf ref: Rename package ipc to rpc. by Matt Rosencrantz · 10 years ago[Renamed (94%) from profiles/internal/ipc/debug_test.go]
  11. 2ad4e10 ipc: Get rid of vc.LocalPrincipal and vc.AnonymousPrincipal. by Suharsh Sivakumar · 10 years ago
  12. 2331dd0 x/ref: Merge naming.{VDL,}{MountEntry,MountedServer,Glob}. by Todd Wang · 10 years ago
  13. 1381f8a mv x/ref/lib/testutil -> x/ref/test and lib/modules to test/modules by Cosmos Nicolaou · 10 years ago
  14. 59c423c ipc: Remove AnonymousPrinicipal from server side of VCs. by Suharsh Sivakumar · 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 (95%) from runtimes/google/ipc/debug_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. e5e62d0 mounttable: Change the reply stream to be a union of replies and errors. by David Why Use Two When One Will Do Presotto · 10 years ago
  21. e77f995 TBR go.core: Change IPC protocol to remove error from out-args. by Todd Wang · 10 years ago
  22. 67d95cb veyron/services/mgmt/debug: Use callback for logdir by Robin Thellend · 10 years ago
  23. af99c97 veyron/runtimes/google/ipc: Pass client to server to allow discharge client by Suharsh Sivakumar · 10 years ago
  24. d7a6519 veyron2/options: Remove unused options and move no longer publicly by Suharsh Sivakumar · 10 years ago
  25. 9fbe7d2 veyron2: add a method for obtaining the current status of a server. by Cosmos Nicolaou · 10 years ago
  26. fa3082c veyron/services/mgmt: Update the management services to use veyron2.Init() by Matt Rosencrantz · 10 years ago
  27. 8bd8e10 veyron/runtimes/google/namimg: allow 'addresses' to be stored in the mounttable and other 'cleanups' by Cosmos Nicolaou · 10 years ago
  28. b59a96d veyron2/options: Make NoResolve a struct. by Suharsh Sivakumar · 10 years ago
  29. 5f98d94 core: Refactor vtrace to allow starting new traces from user code. by Matt Rosencrantz · 10 years ago
  30. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  31. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  32. 28dabfc veyron2/ipc: allow listen to return multiple endpoints and use verror2. by Cosmos Nicolaou · 10 years ago
  33. 1ec4052 veyron/runtimes/google/ipc: log the Recv error in TestDebugServer by Bogdan Caprita · 10 years ago
  34. 877ac01 veyron/runtimes/google/ipc: Add some debug info. by Robin Thellend · 10 years ago
  35. adf0ca1 End of the // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
  36. 1fe7cdd veyron2/vdl,ipc: Enable reflection to capture stream types. by Todd Wang · 10 years ago
  37. e49a86a "veyron/runtime/google/ipc": Server Discharges by Ankur · 10 years ago
  38. 1aa5769 veyron2/naming: Move veyron2/services/mounttable/types here. by Todd Wang · 10 years ago
  39. b30286b veyron/services/mgmt/debug: Export vtrace information in the debug dispatcher. by Matt Rosencrantz · 10 years ago
  40. 5c95a6c veyron/runtimes/google/ipc: Switch everything to __Glob. by Robin Thellend · 10 years ago
  41. 3e76f28 veyron/runtimes/google/vtrace: Add a store for collecting vtrace traces. by Matt Rosencrantz · 10 years ago
  42. 6413c99 veyron2: can no longer specify a specific prefix for the ReservedNameDispatcher. by Cosmos Nicolaou · 10 years ago
  43. 92dba58 veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  44. 8246a8b veyron2: make it possible to specify a 'reserved name' dispatcher. by Cosmos Nicolaou · 10 years ago
  45. f8d4c2b rename ipc.ListenX to ipc.Listen. by Cosmos Nicolaou · 10 years ago
  46. f889c73 veyron2: break dependency between veyron2/rt and the runtime implementation. by Cosmos Nicolaou · 10 years ago
  47. cc04421 veyron2: Separate out options into a separate package. by Asim Shankar · 10 years ago
  48. e397a59 Merge "veyron/runtimes/google/ipc: Add internal Glob" by Robin Thellend · 10 years ago
  49. 8f05c22 veyron2/ipc,veyron/runtimes/google/ipc: Support for the newer security model. by Asim Shankar · 10 years ago
  50. c26c32e veyron/runtimes/google/ipc: Add internal Glob by Robin Thellend · 10 years ago
  51. 3da1c79 This is the first change to get rid of //. by David Why Use Two When One Will Do Presotto · 10 years ago
  52. d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 11 years ago
  53. 08b2ae1 veyron/runtimes/google/ipc: Fix debug_test.go by Robin Thellend · 11 years ago
  54. d24f084 veyron/runtimes/google/ipc: Add __debug dispatcher by Robin Thellend · 11 years ago