Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | tightPng: check even for SendGradientRect. | Joel Martin | 2011-07-22 | 1 | -0/+6 | |
| | | | | | | | | Signed-off-by: Christian Beier <[email protected]> | |||||
| * | tightPng: Add initial tightPng encoding support. | Joel Martin | 2011-07-22 | 9 | -62/+436 | |
| | | | | | | | | | | | | | | http://wiki.qemu.org/VNC_Tight_PNG Signed-off-by: Joel Martin <[email protected]> Signed-off-by: Christian Beier <[email protected]> | |||||
* | | .gitignore: zippy has moved | Johannes Schindelin | 2011-08-17 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Johannes Schindelin <[email protected]> | |||||
* | | Add installation hints to android example README. | Christian Beier | 2011-07-25 | 1 | -0/+9 | |
| | | ||||||
* | | Reduced memory footprint by 50% | William Roberts | 2011-07-23 | 1 | -2/+2 | |
| | | ||||||
* | | Corrected resolution issue, but screen is getting reported as wrong size | William Roberts | 2011-07-23 | 1 | -1/+1 | |
| | | ||||||
* | | Fixes running vncserver on beagleboard/0xdroid and possibly any device | ckanru | 2011-07-23 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | without a touch screen. Because fake touch screen always report zero when query device information, coordinates transformation is not needed. Signed-off-by: Christian Beier <[email protected]> | |||||
* | | Adopt autotools build system to Android. | Christian Beier | 2011-07-23 | 5 | -1/+21 | |
| | | | | | | | | LibVNCServer/LibVNCClient now build for Android! | |||||
* | | Add androidvncserver example. | Christian Beier | 2011-07-23 | 3 | -0/+637 | |
| | | ||||||
* | | Make LibVNCServer build for Android. | letsgoustc | 2011-07-22 | 1 | -0/+5 | |
|/ | | | | Signed-off-by: Christian Beier <[email protected]> | |||||
* | Remove some unused variables. | Christian Beier | 2011-06-01 | 2 | -3/+0 | |
| | ||||||
* | Fix rfbProcessNewConnection to return some value instead of void. | George Kiagiadakis | 2011-06-01 | 2 | -7/+10 | |
| | | | | | | BUG: 256891 Signed-off-by: Christian Beier <[email protected]> | |||||
* | Split two event-loop related functions out of the rfbProcessEvents() mechanism. | George Kiagiadakis | 2011-06-01 | 3 | -56/+85 | |
| | | | | | | | This is required to be able to do proper event loop integration with Qt. Idea was taken from vino's libvncserver fork. Signed-off-by: Christian Beier <[email protected]> | |||||
* | Fix buffer overflow | Cristian Rodríguez | 2011-05-09 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Cristian Rodríguez <[email protected]> Signed-off-by: Christian Beier <[email protected]> | |||||
* | Revert "Fix memory corruption bug." | Christian Beier | 2011-04-30 | 1 | -2/+0 | |
| | | | | | | This reverts commit c1363fa9583ed41b94fbc79b3ff410b7d5189407. The proper fix was already in 804335f9d296440bb708ca844f5d89b58b50b0c6. | |||||
* | UTF-8ify AUTHORS | Johannes Schindelin | 2011-04-28 | 1 | -1/+1 | |
| | | | | Signed-off-by: Johannes Schindelin <[email protected]> | |||||
* | Update AUTHORS | Johannes Schindelin | 2011-04-28 | 1 | -1/+1 | |
| | | | | Signed-off-by: Johannes Schindelin <[email protected]> | |||||
* | Fix memory corruption bug. | George Kiagiadakis | 2011-04-28 | 1 | -0/+2 | |
| | | | | | | | | This bug occured when a second telepathy tubes client was connected after the first one had disconnected and the channel (thus, the screen too) had been destroyed. Signed-off-by: Johannes Schindelin <[email protected]> | |||||
* | Fix compilation in c89 mode. | George Kiagiadakis | 2011-04-28 | 6 | -9/+13 | |
| | | | | Signed-off-by: Johannes Schindelin <[email protected]> | |||||
* | Replace deprecated GnuTLS functions gnutls_*_set_priority with ↵ | Vic Lee | 2011-04-27 | 1 | -9/+6 | |
| | | | | | | | | | | | | | gnutls_priority_set_direct. The functions gnutls_*_set_priority we used were marked deprecated since latest GnuTLS version 2.12. However the replacement function gnutls_priority_set_direct is available since 2.2, which is even lower than our version requirement 2.4 in configure. The patch just replace the deprecate function to fix the compile warning. Signed-off-by: Vic Lee <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]> | |||||
* | Update ChangeLog for 0.9.8. | Christian Beier | 2011-03-30 | 1 | -751/+6656 | |
| | ||||||
* | Remove RDP from the README description. | Christian Beier | 2011-03-29 | 1 | -1/+1 | |
| | | | | We do VNC but no RDP. Pointed out by Vic Lee, thanks! | |||||
* | Fix skipping of merge commits in log convert script. | Christian Beier | 2011-03-29 | 1 | -1/+2 | |
| | ||||||
* | Add a git-log to GNU-Style ChangeLog converter script. | Christian Beier | 2011-03-29 | 3 | -0/+372 | |
| | | | | Also put all helper scripts into a utils directory. | |||||
* | Mention the pkg-config stuff in NEWS. | Christian Beier | 2011-03-28 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' of ↵ | Christian Beier | 2011-03-28 | 34 | -303/+175 | |
|\ | | | | | | | ssh://libvncserver.git.sourceforge.net/gitroot/libvncserver/libvncserver | |||||
| * | Fix regression in Ultra encoding introduced by commit ↵ | Christian Beier | 2011-03-17 | 2 | -3/+3 | |
| | | | | | | | | | | | | fe1ca16e9b75b5f38ab374c8dfff92d2c3ea4532. My bad. There we see what the encodings test is good for ;-) | |||||
| * | Update encodingstest. | Christian Beier | 2011-03-17 | 1 | -42/+25 | |
| | | | | | | | | | | | | | | * Fixed segfault on shutdown. * Updated to test all encodings. * Fixed to operate with encodings that split up rects into smaller rects. | |||||
| * | Remove useless comparisons that always evaluate to false. | Christian Beier | 2011-03-17 | 1 | -6/+1 | |
| | | | | | | | | | | There can not be more than 255 security types and MSLogon is RFB 3.6 only. | |||||
| * | Fix (most) MinGW32 compiler warnings. | Christian Beier | 2011-03-17 | 9 | -29/+33 | |
| | | ||||||
| * | Fix remaining compiler warnings. | Christian Beier | 2011-03-17 | 4 | -18/+4 | |
| | | ||||||
| * | Check rfbGetScreen() return value everywhere. | Christian Beier | 2011-03-17 | 18 | -6/+41 | |
| | | | | | | | | | | This fixes a segfault when a server is invoked with the '-help' commandline argument. | |||||
| * | CMake: Check for libgcrypt availability. | Christian Beier | 2011-03-12 | 2 | -0/+9 | |
| | | ||||||
| * | CMake: Threads can be available even if SDL is not. | Christian Beier | 2011-03-12 | 1 | -4/+4 | |
| | | ||||||
| * | CMake: fix building SDLvncviewer. | Christian Beier | 2011-03-12 | 1 | -2/+4 | |
| | | ||||||
| * | Include cmake configure file templates in dist tarball. | Christian Beier | 2011-03-12 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Christian Beier <[email protected]> | |||||
| * | Remove autogenerated files. | Christian Beier | 2011-03-12 | 2 | -192/+0 | |
| | | ||||||
| * | Update NEWS for 0.9.8 release. | Christian Beier | 2011-03-12 | 1 | -0/+50 | |
| | | ||||||
* | | Add libvncserver.pc and libvncclient.pc files. | Vic Lee | 2011-03-28 | 5 | -0/+30 | |
|/ | | | | | Signed-off-by: Vic Lee <[email protected]> Signed-off-by: Christian Beier <[email protected]> | |||||
* | Fix libvncclient TLS for Windows builds. | Christian Beier | 2011-03-12 | 1 | -5/+39 | |
| | | | | | | | GnuTLS seems to expect proper errno values internally. So set them in our custom push/pull functions. Parts of the patch stolen from libcurl, thanks! Signed-off-by: Christian Beier <[email protected]> | |||||
* | Let libvncclient build with gcrypt for MinGW32 builds. | Christian Beier | 2011-03-12 | 1 | -0/+4 | |
| | | | | Signed-off-by: Christian Beier <[email protected]> | |||||
* | Use WaitForMessage instead of sleep in socket reading to fix performance issue. | Vic Lee | 2011-03-12 | 1 | -10/+2 | |
| | | | | Signed-off-by: Christian Beier <[email protected]> | |||||
* | Set proper file permissions for source files. | Christian Beier | 2011-03-10 | 24 | -0/+0 | |
| | ||||||
* | Next version will be 0.9.8. | Christian Beier | 2011-03-10 | 2 | -3/+3 | |
| | ||||||
* | Move zippy.c to examples. | Christian Beier | 2011-03-10 | 5 | -11/+4 | |
| | ||||||
* | Call WSAGetLastError() everywhere errno is read after a Winsock call. | Christian Beier | 2011-03-03 | 5 | -1/+26 | |
| | | | | | Winsock does NOT update errno for us, we have fetch the last error manually using WSAGetLastError(). | |||||
* | Update minilzo library used for Ultra encoding to ver 2.04. | Christian Beier | 2011-02-26 | 6 | -2090/+5177 | |
| | | | | | | | | | | According to the minilzo README, this brings a significant speedup on 64-bit architechtures. Changes compared to old version 1.08 can be found here: http://www.oberhumer.com/opensource/lzo/lzonews.php Signed-off-by: Christian Beier <[email protected]> | |||||
* | libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe. | Christian Beier | 2011-02-07 | 7 | -159/+103 | |
| | | | | | | | This adds generic before/after encoding buffers to the rfbClient struct, so there is no need for thread local storage. Signed-off-by: Christian Beier <[email protected]> | |||||
* | Include CMakeLists.txt file in dist tarball. | Christian Beier | 2011-02-02 | 1 | -0/+1 | |
| | ||||||
* | Remove unneeded files concerning CVS. | Christian Beier | 2011-01-31 | 14 | -157/+0 | |
| | | | | | | We have a git repo nowadays and I guess we won't go back to CVS. Signed-off-by: Christian Beier <[email protected]> |