summaryrefslogtreecommitdiffstats
path: root/remoting/signaling
Commit message (Expand)AuthorAgeFilesLines
* remoting: Add out-of-line copy ctors for complex classes.vmpstr2016-02-264-0/+7
* Add IceConfig and IceConfigRequest.sergeyu2016-02-132-169/+0
* Use std::move() instead of .Pass() in remoting/*sergeyu2015-12-2411-29/+44
* Switch to standard integer types in remoting/.avi2015-12-2212-3/+13
* Don't use base::MessageLoop::{Quit,QuitClosure} in remoting/ki.stfu2015-10-121-1/+2
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* Shift URLRequestContextStorage over to taking scoped_ptrs.rdsmith2015-09-161-1/+1
* Compile remoting client plugin with GNsergeyu2015-09-141-0/+8
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-2/+2
* Fix XmppSignalStrategy to return correct result from SendStanza().sergeyu2015-07-313-8/+37
* Add P2PDatagramSocket and P2PStreamSocket interfaces.sergeyu2015-07-201-6/+4
* Cleanup inconsistencies between GN and GYP in //remotingsergeyu2015-07-161-0/+67
* Wait for all writes to complete before starting TLS in XmppSignalStrategysergeyu2015-06-122-17/+133
* Fix XmppLoginHandler to handle destruction from delegate methods.sergeyu2015-06-113-4/+46
* Replace more ObserverList with base::ObserverList.brettw2015-06-032-2/+2
* Move ObserverList to base namespace.brettw2015-06-022-2/+2
* Added classes for communicating with the GCD REST API.jrw2015-06-022-0/+7
* Added class to subscribe to GCD notifications over XMPP.jrw2015-05-196-7/+266
* 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
* Normalize JIDs when comparing them in IqSender.sergeyu2015-05-072-23/+40
* Normalize JIDs when generating signatures for messages sent to CRD bot.sergeyu2015-05-063-0/+60
* 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-041-0/+8
* 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-041-8/+0
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-041-0/+8
* Use base::ResetAndReturn() in remoting.sergeyu2015-04-251-5/+3
* Update {virtual,override} to follow C++11 style in remoting.nick2015-04-231-2/+2
* Fix intermittent connection failure in CRD.sergeyu2015-04-152-1/+13
* Rename SocketDataProvider::GetNextRead() to OnRead()rch2015-04-141-1/+1
* Use port 5222 for XMPP connection from Me2Me host.sergeyu2015-03-181-20/+0
* Remove dependency on XMPP implementation in WebRTCsergeyu2015-03-0910-220/+1606
* base: Stop passing a non-const ref to ObserverListBase::Iterator.danakj2015-03-092-2/+2
* Remove ClientLogin support from remoting hostsergeyu2015-03-022-13/+4
* Reporting of policy errors via host-offline-reason: part 3lukasza2015-01-122-2/+2
* replace NULL->nullptr in src/remoting.sergeyu2015-01-0910-25/+25
* Use port 443 for XMPP connections in remoting hostsergeyu2014-12-181-5/+29
* Roll WebRTC 7546:7549.hellner2014-10-317-8/+8
* Revert "Roll WebRTC 7546:7549."Mike Wittman2014-10-297-8/+8
* Roll WebRTC 7546:7549.hellner2014-10-297-8/+8
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-1/+1
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-214-31/+27
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-086-25/+25