- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from rtc_base/physicalsocketserver.cc]
- ba5eaee Remove rtc::EnsureWinsockInit and g_winsockinit. by Mirko Bonadei · 6 years ago
- 689b587 Use monotonic clock for PhysicalSocketServer timeouts. by Niels Möller · 6 years ago
- 3e8cb47 Delegate WIN32_LEAN_AND_MEAN definition to the toolchain. by Mirko Bonadei · 7 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
- 14682a3 Delete macro RTC_DEFINE_STATIC_LOCAL. by Niels Möller · 7 years ago
- a041f92 Removing warning suppression flags from rtc_base. by Mirko Bonadei · 7 years ago
- 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 7 years ago
- 31e5bf5 Remove deprecated SocketFactory overrides. by Steve Anton · 7 years ago
- a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
- d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
- a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
- 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
- 9de3aac Reland "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
- a17ce27 Revert "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
- af551a1 Enable the clang style plugin in rtc_base/ by Steve Anton · 7 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/physicalsocketserver.cc]
- e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
- 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
- f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
- c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/physicalsocketserver.cc]
- ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/rtc_base/physicalsocketserver.cc]
- 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/physicalsocketserver.cc]
- de4db11 Support epoll in PhysicalSocketServer. by jbauch · 8 years ago
- eae4564 Disable SIGPIPE for sockets created on iOS. by deadbeef · 8 years ago
- 577f5dc Add methods to change enabled events in PhysicalSocket. by jbauch · 8 years ago
- e077ee4 Deleted unused method EstimateMTU, and the WinPing class. by nisse · 8 years ago
- 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
- 9ffa13f Don't attempt to use "network binder" for sockets bound to "ANY" IP. by deadbeef · 8 years ago
- c874d12 Fixing logic for using android_setsocknetwork() with bind(). by deadbeef · 8 years ago
- faedf7f Getting rid of "benign blocking error" log spam. by deadbeef · 8 years ago
- c16fa5e Replace all use of the VERIFY macro. by nisse · 8 years ago
- 7d25426 Delete unneeded includes of base/common.h. by nisse · 8 years ago
- ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
- c80e741 Replace ASSERT(false) by RTC_NOTREACHED(). by nisse · 8 years ago
- 921019c Delete unused class AsyncFile. by nisse · 8 years ago
- a101e56 Remove LOGGING=1 define. by kjellander · 8 years ago
- 22487b2 webrtc/base: Use RTC_DCHECK() instead of assert() by kwiberg · 8 years ago
- 3ebb3ef Don't read socket timestamps when building native client. by Stefan Holmer · 9 years ago
- 9131efd Read recv timestamps from socket (posix only). by Stefan Holmer · 9 years ago
- 82d7862 Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 9 years ago
- bebf54c Adds clearer function to create rtc::Thread without Physical SocketServer by danilchap · 9 years ago
- b252856 Remove all uses of the HAVE_CONFIG_H define. by Henrik Kjellander · 9 years ago
- f2a2bf4 Stay writable after partial socket writes. by jbauch · 9 years ago
- cec0a08 Add a new interface for creating a udp socket in which it binds the socket to a network if the network handle is set. by honghaiz · 9 years ago
- 4331fcd Remove duplicate code in SocketDispatcher by jbauch · 9 years ago
- 095ae15 Keep listening if "accept" returns an invalid socket. by jbauch · 9 years ago
- 5237aaf Convert usage of ARRAY_SIZE to arraysize. by tfarina · 9 years ago
- 20a3461 Remove deprecated IsUnresolved() method from SocketAddress API. by tfarina · 9 years ago
- a41ab93 Switch usage of _DEBUG macro to NDEBUG. by tfarina · 9 years ago
- 8ac544e Get rid of deprecated SocketAddress::IsAny() method. by tfarina · 9 years ago
- 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
- 469c2c0 Make Config::default_value leak instead of having an exit-time destructor. by Andrew MacDonald · 10 years ago
- 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 10 years ago
- ff689be Use std::min and std::max instead of self-defined functions such as rtc::_min/_max. by andresp@webrtc.org · 10 years ago
- 27e5898 Explicitly unpoison FDs for MSan. by pbos@webrtc.org · 10 years ago
- f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 11 years ago
- e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 11 years ago
- 2c7d1b3 Adds a modified copy of talk/base to webrtc/base. It is the first step in migrating talk/base to webrtc/base. by henrike@webrtc.org · 11 years ago