1. 8b43cfb Fix stand-alone IPC benchmark tools by Jungho Ahn · 10 years ago
  2. 7d7e948 Temporarily fix broken build in bmclient/main.go by Jungho Ahn · 10 years ago
  3. bc6ffa2 Revise IPC benchmark and add a new benchmark on multiplexing. by Jungho Ahn · 10 years ago
  4. 0610a23 veyron: Remove all remaining uses of rt.R()/rt.Init() in the core repository. by Matt Rosencrantz · 10 years ago
  5. 0145746 veyron/runtimes/google/ipc: Remove reliance on rt.R(). by Matt Rosencrantz · 10 years ago
  6. 39ac323 veyron2/ipc/model.go: Normalize the Glob interfaces by Robin Thellend · 10 years ago
  7. c7fecf1 veyron/lib/signals: Remove dependence on rt.R() by Matt Rosencrantz · 10 years ago
  8. 5739dda veyron2/vdl,ipc: Add new Signature support (incomplete). by Todd Wang · 10 years ago
  9. 1fe7cdd veyron2/vdl,ipc: Enable reflection to capture stream types. by Todd Wang · 10 years ago
  10. 702385a veyron2/vdl: New API for generated Go interfaces. by Todd Wang · 10 years ago
  11. 5a7d133 ipc/benchmarks: fix for https://veyron-review.googlesource.com/#/c/6373/ by Cosmos Nicolaou · 10 years ago
  12. 5a485b2 Merge "veyron2/ipc/model.go: Add the new Glob interfaces." by Robin Thellend · 10 years ago
  13. 5f8318f Partially fix breakage following: by Cosmos Nicolaou · 10 years ago
  14. 94bc464 veyron2/ipc/model.go: Add the new Glob interfaces. by Robin Thellend · 10 years ago
  15. 92dba58 veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  16. 896d776 TBR: fix vdl generation. by Jing Jin · 10 years ago
  17. fc4c469 veyron: Regenerate out of date vdls. by Matt Rosencrantz · 10 years ago
  18. 6a3c3e5 veyron2/vdl: Add typeobject to parser, compiler and go codegen. by Todd Wang · 10 years ago
  19. f8d4c2b rename ipc.ListenX to ipc.Listen. by Cosmos Nicolaou · 10 years ago
  20. d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 11 years ago
  21. d993b39 scripts: replacing scripts/build/go with "veyron go" by Jiri Simsa · 11 years ago
  22. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  23. 312b06e {scripts,veyron}: moving scripts to a separate repository, related by Jiri Simsa · 11 years ago
  24. 4c041db veyron/security: Replaced references to AllPrincipals pattern "*" with by Suharsh Sivakumar · 11 years ago
  25. f8a974f veyron2: Remove TODOContext. by Matt Rosencrantz · 11 years ago
  26. bf85d54 veyron2/context: Allow the runtime to be obtained from a context.T by Matt Rosencrantz · 11 years ago
  27. 8bfacf2 veyron2/ipc: change Lookup to take second arg that is the method being invoked. by Cosmos Nicolaou · 11 years ago
  28. 137b8d2 veyron/runtimes/google/ipc: Add deadline and cancellation propagation to the context. by Matt Rosencrantz · 11 years ago
  29. 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
  30. 0392705 veyron2/vdl: Remove comments about cancel on the Advance. by Shyam Jayaraman · 11 years ago
  31. 97b9dca veyron/: Split out the recv and send portion of the stream into sub interfaces so we don't have naming confusion when both sets of methods are on the RPC. The RPC have RecvStream or SendStream methods for the recv or send portion of the stream. This also includes a few naming changes in the API. by Shyam Jayaraman · 11 years ago
  32. a4f56db veyron2/vdl/vdl: Fix broken build. by Robin Thellend · 11 years ago
  33. 8e8f1f4 veyron2/vdl: Remove generated dead code by Asim Shankar · 11 years ago
  34. c4aed6e veyron/...: Changed the generated ipc stream to match our one true stream api. by Shyam Jayaraman · 11 years ago
  35. ce3898a android: Make map, list, set, array generated code implement standard java interfaces by Benjamin Prosnitz · 11 years ago
  36. 984214f vdl: temporary fix of issue 29: Generate a use of wiretype whenever there is an interface to temporarily fix errors on packages with just bootstrap types by Benjamin Prosnitz · 11 years ago
  37. a5ef10c veyron2/vdl/gen: attempt at clarifying the semantics of the stream API through by Bogdan Caprita · 11 years ago
  38. 0ecdd7a veyron2/val veyron2/vdl: Part 1 - reorganization of val and vdl by Todd Wang · 11 years ago
  39. d9281a3 veyron,veyron2: replace Veyron name by Object name everywhere. by Bogdan Caprita · 11 years ago
  40. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  41. cafaa49 veyron/runtimes/google/ipc/benchmarks: IPC benchmarks. by Robin Thellend · 11 years ago