| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace LOG(INFO) with VLOG(1) to avoid excessive logging. | sergeyu@chromium.org | 2011-09-29 | 1 | -4/+4 |
* | Parse termination reason and propagate the error to the Session interface. | sergeyu@chromium.org | 2011-09-27 | 1 | -5/+6 |
* | Remove old sandboxing-related code. | sergeyu@chromium.org | 2011-09-23 | 1 | -36/+6 |
* | Pass SessionConfig by reference instead of pointer. | sergeyu@chromium.org | 2011-09-10 | 1 | -1/+0 |
* | Parsers and formatters for jingle messages. | sergeyu@chromium.org | 2011-08-19 | 1 | -2/+2 |
* | Use MessageLoopProxy for network message loop. | sergeyu@chromium.org | 2011-08-12 | 1 | -5/+9 |
* | Remove key exchange code from JingleSession. | sergeyu@chromium.org | 2011-08-11 | 1 | -6/+4 |
* | Resolve addresses of STUN/Relay servers in JingleInfoRequest. | sergeyu@chromium.org | 2011-08-09 | 1 | -2/+8 |
* | Use HMAC SHA-256, since SHA-1 won't work inside the Windows sandbox. | wez@chromium.org | 2011-08-09 | 1 | -1/+1 |
* | Asynchronous initialization in SessionManager. | sergeyu@chromium.org | 2011-07-28 | 1 | -10/+16 |
* | Cleanups and bugfixes for JingleInfoRequest. | sergeyu@chromium.org | 2011-07-26 | 1 | -17/+13 |
* | Expose nat_traversal flag to host and client plugins. | sergeyu@chromium.org | 2011-07-26 | 1 | -6/+8 |
* | Don't use X509Certificate in chromoting code. | sergeyu@chromium.org | 2011-07-16 | 1 | -4/+4 |
* | Disable TCP connections for chromoting | hclam@chromium.org | 2011-07-13 | 1 | -2/+8 |
* | Roll new libjingle with asynchronous NetworkManager. | sergeyu@chromium.org | 2011-07-13 | 1 | -1/+1 |
* | Minor cleanups in JingleSession and JingleSessionManager. | sergeyu@chromium.org | 2011-07-07 | 1 | -17/+18 |
* | Fix Valgrind errors in remoting_unittests. | sergeyu@chromium.org | 2011-07-07 | 1 | -10/+6 |
* | Make Session and SessionManager not thread-safe and not ref-counted. | sergeyu@chromium.org | 2011-07-06 | 1 | -60/+60 |
* | Don't use HttpPortAllocator when it is not neccessary. | sergeyu@chromium.org | 2011-06-30 | 1 | -12/+14 |
* | Remove JingleClient. | sergeyu@chromium.org | 2011-06-29 | 1 | -10/+87 |
* | Move ContentDescription class to a separate file. | sergeyu@chromium.org | 2011-06-27 | 1 | -353/+5 |
* | Cleanup usage of JingleThread in the protocol code. | sergeyu@chromium.org | 2011-06-24 | 1 | -19/+13 |
* | Initial key exchange implementation. | sergeyu@chromium.org | 2011-06-01 | 1 | -17/+60 |
* | Host access code verification for Me2Mom scenario. | sergeyu@chromium.org | 2011-05-11 | 1 | -30/+52 |
* | Log an error and fail to connect on invalid Host response, rather than crashing. | wez@chromium.org | 2011-04-28 | 1 | -4/+8 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -1/+1 |
* | Fix handling of invalid certificates in JingleSessionManager. | sergeyu@chromium.org | 2011-03-08 | 1 | -1/+4 |
* | Remove auto generation of certificate when chromoting client connects | hclam@chromium.org | 2011-02-04 | 1 | -22/+10 |
* | Use a random number to generate a self-signed certiciate for chromoting | hclam@chromium.org | 2011-01-27 | 1 | -1/+5 |
* | Fix memory leak in JingleSessionTest.Connect and friends | hclam@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Use certificate and key files instead of generating them each time for unit t... | hclam@chromium.org | 2010-12-23 | 1 | -9/+18 |
* | Send certificate in content description in jingle for Chromoting | hclam@chromium.org | 2010-12-23 | 1 | -12/+69 |
* | Add an extra SSL layer in JingleSession for Chromoting | hclam@chromium.org | 2010-12-23 | 1 | -2/+5 |
* | Properly parse multiple channel configs. | sergeyu@chromium.org | 2010-11-30 | 1 | -3/+3 |
* | Begin adding mutual authentication into the SessionManager::connect() call. | ajwong@chromium.org | 2010-11-24 | 1 | -19/+28 |
* | Use VP8 over PseudoTCP by default. | sergeyu@chromium.org | 2010-11-23 | 1 | -4/+4 |
* | Chromoting: Rename ChromotocolConfig -> SessionConfig | garykac@chromium.org | 2010-11-08 | 1 | -12/+10 |
* | Rename classes for Chromoting: | garykac@chromium.org | 2010-11-03 | 1 | -0/+478 |