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
/
Socket.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
1
-2
/
+2
*
refactor: move IOObject::m_should_close_fd into subclasses
Lawrence D'Anna
2019-09-27
1
-2
/
+3
*
[LLDB] Cast -1 (as invalid socket) to the socket type before comparing
Martin Storsjo
2019-09-21
1
-4
/
+4
*
[lldb] Fix log statement in Socket::Write
Raphael Isemann
2019-09-04
1
-1
/
+2
*
[Utility] Reimplement RegularExpression on top of llvm::Regex
Jonas Devlieghere
2019-08-16
1
-19
/
+17
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-4
/
+4
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-23
/
+21
*
Fix LLDB warnings when compiling with Clang 8.0
Alexandre Ganea
2019-05-21
1
-2
/
+2
*
[lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...
Aaron Smith
2019-04-10
1
-0
/
+27
*
Fix a stack buffer overflow found by ASAN.
Adrian Prantl
2019-04-08
1
-5
/
+6
*
[lldb] Add missing EINTR handling
Michal Gorny
2019-03-21
1
-2
/
+5
*
Fix invalid use of StringRef::data in Socket::DecodeHostAndPort
Pavel Labath
2019-03-11
1
-5
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-13
/
+11
*
More precise c library feature detection for Android.
Eugene Zemtsov
2017-09-16
1
-1
/
+1
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-0
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-36
/
+37
*
Re-landing IPv6 support for LLDB Host
Chris Bieneman
2017-04-26
1
-13
/
+25
*
Revert yesterdays IPv6 patches
Pavel Labath
2017-04-19
1
-22
/
+13
*
Fixing bot failure caused by r300579
Chris Bieneman
2017-04-18
1
-1
/
+1
*
Update LLDB Host to support IPv6 over TCP
Chris Bieneman
2017-04-18
1
-13
/
+22
*
Change how UDP sockets are set up -- use the same one socket for
Jason Molenda
2017-04-06
1
-4
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Switch NetBSD from paccept(2) to accept4(2)
Kamil Rytarowski
2017-02-24
1
-4
/
+0
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Address post-commit review remarks
Pavel Labath
2017-01-27
1
-1
/
+1
*
Refactor the android accept hack
Pavel Labath
2017-01-27
1
-5
/
+7
*
Remove superfluous android include
Pavel Labath
2016-12-05
1
-1
/
+0
*
Replace __ANDROID_NDK__ with __ANDROID__
Pavel Labath
2016-12-02
1
-2
/
+2
*
Remove TimeValue usage from lldb/Host
Pavel Labath
2016-11-09
1
-1
/
+0
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-346
/
+314
*
Fix an off-by-one in SocketTest::DecodeHostAndPort
Pavel Labath
2016-02-03
1
-1
/
+1
*
Use accept4 workaround for MIPS Android build.
Chaoren Lin
2015-10-27
1
-3
/
+3
*
Add Socket::Create factory method which uses socket protocol to find an appro...
Oleksiy Vyalov
2015-10-27
1
-21
/
+41
*
Add support for abstract domain sockets.
Oleksiy Vyalov
2015-10-22
1
-0
/
+42
*
Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov
2015-10-15
1
-469
/
+100
*
NetBSD ships with paccept(2), a superset of accept4(2)
Stephane Sezer
2015-09-03
1
-2
/
+4
*
Log socket communications to LIBLLDB_LOG_COMMUNICATION instead of
Jason Molenda
2015-07-24
1
-3
/
+3
*
Bind to the loopback when we are expecting a connection from 127.0.0.1 so we ...
Greg Clayton
2015-07-24
1
-9
/
+18
*
Add missing include for android-arm build
Tamas Berghammer
2015-07-16
1
-0
/
+1
*
Use accept instead of accept4 for Android.
Chaoren Lin
2015-07-15
1
-2
/
+19
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-1
/
+1
*
Wrap socket error handling with SetLastError and IsInterrupted internal funct...
Oleksiy Vyalov
2015-04-10
1
-32
/
+38
*
Fix warnings generated by clang-cl.
Zachary Turner
2015-04-02
1
-4
/
+4
*
Increate backlog of lldb-platform's listener socket
Vince Harron
2015-03-31
1
-2
/
+7
*
Revert "Fix warnings found with clang-cl."
Zachary Turner
2015-02-25
1
-3
/
+3
*
Fix warnings found with clang-cl.
Zachary Turner
2015-02-25
1
-3
/
+3
*
Added Connection::GetURI()
Vince Harron
2015-01-17
1
-1
/
+1
*
Add Socket::Get[Remote/Local]IpAddress and unit tests
Vince Harron
2015-01-16
1
-9
/
+57
[next]