1. efa0d0c Added x/net/trace support to VRPC by Enrico Borba · 8 years ago master
  2. 3c5d0e7 syncbase blobs: Fix bug in leaf handoff of blobs, and add test for same. by Mike Burrows · 8 years ago
  3. d89d97b syncbase: Change id encoding in store keys to preserve sorting. by Ivan Pilat · 8 years ago
  4. 0671e94 syncbase: Relax restrictions on wire.Id Name. by Ivan Pilat · 8 years ago
  5. 37de7e3 syncbase: Tests for preventing errors leaking existence. by Ivan Pilat · 8 years ago
  6. 23d74da syncbase: Prevent returned errors from leaking existence. by Ivan Pilat · 8 years ago
  7. 21b8720 syncbase: Improve security spec test to cover batches. by Ivan Pilat · 8 years ago
  8. 8465dcc syncbase: Enforce ACL spec on sync RPCs. by Ivan Pilat · 8 years ago
  9. 21e91df Adding a UUID function that can be used to create random UUIDs by schmidt-sebastian · 8 years ago
  10. 2489e99 syncbase: Enforce ACL spec on non-sync RPCs. by Ivan Pilat · 8 years ago
  11. df8d264 syncbase/vsync: Bug fix for asynchronous publish. by Himabindu Pucha · 8 years ago
  12. c3fd9ba syncbase: Authorization helpers for recursively checking Resolve. by Ivan Pilat · 8 years ago
  13. 778e204 Fix documentation for namespace/model.go's Glob() functionality as per by schmidt-sebastian · 8 years ago
  14. bf48ed7 syncbase blobs: Make servers fetch blobs automatically. by Mike Burrows · 8 years ago
  15. 70e1eb2 syncbase: Allow Syncbase root dir to be moved by Aaron Zinman · 8 years ago
  16. 68e0518 re-enable the permission check for SetSyngroupSpec by Fred Quintana · 8 years ago
  17. 29479dd syncbase: Expose Collection ACLs in Watch. by Ivan Pilat · 8 years ago
  18. 9ccbee7 syncbase: Send initial root update in Watch. by Ivan Pilat · 8 years ago
  19. 29c9cb6 v.io/v23/rpc: silence CancelFunc leak checker in reflect_invoker_test by Mike Burrows · 8 years ago
  20. 6540cee v.io/v23/security: fix context.CancelFunc leaks by Mike Burrows · 8 years ago
  21. 89d532a v.io/v23/syncbase: call context.CancelFunc functions by Mike Burrows · 8 years ago
  22. ea91d68 v.io/v23/context: add optional SetFinalizer to find context.CancelFunc leaks. by Mike Burrows · 8 years ago
  23. 6497b74 Vom cleanups leftover from the transition to new coders. by Todd Wang · 8 years ago
  24. 2cbedf9 v23: syncbase: API for exposing Collection ACLs in Watch. by Ivan Pilat · 8 years ago
  25. ad72471 syncbase: Refactor and expand Watch tests. by Ivan Pilat · 8 years ago
  26. 1516d26 Faster vom encoding and decoding. by Todd Wang · 8 years ago
  27. c81d1e8 discovery: Add timestamp to discovery.Update. by Suharsh Sivakumar · 8 years ago todoshacks
  28. 5d8a8e7 Move syncbase discovery to the ref repo. by Matt Rosencrantz · 8 years ago
  29. 48e2ab3 security: Do not skip ACL checks when using same principal. by Ivan Pilat · 8 years ago
  30. 1ab3b1b v.io: fix places where context.T cancellation functions are not called. by Mike Burrows · 8 years ago
  31. 693f4a8 v.io/x/ref/services/syncbase: fix Vanadium iterator usage by Mike Burrows · 8 years ago
  32. de1be1b syncbase: Infer id blessings and enforce on creation. by Ivan Pilat · 8 years ago
  33. f2c7692 syncbased: add flag to allow the creation of an initial database when by Bogdan Caprita · 8 years ago
  34. f6285d7 TBR Syncbase discovery: Preserve adIds across advertisements. by Matt Rosencrantz · 8 years ago
  35. b738029 Syncbase: Set visibility on syncgroup advertisments and update by Matt Rosencrantz · 8 years ago
  36. 2d373b9 Collection of vdl/vom speedups by Todd Wang · 8 years ago
  37. 8df8d10 Change vom decoder benchmarks to allocate new value to fill. by Todd Wang · 8 years ago
  38. 23e585a Remove unused old code from VDL/VOM. by Todd Wang · 8 years ago
  39. edef2b9 Speedup and cleanup vom encoder, some bugfixes. by Todd Wang · 8 years ago
  40. fdcd231 syncbase vdl: add note about why start/limit are []byte by Adam Sadovsky · 8 years ago
  41. 9478c1d v23: syncbase: Remove CollectionRow struct. by Ivan Pilat · 8 years ago
  42. 26bbb43 Speedup and cleanup vom decoder. by Todd Wang · 8 years ago
  43. 85eac09 Remove the Target interface. by Benjamin Prosnitz · 8 years ago
  44. 3833584 syncbase: Enable watching a set of glob patterns. by Ivan Pilat · 8 years ago
  45. 94a5882 syncbase: Change Prefixes to Collections in the SyncgroupSpec. by Himabindu Pucha · 8 years ago
  46. 270f3cb TBR Change vom benchmarks so we don't overuse memory. by Todd Wang · 8 years ago
  47. d656667 vdl: Add generated vars for TypeOf, for better performance. by Todd Wang · 8 years ago
  48. 1eb6500 vdl: remove generated targets by Benjamin Prosnitz · 8 years ago
  49. 31792a8 vom: add gob benchmarks to compare against vom by Benjamin Prosnitz · 8 years ago
  50. d78b085 Flip to new vdl/vom coder implementation. by Todd Wang · 8 years ago
  51. 8022fcf vomforever: reflect and generated encoder / decoder mode by Benjamin Prosnitz · 8 years ago
  52. 226f9b3 Change verror WireToNative behavior. by Todd Wang · 8 years ago
  53. b295273 Add new vom conversion tests. by Todd Wang · 8 years ago
  54. 5d19795 rpc: Automatically relisten when listening fails. by Suharsh Sivakumar · 8 years ago
  55. 90c8ccd TBR vomforever: a tool that tests vom.. forever by Benjamin Prosnitz · 8 years ago
  56. 326d3a3 TBR vom: additional benchmarks for vom by Benjamin Prosnitz · 8 years ago
  57. 6e3776d "Final fixes" for vdl/vom. All tests pass with the new coders. by Todd Wang · 8 years ago
  58. 6ce1ec5 vom: disable support for vom version 80 by Benjamin Prosnitz · 8 years ago
  59. 9f5970a Fix RawBytes test failures for new coders. All new tests pass. by Todd Wang · 8 years ago
  60. 5201b73 syncbase: check for remotely unverifiable mutations by Fred Quintana · 8 years ago
  61. c0156cb context: Fix removeChild function. by Suharsh Sivakumar · 8 years ago
  62. a8ae8ce Fix new vdl convert tests to work again. by Todd Wang · 8 years ago
  63. a148da6 Change vomtest to use reflect.Value instead of interface{} by Todd Wang · 8 years ago
  64. ab69a09 XEncoder test passes by Benjamin Prosnitz · 8 years ago
  65. 93b807e Make the expected blessings a slice rather than a string by Fred Quintana · 8 years ago
  66. 203b457 TBR Fix native type tests. by Todd Wang · 8 years ago
  67. 53d4f1f Fix bugs with SetNextStartValueIsOptional and NilValue by Benjamin Prosnitz · 8 years ago
  68. 0cec5a0 Fix vdl.Read handling of nils and native types. by Todd Wang · 8 years ago
  69. b18f9b0 Update vdltest to include cyclic and native types. by Todd Wang · 8 years ago
  70. 6d620a3 Make the Syncgroup factory methods like the ones for Collection by Fred Quintana · 8 years ago
  71. 960e044 Add extra entries to vdltest.AllPass and vdltest.AllFail by Todd Wang · 8 years ago
  72. 9df07fb Change vdltest.Entry to use reflect.Value rather than interface{} by Todd Wang · 8 years ago
  73. e45743b New VDL/VOM Tests + Fixes for various conversion bugs by Benjamin Prosnitz · 8 years ago
  74. 612dee3 TBR Fix vdltest MimicValue for non-nil any values. by Todd Wang · 8 years ago
  75. dc0c8e6 export more system stats. by Jing Jin · 8 years ago
  76. 1288689 naming: Remove unused ServesLeaf from Endpoint structure. by Asim Shankar · 8 years ago
  77. 471e1eb More vdltest changes. by Todd Wang · 8 years ago
  78. f8ece63 Make the syncgroup an Id by Fred Quintana · 8 years ago
  79. b2fcf24 syncbase: More helpful Id validation errors. by Ivan Pilat · 8 years ago
  80. 8f860b7 Endpoints: This CL changes endpoint to be a plain struct defined in v23. by Matt Rosencrantz · 8 years ago
  81. f11f47b New error behavior + various convert fixes by Benjamin Prosnitz · 8 years ago
  82. fc84e5a syncbase: (mostly) finish implementing cgo bridge by Adam Sadovsky · 8 years ago
  83. 39e52fb Allow query package to depend on syncbase, but only for tests. by Eamonn O'Brien-Strain · 8 years ago
  84. 443edff Add vomtest package, for protocol conformance tests. by Todd Wang · 8 years ago
  85. f0aa7e8 vdltest: Update the randomly-generated types and values. by Todd Wang · 8 years ago
  86. 86a479b conventions: Define a home directory convention by Robin Thellend · 8 years ago
  87. c9882c3 Add vdltest package, defining vdl test types and values. by Todd Wang · 8 years ago
  88. 500ed36 syncbase: use "any" instead of []byte in Put/Get RPCs by Mike Burrows · 8 years ago
  89. e3ab1ac v23: pipe between VDLWrite and VDLRead for Convert by Benjamin Prosnitz · 8 years ago
  90. 403ad93 Remove time.Deadline 0 value semantics. by Todd Wang · 8 years ago
  91. f690d4d Update VDLIsZero and native zero semantics. by Todd Wang · 8 years ago
  92. 5003ebb Prepare for vdltest package by Todd Wang · 8 years ago
  93. 286fa9a Add VDLIsZero, and use it in VDLWrite. by Todd Wang · 8 years ago
  94. 48287e5 Require transitively exported types in VDL. by Todd Wang · 8 years ago
  95. fa769c2 Implement the reflect-based vdl.Write. by Todd Wang · 8 years ago
  96. 7103b35 Fix some generated VDLWrite bugs. by Todd Wang · 8 years ago
  97. 7f7fb57 v23: syncbase: Make Cancel on client streams non-blocking. by Ivan Pilat · 8 years ago
  98. 925a1c4 Prepare to remove non-nil-any (aka top-level-any) from vdl.Value by Todd Wang · 8 years ago
  99. 81ed871 vdl/vom: new encoders and writers. by Benjamin Prosnitz · 8 years ago
  100. 46b7df7 Replace use of the "generic" runtime factory with "roaming". by Asim Shankar · 8 years ago