]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2015-03-17 Pierre OssmanRequire getaddrinfo() on all systems 154/head
2015-03-17 Pierre OssmanRemove debug log noise from Windows dialog class
2015-03-17 Pierre OssmanDo not look at errno for getaddrinfo() errors
2015-03-17 Pierre OssmanReplacement for dup() on Windows
2015-03-17 Pierre OssmanRemove HAVE_INET_ATON as nothing uses it
2015-03-17 Pierre OssmanConvert WinVNC to the new TcpListener API
2015-03-17 Pierre Ossmanwinsock2.h must always be included before windows.h
2015-03-17 Pierre OssmanLocal address change events are not socket specific
2015-03-17 Pierre OssmanNothing uses inet_ntop()/inet_pton() so remove the...
2015-03-17 Pierre OssmanFix proper socket headers for Win32
2015-03-17 Pierre OssmanResurrect TcpListener::getMyAddresses()
2015-03-17 Pierre OssmanMake sure Win32 sockets are available in new listening API
2015-03-17 Pierre OssmanAI_NUMERICSERV is not available on some systems
2015-03-17 Pierre OssmanMake sure socket errno defines are available for Win32
2015-03-17 Pierre OssmanLook in libsocket for socket functions on Solaris
2015-03-17 Pierre Ossmanstop using check_function_exists() for Windows socket...
2015-03-17 Pierre Ossmanstop setting CMAKE_EXTRA_INCLUDE_FILES for check_functi...
2015-03-17 Pierre OssmanBump Windows requirement to XP SP2
2015-03-17 Pierre Ossmanfamily variable can be unset when matching any address
2015-03-17 Pierre OssmanMerge branch 'multisocket-rebased' of https://github...
2015-03-15 Brian P. HinzRemove unnecessary dependency on openmotif
2015-03-15 Brian P. HinzUpdate package builds to meet new minimum requirements.
2015-03-13 Tim WaughIPv6 support for TcpFilter. 150/head
2015-03-13 Tim WaughFixed IPv6 support.
2015-03-12 Pierre OssmanMerge branch 'upreqs' of https://github.com/CendioOssma...
2015-03-11 Tim WaughWhitespace changes only.
2015-03-08 Brian P. HinzDon't disable xinerama (#147)
2015-03-04 Pierre OssmanMerge branch 'mac_menu' of https://github.com/CendioOss...
2015-03-04 Pierre OssmanAdd a OS X system menu so that new viewer windows can... 144/head
2015-03-04 Pierre OssmanHide OS X specific callback when not needed
2015-03-04 Pierre OssmanFix bad long line detection logic in config file parser
2015-03-04 Pierre OssmanChange type to fix bad signed/unsigned comparison
2015-03-03 Pierre OssmanMerge branch 'warnings' of https://github.com/CendioOss...
2015-03-03 Pierre OssmanMake warnings into errors when doing debug builds 143/head
2015-03-03 Pierre OssmanMake sure defaultServerName is initialised even on...
2015-03-03 Pierre OssmanMove about text constant so the compiler can analyse it
2015-03-03 Pierre OssmanFix unsafe format strings to the logging functions
2015-03-03 Pierre OssmanDon't shove a pointer into a 32-bit variable
2015-03-03 Pierre OssmanFix bad initialiser lists
2015-03-03 Pierre OssmanCompiler doesn't like us not checking return values...
2015-03-03 Pierre OssmanCompiler doesn't like referencing unset variables
2015-03-03 Pierre OssmanLPARAM and WPARAM have different types on Win32 and...
2015-03-03 Pierre OssmanWIN64 should come from the compiler or SDK, not us
2015-03-03 Pierre OssmanHandler still needs to return something even with XDamage
2015-03-03 Pierre OssmanNo need to force modifiable strings here
2015-03-03 Pierre OssmanPointer truncation/expansion needs to be very explicit
2015-03-03 Pierre OssmanWrong array index in CPU usage calculation on Windows
2015-03-03 Pierre OssmanWindows doesn't have %lld
2015-03-03 Pierre Ossmanoverrun() needs to return the available space
2015-03-03 Pierre OssmanMove things around slightly so the compiler can track cc
2015-03-03 Pierre OssmanGive CharArray a printf style method to ease automatic...
2015-03-03 Pierre OssmanThe PAM callback is slightly different on Solaris
2015-03-03 Pierre OssmanAdd extra parentheses to avoid and/or priority ambiguity
2015-03-03 Pierre OssmanReorder class initialiser list to match what actually...
2015-03-03 Pierre OssmanMake Rect::area() signed, just like Rect::width()/height()
2015-03-03 Pierre OssmanFix mismatches between format string and arguments
2015-03-03 Pierre OssmanShorten stats from EncodeManager using SI/IEC prefixes
2015-03-03 Pierre OssmanA switch() needs to handle every value in an enum
2015-03-03 Pierre OssmanSwitch to unsigned parameters for ExtendedDesktopSize...
2015-03-03 Pierre OssmanFix bad signed/unsigned comparisons
2015-03-03 Pierre OssmanMake sure Exceptions do not use unsafe format strings
2015-03-03 Pierre OssmanTag the Exception constructor as a printf function
2015-03-03 Pierre OssmanRemove unused variables
2015-03-03 Pierre OssmanHandle no useful address types from getaddrinfo()
2015-03-03 Pierre OssmanThe compiler cannot figure out if this is assigned...
2015-03-03 Pierre OssmanTurn on more warnings to catch potential bugs
2015-03-03 Brian P. HinzDecode serverCutText to ISO-8859-1
2015-03-02 Brian HinzMerge pull request #142 from bphinz/master
2015-03-02 Brian P. HinzBuild local static libpng on el5 142/head
2015-03-02 Brian P. HinzRemove obsolete distro patches
2015-03-02 Brian P. HinzUse autotools to build fltk-1.3.3 on el5 instead of...
2015-03-02 Brian P. HinzBump version of fltk to 1.3.3 for el5, el6, & ubuntu...
2015-03-01 Brian HinzMerge pull request #141 from bphinz/java
2015-03-01 Brian P. HinzDon't violate RFB spec by sending UTF-8 141/head
2015-02-27 Pierre OssmanMerge branch 'perf' of https://github.com/dcommander...
2015-02-27 Pierre OssmanMerge branches 'format-security' and 'module-ldnow...
2015-02-26 DRCencperf, decperf: catch fopen() errors 139/head
2015-02-26 Tim WaughLink libvnc.so with '-z now' to make symbol resolution... 138/head
2015-02-26 Pierre OssmanMerge branch 'cmdline-crash' of https://github.com...
2015-02-26 Pierre OssmanMerge branch 'xserver117-master' of https://github...
2015-02-26 Pierre OssmanMerge branch 'perf' of https://github.com/dcommander...
2015-02-25 DRCencperf: Optionally disable pixel translation 124/head
2015-02-25 DRCencperf: change % to %% in printf format
2015-02-25 DRCencperf: add compression level to encoding list
2015-02-25 DRCencperf: allow # of iterations to be specified
2015-02-25 DRCencperf: report encoded & raw-equivalent bytes
2015-02-25 DRCencperf: Code formatting tweaks
2015-02-25 Tim WaughCheck for out-of-memory when installing color map. 134/head
2015-02-25 Pierre OssmanThe legacy OS X keyboard API is only 32-bit
2015-02-25 Tim WaughDon't need to log local port when handling -via (#126). 126/head
2015-02-25 Tim WaughUpdated to build against xorg-x11-server 1.17.x.
2015-02-25 Tim WaughDon't return without value here. 121/head
2015-02-25 Pierre OssmanEscape FLTK menu entries 133/head
2015-02-25 Pierre OssmanRevert "Switch to FLTK's copy() method for menus"
2015-02-24 Tim WaughAvoid warning when compiling with gcc's -Wformat-securi...
2015-02-20 Pierre OssmanDisable entries instead of shuffling memory around
2015-02-20 Pierre OssmanUpdate copyright years 123/head
2015-02-20 Pierre OssmanSwitch to FLTK's copy() method for menus
2015-02-18 Tim WaughAbort argument processing on error.
2015-02-17 Pierre OssmanCreate a console window for help output on Windows 120/head
next