summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when shutting down xmpp connection.sergeyu@chromium.org2010-12-031-0/+3
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-1/+2
* Switch to using TimeTicks rather than Time in message loopsjar@chromium.org2010-11-061-3/+3
* Add DEPS files in remoting subdirectories.sergeyu@chromium.org2010-11-055-16/+20
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-013-11/+11
* Remove NOTREACHED from UsingTCPFastOpengarykac@chromium.org2010-10-271-1/+0
* Cleanups in the chromotocol code.sergeyu@chromium.org2010-10-274-5/+3
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-262-0/+6
* Convert LOG(INFO) to VLOG(1) - remoting/.pkasting@chromium.org2010-10-192-10/+10
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-1/+2
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-2/+1
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-1/+2
* Remove old tunneling code from remoting/jingle_glue.sergeyu@chromium.org2010-10-148-876/+4
* Use new Chromotocol code in host andclient.sergeyu@chromium.org2010-10-061-0/+1
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-052-3/+10
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-042-3/+8
* Fix flakiness in JingleChromotingConnectionTestsergeyu@chromium.org2010-10-021-1/+4
* Fix intermittent failure in JingleThreadTest.PostDelayedTask.sergeyu@chromium.org2010-10-021-1/+1
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-012-8/+3
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-012-3/+8
* Unittests for chromotocol code.sergeyu@chromium.org2010-10-015-16/+292
* Implemented basic support Chromotocol connection.sergeyu@chromium.org2010-09-289-47/+595
* Removed use of XmppSocketAdapter by sync.akalin@chromium.org2010-09-107-2/+1108
* Revert r59012 which started using Chrome sockets for sync.willchan@chromium.org2010-09-107-1108/+2
* Removed use of XmppSocketAdapter by sync.akalin@chromium.org2010-09-097-2/+1108
* Delayed event support in JingleThread.sergeyu@chromium.org2010-09-072-23/+86
* Fixed tsan warnings in remoting_unittestssergeyu@chromium.org2010-09-011-0/+3
* Jingle_glue bugfixes.sergeyu@chromium.org2010-08-289-201/+523
* Unforked xmpp ssl adapter code.sergeyu@chromium.org2010-08-249-1226/+5
* Fixed GMock warning about unexpected call in remoting_unittests.sergeyu@chromium.org2010-08-241-0/+4
* Remove noisy LOG(INFO) lines from chromoting unittests.garykac@google.com2010-08-201-4/+0
* Resubmit "Start chromoting host in the service process though a method call"hclam@chromium.org2010-08-101-4/+11
* Revert 55507 - Start chromoting host in the service process though a method ...glen@chromium.org2010-08-101-11/+4
* Start chromoting host in the service process though a method callhclam@chromium.org2010-08-101-4/+11
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-1/+0
* Added HostKeyPair class, signatures for heartbeat messages.sergeyu@chromium.org2010-08-045-15/+27
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-302-7/+7
* Fork a copy of all the notifier code in chrome/common/net/notifier that we de...ajwong@chromium.org2010-06-289-6/+1226
* Small fix to jingle_glue for chromotinghclam@chromium.org2010-06-231-1/+5
* Style fixes after readability review.sergeyu@chromium.org2010-06-1614-90/+100
* Fix build for remotinghclam@chromium.org2010-06-161-25/+0
* Tighten up compile warnings based to match other chromium sub-projects.dmaclach@chromium.org2010-06-153-4/+7
* Fix build break in remotinghclam@chromium.org2010-06-111-1/+6
* Separate out HostConnection into an interface and a jingle-basedajwong@chromium.org2010-06-102-58/+42
* Token-based authentication for chromoting.sergeyu@chromium.org2010-06-093-35/+50
* Revert 49298 - Broke compile - Token-based authentication for chromoting.rsesek@chromium.org2010-06-093-50/+35
* Token-based authentication for chromoting.sergeyu@chromium.org2010-06-093-35/+50
* Copy the (early prototype of) remoting in Chrome into the public tree.garykac@google.com2010-06-0717-0/+1670