| 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 |
* | Move ws2_32 dependency to the correct place | Pierre Ossman | 2014-10-17 | 1 | -0/+4 |
* | 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 | 2 | -0/+12 |
* | Move setting of PIC code to a central location | DRC | 2011-08-23 | 1 | -8/+0 |
* | CMake doesn't handle convenience libraries as nicely as autotools does. We | Pierre Ossman | 2011-08-22 | 1 | -0/+8 |
* | Remove unused autotools build system | DRC | 2011-06-24 | 1 | -9/+0 |
* | Do not run libtool_create_control_file() on Windows. Windows does not like it. | DRC | 2011-06-24 | 1 | -1/+3 |
* | Building the Xvnc server requires libtool control files of rdr, rfb, | Henrik Andersson | 2011-06-09 | 1 | -0/+2 |
* | 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 |
* | Remove old Visual C++ project files (use CMake to build with Visual C++) | DRC | 2011-02-08 | 1 | -129/+0 |
* | CMake build system for Windows | DRC | 2010-10-27 | 2 | -0/+5 |
* | 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 | 2 | -8/+21 |
* | [Cleanup] Remove unused Socket::getMyAddress and Socket::getMyEndpoint functi... | Adam Tkac | 2009-12-21 | 3 | -30/+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 | 2 | -3/+3 |
* | 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 |
* | Revert r3657 (import of autogenerated) files. | Adam Tkac | 2009-03-13 | 1 | -459/+0 |
* | Import autogenerated files for unix/ and common/ subdirs to make source | Adam Tkac | 2009-03-11 | 1 | -0/+459 |
* | [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 | 2 | -5/+5 |
* | Add headers to Makefile.am-s to fix "make dist" command in common/* subtree | Adam Tkac | 2008-06-18 | 1 | -1/+3 |
* | - generate Makefile.in from Makefile.am template | Adam Tkac | 2008-04-14 | 2 | -17/+6 |
* | After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438 | Adam Tkac | 2008-03-22 | 3 | -9/+17 |
* | - use Makefile.am and configure.ac | Adam Tkac | 2008-03-20 | 3 | -17/+9 |
* | 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 | 5 | -0/+899 |