aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Make exception classes have clearer messagesPierre Ossman2017-10-126-39/+47
* | Push query connect timeout back in to XvncPierre Ossman2017-10-044-16/+2
* | Keep alpha in cursor alpha conversionPierre Ossman2017-10-021-1/+0
* | Make sure to start the frame timer after a buffer changePierre Ossman2017-09-221-0/+1
* | Get rid of getFbSize()/getDesktopSize() in commonPierre Ossman2017-09-222-9/+0
* | Don't throw exceptions in destructorsPierre Ossman2017-09-151-10/+2
* | Merge branch 'fix-warnings'Pierre Ossman2017-09-1520-21/+54
|\ \
| * | rfb: Avoid unused argument warnings in headersSteve Kondik2017-09-154-7/+18
| * | rfb: vsnprintf returns an int, not size_tSteve Kondik2017-07-101-1/+1
| * | rfb: Silence nonliteral format string warning in LoggerSteve Kondik2017-07-102-4/+10
| * | rfb: Fix inheritance in CMsgWriterSteve Kondik2017-07-082-2/+2
| * | rfb: Fix struct-vs-class warningsSteve Kondik2017-07-085-6/+7
| * | rdr: Fix incorrect error checking after fread()Steve Kondik2017-07-081-3/+3
| * | Add missing virtual destructorsSteve Kondik2017-07-086-0/+12
| * | rfb: Fix hidden function overload warningsSteve Kondik2017-07-081-0/+2
* | | Fix shift state test in lock key heuristicsPierre Ossman2017-09-152-18/+18
* | | Merge branch 'securemsg' of https://github.com/CendioOssman/tigervncPierre Ossman2017-09-1511-4/+35
|\ \ \
| * | | Use better security method description when using VeNCryptPierre Ossman2017-09-012-1/+8
| * | | Add better error message for insecure certificate algorithmsPierre Ossman2017-09-011-0/+3
| * | | Display security state when asking for passwordPierre Ossman2017-09-0110-3/+24
| | |/ | |/|
* | | Merge branch 'qemukbd-merge' of https://github.com/CendioOssman/tigervncPierre Ossman2017-09-1526-38/+471
|\ \ \
| * | | Track keys based on client supplied key codesPierre Ossman2017-08-282-10/+44
| * | | Remove unused needsLastRect state variablePierre Ossman2017-08-281-1/+0
| * | | Fix wrong argument for CMsgWriter::clientCutText()Pierre Ossman2017-08-282-2/+2
| * | | Basic support for QEMU Extended Key EventsPierre Ossman2017-08-2821-44/+188
| * | | Send lock LED state from server to clientPierre Ossman2017-08-247-54/+161
| * | | Add server side lock key sync heuristicPierre Ossman2017-08-244-1/+82
| * | | Add client support for LED state syncPierre Ossman2017-08-249-3/+71
| |/ /
* | | Clear client cursor when switching to server sidePierre Ossman2017-09-151-1/+10
* | | Include server name in TLS handshake for SNIPierre Ossman2017-09-081-0/+5
|/ /
* | Support clients that only support alpha cursorsPierre Ossman2017-08-161-2/+4
* | Send cursor pseudo-encodings in order of preferencePierre Ossman2017-08-161-2/+2
|/
* Limit size of cursor accepted by client.Michal Srb2017-04-062-0/+11
* Merge branches 'fix-vencrypt-leak' and 'fixes-ssecurityplain' of https://gith...Pierre Ossman2017-03-302-1/+11
|\
| * Limit max username/password size in SSecurityPlain.Michal Srb2017-03-302-0/+10
| * Fix checkNoWait logic in SSecurityPlain.Michal Srb2017-03-301-1/+1
* | Delete underlying ssecurity in SSecurityVeNCrypt.Michal Srb2017-03-291-0/+2
|/
*-. Merge branches 'fix' and 'fix-double-free-fences' of https://github.com/micha...Pierre Ossman2017-03-297-14/+17
|\ \