summaryrefslogtreecommitdiffstats
path: root/common/network
Commit message (Expand)AuthorAgeFilesLines
* Remove a lot of platform compatibilty stuffPierre Ossman2014-07-071-1/+0
* Windows lacks the IN6_ARE_ADDR_EQUAL macro, so define it ourselvesPierre Ossman2012-12-131-0/+5
* Expose Linux' cork functionality which allows us to aggregate TCP data in aPierre Ossman2011-11-082-0/+12
* Move setting of PIC code to a central locationDRC2011-08-231-8/+0
* CMake doesn't handle convenience libraries as nicely as autotools does. WePierre Ossman2011-08-221-0/+8
* Remove unused autotools build systemDRC2011-06-241-9/+0
* Do not run libtool_create_control_file() on Windows. Windows does not like it.DRC2011-06-241-1/+3
* Building the Xvnc server requires libtool control files of rdr, rfb,Henrik Andersson2011-06-091-0/+2
* Windows actually has socklen_t, it's just that it is in a special header.Pierre Ossman2011-03-081-0/+1
* Using a fixed port range with -via can cause a race condition between multipl...DRC2011-02-211-10/+11
* Remove old Visual C++ project files (use CMake to build with Visual C++)DRC2011-02-081-129/+0
* CMake build system for WindowsDRC2010-10-272-0/+5
* Do a generic check for inet_aton instead of just assuming that only Win32 hasPierre Ossman2010-02-121-2/+2
* [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is ableAdam Tkac2010-02-052-8/+21
* [Cleanup] Remove unused Socket::getMyAddress and Socket::getMyEndpoint functi...Adam Tkac2009-12-213-30/+0
* [Bugfix] Fix crash in TcpSocket::sameMachine for IPv6 connections (alan dot c...Adam Tkac2009-11-121-5/+19
* [Bugfix] Pass correct address length to connect(2) call (alan dot coopersmith...Adam Tkac2009-10-301-1/+1
* - use unix/configure.ac as top-level configure.ac baseAdam Tkac2009-09-042-3/+3
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-041-7/+7
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-041-7/+7
* Revert r3657 (import of autogenerated) files.Adam Tkac2009-03-131-459/+0
* Import autogenerated files for unix/ and common/ subdirs to make sourceAdam Tkac2009-03-111-0/+459
* [Layout] Added os/net.[ch]. They will include wrappers for missing IPv6Adam Tkac2008-12-101-11/+9
* [Portability] Implemented snprintf() function to support old compilersAdam Tkac2008-12-031-1/+0
* Define VNC_SOCKLEN_T if not defined - needed for Visual Studio build. Peter Åstrand2008-12-021-0/+3
* [Cleanup] Removed unneeded else branch in TcpSocket constructorAdam Tkac2008-11-181-2/+0
* [Development] Basic IPv6 support to viewer.Adam Tkac2008-11-141-33/+93
* [Cleanup] Handle system dependent defines through autoheader & common-config.hAdam Tkac2008-10-062-5/+5
* Add headers to Makefile.am-s to fix "make dist" command in common/* subtreeAdam Tkac2008-06-181-1/+3
* - generate Makefile.in from Makefile.am templateAdam Tkac2008-04-142-17/+6
* After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438Adam Tkac2008-03-223-9/+17
* - use Makefile.am and configure.acAdam Tkac2008-03-203-17/+9
* Added some missing #includes whose prevent build source with gcc 4.3Adam Tkac2008-03-191-0/+1
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-255-0/+899