aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Avoid integer overflows in pixel size calculationsPierre Ossman2018-07-256-20/+23
* Fix bad type on congestion ETA variablePierre Ossman2018-07-171-1/+1
* Merge branch 'unix' of https://github.com/CendioOssman/tigervncPierre Ossman2018-05-298-224/+507
|\
| * Merge common socket codePierre Ossman2018-05-297-216/+255
| * Remove unused code from socket classesPierre Ossman2018-05-295-109/+24
| * Add support for Unix socketsPierre Ossman2018-05-293-1/+327
| * Use abstract SocketListener classPierre Ossman2018-05-043-8/+11
| * Handle hexadecimal and octal parametersPierre Ossman2018-05-031-1/+1
* | Catch exceptions by referencePierre Ossman2018-05-292-2/+2
* | Fix bad reference in TLSException initialiserPierre Ossman2018-05-291-1/+1
* | Avoid assert crash after bytestream position wrap aroundPeter Åstrand (astrand)2018-05-291-2/+7
* | Avoid creating unused thread on single CPU machinesPeter Åstrand (astrand)2018-05-071-1/+7
* | Flush pending changes when desktop startsPierre Ossman2018-05-071-2/+8
* | Comparing ScreenSet:s should be done without considering orderPeter Åstrand (astrand)2018-05-071-3/+15
|/
* Merge branch 'alr' of https://github.com/CendioOssman/tigervncPierre Ossman2018-04-2013-93/+269
|\
| * Send lossless refresh even with pending updatesPierre Ossman2018-03-283-18/+29
| * Limit lossless refresh update to safe sizePierre Ossman2018-03-289-18/+73
| * Automatic lossless refreshPierre Ossman2018-03-285-20/+128
| * Avoid checking updates when desktop is stoppedPierre Ossman2018-03-282-11/+18
| * Remove redundant Region::copyFrom()Pierre Ossman2018-03-284-7/+2
| * Respect request area for cursor renderingPierre Ossman2018-03-282-39/+39
* | Remove no longer relevant license commentPierre Ossman2018-03-281-14/+0
* | Stop abusing InputHandler class for write classPierre Ossman2018-03-282-11/+8
* | Add missing break for LED state checkPierre Ossman2018-03-281-0/+1
|/
* VNCServerST: Allow unsetting pixel buffer.Michal Srb2018-03-071-10/+6
* Fix rounding error in pixel down conversionPierre Ossman2018-03-014-20/+26
* Merge branch 'congestion' of https://github.com/CendioOssman/tigervncPierre Ossman2018-02-2611-219/+650
|\
| * Add crude congestion window debug tracePierre Ossman2017-11-173-0/+44
| * Add simple slow start to congestion controlPierre Ossman2017-11-172-22/+56
| * Improved congestion control handlingPierre Ossman2017-11-176-118/+363
| * Move congestion control to its own classPierre Ossman2017-11-175-207/+292
| * Reduce header dependencies in server classesPierre Ossman2017-11-175-13/+19
| * Use a queue for congestion pingsPierre Ossman2017-11-172-16/+30
| * Handle timers which should be executed right awayPierre Ossman2017-11-171-0/+3
* | Fix bug where server cursor might disappearPierre Ossman2017-11-171-6/+4
* | Avoid extra framebuffer update messagesPierre Ossman2017-11-171-17/+5
* | Fix for initial client side cursorPierre Ossman2017-11-172-4/+9
* | Fix "int-in-bool-context" compile errorsBrian P. Hinz2017-11-162-2/+2
* | Merge pull request #500 from bphinz/issue106-rebaseBrian Hinz2017-11-151-3/+11
|\ \
| * | avoid putting more includes in headers than necessaryBrian P. Hinz2017-11-152-1/+1
| * | Move gnutls functions into SSecurityTLSBrian P. Hinz2017-11-142-3/+11
* | | Fully standardise on send()/recv()Pierre Ossman2017-11-082-7/+6
* | | Merge branch 'x0-xdesktop-initial-cursor' of https://github.com/x11clone/x11c...Pierre Ossman2017-11-088-13/+42
|\ \ \
| * | | x0vncserver does not support SetDesktopSize; remove -AcceptSetDesktopSizePeter Åstrand (astrand)2017-11-082-0/+24
| * | | Remove support for Lynx/OSPeter Åstrand (astrand)2017-11-081-5/+0
| * | | Added my/Cendio copyright where relevantPeter Åstrand (astrand)2017-11-081-0/+1
| * | | Use send() with MSG_DONTWAIT when possiblePeter Åstrand (astrand)2017-11-081-1/+9
| * | | Define cork() as pure virtual in Socket classPeter Åstrand (astrand)2017-11-084-7/+8
* | | | Avoid corner case of applications rendering at frame ratePierre Ossman2017-11-061-1/+11
* | | | Fix broken logic for sending mouse cursorPierre Ossman2017-11-061-2/+3
|/ / /