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
*
Revert IPv6 listening support
Pierre Ossman
2014-12-08
1
-193
/
+41
*
Fix setsockopt() call on Windows
Pierre Ossman
2014-11-19
1
-1
/
+1
*
Protect IPv6 address strings with []
Pierre Ossman
2014-11-19
1
-3
/
+7
*
Don't assume that it's IPv4 just because it's not IPv6
Pierre Ossman
2014-11-19
1
-31
/
+32
*
inet_ntoa() want's the address directly, not a pointer to it
Pierre Ossman
2014-11-19
1
-1
/
+1
*
TcpSocket: IPv6 handling throughout (#68).
Tim Waugh
2014-11-17
1
-19
/
+100
*
Added more #ifdefs for IPv6.
Tim Waugh
2014-11-17
1
-1
/
+11
*
IPv6 loopback support too.
Tim Waugh
2014-11-12
1
-8
/
+21
*
Add IPv6 support (#68).
Tim Waugh
2014-11-12
1
-17
/
+60
*
Revert "Use VncAuth as the default security type, ..."
Pierre Ossman
2014-11-11
1
-1
/
+1
*
Always log chosen security type
Pierre Ossman
2014-11-11
3
-3
/
+3
*
Remove unused variable
Pierre Ossman
2014-10-28
1
-1
/
+0
*
Remove verbose TLS logging
Pierre Ossman
2014-10-28
2
-26
/
+0
*
Move ws2_32 dependency to the correct place
Pierre Ossman
2014-10-17
2
-2
/
+6
*
Merge branch 'assert' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2014-10-10
3
-4
/
+0
|
\
|
*
Remove unused assert.h include
Pierre Ossman
2014-10-10
3
-4
/
+0
*
|
Wrong padding size calculated (copy-paste error)
Pierre Ossman
2014-10-09
1
-1
/
+1
|
/
*
Fix endian conversion
Pierre Ossman
2014-09-25
1
-12
/
+22
*
Add pixel conversion correctness test
Pierre Ossman
2014-09-25
1
-0
/
+6
*
PixelTransformer is gone so we can protect these now
Pierre Ossman
2014-09-25
1
-2
/
+1
*
Move preferred encoding tracking into a server object
Pierre Ossman
2014-09-18
5
-11
/
+29
*
Correct naming convention for some parameters
Pierre Ossman
2014-09-17
4
-13
/
+15
*
Give a correct list of valid security schemes
Pierre Ossman
2014-09-17
2
-2
/
+10
*
Use printf constructor safely
Pierre Ossman
2014-07-21
1
-1
/
+1
*
Move image encoding logic into a central EncodeManager class
Pierre Ossman
2014-07-14
34
-1603
/
+2248
*
Remove PixelTransformer and TransImageGetter
Pierre Ossman
2014-07-14
7
-682
/
+0
*
Use PixelBuffer objects as the interface for encoders and decoders
Pierre Ossman
2014-07-14
37
-169
/
+154
*
Store the mouse cursor in the ConnParams object
Pierre Ossman
2014-07-14
6
-118
/
+153
*
Allow PixelBuffers to be const
Pierre Ossman
2014-07-14
4
-15
/
+17
*
Add helper class for a rendered cursor
Pierre Ossman
2014-07-14
5
-25
/
+74
*
Add convenience variant of getImage()
Pierre Ossman
2014-07-14
2
-0
/
+25
*
Add convenience functions to ModifiablePixelBuffer
Pierre Ossman
2014-07-09
2
-0
/
+29
*
Add optimised buffer conversion
Pierre Ossman
2014-07-09
3
-0
/
+291
*
Add ability to directly convert between two pixel formats
Pierre Ossman
2014-07-09
2
-0
/
+58
*
Use lookup tables for pixel upconversion
Pierre Ossman
2014-07-09
3
-44
/
+64
*
Only grab the regions we actually need
Pierre Ossman
2014-07-07
1
-22
/
+33
*
Provide a better R/W base PixelBuffer class
Pierre Ossman
2014-07-07
3
-26
/
+89
*
Get rid of getStride()
Pierre Ossman
2014-07-07
2
-14
/
+11
*
Get rid of the direct access abuse of FullFramePixelBuffer's data
Pierre Ossman
2014-07-07
6
-17
/
+29
*
We don't need a fillRect() that is this optimised
Pierre Ossman
2014-07-07
2
-83
/
+19
*
Avoid having virtual methods where not needed
Pierre Ossman
2014-07-07
2
-17
/
+10
*
getImage() doesn't need to be overloadable, keep it simple
Pierre Ossman
2014-07-07
3
-38
/
+5
*
Encoders/decoders should track the connection object
Pierre Ossman
2014-07-07
34
-109
/
+102
*
Push encoder and decoder handling down into the connection objects
Pierre Ossman
2014-07-07
9
-140
/
+57
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
26
-853
/
+240
*
Get rid of unnecessary macros as they are only ever set to a single thing
Pierre Ossman
2014-07-07
15
-85
/
+30
*
Push encoding specific formats into the encoders and decoders
Pierre Ossman
2014-07-07
12
-63
/
+91
*
Consolidate the different palette handler implementations
Pierre Ossman
2014-07-07
8
-493
/
+272
*
Handle CopyRect like any other encoding
Pierre Ossman
2014-07-07
7
-21
/
+86
*
Avoid reader/writer duplication in every encoder/decoder
Pierre Ossman
2014-07-07
24
-26
/
+27
[next]