1. 9c374c2 veyron/services/mountable/lib/mounttable: change all the testing to by David Why Use Two When One Will Do Presotto · 10 years ago
  2. 6f9f574 mounttable service: Add ResolveStepX to eventually replace ResolveStep. by David Why Use Two When One Will Do Presotto · 10 years ago
  3. 042fcf0 Merge "veyron2/services/mounttable, veyron2/services/watch: Resolve label for Glob." by Tilak Sharma · 10 years ago
  4. c920db3 veyron/lib/testutil: Avoid parsing flags in init() by Asim Shankar · 10 years ago
  5. cc04421 veyron2: Separate out options into a separate package. by Asim Shankar · 10 years ago
  6. 8829291 veyron/...: Update a bunch of tests to use the new security model. by Asim Shankar · 10 years ago
  7. da5165e veyron2/services/mounttable, veyron2/services/watch: Resolve label for Glob. by Tilak Sharma · 10 years ago
  8. fdfbf7b ipc: Add some type checking statements by Benjamin Prosnitz · 10 years ago
  9. 3da1c79 This is the first change to get rid of //. by David Why Use Two When One Will Do Presotto · 10 years ago
  10. d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 10 years ago
  11. b741475 Point to the new location for the my third party mdns code. by David Why Use Two When One Will Do Presotto · 10 years ago
  12. 577ce8d veyron/lib/glob: Indicate whether a name matches a glob pattern exactly. by Tilak Sharma · 11 years ago
  13. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  14. b02cf90 Fix too long test caused by c/4467 by David Why Use Two When One Will Do Presotto · 11 years ago
  15. f7a11d9 veyron/lib/netstate,netconfig: move netconfig out of the runtime and create netstate. by Cosmos Nicolaou · 11 years ago
  16. 0019f05 Merge "veyron/services/mounttable: Fix Glob bug." by Robin Thellend · 11 years ago
  17. 9f6db08 veyron2/security: Simplify the ACL structure and use the glob characters in PrincipalPattern. by Asim Shankar · 11 years ago
  18. 434e39f veyron/services/mounttable: Fix Glob bug. by Robin Thellend · 11 years ago
  19. bf85d54 veyron2/context: Allow the runtime to be obtained from a context.T by Matt Rosencrantz · 11 years ago
  20. 1f3d113 Merge "Add CacheCtl to naming.Namespace." by David Why Use Two When One Will Do Presotto · 11 years ago
  21. 1da424d veyron2/services/mounttable: Split types into separate pkg by Robin Thellend · 11 years ago
  22. 7764f31 Add CacheCtl to naming.Namespace. by David Why Use Two When One Will Do Presotto · 11 years ago
  23. 8bfacf2 veyron2/ipc: change Lookup to take second arg that is the method being invoked. by Cosmos Nicolaou · 11 years ago
  24. 39602db Fix build problem caused by cl 3709 by David Why Use Two When One Will Do Presotto · 11 years ago
  25. b88a111 veyron2/security, veyron2/services/security/access: Update security.ACL to support the Access API. by Tilak Sharma · 11 years ago
  26. 7ca37d9 Use naming.Join now that it can take a variable number of args. by Ken Ashcraft · 11 years ago
  27. 3ed3024 veyron2/security, veyron/security: Move ACL authorizer to veyron/security. by Tilak Sharma · 11 years ago
  28. 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
  29. a4ac360 Merge "Add vlog.Infof's to test." by David Why Use Two When One Will Do Presotto · 11 years ago
  30. 5add67e Add vlog.Infof's to test. by David Why Use Two When One Will Do Presotto · 11 years ago
  31. 41cb914 global: s/Globable/Globbable/g by Adam Sadovsky · 11 years ago
  32. 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
  33. 447170e Follow network config changes. by David Why Use Two When One Will Do Presotto · 11 years ago
  34. a4f56db veyron2/vdl/vdl: Fix broken build. by Robin Thellend · 11 years ago
  35. 8e8f1f4 veyron2/vdl: Remove generated dead code by Asim Shankar · 11 years ago
  36. c4aed6e veyron/...: Changed the generated ipc stream to match our one true stream api. by Shyam Jayaraman · 11 years ago
  37. ce3898a android: Make map, list, set, array generated code implement standard java interfaces by Benjamin Prosnitz · 11 years ago
  38. 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
  39. a3c9765 "veyron2": Add PublicIDStore to Runtime by Ankur · 11 years ago
  40. 0ecdd7a veyron2/val veyron2/vdl: Part 1 - reorganization of val and vdl by Todd Wang · 11 years ago
  41. 6be636d veyron/services/mounttable/mounttable: Add test.sh and fix a couple of bugs. by Robin Thellend · 11 years ago
  42. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  43. 06a99de veyron/services/mounttable: Add neighborhood option. by Robin Thellend · 11 years ago
  44. 4e02997 veyron2/naming: renaming MountTable to Namespace by Cosmos Nicolaou · 11 years ago
  45. b6b195a veyron/services/mounttable/lib: demonstrate effect of globbing "..." pattern by Bogdan Caprita · 11 years ago
  46. 29147f7 veryon2/naming: Pipe contexts through the mounttable client library. by Matt Rosencrantz · 11 years ago
  47. e6e87f1 veyron2/naming: prevent annoying last-step RPC for name resolution. by Cosmos Nicolaou · 11 years ago
  48. f5afcaf all: Create a new client context parameter that will be the first argument of every RPC call. by Matt Rosencrantz · 11 years ago
  49. dcddb93 Reorganize GetMethodTags, Signature, UnresolveStep to be consistent. by Benjamin Prosnitz · 11 years ago
  50. 43395f3 veyron, veyron2: Re-run vdl build tool. by Tilak Sharma · 11 years ago
  51. e5d67b4 veyron2/vdl: Move all *.idl files to *.vdl, re-generate all by Todd Wang · 11 years ago
  52. 6387ef2 "veyron/...": Ran fmt by Ankur · 11 years ago
  53. d123fa3 Fix the build. by Ryan Brown · 11 years ago
  54. ac97265 Add basic per-node acl support to mounttabled by Ryan Brown · 11 years ago
  55. 6933540 veyron2/naming: rename and rationalise routines for 'terminal' names. by Cosmos Nicolaou · 11 years ago
  56. ae67894 veryon2/rt/r: delete this package now that our dependency graph is simpler. by Cosmos Nicolaou · 11 years ago
  57. b07fa77 veyron2: merge Runtime interfaces into veyron2.Runtime by Cosmos Nicolaou · 11 years ago
  58. 45054a6 veyron/security/caveat: Move common caveats out of veyron/runtimes/google by Asim Shankar · 11 years ago
  59. 5a420e8 Add dummy authorizer for mounttable which allows everything. by Ryan Brown · 11 years ago
  60. 8b3447c Squashed commit of the following: by David Why Use Two When One Will Do Presotto · 11 years ago
  61. cfea09a Squashed commit of the following: by David Why Use Two When One Will Do Presotto · 11 years ago
  62. 5293dcb TBR by Jiri Simsa · 11 years ago