summaryrefslogtreecommitdiffstats
path: root/remoting/base
Commit message (Expand)AuthorAgeFilesLines
* Wait for all writes to complete before starting TLS in XmppSignalStrategysergeyu2015-06-122-20/+3
* remoting: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-123-4/+4
* Chromium changes to statically link ffmpeg.chcunningham2015-06-091-2/+2
* Revert "Chromium changes to statically link ffmpeg."chcunningham2015-06-051-2/+2
* Chromium changes to statically link ffmpeg.chcunningham2015-06-041-2/+2
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-151-0/+8
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...rch2015-05-081-8/+0
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-081-0/+8
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...rch2015-05-081-8/+0
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-081-0/+8
* Added GCD-related information to ServiceUrls.jrw2015-05-072-1/+27
* GN Windows component build fixesbrettw2015-05-051-0/+4
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...piman2015-05-051-8/+0
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-051-0/+8
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...dbeam2015-05-051-8/+0
* Revert of Revert some other possible suspects of a 0.43% size increase of set...dbeam2015-05-042-1/+9
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...dbeam2015-05-041-8/+0
* Re-instating r328154 because it's depended on to compile.Dan Beam2015-05-041-0/+8
* Revert some other possible suspects of a 0.43% size increase of setup.exe: ht...Dan Beam2015-05-042-9/+1
* Avoid unnecessary memory allocations at PlatformThread::SetName()mikhail.pozdnyakov2015-05-041-1/+1
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-041-0/+8
* Pass file task runner to net::URLRequestContextBuildersergeyu2015-04-272-1/+4
* Update {virtual,override} to follow C++11 style in remoting.nick2015-04-231-2/+2
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-231-1/+2
* Windows GN tests, webcrypto warningsbrettw2015-04-211-1/+22
* Rename SocketDataProvider::GetNextRead() to OnRead()rch2015-04-141-1/+1
* Rename NetLog's Add/Remove observer methods to indicate they are deprecated.eroman2015-04-031-2/+2
* Update remaining code to include NetLog files from net/log directory rather t...eroman2015-04-021-1/+1
* Use port 5222 for XMPP connection from Me2Me host.sergeyu2015-03-182-4/+13
* Add remoting and PPAPI tests to GN buildbrettw2015-03-041-9/+41
* Revert of Add remoting and PPAPI tests to GN build (patchset #6 id:100001 of ...cpu2015-03-021-39/+9
* Add remoting and PPAPI tests to GN buildbrettw2015-03-021-9/+39
* Remove ClientLogin support from remoting hostsergeyu2015-03-025-97/+0
* Revert of Add remoting and PPAPI tests to GN build (patchset #7 id:120001 of ...eroman2015-02-271-40/+9
* Add remoting and PPAPI tests to GN buildbrettw2015-02-271-9/+40
* Move BufferedSocketWriter from remoting/protocol to remoting/basesergeyu2015-02-263-0/+590
* replace COMPILE_ASSERT with static_assert in remoting/mostynb2015-01-052-4/+4
* Use port 443 for XMPP connections in remoting hostsergeyu2014-12-181-1/+1
* gn format // (the rest, except mojo)scottmg2014-12-031-8/+5
* Share sources between GYP and GN in remotingkelvinp2014-11-131-61/+8
* Remove implicit conversions from scoped_refptr to T* in remoting/dcheng2014-11-131-2/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-283-9/+5
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-217-34/+30
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-089-19/+19
* Link VPX into GN build more.Brett Wilson2014-09-261-2/+1
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-10/+6
* Generalize crypto::SignatureCreator to allow choice of hash function, so as t...dougsteed2014-09-191-1/+2
* Remove some rtc hacks in the GN build.Brett Wilson2014-09-111-5/+0
* Use ProxyConfigServiceLinux in the chromoting host to configure proxy.Sergey Ulanov2014-09-062-70/+13