aboutsummaryrefslogtreecommitdiff
path: root/auth
AgeCommit message (Expand)Author
2017-12-04all: add Status messages to all statusesCarl Mastrangelo
2017-11-17auth: Use async version of getRequestMetadataEric Anderson
2017-11-17auth: Treat IOExceptions as UNAVAILABLEEric Anderson
2017-10-02auth: remove use of JDK7 ReflectiveOperationExceptionEric Gribkoff
2017-08-11all: fix typo of overriddenZHANG Dapeng
2017-07-27core,auth: Stabilize auth flow using CallCredentialsEric Anderson
2017-06-30all: Use fixed version number for java 6/7 signaturesEric Anderson
2017-06-01all: fix licence whitespaceCarl Mastrangelo
2017-05-31all: update to Apache 2 licenceCarl Mastrangelo
2017-05-15core: don't expose internal Metadata.headerCountCarl Mastrangelo
2017-05-10doc: initiate some package javadocZHANG Dapeng
2017-02-07all: swap to newer animalsniffer pluginEric Anderson
2017-01-26all: update to latest import orderingCarl Mastrangelo
2017-01-23core: change method descriptor to be builder basedCarl Mastrangelo
2017-01-18docs: fix deprecation reference in ClientAuthInterceptor. (#2621)Kun Zhang
2016-08-30all/tests: unmock ClientCall and ServerCallCarl Mastrangelo
2016-08-12all: add parameter name to checkNotNullCarl Mastrangelo
2016-08-11auth: Tests should end in Test, not TestsEric Anderson
2016-06-30auth: Promote OAuth2 service accounts to JWTEric Anderson
2016-06-24Remove unused variablesEric Anderson
2016-06-21auth: handle null value from getRequestMetadata().Kun Zhang
2016-06-21auth: revert ClientAuthInterceptor to its original implementation.Kun Zhang
2016-06-16auth: MoreCallCredentials.from(Credentials).Kun Zhang
2016-04-27Allow application to pass cancellation details.Kun Zhang
2016-04-18Update checkstyle version and sync style updatesEric Anderson
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