0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 19, 2025 — Jun 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Restore test lost in merge. More... over 8 years ago
Bump version of Apache httpclient. More... over 8 years ago
Update dependency FindBugs to 3.0.2 fixes #320 More... over 8 years ago
Reduce PR surface. More... over 8 years ago
Use simple class name. More... over 8 years ago
Bump version of Apache httpclient. More... over 8 years ago
Replace Base64 from Apache Commons Codec with equivalent from Guava. (#374) More... over 8 years ago
Resolve a gmscore one version violation by removing an unused dep
clm
More... almost 9 years ago
start 1.24 (#369) More... almost 9 years ago
Adds STATUS_CODE_UNPROCESSABLE_ENTITY 422 http error to HttpStatusCodes More... almost 9 years ago
enabling https proxy properties More... almost 9 years ago
allow '=' in query parameter value More... about 9 years ago
Replace constants (static final CONSTANT_CASE) declaration type which use the general collection interface (e.g. List) with an immutable type (e.g. ImmutableList). More... over 9 years ago
Update tests that were manually asserting that objects were not equals() to an object of an unrelated class to use EqualsTester instead, which exhaustively checks equals() and hashCode(). More... over 9 years ago
NetHttpRequest should only set Content-Length if it's not set. More... over 9 years ago
Migrate from deprecated Throwables.propagateIfPossible(throwable) to throwIfUnchecked(throwable).
kak
More... over 9 years ago
Add HTTP status code CREATED (201). More... over 9 years ago
Add status code "Bad Request" (400). More... over 9 years ago
Swallow exception from close call when there is an underlying IOException More... over 9 years ago
Fix missed version bump for samples More... over 9 years ago
Add Precondition Failed code (412) for users of the Compute API. More... almost 10 years ago
Update imports ordering to the new java import order (go/java-imports).
gak
More... almost 10 years ago
typo in comments/javadoc More... almost 10 years ago
Updated comments which looked outdated to me. More... almost 10 years ago
Update imports ordering to the new java import order (go/java-imports).
gak
More... almost 10 years ago
Update imports ordering to the new java import order (go/java-imports).
gak
More... almost 10 years ago
Add Method Not Allowed (405) More... about 10 years ago
Start 1.23 More... about 10 years ago
- Pull in only relevant pieces of Guava to android libraries. - Get rid of guava collect dependency and instead use splitToList(). Collect brings in 6000 methods which counts towards Android dex limit. Until Guava can be broken into smaller pieces and proguard well, this should be avoided. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=114826400 More... over 10 years ago
Update sample versions to 1.22.0-SNAPSHOT More... over 10 years ago