summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Give CharArray a printf style method to ease automatic allocationPierre Ossman2015-03-032-0/+31
* The PAM callback is slightly different on SolarisPierre Ossman2015-03-031-1/+6
* Add extra parentheses to avoid and/or priority ambiguityPierre Ossman2015-03-031-1/+1
* Reorder class initialiser list to match what actually happensPierre Ossman2015-03-032-4/+5
* Make Rect::area() signed, just like Rect::width()/height()Pierre Ossman2015-03-031-1/+1
* Fix mismatches between format string and argumentsPierre Ossman2015-03-031-1/+1
* Shorten stats from EncodeManager using SI/IEC prefixesPierre Ossman2015-03-033-8/+60
* A switch() needs to handle every value in an enumPierre Ossman2015-03-031-0/+4
* Switch to unsigned parameters for ExtendedDesktopSize handlerPierre Ossman2015-03-032-3/+3
* Fix bad signed/unsigned comparisonsPierre Ossman2015-03-036-7/+7
* Make sure Exceptions do not use unsafe format stringsPierre Ossman2015-03-037-24/+17
* Tag the Exception constructor as a printf functionPierre Ossman2015-03-031-1/+7
* Remove unused variablesPierre Ossman2015-03-036-9/+1
* Handle no useful address types from getaddrinfo()Pierre Ossman2015-03-031-0/+3
* The compiler cannot figure out if this is assigned properlyPierre Ossman2015-03-031-0/+4
* Merge branch 'perf' of https://github.com/CendioOssman/tigervncPierre Ossman2015-02-1318-138/+454
|\
| * Default compression level should be interpreted as highPierre Ossman2015-02-131-1/+1
| * Be more aggressive in finding solid rectanglesPierre Ossman2015-02-132-74/+96
| * Move encoder statistics into EncodeManager from SMsgWriterPierre Ossman2015-02-134-47/+168
| * Optimise fillRect()Pierre Ossman2015-02-131-6/+26
| * rfb::Region uses the Xregion libraryPierre Ossman2015-02-131-1/+1
| * Add stream class to feed data from a filePierre Ossman2015-02-133-0/+138
| * No need for this array to be writeablePierre Ossman2015-02-134-4/+4
| * Move reverse connection information into VNCSConnectionSTPierre Ossman2015-02-134-5/+4
| * These methods aren't critical so no need for them to be purePierre Ossman2015-02-132-2/+10
| * Give subclasses the ability to overwrite the reader and writerPierre Ossman2015-02-132-0/+6
| * SConnection internals should be private, just like for CConnectionPierre Ossman2015-02-131-0/+2
* | Use a common header file for Windows errno names.Peter Åstrand (astrand)2015-02-053-5/+103
|/
* Make the calls to va_list logging functions more explicitPierre Ossman2015-01-301-1/+1
* Add parameters to force IPv4/IPv6 selectionPierre Ossman2015-01-291-1/+27
* More debug logging for screen layout changesPierre Ossman2015-01-261-7/+13
* Remove logging of each Timer firingPierre Ossman2015-01-261-1/+0
* Restructure Xvnc/libvnc.so code to avoid C++ header hacksPierre Ossman2015-01-264-4/+18
* Allow LogWriter objects to be used with va_list argumentPierre Ossman2015-01-261-0/+4
* IPv6: create new socket if IPv6 bind fails (#77).Tim Waugh2014-12-101-93/+90
* Make sure attributes propagate through security wrappersPierre Ossman2014-12-024-2/+34
* Limit access to non-shared modePierre Ossman2014-12-023-1/+4
* Merge branch 'readonlypassword' of https://github.com/michalsrb/tigervnc into...Pierre Ossman2014-12-0210-46/+80
|\
| * Update comment of VncAuthPasswdGetter::getVncAuthPasswd.Michal Srb2014-11-241-2/+2
| * Add AccessSetDesktopSize right.Michal Srb2014-11-245-14/+24
| * VncAuth: Read and use readonly password.Michal Srb2014-11-102-25/+47
| * Allow SSecurity to specify AccessRights for SConnection.Michal Srb2014-11-105-5/+7
* | 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