1. 2763193 rpc/bt: allow either of bluetooth with sdp or socket by Jungho Ahn · 8 years ago master
  2. f58054c Plumbing additional RPC options by Ross Wang · 8 years ago
  3. a54fce9 Vango: Add a function to try doing BT rpcs, while advertising over BLE. by Matt Rosencrantz · 8 years ago
  4. c592c33 Faster vom encoding and decoding. by Todd Wang · 8 years ago
  5. 33c7cc6 rpc/bt: fix bt socket read by Jungho Ahn · 8 years ago
  6. f21f8c8 discovery: Add timestamp to discovery.Update. by Suharsh Sivakumar · 8 years ago
  7. dbb9be8 Syncbase Discovery: Expose the invites API via JNI / Java. by Matt Rosencrantz · 8 years ago
  8. bcc6824 Android: Ignore sigpipe signals. This prevents us from crashing on by Matt Rosencrantz · 8 years ago
  9. d755995 synbase: Make server and clients in syncbase share connections. by Suharsh Sivakumar · 8 years ago
  10. 25dba61 services/syncbase: Export the NeighborConnectionTimeout by Asim Shankar · 8 years ago
  11. 4d9569c jni: Ensure global ref of client is created during async call. by Suharsh Sivakumar · 8 years ago
  12. ed254e0 Speedup and cleanup vom encoder, some bugfixes. by Todd Wang · 8 years ago
  13. 115e98e services/vango: Tweaks by Asim Shankar · 8 years ago
  14. 0cff597 services/vango: Repeatedly call nearby peers. by Asim Shankar · 8 years ago
  15. c6bdaa1 vango: Enhancements to the "all" func by Asim Shankar · 8 years ago
  16. 453e264 Speedup and cleanup vom decoder. by Todd Wang · 8 years ago
  17. 5f6c0ba vdl: Add generated vars for TypeOf, for better performance. by Todd Wang · 8 years ago
  18. a65b0ef vdl: remove generated targets by Benjamin Prosnitz · 8 years ago
  19. c7d4d72 discovery: android BLE driver by Jungho Ahn · 8 years ago
  20. 7a2d971 Make it easier to debug jni. by Todd Wang · 8 years ago
  21. d39d900 vango: Framework for testing simultaneous client, server, advertiser, scanner by Asim Shankar · 8 years ago
  22. 6995d80 vango: Minor cleanup: Move util functions to util. by Suharsh Sivakumar · 8 years ago
  23. 9b985d1 V23GoRunner -> VAnGo by Suharsh Sivakumar · 8 years ago
  24. d113bbc V23GoRunner: The ble server funciton needs to specify a listen address, by Matt Rosencrantz · 8 years ago
  25. 3be633a V23GoRunner: Add funcs for ble-client and ble-server. by Matt Rosencrantz · 8 years ago
  26. a555e17 v23gorunner: Add mac address hack to allow getting the local mac address by Suharsh Sivakumar · 8 years ago
  27. e87e6ba btrpc: Added timing information for rpcs run in V23GoRunner. by Suharsh Sivakumar · 8 years ago
  28. 97eca5f btclassic rpc: Working android vanadium BT classic RPC. by Suharsh Sivakumar · 8 years ago
  29. 0baec6a Endpoints: This CL changes endpoint to be a plain struct defined in v23. by Matt Rosencrantz · 8 years ago
  30. 01cf651 V23GoRunner: Add TCP Server code that doesn't work yet. by Suharsh Sivakumar · 8 years ago
  31. 6f9fd34 JNI: Add jni code to support the BLE protocol. by Matt Rosencrantz · 8 years ago
  32. 6b7dae9 V23GoRunner: Add ability to add go functions based on a unique string by Suharsh Sivakumar · 8 years ago
  33. b505a73 java: V23GoRunnable android lib. by Suharsh Sivakumar · 8 years ago
  34. a62d04f TBR Java: updated wakeup support. by Srdjan Petrovic · 8 years ago
  35. 28418f9 Remove time.Deadline 0 value semantics. by Todd Wang · 8 years ago
  36. 775027e Update VDLIsZero and native zero semantics. by Todd Wang · 8 years ago
  37. 7cb0e5d Add VDLIsZero, and use it in VDLWrite. by Todd Wang · 8 years ago
  38. fb873ce Fix some generated VDLWrite bugs. by Todd Wang · 8 years ago
  39. 009b447 vdl/vom: new encoders and writers by Benjamin Prosnitz · 8 years ago
  40. a6725be x/jni: New Syncbase API Changes. by Ali Ghassemi · 8 years ago
  41. 67638dd Fix some VDLRead bugs and minor clean-up. by Todd Wang · 8 years ago
  42. 1df1dac TBR Fix bug in optional convertibility check, also minor cleanup. by Todd Wang · 8 years ago
  43. 1ac2f0c TBR vom/vdl: RawBytes.Decoder() & Decoder.IsTop() by Benjamin Prosnitz · 8 years ago
  44. 221d169 jni: Add VDL codegen for VDLRead(vdl.Decoder) method of each type by Todd Wang · 8 years ago
  45. 05bb57c jni: updated vdl files for simplified zero by Benjamin Prosnitz · 8 years ago
  46. bf0520e TBR: jni: Make all versions 'v23-0.1'. by Nicolas Lacasse · 8 years ago
  47. 4d52334 discovery: add close() method to plugin interface by Jungho Ahn · 8 years ago
  48. dc6f2f5 TBR jni: updated vdl files for FromZero change. by Benjamin Prosnitz · 8 years ago
  49. 5395858 jni: Step #1 of simplified Syncbase API transition by Adam Sadovsky · 8 years ago
  50. 69ec8b6 jni: Fix native type consts, and gen 0 values for all types. by Todd Wang · 8 years ago
  51. fbaa685 jni: Change vdl go codegen to emit __VDLInit funcs. by Todd Wang · 8 years ago
  52. e44a3a7 jni: Updated vdl files by Benjamin Prosnitz · 8 years ago
  53. a1167ef jni: Allocate all target dependencies at once by Benjamin Prosnitz · 8 years ago
  54. 32e4e06 jni: Change vdl go generator to emit a single file. by Todd Wang · 8 years ago
  55. 22e65eb jni: Generate decoders for native types by Benjamin Prosnitz · 8 years ago
  56. a75a9f6 jni: Generated vdl files by Benjamin Prosnitz · 8 years ago
  57. dba023c discovery(java): add global discovery api by Jungho Ahn · 8 years ago
  58. 92e5d40 v.io/x/jni: don't persist mounttables by default by Srdjan Petrovic · 8 years ago
  59. 221d594 jni: Update vdl for 2 pass gen by Benjamin Prosnitz · 8 years ago
  60. d8cde81 Merge "jni: Remove generated IsZero logic." by Todd Wang · 8 years ago
  61. f9cc445 jni: Update java publisherStatus API. by Suharsh Sivakumar · 8 years ago
  62. 007708c jni: Remove generated IsZero logic. by Todd Wang · 8 years ago
  63. 5a700ff jni: Introduce valid channel to publisher and reimplement publisher by Suharsh Sivakumar · 8 years ago
  64. feeae62 TBR: v.io/x/jni: don't pass Go pointers into Java by Srdjan Petrovic · 8 years ago
  65. 00e1b15 jni: Update generated vdl by Benjamin Prosnitz · 8 years ago
  66. 1d3df6a discovery: simplify discovery/plugin init in android by Jungho Ahn · 8 years ago
  67. d3f74d4 discovery(java): fix crash in jni plugin factory by Jungho Ahn · 8 years ago
  68. 0d0dee9 discovery: fix jni & moments app by Jungho Ahn · 8 years ago
  69. f2655ae Merge "jni: Validate v.io/v23/security/access.AccessTagCaveat in Java" by Asim Shankar · 8 years ago
  70. 7a9fbf9 TBR: Fix android build. by Srdjan Petrovic · 8 years ago
  71. 32ebf46 jni: Validate v.io/v23/security/access.AccessTagCaveat in Java by Asim Shankar · 8 years ago
  72. 6186cad discovery: a new discovery api by Jungho Ahn · 8 years ago
  73. af48183 jni: security: Add API for notification of changes to the default blessings. by Asim Shankar · 8 years ago
  74. 1dcb491 Remove code related to db Upgrade callback. by Jatin Lodhia · 8 years ago
  75. daf3e7c TBR: jni: Remove .v23 from all .gitignore files. by Nicolas Lacasse · 8 years ago
  76. 73394d6 TBR: jni: update 'docs' references to point to vanadium.github.io by Adam Sadovsky · 8 years ago
  77. 4d4ad5c jni: Fix return argument of bt Resolve. by Suharsh Sivakumar · 8 years ago
  78. 0bff4c0 jni: Support specifying ServerAuthorizers from Java. by Ryan Brown · 8 years ago
  79. 8b76031 Merge "discovery: introduce session to discovery" by Jungho Ahn · 8 years ago
  80. 6b7c21a v.io/x/jni: support for perf improvements by Srdjan Petrovic · 8 years ago
  81. 540cea2 discovery: introduce session to discovery by Jungho Ahn · 8 years ago
  82. c37d056 Merge "discovery: support large attributes (part 2)" by Jungho Ahn · 8 years ago
  83. ddbbc0c TBR v.io/x/jni: support for async globber api by Srdjan Petrovic · 8 years ago
  84. 681c6cd v.io/x/jni: fix the discovery call by Srdjan Petrovic · 8 years ago
  85. 762cba5 TBR v.io/x/jni: support for Java asynchronous server methods by Srdjan Petrovic · 8 years ago
  86. 8529c6d discovery: support large attributes (part 2) by Jungho Ahn · 8 years ago
  87. a5c2363 v.io/x/jni: support for executor changes by Srdjan Petrovic · 8 years ago
  88. 1a853d6 v.io/x/jni: support for android lifecycle changes by Srdjan Petrovic · 8 years ago
  89. 2c763fa v.io/x/jni: support for android fixes by Srdjan Petrovic · 8 years ago
  90. c4d3293 Merge "jni: Added lame duck timeout option" by Shyam Jayaraman · 8 years ago
  91. 3208265 jni: Added lame duck timeout option by Shyam Jayaraman · 8 years ago
  92. 6781159 v.io/x/jni: support for android fixes by Srdjan Petrovic · 8 years ago
  93. 5e4a3ab jni: Refresh discharges based on their lifetime instead of a constant factor. by Matt Rosencrantz · 8 years ago
  94. 732979b jni: Add flow manager ListenStatus. by Suharsh Sivakumar · 8 years ago
  95. 85f52bd Use storage dir for mount table temporary perms by Ross Wang · 8 years ago
  96. abf9169 v.io/x/jni: support for EnforceSchema by Srdjan Petrovic · 8 years ago
  97. b7efdf6 TBR v.io/x/jni: support for discovery async api by Srdjan Petrovic · 8 years ago
  98. 836d163 v.io/x/jni: support for running server methods in separate threads by Srdjan Petrovic · 8 years ago
  99. c3c1c6d Merge "fix unnecessary (and erroneous) use of jutil.JString" by James Ring · 8 years ago
  100. 6252cba fix unnecessary (and erroneous) use of jutil.JString by James Ring · 8 years ago