Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc-java
/
b82ac3166a47cbeae4486fbc7d3c4eb203445418
b82ac31
Fixing fedora classifier on master branch.
by nmittler
· 9 years ago
2016a88
Update the comments in proguard-rules files.
by Xudong Ma
· 9 years ago
551323f
classifierWithLikes breaks protobuf-gradle-plugin
by Eric Anderson
· 9 years ago
9987aa2
Remove javatutorial; it duplicates grpc.io website
by Eric Anderson
· 9 years ago
57ebf8a
Update Android example.
by Xudong Ma
· 9 years ago
4cc103a
Mark Status*Exception.getStatus() final
by Eric Anderson
· 9 years ago
4572b19
Add a message accept encoding header
by Carl Mastrangelo
· 9 years ago
c4bcf14
Updating tcnative and osdetector
by nmittler
· 9 years ago
b24aa53
Merge branch 'changelog'
by Carl Mastrangelo
· 9 years ago
f3a5811
Add a Changes document to keep track of release notes
by Carl Mastrangelo
· 9 years ago
d823d35
Change version to 0.10.0-SNAPSHOT
by Eric Anderson
· 9 years ago
24c398e
Upgrade maven-os-plugin in README
by Artem Prigoda
· 9 years ago
1e1d53b
Fix test checking for invalid content type
by Eric Anderson
· 9 years ago
47ad6f8
Fix the double-closure of server call for interop tests.
by Xudong Ma
· 9 years ago
efa774b
Checkstyle shouldn't rely on current directory
by Eric Anderson
· 9 years ago
6e06516
Mark more server-side pieces experimental
by Eric Anderson
· 9 years ago
491a98a
Restrict more of the API: Metadata, ServerCall, Status
by Eric Anderson
· 9 years ago
4b27e54
Don't let server start if already shutting down
by Carl Mastrangelo
· 9 years ago
45c75f2
Fix broken tutorial link.
by Jerjou Cheng
· 9 years ago
1cfba96
Enforce sending headers before messages on server
by Eric Anderson
· 9 years ago
701f9cd
Remove stray request() in server-sending path
by Eric Anderson
· 9 years ago
f894339
request() is thread-safe
by Eric Anderson
· 9 years ago
ff3dbf7
Deprecate OkHttpChannelBuilder#overrideHostForAuthority
by Kun Zhang
· 9 years ago
49bb24c
Make Interop Server block until shutdown
by Carl Mastrangelo
· 9 years ago
abe5b8e
Start 1.0.0 development cycle
by Eric Anderson
· 9 years ago
9cb36c6
Mark some APIs codegen uses experimental to allow for optimizations
by Eric Anderson
· 9 years ago
4ff4314
Recommend OpenSSL in SECURITY.md
by nmittler
· 9 years ago
eab74b5
Update Client Examples to use ManagedChannelBuilder
by Carl Mastrangelo
· 9 years ago
f6582d8
Add a hook to set TLS
by Carl Mastrangelo
· 9 years ago
538cf21
Add usePlaintext to ManagedChannelBuilder
by Eric Anderson
· 9 years ago
41d93cf
Use Providers in examples
by Carl Mastrangelo
· 9 years ago
bccaf07
Use real authority parsing in ClientAuthInterceptor
by Eric Anderson
· 9 years ago
5b2a03a
Add overrideAuthority to ManagedChannelBuilder
by Eric Anderson
· 9 years ago
de32e29
Add overrideAuthority to OkHttpChannelBuilder
by Eric Anderson
· 9 years ago
3ae18ea
Add overrideAuthority to NettyChannelBuilder
by Eric Anderson
· 9 years ago
a6621da
Private ServerMethodDefinition constructor; avoid create() in codegen
by Eric Anderson
· 9 years ago
e045fd6
Merge pull request #1003 from nmittler/interop_tcnative
by Nathan Mittler
· 9 years ago
a0f0790
Make tcnative available to the interop scripts.
by nmittler
· 9 years ago
d966163
Mark classes in testing as ExperimentalApi
by Eric Anderson
· 9 years ago
416b745
Add a Server Provider
by Carl Mastrangelo
· 9 years ago
0cd28dd
Fixing okhttp hang when tls nego fails.
by nmittler
· 9 years ago
df7bf44
Enable license header checking in checkstyle
by Eric Anderson
· 9 years ago
033cdd0
Discourage users from running the codegen for the example
by Eric Anderson
· 9 years ago
be0d7e9
Prevent construction of container classes and reduce API
by Eric Anderson
· 9 years ago
e969a90
Add proper generics to ManagedChannelProvider
by Carl Mastrangelo
· 9 years ago
23e6318
Reduce API surface of AbstractStub
by Eric Anderson
· 9 years ago
ec965ca
Enable warnings for rawtypes
by Eric Anderson
· 9 years ago
399be9a
Use stub call options for compression
by Carl Mastrangelo
· 9 years ago
f80ca40
Add client-side logging for TLS negotiation.
by nmittler
· 9 years ago
ccf328f
Fixing erroneous server log when TLS nego fails
by nmittler
· 9 years ago
31394aa
Let transports be channel service providers for generic usage
by Eric Anderson
· 9 years ago
540b4d3
Revert "Draft of Android specific Channe builder"
by Louis Ryan
· 9 years ago
9466eb5
Adding tc_native to interop test scripts
by nmittler
· 9 years ago
f06c7eb
Update server to await termination in the main thread
by Carl Mastrangelo
· 9 years ago
091749e
Add an example compressing client
by Carl Mastrangelo
· 9 years ago
3cf7632
Move decompressor setting to Server Impl
by Carl Mastrangelo
· 9 years ago
950fe1d
Use ReqT and RespT for generics
by Carl Mastrangelo
· 9 years ago
ae4ee40
Fix flow-control documentation on Stream
by Kun Zhang
· 9 years ago
264dc09
Port test cases in AbstractTransportTest to android interop test
by Xiao Hang
· 9 years ago
86b10fd
Remove uncessary javaee_api dependency as it causes trouble on android build.
by Xiao Hang
· 9 years ago
1ad2bf9
Add a way to distinguish between advertised message encodings, and add tests
by Carl Mastrangelo
· 9 years ago
bdaf7b3
okhttp: Skip trash data for finished stream.
by Xudong Ma
· 9 years ago
2a3ae36
Only release event loops when unused
by Eric Anderson
· 9 years ago
d42559c
Swap nano from Parser to message factory
by Eric Anderson
· 9 years ago
47a7ccf
Avoid Parser for normal protobuf
by Eric Anderson
· 9 years ago
d52a7a2
Update auth library to fix jwt_token_creds interop test
by Eric Anderson
· 9 years ago
0336a70
Revert "Merge pull request #940 from nmittler/interop_openssl"
by Eric Anderson
· 9 years ago
ebe8a0d
Remove Metadata.Headers and Metadata.Trailers
by Carl Mastrangelo
· 9 years ago
f612746
Update comment in MethodDescriptor.Marshaller
by Carl Mastrangelo
· 9 years ago
28d51c5
Add an authority header to HandlerRegistry.lookupMethod
by Carl Mastrangelo
· 9 years ago
2aecb6f
Merge pull request #940 from nmittler/interop_openssl
by Nathan Mittler
· 9 years ago
5d34599
Daemonize InProcess threads
by Carl Mastrangelo
· 9 years ago
6a782a0
Use Executor in stable builder APIs instead of ExecutorService
by Louis Ryan
· 9 years ago
07a7279
Daemonize OkHttp and Netty
by Carl Mastrangelo
· 9 years ago
f641e08
Daemonize shared threads, and make sure each thread has a name
by Carl Mastrangelo
· 9 years ago
d6dc790
Draft of Android specific Channe builder
by Louis Ryan
· 9 years ago
79aec3b
Enabling openssl in interop-testing scripts
by nmittler
· 9 years ago
aefefb5
Supporting OpenSSL
by nmittler
· 9 years ago
6122daf
Add a missing channel builder methods not copied in b687bdc
by Eric Anderson
· 9 years ago
b687bdc
Refactoring channel API.
by nmittler
· 9 years ago
65b4e0b
Document valid characters allowed in metadata keys
by Kun Zhang
· 9 years ago
c68f9ff
Implement jwt_token_creds interop test
by Eric Anderson
· 9 years ago
00e024c
Fix Travis breakage caused by checkStyle failure.
by Xudong Ma
· 9 years ago
609f31a
Document valid characters for AsciiMarshaller
by Kun Zhang
· 9 years ago
f8a87ee
Remove HandlerRegistry.Method
by Carl Mastrangelo
· 9 years ago
d5bd33c
Fix generated code reference for intellij projects.
by Xudong Ma
· 9 years ago
66b984c
Extract the fully-qualified service name into a public static final field on the service container type.
by David P. Baker
· 9 years ago
01ba973
Prevent status from impacting how ServerCall.Listener is invoked
by Eric Anderson
· 9 years ago
bc347e3
Display the required Protobuf version when building codegen
by Kun Zhang
· 9 years ago
210114d
Ease use of JWT by passing URI to auth library
by Eric Anderson
· 9 years ago
db0423c
Rename CHECK and FAIL macros to avoid conflict with internal macros when syncing back
by Kun Zhang
· 9 years ago
ad6c26e
Merge pull request #915 from nmittler/build_fixes
by Nathan Mittler
· 9 years ago
6a526ec
Adding missing RunWith annotation for tests.
by nmittler
· 9 years ago
0a51f0f
Move StreamRecorder to testing package.
by Xudong Ma
· 9 years ago
d3ab427
Enforce content-type on client and server.
by nmittler
· 9 years ago
949b6d7
Fields in MethodDescriptor can't be null
by Eric Anderson
· 9 years ago
fb984bb
Update to protobuf beta for Android interop test
by Xudong Ma
· 9 years ago
c00e15f
Check javanano_use_deprecated_package in the message's FileDescriptor, not the current file's.
by Kun Zhang
· 9 years ago
d59d6dc
Upgrade to latest netty-tcnative
by nmittler
· 9 years ago
9243157
Fix broken interop test, using new StreamObserver API.
by Xiao Hang
· 9 years ago
Next »