Sign in
vanadium
/
release.go.x.jni
/
775027efccbe56c2faf9d2abe0fe9ca17c6ed0d1
/
impl
/
google
a6725be
x/jni: New Syncbase API Changes.
by Ali Ghassemi
· 9 years ago
4d52334
discovery: add close() method to plugin interface
by Jungho Ahn
· 9 years ago
5395858
jni: Step #1 of simplified Syncbase API transition
by Adam Sadovsky
· 9 years ago
dba023c
discovery(java): add global discovery api
by Jungho Ahn
· 9 years ago
92e5d40
v.io/x/jni: don't persist mounttables by default
by Srdjan Petrovic
· 9 years ago
f9cc445
jni: Update java publisherStatus API.
by Suharsh Sivakumar
· 9 years ago
5a700ff
jni: Introduce valid channel to publisher and reimplement publisher
by Suharsh Sivakumar
· 9 years ago
feeae62
TBR: v.io/x/jni: don't pass Go pointers into Java
by Srdjan Petrovic
· 9 years ago
1d3df6a
discovery: simplify discovery/plugin init in android
by Jungho Ahn
· 9 years ago
d3f74d4
discovery(java): fix crash in jni plugin factory
by Jungho Ahn
· 9 years ago
0d0dee9
discovery: fix jni & moments app
by Jungho Ahn
· 9 years ago
7a9fbf9
TBR: Fix android build.
by Srdjan Petrovic
· 9 years ago
6186cad
discovery: a new discovery api
by Jungho Ahn
· 9 years ago
4d4ad5c
jni: Fix return argument of bt Resolve.
by Suharsh Sivakumar
· 9 years ago
0bff4c0
jni: Support specifying ServerAuthorizers from Java.
by Ryan Brown
· 9 years ago
8b76031
Merge "discovery: introduce session to discovery"
by Jungho Ahn
· 9 years ago
6b7c21a
v.io/x/jni: support for perf improvements
by Srdjan Petrovic
· 9 years ago
540cea2
discovery: introduce session to discovery
by Jungho Ahn
· 9 years ago
ddbbc0c
TBR v.io/x/jni: support for async globber api
by Srdjan Petrovic
· 9 years ago
681c6cd
v.io/x/jni: fix the discovery call
by Srdjan Petrovic
· 9 years ago
762cba5
TBR v.io/x/jni: support for Java asynchronous server methods
by Srdjan Petrovic
· 9 years ago
a5c2363
v.io/x/jni: support for executor changes
by Srdjan Petrovic
· 9 years ago
1a853d6
v.io/x/jni: support for android lifecycle changes
by Srdjan Petrovic
· 9 years ago
2c763fa
v.io/x/jni: support for android fixes
by Srdjan Petrovic
· 9 years ago
c4d3293
Merge "jni: Added lame duck timeout option"
by Shyam Jayaraman
· 9 years ago
3208265
jni: Added lame duck timeout option
by Shyam Jayaraman
· 9 years ago
6781159
v.io/x/jni: support for android fixes
by Srdjan Petrovic
· 9 years ago
732979b
jni: Add flow manager ListenStatus.
by Suharsh Sivakumar
· 9 years ago
85f52bd
Use storage dir for mount table temporary perms
by Ross Wang
· 9 years ago
b7efdf6
TBR v.io/x/jni: support for discovery async api
by Srdjan Petrovic
· 9 years ago
836d163
v.io/x/jni: support for running server methods in separate threads
by Srdjan Petrovic
· 9 years ago
c3c1c6d
Merge "fix unnecessary (and erroneous) use of jutil.JString"
by James Ring
· 9 years ago
6252cba
fix unnecessary (and erroneous) use of jutil.JString
by James Ring
· 9 years ago
25acef6
TBR v.io/x/jni: support for asynchronous streaming
by Srdjan Petrovic
· 9 years ago
9a75e95
v.io/x/jni: Support for minor cleanup of Client/ClientCall Futures
by Srdjan Petrovic
· 9 years ago
67b23dd
v.io/x/jni: support for Futures based Java methods
by Srdjan Petrovic
· 9 years ago
574b18f
rename nativeFinishAsync to nativeFinish
by James Ring
· 9 years ago
a2190c7
discovery: update api
by Jungho Ahn
· 9 years ago
34c1831
TBR: java: Capture a reference to the go discovery instance in JavaDiscovery
by Shyam Jayaraman
· 9 years ago
374afb7
jni: Wrapped Vanadium discovery in a jni wrapper.
by Shyam Jayaraman
· 9 years ago
4d63cfa
Merge "v.io/x/jni: Support for the ref fix"
by Srdjan Petrovic
· 9 years ago
54d05b6
Merge "jni: Expose the v5 UUID generators to Java"
by Shyam Jayaraman
· 9 years ago
1f3677a
v.io/x/jni: Support for the ref fix
by Srdjan Petrovic
· 9 years ago
965ee65
jni: Expose the v5 UUID generators to Java
by Shyam Jayaraman
· 9 years ago
57b5828
v.io/x/jni: support for new Java iterator
by Srdjan Petrovic
· 9 years ago
f9f19e1
jni/impl/google/services/syncbase: remove 'call' arg from NewService
by Bogdan Caprita
· 9 years ago
1e3daa5
TBR v.io/x/jni: Delete local references when done with them
by Srdjan Petrovic
· 9 years ago
0ff620f
TBR jni: Remove network change and watchnetwork from jni/java api.
by Suharsh Sivakumar
· 9 years ago
f534323
v.io/x/jni: add names to a syncbase server
by Srdjan Petrovic
· 9 years ago
e2d7dfe
treat cancel as EOF
by James Ring
· 9 years ago
4436a53
v.io/x/jni: remove Wrap* functions now that we cast to uintptr at the caller.
by Srdjan Petrovic
· 9 years ago
47f7e22
Attempt to get around Go hating Java pointers.
by Srdjan Petrovic
· 9 years ago
42be009
core: minor tweaks to description and api.
by Jungho Ahn
· 9 years ago
ddcd7e2
Counterpart to https://vanadium-review.googlesource.com/16427
by Asim Shankar
· 9 years ago
12f4096
Merge "JNI support for async calls"
by James Ring
· 9 years ago
04a1968
add asynchronous namespace API
by James Ring
· 9 years ago
0995907
JNI support for async calls
by James Ring
· 9 years ago
0443492
TBR: v.io/x/jni: jni support for some more perf improvements
by Srdjan Petrovic
· 9 years ago
4d5d6d4
v.io/x/jni: support for Android bluetooth protocol
by Srdjan Petrovic
· 9 years ago
3a28b9a
v.io/x/jni: JNI code for Java security-groups
by Srdjan Petrovic
· 9 years ago
2f92bec
Merge "v.io/x/jni: support change for mounttable server on java"
by Srdjan Petrovic
· 9 years ago
d11b26d
v.io/x/jni: support change for mounttable server on java
by Srdjan Petrovic
· 10 years ago
f703c49
jni: Update and enhance several comments related to the new server API.
by Matt Rosencrantz
· 10 years ago
2212240
v.io/x/jni: jni support code for syncbase server creation
by Srdjan Petrovic
· 10 years ago
94d8255
v.io/x/jni: JNI support for new Java server api
by Srdjan Petrovic
· 10 years ago
ad0fe21
v.io/x/jni: handle cases when error is nil and passed to a function
by Srdjan Petrovic
· 10 years ago
911b77a
jni: Update uses of the xprc library to the new v23.WithNew*Server API.
by Matt Rosencrantz
· 10 years ago
90f9407
v23: Promote the XWithNew*Server APIs out of experimental\ .
by Matt Rosencrantz
· 10 years ago
4b7e01b
TBR v.io/x/jni: jni support code for Java syncbase server
by Srdjan Petrovic
· 10 years ago
18a7488
java: Switch Java to the new XServer API.
by Matt Rosencrantz
· 10 years ago
12de348
TBR v.io/x/jni: rename packages like so: io.v.v23.android -> io.v.android.v23
by Srdjan Petrovic
· 10 years ago
e9c59cc
v.io/x/jni: get rid of InputChannel and use Java's iterable instead
by Srdjan Petrovic
· 10 years ago
777094d
impl/google/rpc: Use AllGlobber instead of AllGlobberX
by Robin Thellend
· 10 years ago
074bebf
impl/google/rpc: Update Glob__ method
by Robin Thellend
· 10 years ago
d5104f7
v.io/x/jni: introduce type-sanity to the JNI code
by Srdjan Petrovic
· 10 years ago
09b6235
v.io/x/jni: make java argument handling more sane
by Srdjan Petrovic
· 10 years ago
84af7f4
impl/google/rpc: fix env cleanup
by James Ring
· 10 years ago
8b9a92e
impl/google/namespace: fix missing VContext parameter in FlushCacheEntry
by James Ring
· 10 years ago
b30b777
Needed for v.io/c/13354
by Cosmos Nicolaou
· 10 years ago
34eb55b
Fix early finalization of function.
by James Ring
· 10 years ago
6680f4a
impl/google/namespace: add JNI support for additional Namespace ops
by James Ring
· 10 years ago
7fbbd24
JNI hooks for Java Endpoint support
by James Ring
· 10 years ago
07002f0
v.io/x/jni: JNI support for android cleanup
by Srdjan Petrovic
· 10 years ago
07cc71d
v.io/x/jni: JNI support changes for Java rename
by Srdjan Petrovic
· 10 years ago
5e0cc61
Merge "v.io/x/jni: performance optimization for Java native code"
by Srdjan Petrovic
· 10 years ago
c0391ae
Merge "impl/google/rpc: add support for ServerCall.security() method"
by James Ring
· 10 years ago
6ece245
v.io/x/jni: performance optimization for Java native code
by Srdjan Petrovic
· 10 years ago
02bf296
TBR impl/google/rt: fix location of roaming profile import
by James Ring
· 10 years ago
9655f14
impl/google/rpc: add support for ServerCall.security() method
by James Ring
· 10 years ago
f6ab583
v.io/x/jni: support for the Java invoker interface
by Srdjan Petrovic
· 10 years ago
e5bd949
v.io/x/jni: support java num_cpu option
by Srdjan Petrovic
· 10 years ago
9ab7790
v.io/x/jni: simplify GoUnrefs
by Srdjan Petrovic
· 10 years ago
0739503
v.io/x/jni: native changes for listenspec
by Srdjan Petrovic
· 10 years ago
66f1050
v.io/x/jni: update after recent rpc/ changes.
by Srdjan Petrovic
· 10 years ago
130d348
jni: use the new Go 1.5 shared library; build for java & android
by Srdjan Petrovic
· 10 years ago
c81e7dc
multiple changes to bring Java back into sync with Go
by James Ring
· 10 years ago
089770e
update JNI to provide Context alongside ServerCall to VDLInvoker
by James Ring
· 10 years ago
5046cdb
rpc: implement Glob support
by James Ring
· 10 years ago
152bf2a
util: update refcount code to ignore type info
by James Ring
· 10 years ago
21ccde2
impl/google: rename v23/naming/ns.Namespace to v23/namespace.T
by James Ring
· 10 years ago
Next »