index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Host
/
common
/
TCPSocket.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
1
-2
/
+2
*
[lldb] Fix more -Wdeprecated-copy warnings
Pavel Labath
2019-11-12
1
-4
/
+4
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-4
/
+2
*
Silence 'warning: extra ‘;’ [-Wpedantic]' with GCC 7.3
Alexandre Ganea
2019-06-01
1
-1
/
+1
*
Make ConnectionFileDescription work with all sockets
Antonio Afonso
2019-05-30
1
-0
/
+8
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-2
/
+2
*
[lldb] Add missing EINTR handling
Michal Gorny
2019-03-21
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
s/LLVM_ON_WIN32/_WIN32/, lldb
Nico Weber
2018-04-10
1
-2
/
+2
*
[IPv6] Fix a bug in the IPv6 listen behavior
Chris Bieneman
2017-08-29
1
-3
/
+8
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-0
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-8
/
+8
*
Resurrect the standalone build of LLDB
Kamil Rytarowski
2017-04-28
1
-1
/
+1
*
TCPSocket: add back support for "*" address
Pavel Labath
2017-04-27
1
-0
/
+2
*
One more try at the whole compiling thing...
Chris Bieneman
2017-04-27
1
-1
/
+1
*
One more attempt to fix the broken bots.
Chris Bieneman
2017-04-27
1
-0
/
+2
*
Fix Windows bots broken by r301492
Chris Bieneman
2017-04-27
1
-1
/
+3
*
Re-landing IPv6 support for LLDB Host
Chris Bieneman
2017-04-26
1
-110
/
+140
*
Revert yesterdays IPv6 patches
Pavel Labath
2017-04-19
1
-138
/
+110
*
Update LLDB Host to support IPv6 over TCP
Chris Bieneman
2017-04-18
1
-110
/
+138
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
[lldb] Fix typos in file headers
Alexander Shaposhnikov
2016-11-26
1
-1
/
+1
*
Make lldb -Werror clean on Windows.
Zachary Turner
2016-10-05
1
-0
/
+4
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-210
/
+181
*
Don't use SO_REUSEADDR for *client* sockets
Pavel Labath
2016-06-07
1
-3
/
+0
*
Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov
2015-10-15
1
-0
/
+288