index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remoting
/
jingle_glue
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash when shutting down xmpp connection.
sergeyu@chromium.org
2010-12-03
1
-0
/
+3
*
Correctly handle SSL Client Authentication requests when connecting
rch@chromium.org
2010-11-12
1
-1
/
+2
*
Switch to using TimeTicks rather than Time in message loops
jar@chromium.org
2010-11-06
1
-3
/
+3
*
Add DEPS files in remoting subdirectories.
sergeyu@chromium.org
2010-11-05
5
-16
/
+20
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
3
-11
/
+11
*
Remove NOTREACHED from UsingTCPFastOpen
garykac@chromium.org
2010-10-27
1
-1
/
+0
*
Cleanups in the chromotocol code.
sergeyu@chromium.org
2010-10-27
4
-5
/
+3
*
Add experimental option for TCP FastOpen.
mbelshe@chromium.org
2010-10-26
2
-0
/
+6
*
Convert LOG(INFO) to VLOG(1) - remoting/.
pkasting@chromium.org
2010-10-19
2
-10
/
+10
*
Revert revert 62918 - net: clean up SSLHostInfo construction."
agl@chromium.org
2010-10-19
1
-1
/
+2
*
Revert 62918 - net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-2
/
+1
*
net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-1
/
+2
*
Remove old tunneling code from remoting/jingle_glue.
sergeyu@chromium.org
2010-10-14
8
-876
/
+4
*
Use new Chromotocol code in host andclient.
sergeyu@chromium.org
2010-10-06
1
-0
/
+1
*
FBTF: Continue fixing nits found by my automated source scanner.
erg@google.com
2010-10-05
2
-3
/
+10
*
Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-04
2
-3
/
+8
*
Fix flakiness in JingleChromotingConnectionTest
sergeyu@chromium.org
2010-10-02
1
-1
/
+4
*
Fix intermittent failure in JingleThreadTest.PostDelayedTask.
sergeyu@chromium.org
2010-10-02
1
-1
/
+1
*
Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."
erg@google.com
2010-10-01
2
-8
/
+3
*
FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-01
2
-3
/
+8
*
Unittests for chromotocol code.
sergeyu@chromium.org
2010-10-01
5
-16
/
+292
*
Implemented basic support Chromotocol connection.
sergeyu@chromium.org
2010-09-28
9
-47
/
+595
*
Removed use of XmppSocketAdapter by sync.
akalin@chromium.org
2010-09-10
7
-2
/
+1108
*
Revert r59012 which started using Chrome sockets for sync.
willchan@chromium.org
2010-09-10
7
-1108
/
+2
*
Removed use of XmppSocketAdapter by sync.
akalin@chromium.org
2010-09-09
7
-2
/
+1108
*
Delayed event support in JingleThread.
sergeyu@chromium.org
2010-09-07
2
-23
/
+86
*
Fixed tsan warnings in remoting_unittests
sergeyu@chromium.org
2010-09-01
1
-0
/
+3
*
Jingle_glue bugfixes.
sergeyu@chromium.org
2010-08-28
9
-201
/
+523
*
Unforked xmpp ssl adapter code.
sergeyu@chromium.org
2010-08-24
9
-1226
/
+5
*
Fixed GMock warning about unexpected call in remoting_unittests.
sergeyu@chromium.org
2010-08-24
1
-0
/
+4
*
Remove noisy LOG(INFO) lines from chromoting unittests.
garykac@google.com
2010-08-20
1
-4
/
+0
*
Resubmit "Start chromoting host in the service process though a method call"
hclam@chromium.org
2010-08-10
1
-4
/
+11
*
Revert 55507 - Start chromoting host in the service process though a method ...
glen@chromium.org
2010-08-10
1
-11
/
+4
*
Start chromoting host in the service process though a method call
hclam@chromium.org
2010-08-10
1
-4
/
+11
*
FBTF: Remove unneeded headers from base/ (part 2)
thestig@chromium.org
2010-08-06
1
-1
/
+0
*
Added HostKeyPair class, signatures for heartbeat messages.
sergeyu@chromium.org
2010-08-04
5
-15
/
+27
*
More FRIEND_TEST_ALL_PREFIXES.
phajdan.jr@chromium.org
2010-07-30
2
-7
/
+7
*
Fork a copy of all the notifier code in chrome/common/net/notifier that we de...
ajwong@chromium.org
2010-06-28
9
-6
/
+1226
*
Small fix to jingle_glue for chromoting
hclam@chromium.org
2010-06-23
1
-1
/
+5
*
Style fixes after readability review.
sergeyu@chromium.org
2010-06-16
14
-90
/
+100
*
Fix build for remoting
hclam@chromium.org
2010-06-16
1
-25
/
+0
*
Tighten up compile warnings based to match other chromium sub-projects.
dmaclach@chromium.org
2010-06-15
3
-4
/
+7
*
Fix build break in remoting
hclam@chromium.org
2010-06-11
1
-1
/
+6
*
Separate out HostConnection into an interface and a jingle-based
ajwong@chromium.org
2010-06-10
2
-58
/
+42
*
Token-based authentication for chromoting.
sergeyu@chromium.org
2010-06-09
3
-35
/
+50
*
Revert 49298 - Broke compile - Token-based authentication for chromoting.
rsesek@chromium.org
2010-06-09
3
-50
/
+35
*
Token-based authentication for chromoting.
sergeyu@chromium.org
2010-06-09
3
-35
/
+50
*
Copy the (early prototype of) remoting in Chrome into the public tree.
garykac@google.com
2010-06-07
17
-0
/
+1670