Sign in
webrtc
/
src
/
webrtc
/
13e59ec3864f7fa6529ee0a6a84c0b1e0d4c26ee
/
p2p
13e59ec
API for periodically regathering ICE candidates
by Steve Anton
· 8 years ago
59d5575
Use relative paths in GN files.
by jianjun.zhu
· 8 years ago
4f870fc
Revert of Remove remains of webrtc/base (patchset #7 id:120001 of https://codereview.webrtc.org/2973183002/ )
by ehmaldonado
· 8 years ago
c6c814d
Remove remains of webrtc/base
by ehmaldonado
· 8 years ago
a382e02
Handle case where UDP packet contains multiple DTLS records.
by jbauch
· 8 years ago
76de83e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
bc32410
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
60154fd
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
0d58090
Support encrypted RTP extensions (RFC 6904)
by jbauch
· 8 years ago
0214bf4
Fixing RTCIceCandidatePairStats.nominated for ICE controlling agent.
by deadbeef
· 8 years ago
a36f454
Handle the PROTO_TSL when getting the protocol priority.
by zhihuang
· 8 years ago
8c18d91
Enable SNI in ssl adapter.
by Emad Omara
· 8 years ago
d54cb48
Adding PortAllocator option to support cases where sockets can't be bound.
by deadbeef
· 8 years ago
5c0fe6f
Add SafeClamp(), which accepts args of different types
by kwiberg
· 8 years ago
30656b1
Fix issue with send-side bandwidth estimation over TURN TCP connections.
by deadbeef
· 8 years ago
92b90e4
Remove VirtualSocketServer's dependency on PhysicalSocketServer.
by deadbeef
· 8 years ago
61de4a2
Get tests working on systems that only support IPv6.
by deadbeef
· 8 years ago
59a36ed
Delete method MessageQueue::set_socketserver
by nisse
· 8 years ago
e37a700
Refactor TestClient to use std::unique_ptr, and fix VirtualSocketServerTest leaks.
by nisse
· 8 years ago
5f29c4b
Fixing DCHECK in turnport.cc that was broken by refactoring.
by deadbeef
· 8 years ago
26c3df9
Don't crash if STUN error message is missing ERROR-CODE attribute.
by deadbeef
· 8 years ago
9cdb538
GN: Tighten up test target visibility + refactorings
by kjellander
· 8 years ago
783bcd9
Remove the expat and jsoncpp dependencies to reduce binary size.
by zhihuang
· 8 years ago
9dd694f
Fixing SignalSentPacket for TCP connections.
by deadbeef
· 8 years ago
9268ad2
Enable GN check for webrtc/{p2p,system_wrappers}
by kjellander
· 8 years ago
ad4ba26
Negotiate the same SRTP crypto suites for every DTLS association formed.
by deadbeef
· 8 years ago
cee9a93
Add "ice-option:trickle" to generated offers/answers.
by deadbeef
· 8 years ago
dd1b252
Fixing bug that results in incorrect ICE role with ICE lite endpoints.
by deadbeef
· 8 years ago
6dc5c17
Relanding: Remove rtc_p2p_unittests from ortc_unittests and rtc_media_unittests
by deadbeef
· 8 years ago
04834ca
Fix compilation issues of std::unique_ptr
by steweg
· 8 years ago
9f93299
Make PacketTransportInternal inherit from PacketTransportInterface.
by deadbeef
· 8 years ago
cd67a17
Disable possibly flaky AudioCodingModuleTest.TestPacketLossStereo for Linux.
by aleloi
· 8 years ago
5dd6166
Add MakeUnique from chromium and change StunMessage::AddAttribute to take a unique_ptr.
by zstein
· 8 years ago
6425a70
Accept remote offers with current DTLS role, rather than "actpass".
by deadbeef
· 8 years ago
8078c53
Revert of Removing HTTPS and SOCKS proxy server code. (patchset #2 id:20001 of https://codereview.webrtc.org/2731673002/ )
by deadbeef
· 8 years ago
d0da0c0
Parse the connection data in SDP (c= line).
by zhihuang
· 8 years ago
43634fa
Measure packet loss so we can use it to select ICE candidate pairs.
by zstein
· 8 years ago
6c5c54e
Making candidate pool size behave as decided in JSEP.
by deadbeef
· 8 years ago
ded65f3
Replace "timout" with "timeout" in log message.
by deadbeef
· 8 years ago
b7b48ae
Add the option to disable IPv6 ICE candidates on WiFi.
by zhihuang
· 8 years ago
c493ed5
Replace StunMessage's vector<StunAttribute*>* with a
by zstein
· 8 years ago
9a22730
Revert of Enable GN check for webrtc/{ortc,p2p} (patchset #4 id:60001 of https://codereview.webrtc.org/2714263004/ )
by kjellander
· 8 years ago
26c052f
Enable GN check for webrtc/{ortc,p2p}
by kjellander
· 8 years ago
7dce029
Removing HTTPS and SOCKS proxy server code.
by deadbeef
· 8 years ago
6bc85c4
Relanding: Remove the IceTransportInternal2.
by zhihuang
· 8 years ago
fca0fe0
RTCIceCandidatePairStats.[total/current]RoundTripTime collected.
by hbos
· 8 years ago
cf2b8c1
RTCIceCandidatePairStats.nominated collected.
by hbos
· 8 years ago
ad5d1e6
Adding "adapter" ORTC objects on top of ChannelManager/BaseChannel/etc.
by deadbeef
· 8 years ago
e2628ce
Accept SDP with TRANSPORT attributes missing from bundled m= sections.
by deadbeef
· 8 years ago
93d610f
Rewrite of sigslot that avoids vtables.
by deadbeef
· 8 years ago
57c6e9b
Use rtc::ToString instead of std::to_string.
by deadbeef
· 8 years ago
2c381d9
Fix the build break by keeping the old Port::AddAddress method since the
by Peter Boström
· 8 years ago
244306f
Add the URL attribute to cricket::Candiate.
by zhihuang
· 8 years ago
9e0bedc
Rename "PacketTransportInterface" to "PacketTransportInternal".
by deadbeef
· 8 years ago
4da4fb0
Increase STUN RTOs to work better on poor networks, such as 2G networks.
by pthatcher
· 8 years ago
4dd3ead
Use fake clock in some more networks tests.
by pthatcher
· 8 years ago
647a225
Replace all use of the VERIFY macro.
by nisse
· 8 years ago
6ee62e7
Fix Chromium FYI bot
by skvlad
· 8 years ago
9e9294a
Pick the DTLS handshake timeout based on the ICE RTT estimate
by skvlad
· 8 years ago
00f3b65
Allow applications to limit the ICE check rate through RTCConfiguration
by skvlad
· 8 years ago
baf0285
Change StunMessage::AddAttribute return type from bool to void.
by nisse
· 8 years ago
7d23ddd
Delete unneeded includes of base/common.h.
by nisse
· 8 years ago
0f1bf33
Adding ability for BaseChannel to use PacketTransportInterface.
by deadbeef
· 8 years ago
90cc2a9
Reland of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2657563002/ )
by mbonadei
· 8 years ago
df5ec64
Revert of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2651543003/ )
by mbonadei
· 8 years ago
5c59d8f
Moving webrtc.gni up one level from build/
by mbonadei
· 8 years ago
80337cb
Relanding: Removing #defines previously used for building without BoringSSL/OpenSSL.
by deadbeef
· 8 years ago
25e4ac7
Create //webrtc/api:libjingle_peerconnection_api + refactorings.
by ossu
· 8 years ago
d7e99a4
Fixing memory leak in FakeTransportController.
by deadbeef
· 8 years ago
d337e0a
Only set certificate on DTLS transport if fingerprint is found in SDP.
by deadbeef
· 8 years ago
be1fb3d
Revert of Removing #defines previously used for building without BoringSSL/OpenSSL. (patchset #2 id:20001 of https://codereview.webrtc.org/2640513002/ )
by deadbeef
· 8 years ago
fcbdb45
Removing #defines previously used for building without BoringSSL/OpenSSL.
by deadbeef
· 8 years ago
7926a90
Remove the dependency of TransportChannel and TransportChannelImpl.
by zhihuang
· 8 years ago
a4acdb5
Fix PseudoTcp to handle incoming packets with invalid SEQ field
by sergeyu
· 8 years ago
919efdc
Revert of make the DtlsTransportWrapper inherit form DtlsTransportInternal (patchset #11 id:320001 of https://codereview.webrtc.org/2606123002/ )
by zhihuang
· 8 years ago
a253f89
make the DtlsTransportWrapper inherit form DtlsTransportInternal
by zhihuang
· 8 years ago
6b1a0ac
Adding OrtcFactory, and changing UdpTransport to match current plan.
by deadbeef
· 8 years ago
0a6a560
Replace use of ASSERT in test code.
by nisse
· 8 years ago
fea0a43
Remove the IceTransportInternal2.
by zhihuang
· 8 years ago
b8eaf42
More minor improvements to BaseChannel/transport code.
by deadbeef
· 8 years ago
07c33de
Remove unused lambda capture to unbreak downstream code.
by solenberg
· 8 years ago
ee5b9ea
RTCTransportStats.dtlsState replaces .activeConnection
by hbos
· 8 years ago
29d7772
Revert of Remove the IceTransportInternal2. (patchset #1 id:1 of https://codereview.webrtc.org/2632563002/ )
by henrikg
· 8 years ago
2eac54b
Remove the IceTransportInternal2.
by zhihuang
· 8 years ago
5ccf9fc
Remove BaseChannel's dependency on TransportController.
by zhihuang
· 8 years ago
c08b446
Make P2PTransportChannel inherit from IceTransportInternal.
by zhihuang
· 8 years ago
a875ff8
Replace ASSERT by RTC_DCHECK in all non-test code.
by nisse
· 8 years ago
1709986
Replace RTC_DCHECK(false) with RTC_NOTREACHED().
by nisse
· 8 years ago
d65e27e
Move MetricsObserverInterface out of peerconnectioninterface.h
by skvlad
· 8 years ago
ef6b287
Replace ASSERT(false) by RTC_NOTREACHED().
by nisse
· 8 years ago
3837762
Add disabled certificate check support to IceServer PeerConnection API.
by hnsl
· 8 years ago
cafec1e
Delete final remnants of the buzz namespace.
by nisse
· 8 years ago
d901f3c
Create the MockIceTransport
by zhihuang
· 8 years ago
cff7edc
Refactor rtc_unittests into several targets.
by ehmaldonado
· 8 years ago
e8b5dea
Create the DtlsTransportInternal
by zhihuang
· 8 years ago
67d12ed
Reland of place basictypes.h with stdint.h for int_t types. (patchset #1 id:1 of https://codereview.webrtc.org/2603203003/ )
by pbos
· 8 years ago
aca2942
RTCIceCandidatePairStats.[state/priority] added, ConnectionInfo updated.
by hbos
· 8 years ago
f86f083
Revert of Replace basictypes.h with stdint.h for int_t types. (patchset #1 id:1 of https://codereview.webrtc.org/2604043002/ )
by pbos
· 8 years ago
693be15
Replace basictypes.h with stdint.h for int_t types.
by pbos
· 8 years ago
5b09866
Prepare to introduce the IceTransportInternal.
by zhihuang
· 8 years ago
Next »