webrtc/p2p/base
Tommi f54e0133d7 Remove deprecated ProxyInfo code
Bug: none
Change-Id: I82d3ee97927031d974e2ef657312101dd910eff4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/347620
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42136}
2024-04-22 08:38:36 +00:00
..
active_ice_controller_factory_interface.h Add an active ICE controller factory to IceTransportInit (#3/n) 2022-09-14 11:40:36 +00:00
active_ice_controller_interface.h Add an active ICE controller interface (#2/n) 2022-09-13 07:45:39 +00:00
async_stun_tcp_socket.cc Reapply "Refactor AsyncTcpSocket(s) to use rtc::ReceivedPackets" 2023-11-28 07:54:53 +00:00
async_stun_tcp_socket.h Reapply "Refactor AsyncTcpSocket(s) to use rtc::ReceivedPackets" 2023-11-28 07:54:53 +00:00
async_stun_tcp_socket_unittest.cc Reapply "Refactor AsyncTcpSocket(s) to use rtc::ReceivedPackets" 2023-11-28 07:54:53 +00:00
basic_async_resolver_factory.cc Delete deprecated AsyncResolver and related classes 2023-11-30 15:36:55 +00:00
basic_async_resolver_factory.h Delete deprecated AsyncResolver and related classes 2023-11-30 15:36:55 +00:00
basic_async_resolver_factory_unittest.cc Delete deprecated AsyncResolver and related classes 2023-11-30 15:36:55 +00:00
basic_ice_controller.cc Update more Candidate type checkers to use Candidate::is_* 2024-01-26 13:41:09 +00:00
basic_ice_controller.h Refactor a lot of the p2p:rtc_p2p target 2024-01-25 18:28:27 +00:00
basic_packet_socket_factory.cc Remove more ProxyInfo references. 2024-04-17 11:55:00 +00:00
basic_packet_socket_factory.h Remove deprecated ProxyInfo code 2024-04-22 08:38:36 +00:00
candidate_pair_interface.h Detangle p2p/connection.cc and port.cc 2024-01-26 08:29:27 +00:00
connection.cc Reland "Deprecate old constructors and set_type() in Candidate and Port" 2024-03-08 20:39:59 +00:00
connection.h Detangle p2p/connection.cc and port.cc 2024-01-26 08:29:27 +00:00
connection_info.cc Remove 'new_connection' attribute from ConnectionInfo 2022-05-23 12:58:21 +00:00
connection_info.h Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ 2023-05-03 11:09:26 +00:00
default_ice_transport_factory.cc Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
default_ice_transport_factory.h Replace rtc::ThreadChecker with webrtc::SequenceChecker 2021-02-02 14:56:27 +00:00
dtls_transport.cc Replace SignalClosed sigslot with absl::AnyInvocable 2024-03-18 18:27:50 +00:00
dtls_transport.h Replace use of SignalReadPacket in DtlsTransport 2024-02-27 06:17:41 +00:00
dtls_transport_factory.h Simplify DtlsTransport state. 2021-04-03 17:21:41 +00:00
dtls_transport_internal.cc Remove cricket::DtlsTransportState. 2021-05-21 21:45:29 +00:00
dtls_transport_internal.h Add histogram for DTLS peer signature algorithm 2023-10-06 12:25:37 +00:00
dtls_transport_unittest.cc Delete PacketTransportInternal::SignalReadPacket 2024-02-27 20:38:51 +00:00
fake_dtls_transport.h Change RtpTransport and DsctTransport to receives packets through ReceivedPacketCallback 2024-02-27 15:55:02 +00:00
fake_ice_transport.h Introduce PacketTransportInternal::NotifyPacketReceived 2024-02-23 18:03:13 +00:00
fake_packet_transport.h Replace SignalClosed sigslot with absl::AnyInvocable 2024-03-18 18:27:50 +00:00
fake_port_allocator.h Reland "Deprecate old constructors and set_type() in Candidate and Port" 2024-03-08 20:39:59 +00:00
ice_agent_interface.h Accept ArrayView in ICE agent interface where feasible. 2022-10-17 15:03:33 +00:00
ice_controller_factory_interface.h Extend IceControllerFactoryArgs with field trial string 2020-04-27 07:00:04 +00:00
ice_controller_interface.cc Land refactored IceControllerEvent as IceRecheckEvent 4/4 2022-06-03 14:08:54 +00:00
ice_controller_interface.h Add IceControllerInterface::GetConnections() and fix return type. 2023-12-05 14:56:51 +00:00
ice_credentials_iterator.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ice_credentials_iterator.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ice_credentials_iterator_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
ice_switch_reason.cc Add an ICE switch reason for a switch requested by an application. 2023-02-06 16:19:49 +00:00
ice_switch_reason.h Add an ICE switch reason for a switch requested by an application. 2023-02-06 16:19:49 +00:00
ice_transport_internal.cc Add callback-based interface to IceTransportInternal GatheringState 2023-11-30 09:25:37 +00:00
ice_transport_internal.h Revert "Convert P2PTransportChannel Candidate Pair Change to CallbackList" 2024-04-20 10:36:46 +00:00
mock_active_ice_controller.h Use active ICE controller in P2PTransportChannel with an adapter (#6/n) 2022-09-19 09:41:30 +00:00
mock_dns_resolving_packet_socket_factory.h Resolve TURN hostname specific to network family behind field trial. 2022-12-05 13:34:57 +00:00
mock_ice_agent.h Accept ArrayView in ICE agent interface where feasible. 2022-10-17 15:03:33 +00:00
mock_ice_controller.h Add IceControllerInterface::GetConnections() and fix return type. 2023-12-05 14:56:51 +00:00
mock_ice_transport.h Use backticks not vertical bars to denote variables in comments for /p2p 2021-07-27 18:51:02 +00:00
p2p_constants.cc Stop pairing local relay candidates with remote mDNS candidates. 2019-10-18 23:36:17 +00:00
p2p_constants.h Detangle p2p/connection.cc and port.cc 2024-01-26 08:29:27 +00:00
p2p_transport_channel.cc Revert "Convert P2PTransportChannel Candidate Pair Change to CallbackList" 2024-04-20 10:36:46 +00:00
p2p_transport_channel.h Reland "Let port allocator create ice tie breaker" 2024-02-12 14:47:12 +00:00
p2p_transport_channel_ice_field_trials.h Add StunDictionary - patch 2 2023-08-07 13:10:00 +00:00
p2p_transport_channel_unittest.cc Revert "Convert P2PTransportChannel Candidate Pair Change to CallbackList" 2024-04-20 10:36:46 +00:00
packet_transport_internal.cc Replace SignalClosed sigslot with absl::AnyInvocable 2024-03-18 18:27:50 +00:00
packet_transport_internal.h Replace SignalClosed sigslot with absl::AnyInvocable 2024-03-18 18:27:50 +00:00
packet_transport_internal_unittest.cc Replace SignalClosed sigslot with absl::AnyInvocable 2024-03-18 18:27:50 +00:00
port.cc Mark cricket port type constants as deprecated 2024-03-26 12:28:42 +00:00
port.h Remove deprecated ProxyInfo code 2024-04-22 08:38:36 +00:00
port_allocator.cc Revert "p2p: separate ICE tie breaker and foundation seed" 2024-02-26 16:05:15 +00:00
port_allocator.h Remove unused+unmaintained PROXY_HTTPS code. 2024-03-26 10:25:42 +00:00
port_allocator_unittest.cc Reland "Deprecate old constructors and set_type() in Candidate and Port" 2024-03-08 20:39:59 +00:00
port_interface.cc Remove unnecessary overloads 2022-06-30 09:39:28 +00:00
port_interface.h Remove deprecated ProxyInfo code 2024-04-22 08:38:36 +00:00
port_unittest.cc Remove deprecated ProxyInfo code 2024-04-22 08:38:36 +00:00
pseudo_tcp.cc Revert^2 "Remove deprecated ByteBufferReader and ByteBufferWriter functions" 2023-12-20 07:48:54 +00:00
pseudo_tcp.h Use backticks not vertical bars to denote variables in comments for /p2p 2021-07-27 18:51:02 +00:00
pseudo_tcp_unittest.cc Replace "rcvd" with "received" for readability 2023-04-24 15:30:07 +00:00
regathering_controller.cc Migrate p2p/ to absl::AnyInvocable based TaskQueueBase interface 2022-07-07 13:03:44 +00:00
regathering_controller.h Move to_queued_task.h and pending_task_safety_flag.h into public API 2022-06-17 09:20:39 +00:00
regathering_controller_unittest.cc Reland "Let port allocator create ice tie breaker" 2024-02-12 14:47:12 +00:00
stun_dictionary.cc Fix ubsan warning in ParseError testcase 2024-03-21 15:58:22 +00:00
stun_dictionary.h Add StunDictionary - patch 2 2023-08-07 13:10:00 +00:00
stun_dictionary_unittest.cc Add StunDictionary 2023-08-04 12:08:44 +00:00
stun_port.cc Reland "Deprecate old constructors and set_type() in Candidate and Port" 2024-03-08 20:39:59 +00:00
stun_port.h Reland "Deprecate old constructors and set_type() in Candidate and Port" 2024-03-08 20:39:59 +00:00
stun_port_unittest.cc Change Port::Type() to IceCandidateType 2024-03-13 09:07:40 +00:00
stun_request.cc Deprecate char* functions on ByteBufferReader 2023-11-22 11:46:25 +00:00
stun_request.h Allow list the places which send STUN_REQUEST w/o password 2023-11-15 11:31:45 +00:00
stun_request_unittest.cc Allow list the places which send STUN_REQUEST w/o password 2023-11-15 11:31:45 +00:00
stun_server.cc Use rtc::ReceivedPacket in Stun and TurnServer 2023-11-23 10:40:56 +00:00
stun_server.h Use rtc::ReceivedPacket in Stun and TurnServer 2023-11-23 10:40:56 +00:00
stun_server_unittest.cc Convert ByteBufferWriter to be type uint8_t 2023-12-15 12:27:50 +00:00
tcp_port.cc Remove more ProxyInfo references. 2024-04-17 11:55:00 +00:00
tcp_port.h rtc::Port use Socket::RegisterReceivedPacketCallback 2023-11-20 13:29:09 +00:00
tcp_port_unittest.cc ice: include tiebreaker in computation of foundation attribute (tests) 2022-11-01 07:47:23 +00:00
test_stun_server.cc Use rtc::ReceivedPacket in Stun and TurnServer 2023-11-23 10:40:56 +00:00
test_stun_server.h Use rtc::ReceivedPacket in Stun and TurnServer 2023-11-23 10:40:56 +00:00
test_turn_customizer.h Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
test_turn_server.h Adopt absl::string_view in p2p/ 2022-06-30 13:19:18 +00:00
transport_description.cc Adopt absl::string_view in p2p/ 2022-06-30 13:19:18 +00:00
transport_description.h Remove code for supporting SDES 2024-02-08 14:34:04 +00:00
transport_description_factory.cc Remove code for supporting SDES 2024-02-08 14:34:04 +00:00
transport_description_factory.h Remove code for supporting SDES 2024-02-08 14:34:04 +00:00
transport_description_factory_unittest.cc Remove code for supporting SDES 2024-02-08 14:34:04 +00:00
transport_description_unittest.cc Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ 2023-05-03 11:09:26 +00:00
transport_info.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
turn_port.cc Remove more ProxyInfo references. 2024-04-17 11:55:00 +00:00
turn_port.h turn: log warning for empty realm attribute 2024-04-04 19:07:38 +00:00
turn_port_unittest.cc Change Port::Type() to IceCandidateType 2024-03-13 09:07:40 +00:00
turn_server.cc Convert ByteBufferWriter to be type uint8_t 2023-12-15 12:27:50 +00:00
turn_server.h Use rtc::ReceivedPacket in Stun and TurnServer 2023-11-23 10:40:56 +00:00
turn_server_unittest.cc Delete BasicPacketSocketFactory default constructor 2021-09-03 10:46:29 +00:00
udp_port.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
wrapping_active_ice_controller.cc Reland "Add an active ICE controller that wraps a legacy controller (#7/n)" 2022-09-21 11:02:26 +00:00
wrapping_active_ice_controller.h Reland "Add an active ICE controller that wraps a legacy controller (#7/n)" 2022-09-21 11:02:26 +00:00
wrapping_active_ice_controller_unittest.cc Accept ArrayView in ICE agent interface where feasible. 2022-10-17 15:03:33 +00:00