summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* Add timeout for when P2P connection failures.sergeyu@chromium.org2013-06-214-6/+58
* Changes to PairingRegistry to facilitate per-platform implementions.jamiewalch@chromium.org2013-06-187-52/+119
* Make the mapping from client id -> secret asynchronous.jamiewalch@chromium.org2013-06-149-119/+207
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in remoting/.dcheng@chromium.org2013-06-147-9/+9
* Remove XmppProxy and JavascriptSignalStrategy.sergeyu@chromium.org2013-06-132-32/+18
* Give more request types a TransportSecurityState.palmer@chromium.org2013-06-132-0/+5
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-117-7/+7
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-106-6/+6
* This CL adds the "request pairing" implementation between the web-app and the...jamiewalch@chromium.org2013-06-045-12/+8
* Update remoting/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-041-4/+6
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-0114-50/+78
* Show a 'remember me' checkbox in the web-app when connecting to a host that s...jamiewalch@chromium.org2013-05-244-8/+15
* PairingAuthenticator implementation and plumbing.jamiewalch@chromium.org2013-05-2218-58/+794
* Added missing function.jamiewalch@chromium.org2013-05-151-0/+5
* Added support for an optimistic protocol message from the client.jamiewalch@chromium.org2013-05-142-11/+36
* Added PairingRegistry class.jamiewalch@chromium.org2013-05-103-0/+219
* Protocol-level changes required to support PIN-less authentication.jamiewalch@chromium.org2013-05-107-2/+40
* Cleanup code that format session description.sergeyu@chromium.org2013-05-051-20/+8
* Restart ICE when a P2P channel in chromoting connection becomes non-writable.sergeyu@chromium.org2013-05-021-1/+13
* Log connection type in chromoting client.sergeyu@chromium.org2013-05-011-0/+2
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-3010-37/+43
* remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-275-6/+6
* Don't try to log a null stanza...jamiewalch@chromium.org2013-04-261-2/+1
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-199-9/+53
* Fix DCHECK when asynchronous auth finishes after the connection fails.rmsousa@chromium.org2013-04-181-1/+7
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* Fixed missing CONNECTED state transition.jamiewalch@chromium.org2013-04-161-3/+3
* Call ChromotingClient::Initialize() before any packets can arrive.alexeypa@chromium.org2013-04-132-0/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-096-13/+15
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-096-15/+13
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-096-13/+15
* Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition.dcheng@chromium.org2013-04-081-1/+1
* Client plugin changes to support third party authentication. rmsousa@chromium.org2013-04-066-14/+33
* Host-side third party token validationrmsousa@chromium.org2013-04-067-26/+147
* Separate Client and Host side of NegotiatingAuthenticator, and make the proto...rmsousa@chromium.org2013-04-0310-340/+524
* Chromium style checker cleanuprsleevi@chromium.org2013-04-011-2/+2
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-312-5/+9
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-303-20/+0
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-292-4/+4
* Protocol / client plugin changes to support interactively asking for a PIN.rmsousa@chromium.org2013-03-233-91/+167
* Third Party authentication protocol.rmsousa@chromium.org2013-03-2311-16/+779
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-1/+1
* Move HostKeyPair into protocol::KeyPair.rmsousa@chromium.org2013-03-0715-86/+82
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Refactor of Authenticator to allow it to ProcessMessage asynchronously and th...rmsousa@chromium.org2013-03-0116-65/+114
* Reland r185114 "Roll libjingle r281:r286"hclam@google.com2013-02-281-2/+1
* Revert 185114mpearson@chromium.org2013-02-281-1/+2
* Roll libjingle r281:r286hclam@google.com2013-02-281-2/+1
* Make sanity-checking consistent for events received via IPC and on-the-wire.wez@chromium.org2013-02-272-0/+4