| Commit message (Expand) | Author | Age | Files | Lines |
* | Flag for disabling P2P STUN filter | hubbe@chromium.org | 2013-12-11 | 1 | -2/+9 |
* | Add support of IP_MULTICAST_IF in UDP sockets. | vitalybuka@chromium.org | 2013-12-05 | 1 | -0/+5 |
* | Sockets used for p2p in chrome browser process is left with | mallinath@chromium.org | 2013-12-04 | 2 | -0/+21 |
* | This CL is in preparation for making a public way for the media/cast library ... | hubbe@chromium.org | 2013-12-04 | 5 | -5/+5 |
* | LOG(INFO) -> VLOG(0) in content/ | scottmg@chromium.org | 2013-11-23 | 1 | -2/+2 |
* | Move a few functions out of line. | thakis@chromium.org | 2013-11-09 | 2 | -210/+215 |
* | Don't try to set DSCP on socket when outgoing packet DSCP | mallinath@chromium.org | 2013-10-29 | 1 | -1/+6 |
* | [Tracing] Add support for forward looking or backwards looking async steps. | simonjam@chromium.org | 2013-10-24 | 1 | -2/+2 |
* | Initialize variable to avoid false-positive uninit error from valgrind. | jyasskin@chromium.org | 2013-10-23 | 1 | -1/+1 |
* | Fix a false valgrind uninit error under clang. | jyasskin@chromium.org | 2013-10-22 | 1 | -1/+1 |
* | Implement support for p2p socket UDP packages to set the Differntiated Servic... | hubbe@chromium.org | 2013-10-22 | 11 | -39/+76 |
* | Minor cleanup in P2PSocketHostUdp. | thestig@chromium.org | 2013-10-18 | 1 | -4/+5 |
* | Trace events for P2P Socket | hclam@chromium.org | 2013-10-17 | 11 | -62/+58 |
* | Cleanup: Fix style errors and remove unused #includes in net/base/net_util.h,... | thestig@chromium.org | 2013-10-14 | 2 | -0/+5 |
* | Limit size of outgoing P2P packets | sergeyu@chromium.org | 2013-10-13 | 1 | -0/+12 |
* | Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T... | jam@chromium.org | 2013-10-01 | 1 | -2/+0 |
* | This CL implements a simple send rate controller for STUN packets when sent t... | mallinath@chromium.org | 2013-09-21 | 9 | -13/+200 |
* | For FakeSSL client socket connect was never called. So if Read is called | mallinath@chromium.org | 2013-09-20 | 2 | -13/+21 |
* | Remove HostResolver::RequestInfo's priority parameter | akalin@chromium.org | 2013-08-20 | 1 | -2/+2 |
* | Add a priority parameter for HostResolver::RequestInfo's constructor | akalin@chromium.org | 2013-08-16 | 1 | -2/+4 |
* | [net] Use scoped_ptr<> consistently in ClientSocketFactory and related code | akalin@chromium.org | 2013-08-15 | 1 | -4/+6 |
* | Since WebRTC is the major consumer of p2p sockets in render_host/p2p. | mallinath@chromium.org | 2013-08-13 | 1 | -1/+2 |
* | Clone of @ https://codereview.chromium.org/22452002/ | mallinath@chromium.org | 2013-08-13 | 4 | -12/+99 |
* | Use a direct include of the message_loop header in content/, part 2. | avi@chromium.org | 2013-07-18 | 3 | -3/+3 |
* | Remove net::ServerSocket::setAllowReuseAddress and fix server socket on Windows. | ikarienator@chromium.org | 2013-07-04 | 1 | -5/+1 |
* | Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-27 | 1 | -1/+1 |
* | Proxy detection is important feature for the P2P sockets, as | mallinath@chromium.org | 2013-06-21 | 8 | -90/+112 |
* | SSLTCP (pseudo-SSL with fake handshake and unencrypted data) support for p2p ... | ronghuawu@chromium.org | 2013-06-21 | 6 | -16/+48 |
* | Uniquely identify UDP packet in trace events | hclam@chromium.org | 2013-06-15 | 2 | -17/+36 |
* | Add multicast support to DatagramServerSocket | noamsml@chromium.org | 2013-06-08 | 1 | -0/+22 |
* | Update content/ to use scoped_refptr<T>::get() rather than implicit "operator... | rsleevi@chromium.org | 2013-06-02 | 2 | -19/+27 |
* | Use base::MessageLoop in more files. | xhwang@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | If HostResolver::Request completes with OK, the AddressList is not empty. Pre... | mef@chromium.org | 2013-05-15 | 1 | -8/+1 |
* | Adding TCP packet support for STUN/TURN packets. | ronghuawu@chromium.org | 2013-05-07 | 8 | -76/+409 |
* | Revert 198565 "Adding TCP packet support for STUN/TURN packets." | ronghuawu@chromium.org | 2013-05-07 | 8 | -408/+76 |
* | Adding TCP packet support for STUN/TURN packets. | ronghuawu@chromium.org | 2013-05-06 | 8 | -76/+408 |
* | content: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-04 | 1 | -1/+1 |
* | Add tracing data for measure number of EWOULDBLOCK error in p2p socket | hclam@chromium.org | 2013-05-03 | 1 | -0/+4 |
* | UDP transient errors should not be fatal | hclam@chromium.org | 2013-05-02 | 1 | -2/+14 |
* | content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -2/+2 |
* | Fix P2PSocketHostTcp to handle async write correctly. | sergeyu@chromium.org | 2013-04-17 | 4 | -5/+75 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-17 | 3 | -3/+3 |
* | Fix IpcPacketSocketFactory to return EWOULDBLOCK when network interface is co... | sergeyu@chromium.org | 2013-04-06 | 7 | -78/+81 |
* | Remove experimental code to pick the "warmest" socket | mmenke@chromium.org | 2013-03-30 | 1 | -10/+0 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 1 | -2/+2 |
* | If there are some firewall restrictions are applied on the host and | mallinath@chromium.org | 2013-02-20 | 1 | -1/+2 |
* | Linux/ChromeOS Chromium style checker cleanup, content/ edition. | rsleevi@chromium.org | 2013-02-12 | 2 | -2/+2 |
* | Fix P2PSocketHostUDP to handle EHOSTUNREACH error. | sergeyu@chromium.org | 2013-01-24 | 1 | -7/+25 |
* | Get rid of ipc_sender.h include in ipc_message.h. | viettrungluu@chromium.org | 2012-12-14 | 4 | -2/+6 |
* | Process all complete packets present during Read callbacks, instead of a sing... | fischman@chromium.org | 2012-11-28 | 1 | -14/+19 |