index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
security
/
json_token.c
Commit message (
Expand
)
Author
Age
*
Expose gpr_asprintf and gpr_strdup
Masood Malekghassemi
2015-06-03
*
Adding refresh token parsing
Julien Boeuf
2015-03-09
*
strcmp: change all !str[n]cmp to str[n]cmp == 0
Ronnie Sahlberg
2015-03-07
*
Implementing JWT credentials (a.k.a JWT ID Tokens).
Julien Boeuf
2015-02-19
*
Fixing sprintf and a few other things.
Julien Boeuf
2015-02-18
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
Re-enabling errors on warning, disabling unused parameter warning, and fixing...
Nicolas "Pixel" Noble
2015-01-30
*
Merge pull request #168 from nicolasnoble/json
Craig Tiller
2015-01-29
|
\
*
|
Cleaning up some code.
Nicolas "Pixel" Noble
2015-01-29
|
*
Addressing latest comments.
Nicolas Noble
2015-01-28
|
*
Fixing a few typos.
Nicolas Noble
2015-01-26
|
*
Addressing comments.
Nicolas Noble
2015-01-26
|
*
Merge branch 'master' of github.com:google/grpc into json
Nicolas Noble
2015-01-26
|
|
\
|
|
/
|
/
|
*
|
Move string.h to internal code
Craig Tiller
2015-01-23
|
*
Replacing cJSON with our own code instead.
Nicolas Noble
2015-01-22
|
/
*
Adding support for service account credentials.
jboeuf
2014-12-29
*
Adding JWT generation and signing code for service accounts credentials.
jboeuf
2014-12-16
*
Adding base utils for JWT service account workflow. OpenSSL base64 decoding is
jboeuf
2014-12-12