Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com
Sign in
webrtc
/
src
/
refs/heads/lkgr
/
pc
/
ice_server_parsing.cc
6a6959e
pc: Add missing dependencies and remove unused includes
by Tommi
· 5 weeks ago
b2ea936
Modernize deprecated headers in api/, pc/ and rtc_base/
by Philipp Hancke
· 4 months ago
52c16dc
Cleanup arraysize usage in pc/ and stats/
by Danil Chapovalov
· 6 months ago
4930228
pc: limit TURN username to 509 bytes
by Philipp Hancke
· 6 months ago
e6a1f70
Use webrtc name specifier instead of rtc/cricket in pc
by Evan Shrubsole
· 7 months ago
945e517
Move cricket namespace to webrtc
by Evan Shrubsole
· 7 months ago
f0d5caf
IWYU pc/
by Harald Alvestrand
· 7 months ago
8f7678f
Move rest of rtc namespace except ios and clashes to webrtc namespace
by Evan Shrubsole
· 8 months ago
080cdac
Move forward includes in ice_transport_interface to webrtc namespace
by Evan Shrubsole
· 8 months ago
64b076f4
Move socket_address.h to webrtc namespace
by Evan Shrubsole
· 8 months ago
b1d704b
Move port_interface.h to webrtc namespace
by Evan Shrubsole
· 8 months ago
6202bf1
Move ip_address.h to webrtc namespace
by Evan Shrubsole
· 8 months ago
d8d0410
Refactoring steps to simplify PeerConnection construction
by Tommi
· 9 months ago
f052c43
Move string_to_number.h to webrtc namespace
by Evan Shrubsole
· 9 months ago
00ff9dd
Remove deprecated ParseIceServers variant
by Philipp Hancke
· 1 year, 2 months ago
8037fc6
Migrate absl::optional to std::optional
by Florent Castelli
· 1 year, 2 months ago
ff6cd53
Reject stun urls with query parameters
by Philipp Hancke
· 2 years, 7 months ago
3e7e15d
Reland "move relay server priority assignment to port_allocator"
by Jonas Oreland
· 3 years ago
936c1af
Revert "move relay server priority assignment to port_allocator"
by Artem Titov
· 3 years, 1 month ago
b395f5b
move relay server priority assignment to port_allocator
by Philipp Hancke
· 3 years, 1 month ago
633dc2f
Reland "ice server parsing: return RTCError with more details"
by Philipp Hancke
· 3 years, 1 month ago
4d47e0b
Revert "ice server parsing: return RTCError with more details"
by Mirko Bonadei
· 3 years, 1 month ago
c4b0bde
ice server parsing: return RTCError with more details
by Philipp Hancke
· 3 years, 1 month ago
6d12262
Refactor ParseIceServerUrl to use absl::string_view
by Niels Möller
· 3 years, 6 months ago
e66b83f
Never pass a signed char to ctype macros like isdigit()
by Niels Möller
· 3 years, 6 months ago
4662f53
Add string_view version of cricket::StringToProto
by Niels Möller
· 3 years, 6 months ago
c24a218
Update IWYU tool with a mapping file
by Harald Alvestrand
· 3 years, 9 months ago
ef5b21e
Deprecate and remove usage for WARNING log level
by Harald Alvestrand
· 4 years ago
d325196
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
by Artem Titov
· 4 years ago
05fadac
make ice server parsing error and logging more consistent
by Philipp Hancke
· 4 years ago
634f279
Delete redundant function rtc::tokenize_with_empty_tokens
by Niels Möller
· 4 years, 2 months ago
cfea218
Use backticks not vertical bars to denote variables in comments
by Artem Titov
· 4 years, 3 months ago
880fa81
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
by Artem Titov
· 4 years, 4 months ago
fd05d6f
Revert "Use backticks not vertical bars to denote variables in comments for /pc"
by Björn Terelius
· 4 years, 4 months ago
37ee0f5
Use backticks not vertical bars to denote variables in comments for /pc
by Artem Titov
· 4 years, 4 months ago
5761e7b
Running apply-iwyu on ~all files in pc/
by Harald Alvestrand
· 4 years, 10 months ago
a3dd772
Add create function for PeerConnection that can return an error.
by Harald Alvestrand
· 5 years ago
a4d8737
Format almost everything.
by Jonas Olsson
· 6 years ago
db4def9
Update parsing of stun and turn urls for RFC 7064-7065
by Niels Möller
· 7 years ago
10542f2
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
by Steve Anton
· 7 years ago
1c05765
(3) Rename files to snake_case: move the files
by Steve Anton
· 7 years ago
[Renamed from pc/iceserverparsing.cc]
3e70781
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
by Yves Gerey
· 7 years ago
9c147dd
Revert "Add SSLConfig object to IceServer."
by Sergey Silkin
· 7 years ago
4f08543
Add SSLConfig object to IceServer.
by Diogo Real
· 7 years ago
1d52d2c
Revert "Add SSLConfig object to IceServer."
by Ying Wang
· 7 years ago
7f1ffcc
Add SSLConfig object to IceServer.
by Diogo Real
· 7 years ago
b2a7478
Fix usage logging of TURN and STUN servers
by Harald Alvestrand
· 7 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 8 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 8 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago
[Renamed from webrtc/pc/iceserverparsing.cc]
7bd1f1b
Add support for changing the TLS elliptic curve set.
by Diogo Real
· 8 years ago
1dca9d5
Support a user-provided string for the TLS ALPN extension.
by Diogo Real
· 8 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
a80c16a
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
c3771cc
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
dab1d2d
Enable SNI in ssl adapter.
by Emad Omara
· 8 years ago
1dcb164
Rewrite PeerConnection integration tests using better testing practices.
by deadbeef
· 9 years ago