1. 785882f Merge "Use naming.Join now that it can take a variable number of args." by Ken Ashcraft · 11 years ago
  2. 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
  3. 7ca37d9 Use naming.Join now that it can take a variable number of args. by Ken Ashcraft · 11 years ago
  4. 3ed3024 veyron2/security, veyron/security: Move ACL authorizer to veyron/security. by Tilak Sharma · 11 years ago
  5. c53de36 TBR fixing broken shell tests by Jiri Simsa · 11 years ago
  6. a942b75 scripts: cleanup of shell scripts by Jiri Simsa · 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. a4ac360 Merge "Add vlog.Infof's to test." by David Why Use Two When One Will Do Presotto · 11 years ago
  9. 5add67e Add vlog.Infof's to test. by David Why Use Two When One Will Do Presotto · 11 years ago
  10. 41cb914 global: s/Globable/Globbable/g by Adam Sadovsky · 11 years ago
  11. 55ed430 Remove the equality test between the server started and the servers found, by David Why Use Two When One Will Do Presotto · 11 years ago
  12. 447170e Follow network config changes. by David Why Use Two When One Will Do Presotto · 11 years ago
  13. 72ba5e0 veyron/services/mounttable: Use "bash" and not "sh" as the interpreter for the test. by Asim Shankar · 11 years ago
  14. b1acafd scripts/jenkins,veyron/examples: test.sh and related tweaks. by Asim Shankar · 11 years ago
  15. 1ee051a veyron/examples/tunnel/tunneld,veyron/services/mounttable/mounttabled: Make tests more portable by Robin Thellend · 11 years ago
  16. a4f56db veyron2/vdl/vdl: Fix broken build. by Robin Thellend · 11 years ago
  17. 8e8f1f4 veyron2/vdl: Remove generated dead code by Asim Shankar · 11 years ago
  18. c4aed6e veyron/...: Changed the generated ipc stream to match our one true stream api. by Shyam Jayaraman · 11 years ago
  19. ce3898a android: Make map, list, set, array generated code implement standard java interfaces by Benjamin Prosnitz · 11 years ago
  20. 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
  21. a3c9765 "veyron2": Add PublicIDStore to Runtime by Ankur · 11 years ago
  22. 0ecdd7a veyron2/val veyron2/vdl: Part 1 - reorganization of val and vdl by Todd Wang · 11 years ago
  23. 4258d88 veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup. by Bogdan Caprita · 11 years ago
  24. 6be636d veyron/services/mounttable/mounttable: Add test.sh and fix a couple of bugs. by Robin Thellend · 11 years ago
  25. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  26. c954292 veyron/services/mounttable/mounttabled: use two servers by Robin Thellend · 11 years ago
  27. 06a99de veyron/services/mounttable: Add neighborhood option. by Robin Thellend · 11 years ago
  28. 4e02997 veyron2/naming: renaming MountTable to Namespace by Cosmos Nicolaou · 11 years ago
  29. b6b195a veyron/services/mounttable/lib: demonstrate effect of globbing "..." pattern by Bogdan Caprita · 11 years ago
  30. 29147f7 veryon2/naming: Pipe contexts through the mounttable client library. by Matt Rosencrantz · 11 years ago
  31. e6e87f1 veyron2/naming: prevent annoying last-step RPC for name resolution. by Cosmos Nicolaou · 11 years ago
  32. f5afcaf all: Create a new client context parameter that will be the first argument of every RPC call. by Matt Rosencrantz · 11 years ago
  33. 1e8ee51 veyron/services/mounttable: Move the CLI tool to veyron/tools. by Robin Thellend · 11 years ago
  34. dcddb93 Reorganize GetMethodTags, Signature, UnresolveStep to be consistent. by Benjamin Prosnitz · 11 years ago
  35. 43395f3 veyron, veyron2: Re-run vdl build tool. by Tilak Sharma · 11 years ago
  36. e5d67b4 veyron2/vdl: Move all *.idl files to *.vdl, re-generate all by Todd Wang · 11 years ago
  37. 6387ef2 "veyron/...": Ran fmt by Ankur · 11 years ago
  38. 4a021b1 veyron/services/mounttable/mounttable/impl: pass the names that we make rpcs against through ResolveToMountTable. This way, the underlying resolution mechanism will not attempt to find a server mounted under the given name, but rather interpret the name as a mounttable OA. by Bogdan Caprita · 11 years ago
  39. d123fa3 Fix the build. by Ryan Brown · 11 years ago
  40. ac97265 Add basic per-node acl support to mounttabled by Ryan Brown · 11 years ago
  41. 6933540 veyron2/naming: rename and rationalise routines for 'terminal' names. by Cosmos Nicolaou · 11 years ago
  42. fb47442 veyron/...: Add TODOs to remove flags when config manager is ready. by Robin Thellend · 11 years ago
  43. ae67894 veryon2/rt/r: delete this package now that our dependency graph is simpler. by Cosmos Nicolaou · 11 years ago
  44. b07fa77 veyron2: merge Runtime interfaces into veyron2.Runtime by Cosmos Nicolaou · 11 years ago
  45. 45054a6 veyron/security/caveat: Move common caveats out of veyron/runtimes/google by Asim Shankar · 11 years ago
  46. 5a420e8 Add dummy authorizer for mounttable which allows everything. by Ryan Brown · 11 years ago
  47. 251690f Merge "veyron/services/mounttable: Add a command-line tool." by Robin Thellend · 11 years ago
  48. 6b17da7 veyron/services/mounttable: Add a command-line tool. by Robin Thellend · 11 years ago
  49. c5db261 veyron/services/mounttable/mounttabled: Allow the prefix to be specified via flag. by Matt Rosencrantz · 11 years ago
  50. 8b3447c Squashed commit of the following: by David Why Use Two When One Will Do Presotto · 11 years ago
  51. cfea09a Squashed commit of the following: by David Why Use Two When One Will Do Presotto · 11 years ago
  52. 5293dcb TBR by Jiri Simsa · 11 years ago