aboutsummaryrefslogtreecommitdiff
path: root/auth
AgeCommit message (Expand)Author
2016-02-11pauseCarl Mastrangelo
2015-09-11Use real authority parsing in ClientAuthInterceptorEric Anderson
2015-09-10Prevent construction of container classes and reduce APIEric Anderson
2015-09-04Remove uncessary javaee_api dependency as it causes trouble on android build.Xiao Hang
2015-09-01Ease use of JWT by passing URI to auth libraryEric Anderson
2015-08-24Remove HeadersCarl Mastrangelo
2015-08-13Remove TrailersCarl Mastrangelo
2015-08-13Change some error status usages to be consistent with other gRPC implementati...Xudong Ma
2015-07-07Add CallOptions.Kun Zhang
2015-06-19Make the code clearer, fixes #531.Xudong Ma
2015-06-04Rename Call to ClientCalls.Kun Zhang
2015-04-30Cleaning up some warnings.nmittler
2015-04-24Use Status "UNKNOWN" instead of "INTERNAL" when Status.fromThrowable can not ...Xudong Ma
2015-04-09Fix the issue where the intecepting call fails in start(), does notKun Zhang
2015-03-26Fix synchronization in client authEric Anderson
2015-03-16Add missing copyright headersEric Anderson
2015-03-16Add checkstyle checkingEric Anderson
2015-03-12Clean up warningsEric Anderson
2015-03-12Switch to use new leaner auth library for OAuth interceptorLouis Ryan
2015-02-23Udate TODOs to use Github user namesLouis Ryan
2015-01-27Removing all references to "stubby"nmittler
2015-01-27Removing Maven buildnmittler
2015-01-26Migrating run scripts to gradle.nmittler
2015-01-16Fix TODO attributionejona
2015-01-08Adding gradle build for Java grpcnathanmittler
2015-01-08Updating version of gRPC maven build to 0.1.0-SNAPSHOT.nathanmittler
2015-01-08Add BSD license header to all source fileslryan
2015-01-08Encode binary headers with Base64 on the wire, and requires all binary headerszhangkun
2015-01-08Eliminate ForwardingChannel and switch all use cases to client interceptors.zhangkun
2015-01-08Adding MOE configuration for grpc_java.nathanmittler
2015-01-08Plumb trailer passing through transport streams.ejona
2015-01-08Phase 1 of converting to new Headers mechanism for side-channel.lryan
2015-01-08Move OAuth integration to third_party.ejona