1. c279841 namespace: NoResolve is dead, long live Preresolved. Unlike NoResolve, by David Why Use Two When One Will Do Presotto · 10 years ago
  2. 53ac585 ref: Convert uses of the xrpc library to the new v23 server API. by Matt Rosencrantz · 10 years ago
  3. 98d6d7c v23: Promote the XWithNew*Server APIs out of experimental. by Matt Rosencrantz · 10 years ago
  4. 9e92b78 ref/services/mounttable/mounttablelib: Move to the new xrpc interface. by Matt Rosencrantz · 10 years ago
  5. 7bffae0 v23/rpc: Switch ServerCall.Server to return an XServer. by Matt Rosencrantz · 10 years ago
  6. f2efeb5 TBR syncbase: fix import paths post-merge by Adam Sadovsky · 10 years ago
  7. 4db2135 mounttablelib: restrict name element lengths to 512 characters. by David Why Use Two When One Will Do Presotto · 10 years ago
  8. 30f7a11 mounttablelib: correct limit enforcement by David Why Use Two When One Will Do Presotto · 10 years ago
  9. 4578589 Merge "ref: fixing go vet violations" by Jiri Simsa · 10 years ago
  10. d9a7b3c ref: fixing go vet violations by Jiri Simsa · 10 years ago
  11. 5903108 services: Use AllGlobber instead of AllGlobberX by Robin Thellend · 10 years ago
  12. bc05a27 Merge "ref: changes related to v.io/c/14371" by Jiri Simsa · 10 years ago
  13. 3da6f4f mounttablelib: change neighborhood to try a more unique name if the by David Why Use Two When One Will Do Presotto · 10 years ago
  14. e0a71c7 mounttablelib: just a tweek to bogdan's fixed. by David Why Use Two When One Will Do Presotto · 10 years ago
  15. 26f1c4d ref: changes related to v.io/c/14371 by Jiri Simsa · 10 years ago
  16. b8d581b services/mounttable/mounttablelib: fix nil deref when user exceeds max# of nodes by Bogdan Caprita · 10 years ago
  17. f15f295 (runtime|services): Implement new AllGlobberX and ChildrenGlobberX by Robin Thellend · 10 years ago
  18. 56db085 TBR: Build fix by Asim Shankar · 10 years ago
  19. eaef0ad Merge "services/mounttable: Resolve vanadium/issues#583" by Asim Shankar · 10 years ago
  20. 40c01b2 (lib|runtime|services): Use v.io/v23/glob by Robin Thellend · 10 years ago
  21. 2f1878c lib/glob: Clean up the glob library by Robin Thellend · 10 years ago
  22. 64d573d x/ref: make use of ctx arg to Lookup. by Cosmos Nicolaou · 10 years ago
  23. 3a16782 Merge "x/ref: clean up use of test.InitWithParams as per v.io/i/599" by Cosmos Nicolaou · 10 years ago
  24. 27dc65b x/ref: clean up use of test.InitWithParams as per v.io/i/599 by Cosmos Nicolaou · 10 years ago
  25. 5a3125a Needed for v.io/c/13354 by Cosmos Nicolaou · 10 years ago
  26. b425c55 services/mounttable: Resolve vanadium/issues#583 by Asim Shankar · 10 years ago
  27. 58590f5 mounttablelib: Add a runtime.Gosched() in the glob main loop to give others by David Why Use Two When One Will Do Presotto · 10 years ago
  28. d922992 x/ref/services: convert more services to context based logging. by Cosmos Nicolaou · 10 years ago
  29. c0f98e5 Merge "x/ref/services: profile, mounttable, proxy, role to use context-based logging." by Cosmos Nicolaou · 10 years ago
  30. a9fb36d TBR ref/services/device: Fix address assignment. by Matt Rosencrantz · 10 years ago
  31. 19a50f6 x/ref/services: profile, mounttable, proxy, role to use context-based logging. by Cosmos Nicolaou · 10 years ago
  32. bb6295d ref: Change many uses of v23.NewServer to use xrpc.New*Server instead. by Matt Rosencrantz · 10 years ago
  33. 165e890 ref: Add test.V23InitWithNamespace by Matt Rosencrantz · 10 years ago
  34. 2ae4c7c Merge "go generate updates following v.io/c/12224" by Cosmos Nicolaou · 10 years ago
  35. 419bb22 Merge "mounttablelib: use v23/conventions to pick up the user id from the set of blessings. This id is used for resource accounting." by David Why Use Two When One Will Do Presotto · 10 years ago
  36. 67b7071 mounttablelib: use v23/conventions to pick up the user id from the by David Why Use Two When One Will Do Presotto · 10 years ago
  37. 6c36388 go generate updates following v.io/c/12224 by Cosmos Nicolaou · 10 years ago
  38. e43213b Mounttablelib: Allow the Admin of a directory to delete any by David Why Use Two When One Will Do Presotto · 10 years ago
  39. b4c9e51 mounttablelib: Let users of neighborhood allow passibe subscription. by David Why Use Two When One Will Do Presotto · 10 years ago
  40. 60052d8 ref: Rename test.InitForTest to test.V23Init by Todd Wang · 10 years ago
  41. 9587390 ref: Change test/modules registration mechanism. by Todd Wang · 10 years ago
  42. 7eabc7d mounttablelib: fix missing unlocks - doesn't fix the mounttablelib problem by David Presotto · 10 years ago
  43. e3e932c mounttablelib: developer brain in neutral - fixed. by David Why Use Two When One Will Do Presotto · 10 years ago
  44. 8123b5e ref: Move v.io/x/ref/envvar files into v.io/x/ref by Todd Wang · 10 years ago
  45. 7a6a4c2 ref: Convert all programs in ref to use package cmdline. by Todd Wang · 10 years ago
  46. dcc11d7 ref: Change "profiles" directory to "runtime" by Suharsh Sivakumar · 10 years ago
  47. c74ac70 mounttablelib: Limit users to 1000 nodes apiece. A user is identified by the patterns by David Why Use Two When One Will Do Presotto · 10 years ago
  48. 4d26a99 mounttablelib: fix bug in issue #456 by David Why Use Two When One Will Do Presotto · 10 years ago
  49. bbda8ad ref: Rewrite depcop to check transitive dependencies. by Todd Wang · 10 years ago
  50. fdd6ec7 all: remove .api files from ref/ by James Ring · 10 years ago
  51. 62909b2 services/mounttable: Count expired mounts by Robin Thellend · 10 years ago
  52. 5068466 TBR all: fix unknown-type in .api files by James Ring · 10 years ago
  53. 3650fd4 all: add .api files necessary for public API presubmit check by James Ring · 10 years ago
  54. 93b1f6d services/mounttable: Mount should delete children by Robin Thellend · 10 years ago
  55. ba9593f mounttablelib: Persist permissions to the underlying file system. by David Why Use Two When One Will Do Presotto · 10 years ago
  56. a2e7c37 go: Update test string for mounttable_test by Alex Fandrianto · 10 years ago
  57. 28037b7 services/mounttable: Remove ResolveStepX by Asim Shankar · 10 years ago
  58. ad49204 ref: Change context mutators from SetFoo to WithFoo. by Todd Wang · 10 years ago
  59. 0aed6da services/mounttable/mounttablelib: Add num-mounted-servers by Robin Thellend · 10 years ago
  60. 4264e4b TBR ref: Move security.Call out of context.T. by Todd Wang · 10 years ago
  61. 54feabe ref: Move context.T out of rpc.ServerCall. by Todd Wang · 10 years ago
  62. 7120abd ref/services/mounttable: Prevent users from locking themselves out by Suharsh Sivakumar · 10 years ago
  63. fd82dcc services/mounttable/mounttablelib: Add node counter by Robin Thellend · 10 years ago
  64. a390f11 mounttablelib: Obey the permission description. Only allow by David Why Use Two When One Will Do Presotto · 10 years ago
  65. 1abd5a8 ref: Changes call of StartCall to Call whenever it made sense to do so. by Suharsh Sivakumar · 10 years ago
  66. df2672a ref: Change vdl generation to use Client.Call and regenerate files. by Suharsh Sivakumar · 10 years ago
  67. 8c4e5cc x/ref: Update package doc for all packages. by Todd Wang · 10 years ago
  68. b1f9e3c s/etag/version/ by Adam Sadovsky · 10 years ago
  69. 5987a94 x/ref: Move services/mounttable/lib to mounttablelib by Todd Wang · 10 years ago
  70. 5f62087 Merge "ref: Change deviced, agentd, and mounttabled flags from underscores to hyphens." by Suharsh Sivakumar · 10 years ago
  71. d701fc9 Merge "v.io/x/ref/services/mounttable/lib: Use verror insetad of fmt.Errof or errors.New" by Mike Burrows · 10 years ago
  72. f77f91f ref: Change deviced, agentd, and mounttabled flags from underscores to hyphens. by Suharsh Sivakumar · 10 years ago
  73. d709b28 Merge "profiles/internal/naming/namespace|services/mounttable: Pass IsLeaf all the way" by Robin Thellend · 10 years ago
  74. f32d24d flags: Replace "veyron" with "v23". (And _s with -s) by Asim Shankar · 10 years ago
  75. 69fa69f vdl: Remove rpc.BindOpt from generated code. by Asim Shankar · 10 years ago
  76. 0064374 profiles/internal/naming/namespace|services/mounttable: Pass IsLeaf all the way by Robin Thellend · 10 years ago
  77. cf76681 v.io/x/ref/services/mounttable/lib: Use verror insetad of fmt.Errof or errors.New by Mike Burrows · 10 years ago
  78. 387d8a4 TBR x/ref: Rename services/security/access to security/access by Todd Wang · 10 years ago
  79. 6085ccb Merge "ref: Begin consolidating environment variables into a single package." by Asim Shankar · 10 years ago
  80. 59b8b69 ref: Begin consolidating environment variables into a single package. by Asim Shankar · 10 years ago
  81. 71b838c mounttable: Remove the MountX call. by Asim Shankar · 10 years ago
  82. 35c1498 Merge "naming: Remove dead code" by Asim Shankar · 10 years ago
  83. c48d4f1 Merge "ref: adding copyright to the vdl files" by Jiri Simsa · 10 years ago
  84. 756772c ref: adding copyright to the vdl files by Jiri Simsa · 10 years ago
  85. 311378b ref: Split the security.Call and rpc.ServerCall interfaces. by Matt Rosencrantz · 10 years ago
  86. d7616c9 ref: adding copyright headers and licensing files by Jiri Simsa · 10 years ago
  87. 67b8a26 vdl: adding the copyright header into the generated source code by Jiri Simsa · 10 years ago
  88. 43d1f93 naming: Remove dead code by Asim Shankar · 10 years ago
  89. 89e9523 profiles/internal: Add IsLeaf by Robin Thellend · 10 years ago
  90. 4d8b705 Merge "neighborhood: Remove an obsolete piece of code. It existed to keep us backward compatible till we started passing endpoints in the neihgborhood announcements." by David Why Use Two When One Will Do Presotto · 10 years ago
  91. 4a69828 testutil: Merge x/ref/test/security with x/ref/test/testutil by Asim Shankar · 10 years ago
  92. 95d477d Merge "services/mounttable/lib/servers.go: Avoid clobbering the port in the ListenSpec when neighborhood is in use." by Arup Mukherjee · 10 years ago
  93. d3d7af8 Merge "mounttable: set the servesmounttable bit on intermediate nodes since they do answer mounttable methods." by David Why Use Two When One Will Do Presotto · 10 years ago
  94. aa6549f services/mounttable/lib/servers.go: by Arup Mukherjee · 10 years ago
  95. 2d02463 ref: Remove most references to the modules/core package. by Matt Rosencrantz · 10 years ago
  96. 5dc58e3 Merge "ref: Change more uses of "veyron"." by Suharsh Sivakumar · 10 years ago
  97. 9e75e7f "x/ref": Use security.[Local/Remote]BlessingNames by Ankur · 10 years ago
  98. 0696678 mounttable: set the servesmounttable bit on intermediate nodes since by David Why Use Two When One Will Do Presotto · 10 years ago
  99. 8646ba6 ref: Change more uses of "veyron". by Suharsh Sivakumar · 10 years ago
  100. a6015c0 neighborhood: Remove an obsolete piece of code. It existed to keep us by David Why Use Two When One Will Do Presotto · 10 years ago