1. 7abc366 v.io/v23: Making NewDatabase private now that JNI layer is gone. by Ali Ghassemi · 8 years ago
  2. 0a04409 vdl: Add codegen for Any, and fix some VDLRead bugs. by Todd Wang · 8 years ago
  3. 11bd64e vdl/vom: Add vom.RawBytes.VDLRead, and some bugfixes. by Todd Wang · 8 years ago
  4. bca5a13 security: Fix up use of OpenSSL by Asim Shankar · 8 years ago
  5. aa279b5 vdl: Implement vdl.Read, the reflect-based version of VDLRead. by Todd Wang · 8 years ago
  6. dd0bff6 v23: syncbase: Change Collection to use Id instead of name. by Ivan Pilat · 8 years ago
  7. f5292ea Fix some VDLRead bugs and minor clean-up. by Todd Wang · 8 years ago
  8. e2fc6cc TBR Fix bug in optional convertibility check, also minor cleanup. by Todd Wang · 8 years ago
  9. e2c95eb v23: syncbase: Explicitly pass in batch handle. by Ivan Pilat · 8 years ago
  10. 58dc6be TBR vom/vdl: RawBytes.Decoder() & Decoder.IsTop() by Benjamin Prosnitz · 8 years ago
  11. eafc23e v23: Add VDL codegen for VDLRead(vdl.Decoder) method of each type by Todd Wang · 8 years ago
  12. a300971 v23: ValueRead and ValueDecoder - vdl.Value impl of Decoder interface by Benjamin Prosnitz · 8 years ago
  13. 9a2fe28 v23: New VDL / VOM Decoder. by Todd Wang · 8 years ago
  14. b832281 conventions: API for utilizing conventions in blessing names. by Asim Shankar · 8 years ago
  15. 9f8bb13 VDL codegen for Swift. by Aaron Zinman · 8 years ago
  16. f5ab4c9 v23: syncbase: Clean up references to App in comments and rpc interface. by Ivan Pilat · 8 years ago
  17. d67c353 v23: syncbase: eliminate explicit app layer by Adam Sadovsky · 8 years ago
  18. e5f44ce v23: simplified struct field zeroing by Benjamin Prosnitz · 8 years ago
  19. 6802bd0 Changing github.com/vanadium/docs links to vanadium.github.io by Ross Wang · 8 years ago
  20. d75e6b4 TBR: v23: Make all versions 'v23-0.1'. by Nicolas Lacasse · 8 years ago
  21. d5ad8bd v23: syncbase: Remove schemaVersion checks from RPCs. by Ivan Pilat · 8 years ago
  22. 513a69c v23: remove references to wspr: servicerunner & security by Benjamin Prosnitz · 8 years ago
  23. ad2c0e4 discovery: update comments by Jungho Ahn · 8 years ago
  24. 91f0be7 v.io/v23/services/syncbase/nosql: Add device type to SyncgroupMemberInfo by Mike Burrows · 8 years ago
  25. 80ac468 v23: syncbase: Remove zombie nosql folder. by Ivan Pilat · 8 years ago
  26. 1320a0e v.io/v23/services/syncbase: use interface{} for values from syncbase's Exec() and Watch() by Mike Burrows · 8 years ago
  27. babf01e v23: syncbase: Remove prefix ACLs. by Ivan Pilat · 8 years ago
  28. 95bca3e TBR v23: Add FromZero method to Target to efficiently fill in zero value by Benjamin Prosnitz · 8 years ago
  29. 07f7cbe v23: syncbase: rename "table" to "collection" by Adam Sadovsky · 8 years ago
  30. 992a09f v23: remove complex by Benjamin Prosnitz · 8 years ago
  31. 574ec52 v23: Step #1 of simplified Syncbase API transition by Adam Sadovsky · 8 years ago
  32. 0714cc0 security: Add benchmarks for encoding/decoding typical blessings. by Asim Shankar · 8 years ago
  33. 543d050 syncbase: Watchable.Store refactoring by Razvan Musaloiu-E · 8 years ago
  34. 599b248 ref: Fix vom and vdl bugs wrt recursive types. by Todd Wang · 8 years ago
  35. 01679ae v23: Use extra reflect info to invoke generated union target by Benjamin Prosnitz · 8 years ago
  36. 41ddd78 v.io: use test.V23Init instead of v23.Init in test code by Bogdan Caprita · 8 years ago
  37. 8a84e6a v23: Fix native type consts, and gen 0 values for all types. by Todd Wang · 8 years ago
  38. 449bb8a TBR Remove perf test by Benjamin Prosnitz · 8 years ago
  39. e556f0f vdl: Benchmark and performance optimization for vdl.TypeOf by Benjamin Prosnitz · 8 years ago
  40. 23785d6 v23: remove mojo-specific hacks from v23 and move into profiles by Bogdan Caprita · 8 years ago
  41. a06242b Merge "v23/model.go: fix comment typos and line length wrapping" by Bogdan Caprita · 8 years ago
  42. f333a34 v23/model.go: fix comment typos and line length wrapping by Bogdan Caprita · 8 years ago
  43. 93e3747 v23: Address https://v.io/i/1220 by Adam Sadovsky · 8 years ago
  44. d01d324 vdl: Add fastpath to vdl.Convertible for same types. by Todd Wang · 8 years ago
  45. 2561dfc v23: Change vdl go codegen to emit __VDLInit funcs. by Todd Wang · 8 years ago
  46. 7e2c358 Merge "v23: Remove "UNION TRICK" from vdl" by Benjamin Prosnitz · 8 years ago
  47. 7870bd6 v23: Remove "UNION TRICK" from vdl by Benjamin Prosnitz · 8 years ago
  48. 454e6e6 v23: Updated vdl files by Benjamin Prosnitz · 8 years ago
  49. 7974c36 Merge "v23: Allocate all Target dependencies at once" by Benjamin Prosnitz · 8 years ago
  50. ddf1c77 v23: Remove server.Stop. by Suharsh Sivakumar · 8 years ago
  51. 3e58b7a v23: Enable Target fast-path for optional structs by Benjamin Prosnitz · 8 years ago
  52. f2caaf2 v23: Allocate all Target dependencies at once by Benjamin Prosnitz · 8 years ago
  53. bb9703d v23: Change vdl go generator to emit a single file. by Todd Wang · 8 years ago
  54. 5dc9b1a v23: generate decoders for native types by Benjamin Prosnitz · 8 years ago
  55. 6a0aac8 v23: Add convlib, targetlib, generated decoders by Benjamin Prosnitz · 8 years ago
  56. cfcb278 v23: Updated vdl files for 2 pass gen by Benjamin Prosnitz · 8 years ago
  57. a71aeda v23: Rename server.Status.Valid to server.Status.Dirty. by Suharsh Sivakumar · 8 years ago
  58. 16b4630 Merge "vdl: Add TODOs to handle embedded struct fields." by Todd Wang · 8 years ago
  59. 66fdd4e v23: Remove generated IsZero logic. by Todd Wang · 8 years ago
  60. 2cdaaf3 v23: Introduce valid channel to publisher and reimplement publisher by Suharsh Sivakumar · 8 years ago
  61. 8ecacb1 vdl: Add TODOs to handle embedded struct fields. by Todd Wang · 8 years ago
  62. c84eaa5 v23: update v23 for generated encoder by Benjamin Prosnitz · 8 years ago
  63. c3e376b v23: Ensure security/openssl.c isn't built in go1.6 by Todd Wang · 8 years ago
  64. 3aba6dd nmespace: added ShallowResolve by David Why Use Two When One Will Do Presotto · 8 years ago
  65. f7180b6 Merge "Revert "namespace: add ShallowResolve"" by David Presotto · 8 years ago
  66. c51c770 Revert "namespace: add ShallowResolve" by David Presotto · 8 years ago
  67. 6c4bc1e Merge "namespace: add ShallowResolve" by David Presotto · 8 years ago
  68. 5276739 Merge "v23/syncbase: Fix TestBlockedWatchCancel race condition." by Ivan Pilat · 8 years ago
  69. 17458df v23/syncbase: Fix TestBlockedWatchCancel race condition. by Ivan Pilat · 8 years ago
  70. ad69f39 v23/syncbase: Make RunInBatch work for readonly batches. by Ivan Pilat · 8 years ago
  71. 53f1d24 namespace: add ShallowResolve by David Why Use Two When One Will Do Presotto · 8 years ago
  72. a16fbd2 v23/syncbase: Add extra flags to syncbase ping pong benchmark by Alex Fandrianto · 8 years ago
  73. 996ee54 discovery: a new discovery api by Jungho Ahn · 8 years ago
  74. c727773 Merge "v23: gosh: switch from Logf/Fatalf to TB, and related" by Adam Sadovsky · 8 years ago
  75. 52fbbe5 v23: gosh: switch from Logf/Fatalf to TB, and related by Adam Sadovsky · 8 years ago
  76. c4f8199 v23: Replace RawBytesTarget hacks with vdl.Targeter by Todd Wang · 8 years ago
  77. b741efb Merge "vom: add test to ensure raw bytes works with non-vom payload" by Benjamin Prosnitz · 8 years ago
  78. 15eb741 vom: add test to ensure raw bytes works with non-vom payload by Benjamin Prosnitz · 8 years ago
  79. ceb3162 v23: make gosh.BuildGoPkg a package-level helper by Adam Sadovsky · 8 years ago
  80. 2a4f66a Merge "syncbase/exec: Expose support for parameterized queries." by Ivan Pilat · 8 years ago
  81. 6dc532a syncbase/exec: Expose support for parameterized queries. by Ivan Pilat · 8 years ago
  82. 998a642 v23: Introduce client.PinConnection. by Suharsh Sivakumar · 8 years ago
  83. f640403 v23: Introduce IdleConnectionExpiry. by Suharsh Sivakumar · 8 years ago
  84. 4782f21 v23: generate vom.RawBytes by default for any by Benjamin Prosnitz · 8 years ago
  85. 08712a4 Merge "vom: add String() method to RawBytes" by Benjamin Prosnitz · 8 years ago
  86. f3f9de6 Merge "v23proxy: Add means to create a RawBytesTarget" by Benjamin Prosnitz · 8 years ago
  87. 0b0bb73 v.io/services/wakeup: wakeup service by Srdjan Petrovic · 8 years ago
  88. 9306883 v23proxy: Add means to create a RawBytesTarget by Benjamin Prosnitz · 8 years ago
  89. 8ad20ed syncbase/watch: Return initial state for empty ResumeMarker. by Ivan Pilat · 8 years ago
  90. a876d07 syncbase/featuretests: Avoid fmt.Print in the benchmark. by Asim Shankar · 8 years ago
  91. c7e5496 vom: add String() method to RawBytes by Benjamin Prosnitz · 8 years ago
  92. 9248136 syncbase: Simplify ping pong benchmark by Alex Fandrianto · 8 years ago
  93. 1ecc345 Merge "Add database state along with appropriate mutual exclusion to enable clients to pause and resume sync." by Jatin Lodhia · 8 years ago
  94. 52821cf Merge "vom/fuzz: some minor changes to the vom fuzzer" by Benjamin Prosnitz · 8 years ago
  95. 3eadb10 vom/fuzz: some minor changes to the vom fuzzer by Benjamin Prosnitz · 8 years ago
  96. 47b93d7 Add database state along with appropriate by Jatin Lodhia · 8 years ago
  97. b20e160 v23: security: Add API for notification of changes to the default blessings. by Asim Shankar · 8 years ago
  98. 3aa0cf3 go/vdl: Support vdl convert to *vom.RawBytes by Benjamin Prosnitz · 8 years ago
  99. 7be5066 TBR vom: support encode of vdl.value with topmost any type by Benjamin Prosnitz · 8 years ago
  100. ce5a4f5 Remove code related to db Upgrade callback. by Jatin Lodhia · 8 years ago