summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Revert IPv6 listening supportPierre Ossman2014-12-081-193/+41
* Fix setsockopt() call on WindowsPierre Ossman2014-11-191-1/+1
* Protect IPv6 address strings with []Pierre Ossman2014-11-191-3/+7
* Don't assume that it's IPv4 just because it's not IPv6Pierre Ossman2014-11-191-31/+32
* inet_ntoa() want's the address directly, not a pointer to itPierre Ossman2014-11-191-1/+1
* TcpSocket: IPv6 handling throughout (#68).Tim Waugh2014-11-171-19/+100
* Added more #ifdefs for IPv6.Tim Waugh2014-11-171-1/+11
* IPv6 loopback support too.Tim Waugh2014-11-121-8/+21
* Add IPv6 support (#68).Tim Waugh2014-11-121-17/+60
* Revert "Use VncAuth as the default security type, ..."Pierre Ossman2014-11-111-1/+1
* Always log chosen security typePierre Ossman2014-11-113-3/+3
* Remove unused variablePierre Ossman2014-10-281-1/+0
* Remove verbose TLS loggingPierre Ossman2014-10-282-26/+0
* Move ws2_32 dependency to the correct placePierre Ossman2014-10-172-2/+6
* Merge branch 'assert' of https://github.com/CendioOssman/tigervncPierre Ossman2014-10-103-4/+0
|\
| * Remove unused assert.h includePierre Ossman2014-10-103-4/+0
* | Wrong padding size calculated (copy-paste error)Pierre Ossman2014-10-091-1/+1
|/
* Fix endian conversionPierre Ossman2014-09-251-12/+22
* Add pixel conversion correctness testPierre Ossman2014-09-251-0/+6
* PixelTransformer is gone so we can protect these nowPierre Ossman2014-09-251-2/+1
* Move preferred encoding tracking into a server objectPierre Ossman2014-09-185-11/+29
* Correct naming convention for some parametersPierre Ossman2014-09-174-13/+15
* Give a correct list of valid security schemesPierre Ossman2014-09-172-2/+10
* Use printf constructor safelyPierre Ossman2014-07-211-1/+1
* Move image encoding logic into a central EncodeManager classPierre Ossman2014-07-1434-1603/+2248
* Remove PixelTransformer and TransImageGetterPierre Ossman2014-07-147-682/+0
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-1437-169/+154
* Store the mouse cursor in the ConnParams objectPierre Ossman2014-07-146-118/+153
* Allow PixelBuffers to be constPierre Ossman2014-07-144-15/+17
* Add helper class for a rendered cursorPierre Ossman2014-07-145-25/+74
* Add convenience variant of getImage()Pierre Ossman2014-07-142-0/+25
* Add convenience functions to ModifiablePixelBufferPierre Ossman2014-07-092-0/+29
* Add optimised buffer conversionPierre Ossman2014-07-093-0/+291
* Add ability to directly convert between two pixel formatsPierre Ossman2014-07-092-0/+58
* Use lookup tables for pixel upconversionPierre Ossman2014-07-093-44/+64
* Only grab the regions we actually needPierre Ossman2014-07-071-22/+33
* Provide a better R/W base PixelBuffer classPierre Ossman2014-07-073-26/+89
* Get rid of getStride()Pierre Ossman2014-07-072-14/+11
* Get rid of the direct access abuse of FullFramePixelBuffer's dataPierre Ossman2014-07-076-17/+29
* We don't need a fillRect() that is this optimisedPierre Ossman2014-07-072-83/+19
* Avoid having virtual methods where not neededPierre Ossman2014-07-072-17/+10
* getImage() doesn't need to be overloadable, keep it simplePierre Ossman2014-07-073-38/+5
* Encoders/decoders should track the connection objectPierre Ossman2014-07-0734-109/+102
* Push encoder and decoder handling down into the connection objectsPierre Ossman2014-07-079-140/+57
* Remove full support for colour mapsPierre Ossman2014-07-0726-853/+240
* Get rid of unnecessary macros as they are only ever set to a single thingPierre Ossman2014-07-0715-85/+30
* Push encoding specific formats into the encoders and decodersPierre Ossman2014-07-0712-63/+91
* Consolidate the different palette handler implementationsPierre Ossman2014-07-078-493/+272
* Handle CopyRect like any other encodingPierre Ossman2014-07-077-21/+86
* Avoid reader/writer duplication in every encoder/decoderPierre Ossman2014-07-0724-26/+27