index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
renderer_host
/
p2p
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Allow server sockets to rebind to same port if there is nothing actively list...
justinlin@chromium.org
2012-09-17
1
-0
/
+3
*
Refactor the P2PSocketDispatcher to be created on the RenderThread instead of...
perkj@chromium.org
2012-09-12
13
-99
/
+68
*
Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket
rch@chromium.org
2012-07-19
1
-0
/
+10
*
Added broadcasting feature to UDP server sockets.
ygorshenin@chromium.org
2012-07-16
1
-1
/
+10
*
Ignore EHOSTUNREACH and EHOSTDOWN when sending on P2P sockets.
sergeyu@chromium.org
2012-07-09
1
-2
/
+8
*
Use IPC::Sender and IPC::Listener in content.
brettw@chromium.org
2012-06-25
9
-16
/
+15
*
fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...
zhaoqin@chromium.org
2012-06-08
2
-7
/
+5
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
3
-20
/
+9
*
RefCounted types should not have public destructors, content/browser part 1
rsleevi@chromium.org
2012-04-27
2
-44
/
+50
*
Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...
rch@chromium.org
2012-04-03
1
-0
/
+5
*
Fixing incorrect log message after successful SetSendBufferSize.
mallinath@chromium.org
2012-03-29
1
-1
/
+1
*
Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...
wez@chromium.org
2012-03-28
4
-13
/
+15
*
P2PSocketHostTcp::Init method calls SetSendBufferSize after net::TCPClientSoc...
mallinath@chromium.org
2012-03-20
1
-5
/
+7
*
Move resource_context.h to content/public/browser. Remove the workaround in i...
jam@chromium.org
2012-02-09
1
-1
/
+1
*
Make content::ResourceContext be a real interface like the rest of the Conten...
jam@chromium.org
2012-02-09
2
-4
/
+4
*
Move net/base/sys_byteorder.h to base/sys_byteorder.h
isherman@chromium.org
2011-12-28
5
-5
/
+5
*
Move BrowserMessageFilter to public, and into content namespace.
joi@chromium.org
2011-12-16
2
-3
/
+4
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
6
-69
/
+27
*
Revert 113699 - base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-09
1
-11
/
+0
*
base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-08
1
-0
/
+11
*
base::Bind: Convert Socket::Read.
jhawkins@chromium.org
2011-12-07
1
-6
/
+32
*
base::Bind: Convert StreamSocket::Connect.
jhawkins@chromium.org
2011-12-06
1
-0
/
+5
*
base::Bind: Convert ServerSocket::Accept.
jhawkins@chromium.org
2011-12-03
3
-13
/
+21
*
base::Bind: Convert HostResolver::Resolve.
jhawkins@chromium.org
2011-11-16
1
-7
/
+6
*
Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind().
dcheng@chromium.org
2011-11-15
1
-6
/
+6
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Buffer packets in the IPC P2P layer.
sergeyu@chromium.org
2011-10-22
4
-16
/
+64
*
Set send buffer size for P2P UDP sockets.
sergeyu@chromium.org
2011-10-18
2
-1
/
+14
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
7
-22
/
+22
*
more content exports needed for unit_tests and browser_tests.
dpranke@chromium.org
2011-09-30
4
-4
/
+7
*
Add support for exporting IPC messages from component DLLs.
darin@chromium.org
2011-08-26
1
-2
/
+2
*
Move P2P code to content namespace.
sergeyu@chromium.org
2011-08-25
13
-4
/
+51
*
Return DNS addresses when address can be resolved synchronously.
sergeyu@chromium.org
2011-08-12
1
-3
/
+5
*
Renamed authorized_ to connected_ for p2p sockets host.
sergeyu@chromium.org
2011-08-10
4
-11
/
+11
*
Properly handle STUN requests and responses from relay servers.
sergeyu@chromium.org
2011-08-09
4
-4
/
+9
*
Add IPC for DNS host address resolution.
sergeyu@chromium.org
2011-08-09
2
-3
/
+134
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
2
-2
/
+2
*
DatagramSocket: added NetLog accessor.
agayev@chromium.org
2011-07-18
1
-0
/
+5
*
Roll new libjingle with asynchronous NetworkManager.
sergeyu@chromium.org
2011-07-13
2
-12
/
+56
*
Libjingle roll 66:71. Enable STUN magic cookie verification.
sergeyu@chromium.org
2011-07-01
1
-6
/
+3
*
Revert 91080 - broke clang.
rsleevi@chromium.org
2011-06-30
1
-3
/
+6
*
Libjingle roll 66:68. Enable STUN magic cookie verification.
sergeyu@chromium.org
2011-06-30
1
-6
/
+3
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-27
1
-0
/
+10
*
Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...
dimich@chromium.org
2011-06-24
1
-10
/
+0
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-24
1
-0
/
+10
[next]