summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-212-9/+10
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-023-3/+3
* Fix crash in JingleThread caused by non-nestable tasks.sergeyu@chromium.org2010-12-232-7/+37
* Add an extra SSL layer in JingleSession for Chromotinghclam@chromium.org2010-12-232-2/+59
* Add CertVerifier to SocketStreamAdapterhclam@chromium.org2010-12-232-1/+8
* Cache certificate verification results in memory.wtc@google.com2010-12-161-1/+2
* Fix the last scoped_refptr misuses in NewRunnableMethod.willchan@chromium.org2010-12-151-2/+2
* Even more virtual method deinlining.erg@google.com2010-12-132-1/+5
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-092-3/+15
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-082-3/+3
* 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