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