FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for scribejava-core - pruzze/scribejava · GitHub
pruzze
/
scribejava
Public
forked from
scribejava/scribejava
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
scribejava
scribejava-core
on
master
User selector
Datepicker
Commit history
Commits on Oct 6, 2016
update maven deps, cleanup redundant 'final'
s-gromov
committed
d5ce425
View commit details
Copy full SHA for d5ce425
View code at this point
Browse repository at this point
Ensure consistent Content-Encoding header name in Response
Show description for aef1632
depsypher
authored and
kullfar
committed
aef1632
View commit details
Copy full SHA for aef1632
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
[maven-release-plugin] prepare for next development iteration
s-gromov
committed
c9ac863
View commit details
Copy full SHA for c9ac863
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-3.2.0
s-gromov
committed
4cd60c1
View commit details
Copy full SHA for 4cd60c1
View code at this point
Browse repository at this point
some fixes
s-gromov
committed
aa4e618
View commit details
Copy full SHA for aa4e618
View code at this point
Browse repository at this point
Manage OAuth2 error response for access token request (#696)
juherr
authored and
kullfar
committed
e01064d
View commit details
Copy full SHA for e01064d
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
[maven-release-plugin] prepare for next development iteration
s-gromov
committed
96c1ea7
View commit details
Copy full SHA for 96c1ea7
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-3.1.0
s-gromov
committed
efca28b
View commit details
Copy full SHA for efca28b
View code at this point
Browse repository at this point
add posibility to use externally created http client
s-gromov
committed
1433630
View commit details
Copy full SHA for 1433630
View code at this point
Browse repository at this point
Commits on Jul 22, 2016
[maven-release-plugin] prepare for next development iteration
s-gromov
committed
196ef1d
View commit details
Copy full SHA for 196ef1d
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-3.0.0
s-gromov
committed
81b6852
View commit details
Copy full SHA for 81b6852
View code at this point
Browse repository at this point
remove changing global JVM property http.keepAlive, deprecate controlling this property inside of ScribeJava (thanks to wldaunfr and rockihack)
s-gromov
committed
7ece09d
View commit details
Copy full SHA for 7ece09d
View code at this point
Browse repository at this point
Commits on Jul 13, 2016
Fix #683 - Extract HTTP client logic into providers
Julien Herr
committed
c9464fa
View commit details
Copy full SHA for c9464fa
View code at this point
Browse repository at this point
Commits on Jul 4, 2016
[maven-release-plugin] prepare for next development iteration
s-gromov
committed
ce8bc70
View commit details
Copy full SHA for ce8bc70
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-2.8.1
s-gromov
committed
7783dc8
View commit details
Copy full SHA for 7783dc8
View code at this point
Browse repository at this point
Commits on Jun 23, 2016
[maven-release-plugin] prepare for next development iteration
s-gromov
committed
9d93c5b
View commit details
Copy full SHA for 9d93c5b
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-2.8.0
s-gromov
committed
8b9365c
View commit details
Copy full SHA for 8b9365c
View code at this point
Browse repository at this point
Commits on Jun 22, 2016
small performance boost in MapUtils
s-gromov
committed
f4cf304
View commit details
Copy full SHA for f4cf304
View code at this point
Browse repository at this point
Commits on Jun 21, 2016
fixed test to not rely on HashMap's internal ordering
alexgyori
committed
b4aa3c4
View commit details
Copy full SHA for b4aa3c4
View code at this point
Browse repository at this point
Commits on Jun 20, 2016
the string should start with oauth
alexgyori
committed
a0ea48f
View commit details
Copy full SHA for a0ea48f
View code at this point
Browse repository at this point
Fixed shouldExtractStandardHeader to not rely on the unguaranteed order of HashMap and make it work cross platform.
alexgyori
committed
8aa7913
View commit details
Copy full SHA for 8aa7913
View code at this point
Browse repository at this point
Commits on Jun 9, 2016
[maven-release-plugin] prepare for next development iteration
s-gromov
committed
8865ea1
View commit details
Copy full SHA for 8865ea1
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-2.7.3
s-gromov
committed
d9554a6
View commit details
Copy full SHA for d9554a6
View code at this point
Browse repository at this point
FIX: ScribeJava shouldn't require all async http client provider to be on the classpath if using only one of them
s-gromov
committed
96217e5
View commit details
Copy full SHA for 96217e5
View code at this point
Browse repository at this point
Commits on Jun 8, 2016
[maven-release-plugin] prepare for next development iteration
s-gromov
committed
11b76c4
View commit details
Copy full SHA for 11b76c4
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-2.7.2
s-gromov
committed
7b7aedf
View commit details
Copy full SHA for 7b7aedf
View code at this point
Browse repository at this point
ScribeJava shouldn't require any async http client provider to be on the classpath (neither ning neither AHC)
s-gromov
committed
d34c3b0
View commit details
Copy full SHA for d34c3b0
View code at this point
Browse repository at this point
[maven-release-plugin] prepare for next development iteration
s-gromov
committed
42deb8d
View commit details
Copy full SHA for 42deb8d
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-2.7.1
s-gromov
committed
de5fef3
View commit details
Copy full SHA for de5fef3
View code at this point
Browse repository at this point
do not hide checked IOException in unchecked IllegalArgumentException
s-gromov
committed
1f6d1da
View commit details
Copy full SHA for 1f6d1da
View code at this point
Browse repository at this point
Commits on Jun 6, 2016
[maven-release-plugin] prepare for next development iteration
s-gromov
committed
832ebd3
View commit details
Copy full SHA for 832ebd3
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release scribejava-2.7.0
s-gromov
committed
9ab3986
View commit details
Copy full SHA for 9ab3986
View code at this point
Browse repository at this point
implement async version getting Request Token for OAuth 1.0a
s-gromov
committed
545f2d5
View commit details
Copy full SHA for 545f2d5
View code at this point
Browse repository at this point
Commits on May 25, 2016
add async-http-client 2.0 support (thanks to Sai Chandrasekharan https://github.com/saichand)
s-gromov
committed
34b33ec
View commit details
Copy full SHA for 34b33ec
View code at this point
Browse repository at this point
make http async client implementation be more pluggable
s-gromov
committed
010b37a
View commit details
Copy full SHA for 010b37a
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL