summaryrefslogtreecommitdiffstats
path: root/google_apis/gaia
Commit message (Expand)AuthorAgeFilesLines
* Fix shift warnings from VC++ 2015 Update 2brucedawson2016-03-091-1/+1
* google_apis: Add out-of-line copy ctors for complex classes.vmpstr2016-02-2614-0/+37
* Allow gaia auth fetcher to work with arbitrary clients.khmel2016-01-284-6/+73
* Convert Pass()→std::move() in //google_apisdcheng2015-12-274-10/+13
* Switch to standard integer types in google_apis/.avi2015-12-2228-8/+39
* Handle HTTP headers case-insensitively on the test servertzik2015-12-211-2/+1
* Force Account Consistency off for Logout call on iOS.bzanotti2015-12-152-1/+11
* exposes the backoff information for gaia cookie manager and token service in ...mahmadi2015-11-252-0/+9
* Convert DVLOGs to VLOGs so we can see the output in release builds.jdufault2015-10-301-13/+13
* Fixed GAIA email prefill on Chrome OS.dzhioev2015-10-272-0/+7
* Make /MergeSession a GET request.bzanotti2015-10-223-13/+19
* Do not rely on a continue URL when the new GAIA flow is used.dzhioev2015-10-092-3/+20
* Implement new password separated sign in flow for chrome.rogerta2015-10-062-1/+10
* Cleanup: Pass std::string as const reference from google_apis/ and components...ki.stfu2015-09-285-11/+16
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-242-2/+2
* Do not crash in case of messed or missed information.gogerald2015-09-242-5/+10
* [Sync] Clean up owners fileszea2015-09-151-1/+0
* Move Singleton and related structs to namespace baseolli.raula2015-09-102-2/+2
* A canceled request for a profile download is causing the token service to rem...rogerta2015-09-021-2/+1
* Remove use of JSONReader::DeprecatedRead from google_apis/olli.raula2015-09-021-2/+2
* Fix reconcilor loop when the primary account is in an auth error state.rogerta2015-08-114-13/+62
* Pass "client_id" param to the enrollment frame.dzhioev2015-08-111-0/+9
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-3/+2
* Update SplitString calls to new formbrettw2015-08-083-17/+12
* [cleanup] Removed ClientLogin support from GaiaAuthFetcher.dzhioev2015-08-083-322/+8
* Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...pkasting2015-08-073-12/+17
* Update SplitString calls to new formbrettw2015-08-073-17/+12
* Fix bug when CryptAuth requests are made with an empty protobuf serialization.tengs2015-08-062-6/+18
* Fix all failed and canceled URLRequestStatuses without errors.davidben2015-08-055-16/+16
* Perform online reauth when password is changed for a locked profile.rogerta2015-07-253-1/+9
* Remove legacy StartsWithASCII function.brettw2015-07-162-6/+7
* Move JoinString to the base namespace.brettw2015-07-155-5/+6
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-145-6/+5
* Move JoinString to the base namespace.brettw2015-07-145-5/+6
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-5/+4
* Refactor AO2TS to make it easier to componentizegogerald2015-07-0212-255/+526
* [Android] Don't run auth token fetching callbacks synchronously.bauerb2015-06-261-10/+13
* Move more string_util functions to base namespace.brettw2015-06-241-2/+2
* Remove unnecessary message_loop_proxy.h includesskyostil2015-06-171-1/+0
* Use GET for requests to o/oauth2/programmatic_authmnissler2015-06-174-81/+33
* google_apis: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-175-5/+5
* Move EndsWith to base namespace.brettw2015-06-121-2/+4
* Move StartsWith[ASCII] to base namespace.brettw2015-06-122-3/+4
* Update oauth2 token endpoint.achuith2015-06-103-7/+7
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-1/+1
* Prefer to use the AccountID to the Email from ListAccounts.mlerman2015-06-091-4/+10
* Add lib_ver to IssueToken to narrow down device_id mismatch.pavely2015-06-092-2/+6
* Improve GaiaAuthFetcher's API for its subclasses.bzanotti2015-06-052-1/+7
* Incorporate GaiaAuthFetcher creation into SigninClient.bzanotti2015-06-042-3/+36