1. 5dbfbef veyron/runtimes/google/lib/dependency: Factor the dependency graph logic by Matt Rosencrantz · 10 years ago
  2. 9fbe7d2 veyron2: add a method for obtaining the current status of a server. by Cosmos Nicolaou · 10 years ago
  3. 8de8585 TBR namespace: ResolveX/ResolveToMountTableX become Resolve/ResolveToMountTable. by David Why Use Two When One Will Do Presotto · 10 years ago
  4. ad8d071 veyron/runtimes/google/lib/deque: minor optimization in reserve(). by Jungho Ahn · 10 years ago
  5. 8bd8e10 veyron/runtimes/google/namimg: allow 'addresses' to be stored in the mounttable and other 'cleanups' by Cosmos Nicolaou · 10 years ago
  6. f7b00e2 veyron/runtimes/google/vtrace: Add capturing via regexps to vtrace. by Matt Rosencrantz · 10 years ago
  7. 3395b4e veyron2/context: Remove the runtime from the context. It is no longer used. by Matt Rosencrantz · 10 years ago
  8. 5f98d94 core: Refactor vtrace to allow starting new traces from user code. by Matt Rosencrantz · 10 years ago
  9. 89445a4 core: Remove the redundant With* methods on context. by Matt Rosencrantz · 10 years ago
  10. 4f8ac60 veyron.go.core: Make context.T a concrete type. by Matt Rosencrantz · 10 years ago
  11. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  12. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  13. 405360d veyron: delete counterpart to go/vcl/6663 by Jiri Simsa · 10 years ago
  14. 8b4dbbf namespace: More // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
  15. 92dba58 veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  16. c28686e namespace: Add a trailing Glob pattern ***. This is like ... but by David Why Use Two When One Will Do Presotto · 10 years ago
  17. 59a254c veyron/runtimes/google/naming/namespace: by David Why Use Two When One Will Do Presotto · 10 years ago
  18. c920db3 veyron/lib/testutil: Avoid parsing flags in init() by Asim Shankar · 10 years ago
  19. 3da1c79 This is the first change to get rid of //. by David Why Use Two When One Will Do Presotto · 10 years ago
  20. 251a4d8 veyron/runtimes/google/lib/timekeeper: move it and its testing counterpart to veyron/lib by Cosmos Nicolaou · 10 years ago
  21. 4a93c46 veyron/runtimes/google/lib/publisher: We should finish unmounting before claiming we are done. by Matt Rosencrantz · 11 years ago
  22. cd8ffda veyron/runtimes/google/lib/publisher: Remove write/close race in the publisher cmdchan. by Matt Rosencrantz · 11 years ago
  23. e1ad20b veyron/runtimes/google/lib/sync/semaphore: update comment about the behavior of by Bogdan Caprita · 11 years ago
  24. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  25. ef323db veyron2/ipc: add RoamingListen support. by Cosmos Nicolaou · 11 years ago
  26. aba4c0a veyron/runtimes/google/lib/follow: Fix flaky tests. by Tilak Sharma · 11 years ago
  27. f7a11d9 veyron/lib/netstate,netconfig: move netconfig out of the runtime and create netstate. by Cosmos Nicolaou · 11 years ago
  28. 94aa633 {ipc/wsprd}: adonovan@ ran his static analysis tool on our code base by Jiri Simsa · 11 years ago
  29. 748a0d5 IsGloballyRoutable returns true for unicast addresses that aren't private, by David Why Use Two When One Will Do Presotto · 11 years ago
  30. 0ecdd7a veyron2/val veyron2/vdl: Part 1 - reorganization of val and vdl by Todd Wang · 11 years ago
  31. f6813ec Signal network changes. by David Why Use Two When One Will Do Presotto · 11 years ago
  32. 406c7d4 veyron/runtimes/google/lib/follow: Refactor watcher api and implementation. by Tilak Sharma · 11 years ago
  33. 6d7c39c veyron/runtimes/google/lib/sync: WaitGroup allows concurrent calls to Add and Wait. by Tilak Sharma · 11 years ago
  34. 870ddd6 veyron/lib/testutil: utility for pseudo-random testing by Jiri Simsa · 11 years ago
  35. ded3659 veyron/services/proximity: Move a bunch of daemons out of veyron/runtimes. by Srdjan Petrovic · 11 years ago
  36. 513e613 veyron/runtimes/google/lib/follow: Fix initialization race in the follow watcher. by Tilak Sharma · 11 years ago
  37. 4e02997 veyron2/naming: renaming MountTable to Namespace by Cosmos Nicolaou · 11 years ago
  38. 1472248 veyron/examples,runtimes: quiten down tests. by Cosmos Nicolaou · 11 years ago
  39. 7e68d5a veyron/runtimes/google/ipc: Make it an error to pass a nil context to StartCall. by Matt Rosencrantz · 11 years ago
  40. a7ef1d8 Merge "veyron/runtimes/google/lib/follow, veyron/services/store/memstore: Miscellaneous fixes in follow and watch." by Tilak Sharma · 11 years ago
  41. 4820234 veyron/runtimes/google/lib/follow, veyron/services/store/memstore: Miscellaneous fixes in follow and watch. by Tilak Sharma · 11 years ago
  42. 0ea02ab veyron/runtimes/google/ipc/...: Proxy improvements. by Asim Shankar · 11 years ago
  43. 29147f7 veryon2/naming: Pipe contexts through the mounttable client library. by Matt Rosencrantz · 11 years ago
  44. ae71344 veyron/runtimes/google/ipc: Move "publisher" to its own package. by Asim Shankar · 11 years ago
  45. 4285335 veyron/examples/boxes, veyron/runtimes/google/lib/gateway: Fix build after adding context to client RPC Calls. by Matt Rosencrantz · 11 years ago
  46. f5afcaf all: Create a new client context parameter that will be the first argument of every RPC call. by Matt Rosencrantz · 11 years ago
  47. 019270a runtimes/google/lib/exec: move to veyron/lib/exec by Cosmos Nicolaou · 11 years ago
  48. bfcac5f veyron/lib/testutil/blackbox: various measures to prevent process leaks. by Cosmos Nicolaou · 11 years ago
  49. 5293dcb TBR by Jiri Simsa · 11 years ago