summaryrefslogtreecommitdiffstats
path: root/google_apis
Commit message (Expand)AuthorAgeFilesLines
* Remove some uses of UnescapeRule::URL_SPECIAL_CHARS outside net/.mmenke2016-03-231-2/+4
* New API function for non-stable API Keysjkrcal2016-03-222-6/+29
* Remove NetworkDelegate pointer from HttpNetworkSession.mmenke2016-03-181-1/+0
* [iOS] Define bundle_data target for //google_apis:google_apis_unittests.sdefresne2016-03-181-0/+12
* [iOS] Do not build //google_apis/gcm:mcs_probe on iOS.sdefresne2016-03-161-14/+16
* Replace template_util.h stuff with C++11 <type_traits>tzik2016-03-101-4/+3
* Fix shift warnings from VC++ 2015 Update 2brucedawson2016-03-091-1/+1
* Bypass the DataReductionProxy for all POST requestsryansturm2016-03-031-1/+5
* [GCM] Fixing the client interval interaction with heartbeat ackfgorski2016-03-033-28/+61
* Remove special API key for SafeSitestreib2016-02-262-20/+0
* google_apis: Add out-of-line copy ctors for complex classes.vmpstr2016-02-2622-0/+49
* Add remoting API key in google_apisergeyu2016-02-232-0/+20
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-032-18/+0
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-032-0/+18
* Move gn _run target generation into test().jbudorick2016-02-032-18/+0
* Allow gaia auth fetcher to work with arbitrary clients.khmel2016-01-284-6/+73
* Introducing a net::GenerateMimeMultipartBoundary helper.lukasza2016-01-082-16/+3
* Global conversion of Pass()→std::move() on OS=linux chromecast=1dcheng2015-12-291-2/+4
* Convert Pass()→std::move() in //google_apisdcheng2015-12-2733-165/+164
* Switch to standard integer types in google_apis/.avi2015-12-2296-400/+520
* Handle HTTP headers case-insensitively on the test servertzik2015-12-212-6/+3
* [GCM] Fix error handling for corrupted protos.zea2015-12-182-16/+118
* Port cronet build rules to GN part 1pkotwicz2015-12-151-81/+102
* Force Account Consistency off for Logout call on iOS.bzanotti2015-12-152-1/+11
* Add command line overrides for GCM checkin URL & MCS endpointjohnme2015-12-035-16/+30
* Allow dynamic updating of authentication policiesaberent2015-12-031-5/+28
* Misc fixes for gn builds with VS 2015brucedawson2015-12-031-2/+2
* Convert various vector_as_array calls to vector::data.davidben2015-12-011-5/+3
* Files: Use new image server to download Drive thumbnails.fukino2015-11-265-21/+30
* exposes the backoff information for gaia cookie manager and token service in ...mahmadi2015-11-252-0/+9
* Migrating tests to use EmbeddedTestServer (misc)svaldez2015-11-194-8/+8
* Use new Physical Web service on Google infrastructuredvh2015-11-061-0/+5
* Convert DVLOGs to VLOGs so we can see the output in release builds.jdufault2015-10-301-13/+13
* [GCM] Adding handling of the immediate ack to Chromefgorski2015-10-285-133/+164
* Fixed GAIA email prefill on Chrome OS.dzhioev2015-10-272-0/+7
* More gn check fixesbrettw2015-10-241-3/+1
* Remove base::MessageLoop::{Quit,QuitClosure} functionski.stfu2015-10-231-2/+1
* Make /MergeSession a GET request.bzanotti2015-10-223-13/+19
* Added notice about missing API keys to Chrome OS login screen.dzhioev2015-10-202-0/+5
* Make ValueDeserializer::Deserialize return scoped_ptrolli.raula2015-10-161-1/+1
* Reland remove reference counting from HttpNetworkSession.mmenke2015-10-133-15/+19
* net: Move IPAddressAttributes enum out of net_util.h.tfarina2015-10-131-0/+1
* 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
* Use detailed raw HTTP status code for UMA.hirono2015-09-301-1/+6
* Cleanup: Pass std::string as const reference from google_apis/ and components...ki.stfu2015-09-288-16/+22
* 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-243-3/+3
* Do not crash in case of messed or missed information.gogerald2015-09-242-5/+10
* [GCM] Fix crash in heartbeat managerzea2015-09-231-5/+13