index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
network
/
TcpSocket.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'noblock' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2021-01-19
1
-11
/
+0
|
\
|
*
Generalise corking to all output streams
Pierre Ossman
2020-05-21
1
-11
/
+0
*
|
Free memory from getaddrinfo()
Pierre Ossman
2020-08-17
1
-0
/
+2
|
/
*
Throw GAIException() for getaddrinfo errors
Alex Tanskanen
2020-03-17
1
-6
/
+3
*
Fix typo in SocketException message
Alex Tanskanen
2020-03-12
1
-1
/
+1
*
Use empty address buffer when sockaddr sa_family is not what we want
Jan Grulich
2018-09-26
1
-1
/
+1
*
Merge common socket code
Pierre Ossman
2018-05-29
1
-117
/
+25
*
Remove unused code from socket classes
Pierre Ossman
2018-05-29
1
-52
/
+13
*
Use abstract SocketListener class
Pierre Ossman
2018-05-04
1
-4
/
+4
*
Define cork() as pure virtual in Socket class
Peter Åstrand (astrand)
2017-11-08
1
-2
/
+2
*
Fix race problem with detecting listening inetd sockets
Tristan Schmelcher
2015-12-29
1
-11
/
+7
*
Init socket subsystem before parsing filters
Pierre Ossman
2015-12-07
1
-0
/
+2
*
Return TcpListener pointers rather than objects
Pierre Ossman
2015-09-29
1
-78
/
+46
*
Return correct error code from bind()
Pierre Ossman
2015-09-29
1
-1
/
+2
*
Don't leak socket on setsockopt() errors
Pierre Ossman
2015-09-29
1
-2
/
+5
*
Log which addresses connection attempts are made against
Pierre Ossman
2015-07-30
1
-0
/
+6
*
Properly report connect error codes
Pierre Ossman
2015-07-30
1
-11
/
+13
*
Clarify Windows SO_REUSEADDR exception
Pierre Ossman
2015-04-23
1
-1
/
+6
*
Repair SO_REUSEADDR
Pierre Ossman
2015-04-23
1
-5
/
+5
*
Require getaddrinfo() on all systems
Pierre Ossman
2015-03-17
1
-122
/
+1
*
Do not look at errno for getaddrinfo() errors
Pierre Ossman
2015-03-17
1
-2
/
+4
*
Replacement for dup() on Windows
Pierre Ossman
2015-03-17
1
-2
/
+19
*
Resurrect TcpListener::getMyAddresses()
Pierre Ossman
2015-03-17
1
-0
/
+58
*
Make sure Win32 sockets are available in new listening API
Pierre Ossman
2015-03-17
1
-0
/
+5
*
AI_NUMERICSERV is not available on some systems
Pierre Ossman
2015-03-17
1
-0
/
+5
*
Make sure socket errno defines are available for Win32
Pierre Ossman
2015-03-17
1
-0
/
+4
*
family variable can be unset when matching any address
Pierre Ossman
2015-03-17
1
-0
/
+2
*
IPv6 support for TcpFilter.
Tim Waugh
2015-03-13
1
-54
/
+181
*
Fixed IPv6 support.
Tim Waugh
2015-03-13
1
-133
/
+186
*
Whitespace changes only.
Tim Waugh
2015-03-11
1
-4
/
+4
*
Remove unused variables
Pierre Ossman
2015-03-03
1
-1
/
+0
*
Handle no useful address types from getaddrinfo()
Pierre Ossman
2015-03-03
1
-0
/
+3
*
The compiler cannot figure out if this is assigned properly
Pierre Ossman
2015-03-03
1
-0
/
+4
*
Add parameters to force IPv4/IPv6 selection
Pierre Ossman
2015-01-29
1
-1
/
+27
*
IPv6: create new socket if IPv6 bind fails (#77).
Tim Waugh
2014-12-10
1
-93
/
+90
*
Fix setsockopt() call on Windows
Pierre Ossman
2014-11-19
1
-1
/
+1
*
Protect IPv6 address strings with []
Pierre Ossman
2014-11-19
1
-3
/
+7
*
Don't assume that it's IPv4 just because it's not IPv6
Pierre Ossman
2014-11-19
1
-31
/
+32
*
inet_ntoa() want's the address directly, not a pointer to it
Pierre Ossman
2014-11-19
1
-1
/
+1
*
TcpSocket: IPv6 handling throughout (#68).
Tim Waugh
2014-11-17
1
-19
/
+100
*
Added more #ifdefs for IPv6.
Tim Waugh
2014-11-17
1
-1
/
+11
*
IPv6 loopback support too.
Tim Waugh
2014-11-12
1
-8
/
+21
*
Add IPv6 support (#68).
Tim Waugh
2014-11-12
1
-17
/
+60
*
Remove a lot of platform compatibilty stuff
Pierre Ossman
2014-07-07
1
-1
/
+0
*
Windows lacks the IN6_ARE_ADDR_EQUAL macro, so define it ourselves
Pierre Ossman
2012-12-13
1
-0
/
+5
*
Expose Linux' cork functionality which allows us to aggregate TCP data in a
Pierre Ossman
2011-11-08
1
-0
/
+11
*
Windows actually has socklen_t, it's just that it is in a special header.
Pierre Ossman
2011-03-08
1
-0
/
+1
*
Using a fixed port range with -via can cause a race condition between multipl...
DRC
2011-02-21
1
-10
/
+11
*
Do a generic check for inet_aton instead of just assuming that only Win32 has
Pierre Ossman
2010-02-12
1
-2
/
+2
*
[Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is able
Adam Tkac
2010-02-05
1
-6
/
+19
[next]