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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable JingleSessionTest.Connect, JingleSessionTest.TestControlChannel
phajdan.jr@chromium.org
2011-02-02
1
-2
/
+4
*
Cleanup everything but net/ for our first clang plugins.
erg@google.com
2011-02-02
1
-1
/
+1
*
Stop ScreenRecorder before it started
hclam@chromium.org
2011-02-02
2
-3
/
+7
*
Disable login panel correctly for chromoting client plugin
hclam@chromium.org
2011-02-01
1
-1
/
+1
*
Remove obsolete files from 'sources'. This causes needless work on incrementa...
jeanluc@chromium.org
2011-01-31
1
-2
/
+0
*
Chromoting client extension: Properly encode ClientLogin request.
sergeyu@chromium.org
2011-01-31
1
-2
/
+4
*
Revert 73121 - Remove obsolete files from 'sources'. This causes needless wo...
nsylvain@chromium.org
2011-01-31
1
-0
/
+2
*
Remove obsolete files from 'sources'. This causes needless work on increment...
jeanluc@chromium.org
2011-01-30
1
-2
/
+0
*
Handle Pepper ContextMenu event in Chromoting client plugin
garykac@chromium.org
2011-01-29
1
-0
/
+5
*
Chromoting: JS code to display to hide login dialog
hclam@chromium.org
2011-01-29
3
-6
/
+31
*
Chromoting host to respond to BeginSessionRequest
hclam@chromium.org
2011-01-29
7
-35
/
+146
*
Resubmit "Fix crashes in ChromotingHost"
hclam@chromium.org
2011-01-28
12
-48
/
+284
*
Chromoting pepper plugin to respond to BeginSessionResponse
hclam@chromium.org
2011-01-28
13
-28
/
+132
*
Remove aggressive DCHECK in remoting::protocol::MessageReader()
hclam@chromium.org
2011-01-28
1
-2
/
+0
*
Use a random number to generate a self-signed certiciate for chromoting
hclam@chromium.org
2011-01-27
1
-1
/
+5
*
Revert "Fix crashes in ChromotingHost"
hclam@chromium.org
2011-01-26
10
-255
/
+46
*
Fixed memory leaks in remoting_unittests.
sergeyu@chromium.org
2011-01-26
1
-6
/
+11
*
Add PepperViewProxy to protect PepperView and ChromotingInstance on shutdown
hclam@chromium.org
2011-01-26
8
-52
/
+273
*
Fix crashes in ChromotingHost
hclam@chromium.org
2011-01-25
10
-46
/
+255
*
Changed MessageReader so that it doesn't read from the socket if there are
sergeyu@chromium.org
2011-01-22
20
-152
/
+430
*
Add a done task to ScreenRecorder::Stop()
hclam@chromium.org
2011-01-21
4
-71
/
+226
*
Enable session resumption in SSLServerSocketNSS and unit tests
hclam@chromium.org
2011-01-21
1
-1
/
+0
*
Fix memory leak in JingleSessionTest.Connect and friends
hclam@chromium.org
2011-01-21
1
-1
/
+1
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
16
-48
/
+47
*
Enable JingleSessionTest on windows
hclam@chromium.org
2011-01-19
1
-23
/
+1
*
Simplified MessageReader and MessageDecoder classes.
sergeyu@chromium.org
2011-01-14
17
-164
/
+110
*
Move app/key* to ui/base/keycodes/*
ben@chromium.org
2011-01-13
2
-2
/
+2
*
Chromoting plugin script interface to support login challenge
hclam@chromium.org
2011-01-10
2
-5
/
+50
*
Add an instance parameter to var objects, audio, and the 2D API. This replace...
brettw@chromium.org
2011-01-07
2
-4
/
+5
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
5
-5
/
+5
*
Move base/lock and base/condition_variable to base/synchronization/
brettw@chromium.org
2011-01-01
1
-8
/
+8
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-1
/
+1
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
8
-8
/
+8
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-1
/
+2
*
Move thread local stuff from base to base/threading and consistently use the
brettw@chromium.org
2010-12-30
1
-1
/
+1
*
Fix crash in JingleThread caused by non-nestable tasks.
sergeyu@chromium.org
2010-12-23
2
-7
/
+37
*
Disable JingleSessionTests on Windows
hclam@chromium.org
2010-12-23
1
-1
/
+2
*
Use certificate and key files instead of generating them each time for unit t...
hclam@chromium.org
2010-12-23
3
-10
/
+58
*
Send certificate in content description in jingle for Chromoting
hclam@chromium.org
2010-12-23
5
-61
/
+96
*
Add an extra SSL layer in JingleSession for Chromoting
hclam@chromium.org
2010-12-23
7
-68
/
+400
*
Chromoting protocol layers to receive and send login messages
hclam@chromium.org
2010-12-23
20
-113
/
+297
*
Protocol buffer definition for local login
hclam@chromium.org
2010-12-23
3
-2
/
+47
*
Add CertVerifier to SocketStreamAdapter
hclam@chromium.org
2010-12-23
2
-1
/
+8
*
Remove GetVp8CxAlgoAddress hack
hclam@chromium.org
2010-12-20
2
-11
/
+8
*
HostConfig interface updates.
sergeyu@chromium.org
2010-12-16
11
-96
/
+40
*
Fixed memleak in HeartbeatSenderTest_ProcessResponse.
sergeyu@chromium.org
2010-12-16
1
-2
/
+2
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-1
/
+2
*
Fix the last scoped_refptr misuses in NewRunnableMethod.
willchan@chromium.org
2010-12-15
1
-2
/
+2
*
Pass RefCounted objects as scoped_refptr to NewRunnableMethod.
willchan@chromium.org
2010-12-14
1
-3
/
+3
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
1
-4
/
+10
[next]