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
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
*
Revert IPv6 listening support
Pierre Ossman
2014-12-08
1
-193
/
+41
*
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
*
[Cleanup] Remove unused Socket::getMyAddress and Socket::getMyEndpoint functi...
Adam Tkac
2009-12-21
1
-26
/
+0
*
[Bugfix] Fix crash in TcpSocket::sameMachine for IPv6 connections (alan dot c...
Adam Tkac
2009-11-12
1
-5
/
+19
*
[Bugfix] Pass correct address length to connect(2) call (alan dot coopersmith...
Adam Tkac
2009-10-30
1
-1
/
+1
*
- use unix/configure.ac as top-level configure.ac base
Adam Tkac
2009-09-04
1
-2
/
+2
*
Revert previous commit (r3889). Windows code has to be cleaned before this
Adam Tkac
2009-09-04
1
-7
/
+7
*
Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()
Adam Tkac
2009-09-04
1
-7
/
+7
*
[Layout] Added os/net.[ch]. They will include wrappers for missing IPv6
Adam Tkac
2008-12-10
1
-11
/
+9
*
[Portability] Implemented snprintf() function to support old compilers
Adam Tkac
2008-12-03
1
-1
/
+0
*
Define VNC_SOCKLEN_T if not defined - needed for Visual Studio build.
Peter Åstrand
2008-12-02
1
-0
/
+3
*
[Cleanup] Removed unneeded else branch in TcpSocket constructor
Adam Tkac
2008-11-18
1
-2
/
+0
*
[Development] Basic IPv6 support to viewer.
Adam Tkac
2008-11-14
1
-33
/
+93
*
[Cleanup] Handle system dependent defines through autoheader & common-config.h
Adam Tkac
2008-10-06
1
-4
/
+4
*
Added some missing #includes whose prevent build source with gcc 4.3
Adam Tkac
2008-03-19
1
-0
/
+1
*
Migrating to new directory structure adopted from the RealVNC's source tree. ...
Constantin Kaplinsky
2006-05-25
1
-0
/
+499