1. 25978cd syncbase: Prevent returned errors from leaking existence. by Ivan Pilat · 8 years ago master
  2. 60ae2c2 syncbase: Authorization helpers for recursively checking Resolve. by Ivan Pilat · 8 years ago
  3. 331e0ff syncbase: Send initial root update in Watch. by Ivan Pilat · 8 years ago
  4. 3eccc45 Faster vom encoding and decoding. by Todd Wang · 8 years ago
  5. dc34526 syncbase: Infer id blessings and enforce on creation. by Ivan Pilat · 8 years ago
  6. c3182bc Speedup and cleanup vom encoder, some bugfixes. by Todd Wang · 8 years ago
  7. c5cde43 Speedup and cleanup vom decoder. by Todd Wang · 8 years ago
  8. 628e5f7 syncbase: Enable watching a set of glob patterns. by Ivan Pilat · 8 years ago
  9. 87b0fbb syncbase: Change Prefixes to Collections in the SyncgroupSpec. by Himabindu Pucha · 8 years ago
  10. 99e7c29 vdl: Add generated vars for TypeOf, for better performance. by Todd Wang · 8 years ago
  11. e89e64f vdl: remove generated targets by Benjamin Prosnitz · 8 years ago
  12. be62db0 Make the expected blessings a slice rather than a string by Fred Quintana · 8 years ago
  13. d6960a6 Update vdltest to include cyclic and native types. by Todd Wang · 8 years ago
  14. 4cf0718 Make the Syncgroup factory methods like the ones for Collection by Fred Quintana · 8 years ago
  15. dff6ffe Make the syncgroup an Id by Fred Quintana · 8 years ago
  16. 971f28b Remove time.Deadline 0 value semantics. by Todd Wang · 8 years ago
  17. ac6991c Update VDLIsZero and native zero semantics. by Todd Wang · 8 years ago
  18. f45024b Add VDLIsZero, and use it in VDLWrite. by Todd Wang · 8 years ago
  19. 7d74626 Use the "roaming" instead of "generic" runtime factory. by Asim Shankar · 8 years ago
  20. cbfcfaf vdl/vom: new encoders and writers by Benjamin Prosnitz · 8 years ago
  21. fda15c3 sensorlog: syncbase: Change Collection to use Id instead of name. by Ivan Pilat · 8 years ago
  22. 54e7963 Fix some VDLRead bugs and minor clean-up. by Todd Wang · 8 years ago
  23. fbd5387 TBR Fix bug in optional convertibility check, also minor cleanup. by Todd Wang · 8 years ago
  24. 88424dc vom/vdl: RawBytes.Decoder() & Decoder.IsTop() by Benjamin Prosnitz · 8 years ago
  25. b4bf472 sensorlog: Add VDL codegen for VDLRead(vdl.Decoder) method of each type by Todd Wang · 8 years ago
  26. c4130e0 sensorlog: syncbase: eliminate explicit app layer by Adam Sadovsky · 8 years ago
  27. 183405f sensorlog: updated vdl files for simplified zero by Benjamin Prosnitz · 8 years ago
  28. 2ba54b3 TBR: sensorlog: Make all versions 'v23-0.1'. by Nicolas Lacasse · 8 years ago
  29. 1c8c914 sensorlog: syncbase: Remove prefix ACLs. by Ivan Pilat · 8 years ago
  30. fdc67b9 TBR sensorlog: updated vdl files for FromZero change by Benjamin Prosnitz · 8 years ago
  31. 7f4d804 sensorlog: syncbase: rename "table" to "collection" by Adam Sadovsky · 8 years ago
  32. 77dbd01 sensorlog: Step #1 of simplified Syncbase API transition by Adam Sadovsky · 8 years ago
  33. 7424779 sensorlog: Update generated vdl with new union targets by Benjamin Prosnitz · 8 years ago
  34. 75133cc sensorlog: Fix native type consts, and gen 0 values for all types. by Todd Wang · 8 years ago
  35. 1497cc2 sensorlog: Address https://v.io/i/1220 by Adam Sadovsky · 8 years ago
  36. 905beb6 sensorlog: Change vdl go codegen to emit __VDLInit funcs. by Todd Wang · 8 years ago
  37. 43538b0 sensorlog: updated vdl files by Benjamin Prosnitz · 8 years ago
  38. b2b74da sensorlog: Allocate targets at once by Benjamin Prosnitz · 8 years ago
  39. 9a0a392 sensorlog: Change vdl go generator to emit a single file. by Todd Wang · 8 years ago
  40. a433a31 sensorlog: generate targets for native types by Benjamin Prosnitz · 8 years ago
  41. c72cae7 sensorlog: Updated vdl files for generated decoder by Benjamin Prosnitz · 8 years ago
  42. feb0e34 sensorlog: Update vdl for 2 pass gen by Benjamin Prosnitz · 8 years ago
  43. 9068f65 sensorlog: Remove generated IsZero logic. by Todd Wang · 8 years ago
  44. 1d510e2 sensorlog: Update generated vdl by Benjamin Prosnitz · 8 years ago
  45. e98826c sensorlog: Simplify watch and ACLs. by Ivan Pilat · 8 years ago
  46. cb952c9 sensorlog: gosh: switch from Logf/Fatalf to TB, and related by Adam Sadovsky · 8 years ago
  47. 5425c40 sensorlog: make gosh.BuildGoPkg a package-level helper by Adam Sadovsky · 8 years ago
  48. c3deed4 TBR: sensorlog: update 'docs' references to point to vanadium.github.io by Adam Sadovsky · 8 years ago
  49. f321952 sensorlog: gosh: address TODOs by Adam Sadovsky · 8 years ago
  50. e1cda0b sensorlog: RIP modules, long live gosh+v23test by Adam Sadovsky · 8 years ago
  51. b37f6c6 TBR: sensorlog: Reenable test. by Ivan Pilat · 8 years ago
  52. a8f9a12 sensorlog: Port tests to v23shell. by Ivan Pilat · 8 years ago
  53. 90b60ea sensorlog: v23tests is dead; long live v23test by Adam Sadovsky · 8 years ago
  54. 5ec3837 TBR: sensorlog: Disable flaky test. by Ivan Pilat · 8 years ago
  55. 8c6c549 TBR: More slashes to colons by Asim Shankar · 8 years ago
  56. 486bb2e security: More slashes to colons by Asim Shankar · 8 years ago
  57. 91c619e sensorlog: Replace blessing slashes with colons, part 2. by Ivan Pilat · 8 years ago
  58. 09ea772 sensorlog: Use built-in setsid instead of standalone binary. by Ivan Pilat · 8 years ago
  59. 74b0a85 sensorlog: Add clean target to Makefile to hook into Jenkins tests. by Ivan Pilat · 8 years ago
  60. 9829db0 sensorlog: Fix paths after migration, drop _lite suffix. by Ivan Pilat · 8 years ago
  61. cbfc053 Merge branch 'master' of /tmp/experimental into ivanpi-sensorlog-merge by Ivan Pilat · 8 years ago
  62. b9dca67 TBR: syncslides: Fix copyright. by Ivan Pilat · 8 years ago
  63. 4ffc1e0 Adding .jiri to .gitignore. by Ivan Pilat · 8 years ago
  64. bbe89a9 Initial empty repository by Ivan Pilat · 8 years ago
  65. 0392b51 sensorlog_lite: Replace blessing slashes with colons. by Ivan Pilat · 8 years ago
  66. 70b9eb0 sensorlog_lite: Fix test boilerplate for test.Init() removal. by Ivan Pilat · 8 years ago
  67. b0c4c60 sensorlog_lite: Add slcli list -follow. by Ivan Pilat · 8 years ago
  68. 8adaed0 experimental: Rename struct SyncgroupPrefix to a more generic 'TableRow' by Jatin Lodhia · 8 years ago
  69. 7831956 sensorlog_lite: Increase blessing expiration to one week. by Ivan Pilat · 9 years ago
  70. 61e533f sensorlog_lite: Add client CLI. by Ivan Pilat · 9 years ago
  71. ad88b22 sensorlog_lite: Add missing dependency to Makefile. by Ivan Pilat · 9 years ago
  72. 8de20e1 sensorlog_lite: Integrate measured components. End-to-end test. by Ivan Pilat · 9 years ago
  73. e6399c8 sensorlog_lite: Client methods and sync test. by Ivan Pilat · 9 years ago
  74. b5110b9 sensorlog_lite: Run measuring scripts at appropriate intervals. by Ivan Pilat · 9 years ago
  75. e359a9d sensorlog_lite: Use global mounttable for syncgroup publish. by Ivan Pilat · 9 years ago
  76. bb15a17 sensorlog_lite: measured watch for stream configuration changes. by Ivan Pilat · 9 years ago
  77. 43ce77c sensorlog_lite: Sampling script runner. by Ivan Pilat · 9 years ago
  78. bd20805 sensorlog_lite: Device and stream VDL types. by Ivan Pilat · 9 years ago
  79. c25ecba sensorlog_lite: Rename SyncGroup to syncgroup. by Ivan Pilat · 9 years ago
  80. 60f602e sensorlog_lite: Syncgroup create. by Ivan Pilat · 9 years ago
  81. f7a830f sensorlog_lite: Prepare for blessing chain separator change. by Ivan Pilat · 9 years ago
  82. ad3312b sensorlog_lite: Scripts for starting measured and master Syncbase. by Ivan Pilat · 9 years ago