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.15-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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure we list fallback encodings in a preferable order.
Pierre Ossman
2009-03-12
1
-2
/
+29
*
Tweak the quality to JPEG settings mapping a bit.
Pierre Ossman
2009-03-11
3
-11
/
+18
*
The quality setting goes from 0 to 9, not 1 to 9.
Pierre Ossman
2009-03-11
1
-1
/
+1
*
Import autogenerated files for unix/ and common/ subdirs to make source
Adam Tkac
2009-03-11
35
-0
/
+119732
*
Add SSE2 SIMD implementation of computationally intensive routines.
Pierre Ossman
2009-03-09
20
-22
/
+6897
*
Add SSE SIMD implementation of computationally intensive routines.
Pierre Ossman
2009-03-09
10
-5
/
+1223
*
Most SIMD implementations need 16 byte alignment
Pierre Ossman
2009-03-09
1
-0
/
+4
*
Make sure the work space memory is properly aligned
Pierre Ossman
2009-03-09
2
-3
/
+33
*
Add 3DNow SIMD implementation of computationally intensive routines.
Pierre Ossman
2009-03-09
9
-1
/
+1114
*
Add MMX SIMD implementation of computationally intensive routines.
Pierre Ossman
2009-03-09
21
-2
/
+6438
*
"Optimise" quantization step by replacing the division by a multiplication.
Pierre Ossman
2009-03-09
2
-32
/
+149
*
Implement x86 SIMD framework
Pierre Ossman
2009-03-09
9
-5
/
+562
*
Framework for supporting SIMD acceleration
Pierre Ossman
2009-03-09
13
-29
/
+674
*
Split up the forward DCT routine into three stages
Pierre Ossman
2009-03-09
2
-111
/
+199
*
Improve memory allocater alignment handling
Pierre Ossman
2009-03-09
1
-72
/
+92
*
Don't forget the highest byte when reading out pixels.
Pierre Ossman
2009-03-09
1
-1
/
+3
*
Explain the config header voodoo.
Pierre Ossman
2009-03-06
1
-1
/
+4
*
Don't test for GNU malloc as we don't need it (or even check the result
Pierre Ossman
2009-03-06
1
-1
/
+0
*
Consolidate pixel conversion into the PixelFormat class and optimise the
Pierre Ossman
2009-03-06
13
-159
/
+345
*
Remove the "video" feature and its associated custom JPEG handling.
Pierre Ossman
2009-03-05
31
-1777
/
+17
*
Change version strings to "0.0.90".
Adam Tkac
2009-03-03
1
-1
/
+1
*
Renamed README_TightVNC.txt as README_TigerVNC.txt
Peter Åstrand
2009-03-03
1
-0
/
+0
*
Rebrand the source as TigerVNC. It is my hope that this patch is
Peter Åstrand
2009-02-27
4
-4
/
+4
*
No need to repeat the project home page in every source file. Not SPOT.
Peter Åstrand
2009-02-25
23
-23
/
+23
*
[Bugfix] Use rdr::U32 type for length of strings handled by *CutText functions.
Adam Tkac
2009-02-13
5
-5
/
+5
*
Implemented support for DesktopName pseudo encoding, which allows
Peter Åstrand
2009-01-15
14
-4
/
+77
*
[Bugfix] Previous commit (r3204) included two lines that were left commented ...
Constantin Kaplinsky
2008-12-18
1
-2
/
+2
*
[Development] Disabling special video encoding when the VideoPriority paramet...
Constantin Kaplinsky
2008-12-18
2
-2
/
+10
*
MinGW fix: If vsnprintf if defined before MinGWs stdio.h, things will
Peter Åstrand
2008-12-12
1
-0
/
+4
*
The restrict keyboard was introduced with C99, but we are aiming for
Peter Åstrand
2008-12-11
1
-2
/
+2
*
[Layout] Added os/net.[ch]. They will include wrappers for missing IPv6
Adam Tkac
2008-12-10
5
-17
/
+122
*
MinGW tweak: Build with -mthreads.
Peter Åstrand
2008-12-10
1
-0
/
+1
*
Define ~DirManager, to avoid GCC warning:
Peter Åstrand
2008-12-10
1
-0
/
+1
*
Make sure all files ends with newline
Peter Åstrand
2008-12-10
1
-1
/
+1
*
MinGW tweak: calculateScaleBoundary is not an inline method. If it
Peter Åstrand
2008-12-09
1
-1
/
+6
*
Basic support for building Windows vncviewer using MinGW. This patch
Peter Åstrand
2008-12-09
2
-2
/
+8
*
[Cleanup] Removed unneeded #includes from rdr/Exception.cxx
Adam Tkac
2008-12-03
1
-3
/
+2
*
[Portability] Use /**/ comments instead of // in C code
Adam Tkac
2008-12-03
2
-5
/
+2
*
[Portability] Implemented snprintf() function to support old compilers
Adam Tkac
2008-12-03
5
-2
/
+23
*
[Portability] Reimplement vsnprintf to be C89 compatible
Adam Tkac
2008-12-03
2
-22
/
+64
*
Needs to include ../jpeg/win here as well
Peter Åstrand
2008-12-02
1
-3
/
+3
*
This should be the final modification to restore a working Visual
Peter Åstrand
2008-12-02
2
-2
/
+48
*
Removed Xregion.vcproj. As I understand it, this file was committed by
Peter Åstrand
2008-12-02
1
-298
/
+0
*
Define VNC_SOCKLEN_T if not defined - needed for Visual Studio build.
Peter Åstrand
2008-12-02
1
-0
/
+3
*
Need to include jpeg directory; used by JpegCompressor.h
Peter Åstrand
2008-12-01
1
-3
/
+3
*
Corrected r3167; the file is called common-config.win.h, not
Peter Åstrand
2008-12-01
1
-1
/
+1
*
[Cleanup] Removed unneeded else branch in TcpSocket constructor
Adam Tkac
2008-11-18
1
-2
/
+0
*
[Bugfix] Backported patch from RealVNC 4.1.3. FYI it is not security related.
Adam Tkac
2008-11-18
1
-0
/
+6
*
[Development] Basic IPv6 support to viewer.
Adam Tkac
2008-11-14
2
-34
/
+94
*
[Refactoring] Improved rdr::Exception constructor. It now accepts variable
Adam Tkac
2008-11-14
9
-10
/
+31
[next]