]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
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-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
2015-02-16 Pierre OssmanAdd shortcuts to context menu for quick access
2015-02-16 Pierre OssmanStop mapping Meta to Super
2015-02-13 Pierre OssmanMerge branch 'perf' of https://github.com/CendioOssman...
2015-02-13 Pierre OssmanDefault compression level should be interpreted as... 119/head
2015-02-13 Pierre OssmanBe more aggressive in finding solid rectangles
2015-02-13 Pierre OssmanAdd test to measure high level encoding performance
2015-02-13 Pierre OssmanMove encoder statistics into EncodeManager from SMsgWriter
2015-02-13 Pierre OssmanOptimise fillRect()
2015-02-13 Pierre OssmanMake it possible to measure CPU usage in parellel
2015-02-13 Pierre OssmanAdd test to measure decoding performance
2015-02-13 Pierre OssmanGnuTLS needs socket libraries so include them in the...
2015-02-13 Pierre Ossmanrfb::Region uses the Xregion library
2015-02-13 Pierre OssmanAdd stream class to feed data from a file
2015-02-13 Pierre OssmanNo need for this array to be writeable
2015-02-13 Pierre OssmanMove reverse connection information into VNCSConnectionST
2015-02-13 Pierre OssmanThese methods aren't critical so no need for them to...
2015-02-13 Pierre OssmanGive subclasses the ability to overwrite the reader...
2015-02-13 Pierre OssmanSConnection internals should be private, just like...
2015-02-10 Peter Åstrand... Build fixes for modern versions of binutils.
2015-02-05 Peter Åstrand... Use a common header file for Windows errno names.
2015-02-05 Brian HinzMerge pull request #114 from bphinz/master
2015-02-05 Brian P. HinzFix ubuntu patches after recent restructuring 114/head
2015-02-05 Brian P. HinzFixes for build issues caused by recent restructuring
2015-02-05 Brian P. HinzFix fuzz in distro patches caused upstream changes
2015-01-30 Pierre OssmanMake the calls to va_list logging functions more explicit
2015-01-29 Pierre OssmanAdd parameters to force IPv4/IPv6 selection 113/head
2015-01-29 Felipe CastroAdd Esperanto translations
2015-01-29 Pierre OssmanAvoid shadowing variables 112/head
2015-01-29 Pierre OssmanddxInitGlobals() was removed from Xorg ages ago
2015-01-29 Pierre OssmanddxBeforeReset() is only conditionally included in...
2015-01-29 Pierre OssmanProperly define functions as not having any arguments
2015-01-29 Pierre OssmanRemove declaration for variable already present in...
2015-01-29 Pierre OssmanMake sure we get prototypes for global DDX functions
2015-01-29 Pierre OssmanAvoid complaints about unused variable in argument...
2015-01-29 Pierre OssmanNo need to cast these as they are already an appropriat...
2015-01-29 Pierre OssmanDeclare variables at the start of each block, as required
next