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.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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove fttypes.h from Makefile.am, it doesn't exist.
Adam Tkac
2009-04-07
1
-1
/
+1
*
Take advantage of libjpeg colorspace extensions, if available
DRC
2009-04-06
1
-9
/
+54
*
Take advantage of libjpeg colorspace extensions if available
DRC
2009-04-06
1
-12
/
+52
*
Test fast upsampling
DRC
2009-04-05
4
-10
/
+23
*
Add colorspace extensions to merged upsampling routines
DRC
2009-04-05
7
-993
/
+1353
*
Remove unnecessary code
DRC
2009-04-05
1
-6
/
+0
*
Oops. jcolsamp.inc should be included from j[c|d]clr[mmx|ss2].asm so it rece...
DRC
2009-04-04
4
-2
/
+4
*
Oops. jcolsamp.inc needs to be included from j[c|d]clr[mmx|ss2].asm so that ...
DRC
2009-04-04
4
-2
/
+4
*
Don't install test programs, build them only.
Adam Tkac
2009-04-03
1
-1
/
+1
*
Check if C++ compiler is present.
Adam Tkac
2009-04-03
1
-0
/
+1
*
Update shift values in pixel format parse routine.
Pierre Ossman
2009-04-03
1
-0
/
+3
*
Remove unused pixel format constant.
Pierre Ossman
2009-04-03
1
-2
/
+0
*
Include low-level unit tests borrowed from VirtualGL
DRC
2009-04-03
9
-1
/
+1972
*
Implement new colorspaces to allow directly compressing from/decompressing to...
DRC
2009-04-03
19
-1889
/
+2486
*
Add environment variables to force MMX/SSE2 code path selection
DRC
2009-04-03
1
-0
/
+7
*
Initialize SMsgWriterV3.needExtendedDesktopSize variable to fix rare client
Adam Tkac
2009-04-02
1
-2
/
+2
*
Brown paper bag time... Forgot to actually store the new screen layout.
Pierre Ossman
2009-04-02
1
-0
/
+2
*
Build libjpeg/SIMD by default and replace --with-included-jpeg switch with --...
DRC
2009-04-02
1
-7
/
+7
*
Fix build for RGB_PIXELSIZE==4
DRC
2009-04-01
1
-2
/
+2
*
Optimise the common pixel format conversion RGB24 to RGB32.
Pierre Ossman
2009-03-31
4
-4
/
+68
*
fix build on POSIX strict platforms
Pierre Ossman
2009-03-26
1
-1
/
+1
*
Needs to be true colour to be 888.
Pierre Ossman
2009-03-25
1
-0
/
+2
*
A quick optimisation of the common 32-bit to 24-bit pixel conversion.
Pierre Ossman
2009-03-25
1
-11
/
+30
*
Implement server side support for SetDesktopSize.
Pierre Ossman
2009-03-23
10
-64
/
+245
*
Add client method to send SetDesktopSize.
Pierre Ossman
2009-03-23
3
-0
/
+34
*
Properly parse the SetDesktopSize message.
Pierre Ossman
2009-03-21
5
-7
/
+28
*
Move screen layout bootstraping around so that it can handle if all screens
Pierre Ossman
2009-03-20
1
-20
/
+20
*
Basic book keeping of screen layout on server.
Pierre Ossman
2009-03-20
5
-7
/
+64
*
Remove unused, and improperly reserved message types.
Pierre Ossman
2009-03-20
1
-4
/
+0
*
Add official allocations for extended desktop size extension.
Pierre Ossman
2009-03-20
2
-2
/
+2
*
Remove file transfer callback that was left behind.
Pierre Ossman
2009-03-20
2
-8
/
+0
*
Properly parse the ExtendedDesktopSize rects in the client.
Pierre Ossman
2009-03-20
8
-8
/
+122
*
Make the server a little less DoS:able by validating update regions.
Pierre Ossman
2009-03-20
1
-0
/
+13
*
Add new file to file lists.
Pierre Ossman
2009-03-20
2
-6
/
+10
*
Minimal client side support for the extended desktop size protocol.
Pierre Ossman
2009-03-20
5
-3
/
+37
*
Minimal server side implementation of the extended desktop size protocol.
Pierre Ossman
2009-03-20
14
-8
/
+162
*
Remove stray file left over from the file transfer support.
Pierre Ossman
2009-03-20
1
-92
/
+0
*
Move the SetDesktopName parser into CMsgReaderV3 to keep with the separation
Pierre Ossman
2009-03-20
4
-15
/
+16
*
iEliminate backward incompatibility which required empty_output_buffer() to h...
DRC
2009-03-16
2
-21
/
+46
*
Work around subdirectory bug in older automake.
Pierre Ossman
2009-03-16
36
-83
/
+88
*
Fix broken buffered I/O (to make cjpeg work)
DRC
2009-03-14
2
-9
/
+10
*
Remove file transfer support.
Pierre Ossman
2009-03-13
34
-2750
/
+14
*
Make source compilable via GNU autotools which are part of RHEL 5.
Adam Tkac
2009-03-13
3
-5
/
+5
*
Revert r3657 (import of autogenerated) files.
Adam Tkac
2009-03-13
35
-119455
/
+0
*
Add new simd files to Visual Studio project file.
Pierre Ossman
2009-03-13
1
-0
/
+12
*
Move variable init around a bit to please crappy compilers.
Pierre Ossman
2009-03-13
1
-2
/
+2
*
Don't mix LOCAL() and qualifiers.
Pierre Ossman
2009-03-13
1
-2
/
+0
*
Remove old, compiled version of the Java client.
Pierre Ossman
2009-03-13
3
-13
/
+0
*
Change JPEG quality/subsampling map to produce meaningful compression ratios,...
DRC
2009-03-12
3
-13
/
+45
*
Remove obsolete checking for IRIX compression and digital media libraries.
Adam Tkac
2009-03-12
3
-310
/
+20
[next]