| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use heartbeat interval received from the bot. | sergeyu@chromium.org | 2010-12-14 | 3 | -26/+96 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 2 | -1/+5 |
* | Revert 68932 - Make members of Singleton<T> private and only visible to the s... | satish@chromium.org | 2010-12-11 | 1 | -10/+4 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-11 | 1 | -4/+10 |
* | Fix leaks in RtpVideoReaderTest. | sergeyu@chromium.org | 2010-12-10 | 1 | -0/+4 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 2 | -3/+15 |
* | Simplified frame rate control in the chromoting host. | sergeyu@chromium.org | 2010-12-09 | 17 | -249/+217 |
* | Remove ChromotingClientMessage | garykac@chromium.org | 2010-12-08 | 7 | -27/+21 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 3 | -4/+4 |
* | Move more code from headers to implementation. | erg@google.com | 2010-12-07 | 4 | -20/+27 |
* | Reenable encoder/decoder tests. | sergeyu@chromium.org | 2010-12-07 | 7 | -146/+81 |
* | Revert 68434 - Reenable encoder/decoder tests. | scherkus@chromium.org | 2010-12-07 | 7 | -75/+146 |
* | Reenable encoder/decoder tests. | sergeyu@chromium.org | 2010-12-07 | 7 | -146/+75 |
* | Removed stream_writer.[cc|h] | sergeyu@chromium.org | 2010-12-07 | 6 | -111/+0 |
* | Rename SessionManager to ScreenRecorder | hclam@chromium.org | 2010-12-06 | 6 | -103/+96 |
* | Refactor ZLib and Verbatim encoders. | sergeyu@chromium.org | 2010-12-06 | 16 | -273/+205 |
* | Fix RGB->YUV conversion: input is BGR instead of RGB. | sergeyu@chromium.org | 2010-12-06 | 1 | -6/+6 |
* | Revert 68384: Landed with incorrect commit message. | sergeyu@chromium.org | 2010-12-06 | 1 | -6/+6 |
* | Refactor ZLib and Verbatim encoders. | sergeyu@chromium.org | 2010-12-06 | 1 | -6/+6 |
* | Fix crash when shutting down xmpp connection. | sergeyu@chromium.org | 2010-12-03 | 1 | -0/+3 |
* | Move move classes to the remoting::protocol namespace. Minor cleanups. | sergeyu@chromium.org | 2010-12-02 | 26 | -64/+88 |
* | Reverse rows in VP8 decoder. | sergeyu@chromium.org | 2010-12-02 | 2 | -5/+14 |
* | Fix threading problem caught by DCHECKs in ChromotingHost | hclam@chromium.org | 2010-11-30 | 2 | -10/+31 |
* | Properly parse multiple channel configs. | sergeyu@chromium.org | 2010-11-30 | 1 | -3/+3 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 8 | -11/+5 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 8 | -5/+11 |
* | Fix 2 crashers in remoting client. | sergeyu@chromium.org | 2010-11-30 | 2 | -16/+25 |
* | Hook up client events to new protocol stubs. | sergeyu@chromium.org | 2010-11-29 | 20 | -325/+234 |
* | Begin adding mutual authentication into the SessionManager::connect() call. | ajwong@chromium.org | 2010-11-24 | 19 | -67/+239 |
* | Build fix for Clang. const type qualifier on return type has no effect. | hans@chromium.org | 2010-11-24 | 1 | -1/+1 |
* | Implemented RtcpWriter for sending RTCP Receiver Reports. | sergeyu@chromium.org | 2010-11-24 | 12 | -17/+298 |