1. 8bfacf2 veyron2/ipc: change Lookup to take second arg that is the method being invoked. by Cosmos Nicolaou · 11 years ago
  2. 4d67c04 veyron/services/mgmt/impl: code refactoring to split up invoker.go by Bogdan Caprita · 11 years ago
  3. 6351ee7 veyron/services/mgmt/node/impl: fixing the node manager test failure by Jiri Simsa · 11 years ago
  4. 137b8d2 veyron/runtimes/google/ipc: Add deadline and cancellation propagation to the context. by Matt Rosencrantz · 11 years ago
  5. 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
  6. 1e37913 Bveyron/services/mgmt/node/impl: add initial support for app installation, start, by Bogdan Caprita · 11 years ago
  7. 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
  8. 2515ed7 veyron/services/mgmt/node: fixing test failure on Jenkins by Jiri Simsa · 11 years ago
  9. e0fc61a veyron/services/mgmt/node: fix another test that is failing on OS X by Jiri Simsa · 11 years ago
  10. 162b674 veyron/services/mgmt/node: fixing config test failure on OS X by Jiri Simsa · 11 years ago
  11. 00b0ecc veyron/services/mgmt/node/impl: fix bug found by -race. by Cosmos Nicolaou · 11 years ago
  12. a4f56db veyron2/vdl/vdl: Fix broken build. by Robin Thellend · 11 years ago
  13. 8e8f1f4 veyron2/vdl: Remove generated dead code by Asim Shankar · 11 years ago
  14. c4aed6e veyron/...: Changed the generated ipc stream to match our one true stream api. by Shyam Jayaraman · 11 years ago
  15. ce3898a android: Make map, list, set, array generated code implement standard java interfaces by Benjamin Prosnitz · 11 years ago
  16. 951dd95 Merge "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
  17. 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
  18. c87a914 veyron/services/mgmt/node: refactor the code and clean up the unit test. by Bogdan Caprita · 11 years ago
  19. 2f8bc27 veyron/services/mgmt/build: adding support for cross-compilation of Go by Jiri Simsa · 11 years ago
  20. 0ecdd7a veyron2/val veyron2/vdl: Part 1 - reorganization of val and vdl by Todd Wang · 11 years ago
  21. 2e7dd71 {veyron/veyron2}/services/mgmt/build: a simple Go build server by Jiri Simsa · 11 years ago
  22. b4d38ae Merge "veyron/lib/exec: moving the veyron exec library under mgmt." by Jiri Simsa · 11 years ago
  23. e5268b9 veyron/lib/exec: moving the veyron exec library under mgmt. by Jiri Simsa · 11 years ago
  24. 4d832ed veyron/services/mgmt/node: currently the node manager is updated every by Jiri Simsa · 11 years ago
  25. 1adc1ba veyron/services/mgmt/node: fixing an update logic bug by Jiri Simsa · 11 years ago
  26. 51d78fc veyron/lib/binary: binary repository client-side library by Jiri Simsa · 11 years ago
  27. bc4f098 veyron/services/mgmt/node/impl: add a test case to impl_test to verify that by Bogdan Caprita · 11 years ago
  28. 55c1012 veyron2/services/mgmt/application,veyron2/services/mgmt/node: API changes around by Bogdan Caprita · 11 years ago
  29. 948d6fa Merge "veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup." by Bogdan Caprita · 11 years ago
  30. d9281a3 veyron,veyron2: replace Veyron name by Object name everywhere. by Bogdan Caprita · 11 years ago
  31. 4258d88 veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup. by Bogdan Caprita · 11 years ago
  32. 661ebbc veyron/services/mgmt/binary: fixing a broken build after by Jiri Simsa · 11 years ago
  33. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  34. 73e9cac veyron/lib/testutil: factoring out the security testing utility to by Jiri Simsa · 11 years ago
  35. b04fbb2 veyron2/services/mgmt/binary: binary API by Jiri Simsa · 11 years ago
  36. 76e3459 veyron/services/mgmt/node: addressing limited precision of ModTime(). by Jiri Simsa · 11 years ago
  37. e72d94c veyron/services/mgmt/node: fixing a failing test by Jiri Simsa · 11 years ago
  38. b8c5bff veyron/services/mgmt/node: adding log output for debugging node manager on GCE by Jiri Simsa · 11 years ago
  39. e23d087 Merge "services/mgmt: moving Application, Content, and Profile into a single 'repository' package" by Jiri Simsa · 11 years ago
  40. a4d9ee4 veyron/runtimes/google: adding AppCycle service implementation to the runtime. by Bogdan Caprita · 11 years ago
  41. ddbfebb services/mgmt: moving Application, Content, and Profile into a single by Jiri Simsa · 11 years ago
  42. a95daec veyron/services/mgmt: using camel case for constant names by Jiri Simsa · 11 years ago
  43. 8b83105 global rename of MOUNTTABLE_ROOT to NAMESPACE_ROOT. This affects by Cosmos Nicolaou · 11 years ago
  44. 70c3205 veyron/services/mgmt: implementing Revert() for the node manager by Jiri Simsa · 11 years ago
  45. 4e02997 veyron2/naming: renaming MountTable to Namespace by Cosmos Nicolaou · 11 years ago
  46. 7a7704a veyron/services/mgmt/node: reducing the chance that TestUpdate() will time out. by Jenkins Veyron · 11 years ago
  47. bdfbdf9 veyron/services/mgmt/node/impl: Reduce test flakiness under -race. by Asim Shankar · 11 years ago
  48. 7b95209 {veyron, veyron2}: updating VDL files to the latest version by Jiri Simsa · 11 years ago
  49. 24e87aa veyron/services/mgmt/node: making the self-update logic of node by Jiri Simsa · 11 years ago
  50. 29147f7 veryon2/naming: Pipe contexts through the mounttable client library. by Matt Rosencrantz · 11 years ago
  51. e6e87f1 veyron2/naming: prevent annoying last-step RPC for name resolution. by Cosmos Nicolaou · 11 years ago
  52. 84059da veyron/{lib/exec,runtimes/google}: adding the veyron exec library by Jiri Simsa · 11 years ago
  53. f5afcaf all: Create a new client context parameter that will be the first argument of every RPC call. by Matt Rosencrantz · 11 years ago
  54. c199bc1 veyron/lib/exec: adding support for passing callback endpoint and by Jiri Simsa · 11 years ago
  55. 1f97e1f veyron/lib/exec: adding functions for setting and getting environment by Jiri Simsa · 11 years ago
  56. 684cc03 veyron/services/mgmt/node: Add the standard ACL Authorizer. by Robin Thellend · 11 years ago
  57. ee7abc2 veyron/lib/testutil/blackbox: refactor to coexist with lib/exec. by Cosmos Nicolaou · 11 years ago
  58. 019270a runtimes/google/lib/exec: move to veyron/lib/exec by Cosmos Nicolaou · 11 years ago
  59. 8c6f899 Merge "veyron/lib/testutil/blackbox: various measures to prevent process leaks." by Cosmos Nicolaou · 11 years ago
  60. bfcac5f veyron/lib/testutil/blackbox: various measures to prevent process leaks. by Cosmos Nicolaou · 11 years ago
  61. 4b968d9 veyron/services/mgmt/node: terminating node manager parent after self-update by Jiri Simsa · 11 years ago
  62. 52567a0 veyron/services/mgmt/node: adding a dummy profile by Jiri Simsa · 11 years ago
  63. ac97265 Add basic per-node acl support to mounttabled by Ryan Brown · 11 years ago
  64. 5293dcb TBR by Jiri Simsa · 11 years ago