- 7a44243 veyron/services/mgmt/stats: Add implementation of the stats interface. by Robin Thellend · 11 years ago
- 78b6216 veyron/services/mgmt/node/impl: consolidate the callback logic in one place, by Bogdan Caprita · 11 years ago
- e29314e proximity: factoring the proximity code out to a separate repository by Jiri Simsa · 11 years ago
- c00effe Merge "veyron2/security, veyron/security: Refactor veyron2/security/util.go." by Tilak Sharma · 11 years ago
- d6ade0e veyron2/security, veyron/security: Refactor veyron2/security/util.go. by Tilak Sharma · 11 years ago
- a138a4f veyron/lib/stats/counter: Add concurrency test. by Robin Thellend · 11 years ago
- ac59e97 veyron/lib/stats: New library to keep global stats. by Robin Thellend · 11 years ago
- 8bfacf2 veyron2/ipc: change Lookup to take second arg that is the method being invoked. by Cosmos Nicolaou · 11 years ago
- b88a111 veyron2/security, veyron2/services/security/access: Update security.ACL to support the Access API. by Tilak Sharma · 11 years ago
- eb66156 veyron/lib/stats/counter: Add rate counter. by Robin Thellend · 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
- 41cb914 global: s/Globable/Globbable/g by Adam Sadovsky · 11 years ago
- 4b0dfa0 veyron/runtimes/google/security: replace private key with a generic Signer. by Srdjan Petrovic · 11 years ago
- a1e4d69 veyron/lib/bluetooth: Fix potential buffer overflow bug. by Asim Shankar · 11 years ago
- 6cae303 veyron/lib/bluetooth: Build fix for gatewayd when -tags=veyronbluetooth is not specified. by Asim Shankar · 11 years ago
- 99304bb veyron/lib/bluetooth: Fix build when -tags=veyronbluetooth is not specified by Asim Shankar · 11 years ago
- 4419f23 veyron/lib/bluetooth: Disable compilation of the bluetooth package and by Jiri Simsa · 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
- 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
- e719916 Merge "Added depcop configuration files to veyron packages" by Mehrdad Afshari · 11 years ago
- 6c0b2ee veyron/lib/bluetooth: Fix build on Mac by adding a missing build directive. by Asim Shankar · 11 years ago
- 53b8a8f Merge "veyron/lib/bluetooth: Make the bluetooth net.Conn and net.Listener implementations amenable to concurrent method invocations." by Asim Shankar · 11 years ago
- 44ea34f Added depcop configuration files to veyron packages by Mehrdad Afshari · 11 years ago
- 0ecdd7a veyron2/val veyron2/vdl: Part 1 - reorganization of val and vdl by Todd Wang · 11 years ago
- e48c3ba veyron/lib/bluetooth: Make the bluetooth net.Conn and net.Listener by Asim Shankar · 11 years ago
- e5268b9 veyron/lib/exec: moving the veyron exec library under mgmt. by Jiri Simsa · 11 years ago
- 3707855 Make android build not depend on existance of linux (PC) bluetooth libraries by Benjamin Prosnitz · 11 years ago
- 51d78fc veyron/lib/binary: binary repository client-side library by Jiri Simsa · 11 years ago
- 1375217 veyron/lib/bluetooth,veyron/runtimes/google/ipc/stream: Support for VCs by Asim Shankar · 11 years ago
- 2028203 veyron/lib/testutil: Make the source of randomness thread-safe. by Asim Shankar · 11 years ago
- 56cc17b veyron/lib/bluetooth: Remove unnecessary dependencies by Asim Shankar · 11 years ago
- 4258d88 veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup. by Bogdan Caprita · 11 years ago
- 85bdffb veyron/lib/{exec,testutil/blackbox}: simplifying multi-process testing by Jiri Simsa · 11 years ago
- fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
- a0b0e06 veyron/lib/testutil/security: adding a package comment by Jiri Simsa · 11 years ago
- 88eab87 Merge "veyron/lib/testutil: fixing a bug in blackbox" by Jiri Simsa · 11 years ago
- f659851 veyron/lib/testutil: fixing a bug in blackbox by Jiri Simsa · 11 years ago
- 8c34fa4 Merge "veyron/lib/testutil: factoring out the security testing utility to avoid introducing dependency on security to all of our tests." by Jiri Simsa · 11 years ago
- 73e9cac veyron/lib/testutil: factoring out the security testing utility to by Jiri Simsa · 11 years ago
- 01cf937 veyron/services/mgmt/binary: cleaning up the binary repository output by Jiri Simsa · 11 years ago
- 870ddd6 veyron/lib/testutil: utility for pseudo-random testing by Jiri Simsa · 11 years ago
- ded3659 veyron/services/proximity: Move a bunch of daemons out of veyron/runtimes. by Srdjan Petrovic · 11 years ago
- a4d9ee4 veyron/runtimes/google: adding AppCycle service implementation to the runtime. by Bogdan Caprita · 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
- 3574f12 veyron/tools/naming/simulator: scripts to demonstrate awkwardness of current system. by Cosmos Nicolaou · 11 years ago
- 7c659ac veyron/tools/naming/simulator: simple interprerter for building by Cosmos Nicolaou · 11 years ago
- 24e87aa veyron/services/mgmt/node: making the self-update logic of node by Jiri Simsa · 11 years ago
- 7fc6e87 veyron/lib/signals: fixing Go formatting by Jiri Simsa · 11 years ago
- 1002ba4 veyron/lib/signals: fixing logic to remove STOP from signals passed to by Bogdan Caprita · 11 years ago
- 59117c1 veyron/tools/naming/modules: API and modules for implementing common services. by Cosmos Nicolaou · 11 years ago
- 84059da veyron/{lib/exec,runtimes/google}: adding the veyron exec library by Jiri Simsa · 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
- 682a97c veyron/lib/testutil/blackbox: allow for use from outside of tests. by Cosmos Nicolaou · 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
- bfcac5f veyron/lib/testutil/blackbox: various measures to prevent process leaks. by Cosmos Nicolaou · 11 years ago
- 3b3895d Merge "veyron2: merge Runtime interfaces into veyron2.Runtime" by Cosmos Nicolaou · 11 years ago
- 53fdf56 "veyron/security/flag": Methods for processing Auth flags by Ankur · 11 years ago
- b07fa77 veyron2: merge Runtime interfaces into veyron2.Runtime by Cosmos Nicolaou · 11 years ago
- 70a2887 veyron/runtimes/google/security: Export a single PrivateID factory method. by Asim Shankar · 11 years ago
- 5293dcb TBR by Jiri Simsa · 11 years ago