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
/
renderer
/
p2p
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the same function definition and reuse the same one from WebRTC.
guoweis
2015-03-20
1
-12
/
+5
*
Enables passing Origin value with WebRTC MediaConstraints (flag controlled).
pthatcher
2015-03-13
2
-3
/
+18
*
Only allow non-deprecated IPv6 addresses which don't contain MAC to be used i...
guoweis
2015-03-12
1
-5
/
+11
*
Only allow temporary IPv6 address.
guoweis
2015-03-08
1
-0
/
+8
*
Add a Preference to allow WebRTC only bind to "any address" (all 0s). This wa...
guoweis
2015-02-19
2
-0
/
+5
*
Use network counting from webrtc for UMA.
guoweis
2015-02-09
1
-12
/
+8
*
Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.
reillyg
2015-02-09
1
-1
/
+1
*
Mechanical rename of tracing includes for /content [2/3]
primiano
2015-01-28
1
-1
/
+1
*
replace COMPILE_ASSERT with static_assert in content/
mostynb
2015-01-13
1
-1
/
+1
*
Added a CHECK assert which will cause crash when missing send completion sign...
guoweis
2015-01-09
7
-58
/
+94
*
Change the UMA histogram bucket to help track large video encoded output. The...
guoweis
2014-12-29
1
-4
/
+2
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-23
1
-2
/
+2
*
Change the UMA histogram bucket to help track large video encoded output
guoweis
2014-12-19
1
-2
/
+3
*
Hide the proxy socket address from the clients of ProxyResolvingClientSocket.
jiayl
2014-12-11
1
-20
/
+31
*
Make the ipc_socket_factory logging show up in release build.
jiayl
2014-12-08
1
-3
/
+6
*
Rename network_prefix to prefix_length in NetworkInterface structure.
guoweis
2014-11-20
1
-10
/
+4
*
[content/renderer] Convert VLOGs to DVLOGs
anujk.sharma
2014-11-14
2
-5
/
+5
*
Introduce a new experiment to control the application send socket buffer size...
guoweis
2014-11-11
1
-1
/
+24
*
IpcPacketSocket should SignalConnect AFTER updating the remote address.
jiayl
2014-11-07
1
-1
/
+7
*
Update Chromium for webrtc r7656.
pkasting
2014-11-07
2
-6
/
+6
*
Add juberti@ to OWNERS files for p2p socket
guoweis
2014-11-04
1
-0
/
+1
*
Roll WebRTC 7546:7549.
hellner
2014-10-31
2
-2
/
+2
*
Revert "Roll WebRTC 7546:7549."
Mike Wittman
2014-10-29
2
-2
/
+2
*
Roll WebRTC 7546:7549.
hellner
2014-10-29
2
-2
/
+2
*
Increase WebRTC socket send buffer to 256k.
guoweis
2014-10-28
1
-1
/
+2
*
Implement UMA and internal data structure for tracking EWOULDBLOCK.
guoweis
2014-10-28
1
-1
/
+41
*
Standardize usage of virtual/override/final in content/renderer/
dcheng
2014-10-21
7
-65
/
+65
*
Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderer
mohan.reddy
2014-10-08
7
-42
/
+42
*
Remove support for legacy relay servers from P2PPortAllocator.
sergeyu
2014-10-08
2
-242
/
+9
*
Use of base::StringPairs appropriately in content
mohan.reddy
2014-09-25
1
-3
/
+2
*
Interface change for net_util.h for WebRTC IPv6 support.
guoweis
2014-09-22
1
-3
/
+6
*
IpcNetworkManager in renderer/p2p didn't specify the right network prefix,
guoweis
2014-09-15
5
-27
/
+183
*
Fix the hostname used to setup a TURN/TSL connection.
jiayl@chromium.org
2014-08-15
1
-7
/
+13
*
Support multiple STUN servers for PeerConnection.
jiayl@chromium.org
2014-08-09
2
-7
/
+3
*
Update webrtc&libjingle 6774:6825.
ronghuawu@chromium.org
2014-08-06
11
-122
/
+122
*
Revert "Update webrtc&libjingle 6774:6799."
erikchen@chromium.org
2014-07-31
11
-122
/
+122
*
Update webrtc&libjingle 6774:6799.
ronghuawu@chromium.org
2014-07-31
11
-122
/
+122
*
Add IPv4/IPv6 counters to UMA even when count is 0.
mallinath@chromium.org
2014-07-25
1
-8
/
+5
*
Provide "hostname:port" to the P2P Browser process sockets via P2PHostMsg_Cre...
mallinath@chromium.org
2014-07-09
1
-1
/
+3
*
Handle unresolved remote hostname for TCP sockets.
mallinath@chromium.org
2014-07-08
6
-17
/
+43
*
Add WebRtc logging in IpcPacketSocket when the socket is blocked or unblocked.
jiayl@chromium.org
2014-06-13
1
-1
/
+16
*
Decouple IPC::MessageFilter from IPC::Channel
morrita@chromium.org
2014-06-13
2
-11
/
+11
*
Remove --enable-webrtc-tcp-server-socket
hclam@chromium.org
2014-05-30
1
-6
/
+1
*
Revert 272379 "Revert 272371 "Add UMA Counts for number of IPv4 ..."
courage@chromium.org
2014-05-23
1
-0
/
+15
*
Revert 272371 "Add UMA Counts for number of IPv4 and IPv6 interf..."
courage@chromium.org
2014-05-23
1
-15
/
+0
*
Add UMA Counts for number of IPv4 and IPv6 interfaces detected for PeerConnec...
mallinath@chromium.org
2014-05-23
1
-0
/
+15
*
Fix more cases of unreachable code on Windows, mostly added recently.
pkasting@chromium.org
2014-05-22
1
-1
/
+0
*
Send SignalClose to the clients of P2PSocket, if TCP socket is failed to
mallinath@chromium.org
2014-05-17
1
-0
/
+4
*
Wiring network interface from Chromium net to libjingle Network.
mallinath@chromium.org
2014-05-08
1
-4
/
+29
*
Move IPC::MessageFilter and router to a separate file
dmichael@chromium.org
2014-04-25
2
-4
/
+4
[next]