1. 0d12d71 cmdline tools: Auto-generate doc.go file using "go generate". by Todd Wang · 10 years ago
  2. 3da1c79 This is the first change to get rid of //. by David Why Use Two When One Will Do Presotto · 10 years ago
  3. fcb72a5 veyron/lib/cmdline: Avoid repeatedly printing default help. by Todd Wang · 10 years ago
  4. d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 10 years ago
  5. a615e4d veyron/lib/cmdline: Add ErrExitCode to support exit codes. by Todd Wang · 10 years ago
  6. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  7. 1da424d veyron2/services/mounttable: Split types into separate pkg by Robin Thellend · 11 years ago
  8. 8bfacf2 veyron2/ipc: change Lookup to take second arg that is the method being invoked. by Cosmos Nicolaou · 11 years ago
  9. 137b8d2 veyron/runtimes/google/ipc: Add deadline and cancellation propagation to the context. by Matt Rosencrantz · 11 years ago
  10. 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
  11. 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
  12. 41cb914 global: s/Globable/Globbable/g by Adam Sadovsky · 11 years ago
  13. c4aed6e veyron/...: Changed the generated ipc stream to match our one true stream api. by Shyam Jayaraman · 11 years ago
  14. 948d6fa Merge "veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup." by Bogdan Caprita · 11 years ago
  15. d9281a3 veyron,veyron2: replace Veyron name by Object name everywhere. by Bogdan Caprita · 11 years ago
  16. 4258d88 veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup. by Bogdan Caprita · 11 years ago
  17. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  18. 4e02997 veyron2/naming: renaming MountTable to Namespace by Cosmos Nicolaou · 11 years ago
  19. 29147f7 veryon2/naming: Pipe contexts through the mounttable client library. by Matt Rosencrantz · 11 years ago
  20. f5afcaf all: Create a new client context parameter that will be the first argument of every RPC call. by Matt Rosencrantz · 11 years ago
  21. 1e8ee51 veyron/services/mounttable: Move the CLI tool to veyron/tools. by Robin Thellend · 11 years ago