| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to standard integer types in content/browser/renderer_host/. | avi | 2015-12-25 | 1 | -1/+4 |
* | Avoid calling P2PSocketHostTcpBase::DoRead in case of error. | jiayl | 2014-10-31 | 1 | -1/+1 |
* | Standardize usage of virtual/override/final in content/browser/ | dcheng | 2014-10-21 | 1 | -20/+23 |
* | Replacing the OVERRIDE with override and FINAL with final in content/browser/... | mohan.reddy | 2014-10-07 | 1 | -8/+8 |
* | Update webrtc&libjingle 6774:6825. | ronghuawu@chromium.org | 2014-08-06 | 1 | -4/+4 |
* | Revert "Update webrtc&libjingle 6774:6799." | erikchen@chromium.org | 2014-07-31 | 1 | -4/+4 |
* | Update webrtc&libjingle 6774:6799. | ronghuawu@chromium.org | 2014-07-31 | 1 | -4/+4 |
* | Implements RTP header dumping. | jiayl@chromium.org | 2014-05-31 | 1 | -3/+3 |
* | Revert 273745 "Implements RTP header dumping." due to memory leak | battre@chromium.org | 2014-05-30 | 1 | -3/+3 |
* | Implements RTP header dumping. | jiayl@chromium.org | 2014-05-30 | 1 | -3/+3 |
* | Relanding https://codereview.chromium.org/197713005/, was reverted in | mallinath@chromium.org | 2014-03-14 | 1 | -3/+6 |
* | Revert 256709 "Relanding https://codereview.chromium.org/1593530..." | tommi@chromium.org | 2014-03-13 | 1 | -6/+3 |
* | Relanding https://codereview.chromium.org/159353002/ after some minor modific... | mallinath@chromium.org | 2014-03-13 | 1 | -3/+6 |
* | Revert 256580 "This CL adds methods to manipulate RTP header ext..." | cpu@chromium.org | 2014-03-12 | 1 | -6/+3 |
* | This CL adds methods to manipulate RTP header extension, particularly | mallinath@chromium.org | 2014-03-12 | 1 | -3/+6 |
* | Push remote hostname to P2P socket host. | mallinath@chromium.org | 2014-03-12 | 1 | -2/+2 |
* | Relanding PacketOptions enabling CL https://codereview.chromium.org/177603002 | mallinath@chromium.org | 2014-03-02 | 1 | -1/+1 |
* | Remove p2p socket API from content/public | hubbe@chromium.org | 2014-02-26 | 1 | -1/+1 |
* | Revert 252408 "Adding talk_base::PacketOptions to P2P IPC Send m..." | bartfab@chromium.org | 2014-02-24 | 1 | -1/+1 |
* | Adding talk_base::PacketOptions to P2P IPC Send message. | mallinath@chromium.org | 2014-02-20 | 1 | -1/+1 |
* | 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 |