| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement SetOption and GetOption methods defined in talk_base::AsyncPacketSo... | mallinath@chromium.org | 2014-01-23 | 1 | -0/+1 |
* | Revert 246612 "Implement SetOption and GetOption methods defined..." | akalin@chromium.org | 2014-01-23 | 1 | -1/+0 |
* | Implement SetOption and GetOption methods defined in talk_base::AsyncPacketSo... | mallinath@chromium.org | 2014-01-23 | 1 | -0/+1 |
* | This CL is in preparation for making a public way for the media/cast library ... | hubbe@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Implement support for p2p socket UDP packages to set the Differntiated Servic... | hubbe@chromium.org | 2013-10-22 | 1 | -0/+1 |
* | Trace events for P2P Socket | hclam@chromium.org | 2013-10-17 | 1 | -1/+2 |
* | For FakeSSL client socket connect was never called. So if Read is called | mallinath@chromium.org | 2013-09-20 | 1 | -1/+3 |
* | Clone of @ https://codereview.chromium.org/22452002/ | mallinath@chromium.org | 2013-08-13 | 1 | -0/+6 |
* | Use a direct include of the message_loop header in content/, part 2. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Proxy detection is important feature for the P2P sockets, as | mallinath@chromium.org | 2013-06-21 | 1 | -6/+16 |
* | SSLTCP (pseudo-SSL with fake handshake and unencrypted data) support for p2p ... | ronghuawu@chromium.org | 2013-06-21 | 1 | -3/+5 |
* | Adding TCP packet support for STUN/TURN packets. | ronghuawu@chromium.org | 2013-05-07 | 1 | -8/+50 |
* | Revert 198565 "Adding TCP packet support for STUN/TURN packets." | ronghuawu@chromium.org | 2013-05-07 | 1 | -50/+8 |
* | Adding TCP packet support for STUN/TURN packets. | ronghuawu@chromium.org | 2013-05-06 | 1 | -8/+50 |
* | Fix P2PSocketHostTcp to handle async write correctly. | sergeyu@chromium.org | 2013-04-17 | 1 | -0/+1 |
* | Fix IpcPacketSocketFactory to return EWOULDBLOCK when network interface is co... | sergeyu@chromium.org | 2013-04-06 | 1 | -0/+3 |
* | Refactor the P2PSocketDispatcher to be created on the RenderThread instead of... | perkj@chromium.org | 2012-09-12 | 1 | -1/+1 |
* | Use IPC::Sender and IPC::Listener in content. | brettw@chromium.org | 2012-06-25 | 1 | -2/+1 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -4/+0 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -3/+3 |
* | more content exports needed for unit_tests and browser_tests. | dpranke@chromium.org | 2011-09-30 | 1 | -1/+1 |
* | Move P2P code to content namespace. | sergeyu@chromium.org | 2011-08-25 | 1 | -0/+4 |
* | Renamed authorized_ to connected_ for p2p sockets host. | sergeyu@chromium.org | 2011-08-10 | 1 | -1/+1 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2) | thestig@chromium.org | 2011-06-15 | 1 | -1/+3 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -3/+3 |
* | Unittests for P2P TCP Sockets Host. | sergeyu@chromium.org | 2011-04-25 | 1 | -0/+3 |
* | Revert 82771 - Unittests for P2P TCP Sockets Host.BUG=NoneTEST=UnittestsRevie... | sergeyu@chromium.org | 2011-04-23 | 1 | -3/+0 |
* | Unittests for P2P TCP Sockets Host. | sergeyu@chromium.org | 2011-04-23 | 1 | -0/+3 |
* | Enable TCP sockets for P2P IPC. | sergeyu@chromium.org | 2011-04-20 | 1 | -2/+1 |
* | IPC host for TCP P2P sockets. | sergeyu@chromium.org | 2011-04-19 | 1 | -0/+70 |