summaryrefslogtreecommitdiffstats
path: root/remoting/base
Commit message (Expand)AuthorAgeFilesLines
* Use base::STLSet* in place of std::set_* for simplicity.zard17@gmail.com2014-05-301-10/+4
* Implement VP9/I444 encode support in the Chromoting host.wez@chromium.org2014-05-123-46/+11
* Rename Chromoting string resource IDs from IDR_ to IDS_.lambroslambrou@chromium.org2014-01-271-1/+1
* Comment cleanup in remoting.grt@chromium.org2014-01-151-4/+1
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-252-3/+4
* Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi...avi@chromium.org2013-12-231-1/+1
* Make top and left a multiple of 2 for testing clip.fbarchard@chromium.org2013-12-121-9/+10
* Move remoting::GetUsername() from remoting/base to remoting/hostsergeyu@chromium.org2013-12-112-29/+0
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-111-3/+1
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-111-1/+3
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-101-3/+1
* Create ProxyConfigService on IOS in remoting/base/url_request_context.cclambroslambrou@chromium.org2013-11-281-2/+3
* Replace all usage of LOG(INFO) in Chromoting host with HOST_LOG to bypass the...weitaosu@chromium.org2013-11-261-0/+21
* Don't support iOS in CreateSystemProxyConfigService()lambroslambrou@chromium.org2013-11-201-0/+3
* Avoid creating keys and self-signed certs separately.bemasc@chromium.org2013-11-011-0/+4
* Move Linux/Android breakpad implementation to breakpad componentjochen@chromium.org2013-10-221-1/+1
* Move windows breakpad code to the breakpad componentjochen@chromium.org2013-10-171-1/+1
* Clean up remaining unused globals (on mac).thakis@chromium.org2013-09-261-1/+0
* Remove dependency on Skia from chromoting client.sergeyu@chromium.org2013-09-253-115/+127
* Revert 224101 "Remove dependency on Skia from chromoting client."sergeyu@chromium.org2013-09-193-127/+115
* Remove dependency on Skia from chromoting client.sergeyu@chromium.org2013-09-193-115/+127
* Remove unused parameter from url_request_contextrmsousa@chromium.org2013-08-142-6/+1
* Changed the way the client pairings are stored in the registry.alexeypa@chromium.org2013-08-091-42/+0
* Converted remoting_unittests back to be a plain executable.alexeypa@chromium.org2013-08-071-8/+3
* disable ResourcesTest.ProductNamecourage@chromium.org2013-08-071-8/+8
* Disabled remoting_unittests.ResourcesTest.ProductName on Linux because it bre...alexeypa@chromium.org2013-08-061-0/+7
* Implemented a pairing registry delegate that stores the pairings in the Windo...alexeypa@chromium.org2013-08-031-0/+42
* Fixed loading resources from the host plugin's bundle on Mac.alexeypa@chromium.org2013-08-032-13/+15
* Localized Chromoting Host on Mac and Linux.alexeypa@chromium.org2013-07-316-62/+129
* Revert 214379 "Localized Chromoting Host on Mac and Linux."alexeypa@google.com2013-07-306-129/+62
* Localized Chromoting Host on Mac and Linux.alexeypa@chromium.org2013-07-306-62/+129
* Revert 213997 "Localized Chromoting Host on Mac and Linux."alexeypa@google.com2013-07-266-129/+62
* Localized Chromoting Host on Mac and Linux.alexeypa@chromium.org2013-07-266-62/+129
* Update include paths in remoting for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointersakalin@chromium.org2013-07-181-1/+3
* Use a direct include of the message_loop header in remoting/.avi@chromium.org2013-07-174-4/+4
* Don't use reentrant version of getpwuid on Androidsolb@chromium.org2013-07-091-4/+6
* Move url_request_context from remoting/host/ to remoting/base/solb@chromium.org2013-07-044-0/+287
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-284-4/+4
* Remove platform-specific implementations of RSAPrivateKey and SignatureCreatorrsleevi@chromium.org2013-06-271-14/+10
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-114-4/+4
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-072-3/+3
* Use a weak pointer to post service control events and session change notifica...alexeypa@chromium.org2013-06-072-106/+0
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-016-13/+15
* Reland: base: Support setting thread priorities generically.epenner@chromium.org2013-05-221-4/+4
* Revert 201202 "base: Support setting thread priorities generically."scottmg@chromium.org2013-05-211-4/+4
* base: Support setting thread priorities generically.epenner@chromium.org2013-05-211-4/+4
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-304-29/+31
* remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-271-1/+1
* Use libyuv for non-scaling RGB<->YUV conversions.wez@chromium.org2013-04-191-20/+12