1. 39ac323 veyron2/ipc/model.go: Normalize the Glob interfaces by Robin Thellend · 10 years ago
  2. 8a42280 veyron/lib/testutil: Eliminate dependence on rt.R(). by Matt Rosencrantz · 10 years ago
  3. c7fecf1 veyron/lib/signals: Remove dependence on rt.R() by Matt Rosencrantz · 10 years ago
  4. 34ed4c6 veyron2/{vdl,vom2,ipc}: Finish the vom2 transition. by Todd Wang · 10 years ago
  5. 8e9cc24 veyron2/ipc/model.go: Change VChildrenGlobber interface by Robin Thellend · 10 years ago
  6. d31c6f4 Merge "veyron/services/mgmt/application: fix applicationd persistence" by Robert Kroeger · 10 years ago
  7. bc6c4da veyron/services/mgmt/application: fix applicationd persistence by Robert Kroeger · 10 years ago
  8. a02fe8f veyron2/ipc/model.go: Remove method argument from Lookup by Robin Thellend · 10 years ago
  9. 9bc8fcb veyron/services/mgmt: Get rid of the term 'invoker' (Part II) by Robin Thellend · 10 years ago
  10. adf0ca1 End of the // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
  11. 710daa2 veyron2/ipc: 4 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  12. 0155a37 veyron/services/mgmt/application: Add object names to namespace by Robin Thellend · 10 years ago
  13. 6497e9c veyron/services/mgmt/application/applicationd: minor changes to printing sever's name/ep. by Bogdan Caprita · 10 years ago
  14. 702385a veyron2/vdl: New API for generated Go interfaces. by Todd Wang · 10 years ago
  15. 92dba58 veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  16. 1ee5e1a veyron2/ipc: 1 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  17. a8161de Merge "veyron/.../test.sh: update test.sh scripts to use a single dir to share binaries." by Jing Jin · 10 years ago
  18. 89312ff veyron/.../test.sh: update test.sh scripts to use a single dir to share binaries. by Jing Jin · 10 years ago
  19. f8d4c2b rename ipc.ListenX to ipc.Listen. by Cosmos Nicolaou · 10 years ago
  20. 85aea7b veyron: cleanup of shell test scripts making sure that non-zero exit by Jiri Simsa · 10 years ago
  21. f17b602 veyron/.../test.sh: update to use new shell::, shell_test:: functions with timeouts. by Cosmos Nicolaou · 10 years ago
  22. fdfbf7b ipc: Add some type checking statements by Benjamin Prosnitz · 10 years ago
  23. d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 10 years ago
  24. d993b39 scripts: replacing scripts/build/go with "veyron go" by Jiri Simsa · 10 years ago
  25. f8727f2 scripts: reflecting the move of scripts to a separate repository by Jiri Simsa · 11 years ago
  26. b860a42 making sure shell tests use the correct paths and package names by Jiri Simsa · 11 years ago
  27. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  28. 312b06e {scripts,veyron}: moving scripts to a separate repository, related by Jiri Simsa · 11 years ago
  29. b6fe1ad {veyron,scripts}: removing the REPO_ROOT logic from veyron build and by Jiri Simsa · 11 years ago
  30. 8a50082 veyron/services/mgmt,veyron2/watch: removing superfluous store by Jiri Simsa · 11 years ago
  31. 80b8959 veyron/services/mgmt: Make shell tests executable again. by Tilak Sharma · 11 years ago
  32. 067b127 {veyron,veyron2}: moving the store code out the main repository by Jiri Simsa · 11 years ago
  33. d9c3488 Management Refactor: Introduce fs.Memstore to break Veyron store dependency by Robert Kroeger · 11 years ago
  34. 1023a34 veyron/{services/mgmt,tools}: end-to-end tests for binaryd, buildd, and profiled by Jiri Simsa · 11 years ago
  35. ffac12c veyron2/storage: Make the client library thinner. by Adam Sadovsky · 11 years ago
  36. 1a15c16 veyron/services/mgmt/application: creating a shell test by Jiri Simsa · 11 years ago
  37. 8bfacf2 veyron2/ipc: change Lookup to take second arg that is the method being invoked. by Cosmos Nicolaou · 11 years ago
  38. 785882f Merge "Use naming.Join now that it can take a variable number of args." by Ken Ashcraft · 11 years ago
  39. 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
  40. 7ca37d9 Use naming.Join now that it can take a variable number of args. by Ken Ashcraft · 11 years ago
  41. 301c774 veyron/services/mgmt/application/impl: fix for strange crash in applicationd by Bogdan Caprita · 11 years ago
  42. 04c5eef {go/src/veyron2/storage,go/src/veyron2/services/store,go/src/veyron/services/store}: new transaction API by Adam Sadovsky · 11 years ago
  43. 948d6fa Merge "veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup." by Bogdan Caprita · 11 years ago
  44. d9281a3 veyron,veyron2: replace Veyron name by Object name everywhere. by Bogdan Caprita · 11 years ago
  45. 4258d88 veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup. by Bogdan Caprita · 11 years ago
  46. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  47. ddbfebb services/mgmt: moving Application, Content, and Profile into a single by Jiri Simsa · 11 years ago
  48. ef43dc4 veyron2, veyron: fix tests to use terminal names correctly. by Cosmos Nicolaou · 11 years ago
  49. 3db40a1 Initial Store API by Benjamin Prosnitz · 11 years ago
  50. 29147f7 veryon2/naming: Pipe contexts through the mounttable client library. by Matt Rosencrantz · 11 years ago
  51. f5afcaf all: Create a new client context parameter that will be the first argument of every RPC call. by Matt Rosencrantz · 11 years ago
  52. 308aae0 veyron/services/mgmt: Move all the CLI tools to veyron/tools. by Robin Thellend · 11 years ago
  53. dcddb93 Reorganize GetMethodTags, Signature, UnresolveStep to be consistent. by Benjamin Prosnitz · 11 years ago
  54. 43395f3 veyron, veyron2: Re-run vdl build tool. by Tilak Sharma · 11 years ago
  55. e5d67b4 veyron2/vdl: Move all *.idl files to *.vdl, re-generate all by Todd Wang · 11 years ago
  56. fb3e24d veyron/services/mgmt/application: fixing a portability issue in the application client test by Jiri Simsa · 11 years ago
  57. 32c438b veyron/services/mgmt/application: Add command-line tool. by Robin Thellend · 11 years ago
  58. fb47442 veyron/...: Add TODOs to remove flags when config manager is ready. by Robin Thellend · 11 years ago
  59. ae67894 veryon2/rt/r: delete this package now that our dependency graph is simpler. by Cosmos Nicolaou · 11 years ago
  60. 3b3895d Merge "veyron2: merge Runtime interfaces into veyron2.Runtime" by Cosmos Nicolaou · 11 years ago
  61. 53fdf56 "veyron/security/flag": Methods for processing Auth flags by Ankur · 11 years ago
  62. b07fa77 veyron2: merge Runtime interfaces into veyron2.Runtime by Cosmos Nicolaou · 11 years ago
  63. a5e479f veyron2/storage/vstore: Refactor dependencies in vstore. by Tilak Sharma · 11 years ago
  64. 992269a "veyron2/security": Move Authorizer implementation by Ankur · 11 years ago
  65. 5293dcb TBR by Jiri Simsa · 11 years ago