aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exittimer' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-096-152/+63
|\
| * Get rid of SocketServer::checkTimeouts()Pierre Ossman2018-11-093-23/+0
| * Change idle timeout to timerPierre Ossman2018-11-093-50/+25
| * Properly terminate server on timeoutsPierre Ossman2018-11-092-3/+9
| * Change exit timeouts to timersPierre Ossman2018-11-092-79/+32
* | Merge branch 'vncserver' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-0910-532/+369
|\|
| * Clean up headersPierre Ossman2018-11-092-10/+17
| * Remove unused functions from server classesPierre Ossman2018-11-092-11/+0
| * Make throwConnFailedException() protectedPierre Ossman2018-11-091-5/+5
| * Remove writeConnFailedFromScratch()Pierre Ossman2018-11-093-18/+7
| * Remove comments about self-deleting connectionsPierre Ossman2018-11-091-9/+2
| * Move ListConnInfo to WinVNC directoryPierre Ossman2018-11-096-221/+2
| * Inherit SocketServer directly from VNCServerPierre Ossman2018-10-262-6/+5
| * Encapsulate client handling in VNCServerSTPierre Ossman2018-10-263-70/+95
| * Move access rights and closing to SConnection objectPierre Ossman2018-10-107-52/+88
| * Encapsulate setDesktopSize() in VNCServerSTPierre Ossman2018-10-103-32/+38
| * Encapsulate event handling in VNCServerSTPierre Ossman2018-10-103-36/+66
| * Use accessor methods for VNCServerSTPierre Ossman2018-10-103-34/+35
| * Remove QueryConnectionHandlerPierre Ossman2018-10-105-40/+42
| * Force common flow of connection queriesPierre Ossman2018-10-093-33/+12
* | Merge branch 'nojava' of https://github.com/CendioOssman/tigervncPierre Ossman2018-10-264-638/+0
|\|
| * Remove Java web serverPierre Ossman2018-10-094-638/+0
* | Merge branch 'master' of https://github.com/grulja/tigervncPierre Ossman2018-10-261-1/+1
|\ \
| * | Avoid potential crash when replacing buffer in PlainPasswdJan Grulich2018-10-031-1/+1
| |/
* / Log TLS handshake resultPierre Ossman2018-10-092-1/+5
|/
* Restore original streams when terminating TLSPierre Ossman2018-09-214-2/+27
* Delete TLS streams before deleting the sessionPierre Ossman2018-09-214-33/+40
* Strongly bind security objects to connection objectPierre Ossman2018-09-2130-93/+123
* Initialise CSecurityTLS::cert_cred properlyPierre Ossman2018-09-211-1/+1
* Remove destroy functionsPierre Ossman2018-09-214-4/+4
* Estimate higher bandwidth in slow startPierre Ossman2018-09-211-2/+11
* Allow perceptually lossless refreshPierre Ossman2018-09-214-12/+36
* Add method to get compression settings from encoderPierre Ossman2018-09-203-0/+10
* Don't force encoders to specify palette sizePierre Ossman2018-09-205-5/+5
* Limit maximum lossless refresh CPU usagePierre Ossman2018-09-201-2/+7
* Don't attempt to send empty lossless refreshPierre Ossman2018-09-201-6/+9
* Fix calculation of maximum lossless refresh areaPierre Ossman2018-09-201-0/+3
* Avoid refresh of recently changed areasPeter Åstrand (astrand)2018-09-204-11/+80
* Fix bad reference in Timer::getRemainingMs()Pierre Ossman2018-09-201-1/+1
* Avoid compiler "use of uninitialised variable" warningsPierre Ossman2018-09-131-32/+33
* Use system certificate trust storePierre Ossman2018-08-161-0/+3
* 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