| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump version numbers to 1.0.1. | Adam Tkac | 2010-01-19 | 1 | -1/+1 |
* | [Bugfix] Some systems (notably OS X Leopard) have fls() already, so rename | Adam Tkac | 2010-01-19 | 1 | -2/+2 |
* | [Bugfix] Work around alignment issue with OS X linker which was causing | Adam Tkac | 2010-01-19 | 31 | -0/+93 |
* | [Bugfix] Fix crash in TcpSocket::sameMachine for IPv6 connections (alan dot c... | Adam Tkac | 2009-11-12 | 1 | -5/+19 |
* | [Bugfix] Pass correct address length to connect(2) call (alan dot coopersmith... | Adam Tkac | 2009-10-30 | 1 | -1/+1 |
* | Bump release number to 1.0.0. | Adam Tkac | 2009-08-19 | 1 | -1/+1 |
* | Bump version to 0.0.91 and add doc/version_numbers file which lists occurrences | Adam Tkac | 2009-06-12 | 1 | -1/+1 |
* | Changes outside the framebuffer can sometimes be reported so we need to | Pierre Ossman | 2009-06-09 | 1 | -1/+5 |
* | We should only send ExtendedDesktopSize to a client supporting both it and | Pierre Ossman | 2009-05-28 | 1 | -4/+6 |
* | [Bugfix] Add correct PlainPasswd constructor to avoid vncpasswd crash. | Adam Tkac | 2009-05-18 | 2 | -0/+4 |
* | The code to utilize our libjpeg's ability to input/output out native formatsv0.0.90 | Pierre Ossman | 2009-04-30 | 2 | -38/+43 |
* | Remove debugging output that wasn't supposed to be committed. | Pierre Ossman | 2009-04-24 | 1 | -3/+0 |
* | Send desktop layout changes separately | Pierre Ossman | 2009-04-23 | 5 | -84/+167 |
* | UltraVNC sends a new non-incr. FUR when it gets a DesktopSize rect, and | Pierre Ossman | 2009-04-22 | 1 | -2/+8 |
* | Make sure we handle endian problems in the conversion code. | Pierre Ossman | 2009-04-21 | 3 | -6/+22 |
* | Corrected line breaks; must only use CRLF. | Peter Åstrand | 2009-04-14 | 1 | -1/+1 |
* | Remove fttypes.h from Makefile.am, it doesn't exist. | Adam Tkac | 2009-04-07 | 1 | -1/+1 |
* | Take advantage of libjpeg colorspace extensions, if available | DRC | 2009-04-06 | 1 | -9/+54 |
* | Take advantage of libjpeg colorspace extensions if available | DRC | 2009-04-06 | 1 | -12/+52 |
* | Test fast upsampling | DRC | 2009-04-05 | 4 | -10/+23 |
* | Add colorspace extensions to merged upsampling routines | DRC | 2009-04-05 | 7 | -993/+1353 |
* | Remove unnecessary code | DRC | 2009-04-05 | 1 | -6/+0 |
* | Oops. jcolsamp.inc should be included from j[c|d]clr[mmx|ss2].asm so it rece... | DRC | 2009-04-04 | 4 | -2/+4 |
* | Oops. jcolsamp.inc needs to be included from j[c|d]clr[mmx|ss2].asm so that ... | DRC | 2009-04-04 | 4 | -2/+4 |
* | Don't install test programs, build them only. | Adam Tkac | 2009-04-03 | 1 | -1/+1 |
* | Check if C++ compiler is present. | Adam Tkac | 2009-04-03 | 1 | -0/+1 |
* | Update shift values in pixel format parse routine. | Pierre Ossman | 2009-04-03 | 1 | -0/+3 |
* | Remove unused pixel format constant. | Pierre Ossman | 2009-04-03 | 1 | -2/+0 |
* | Include low-level unit tests borrowed from VirtualGL | DRC | 2009-04-03 | 9 | -1/+1972 |
* | Implement new colorspaces to allow directly compressing from/decompressing to... | DRC | 2009-04-03 | 19 | -1889/+2486 |
* | Add environment variables to force MMX/SSE2 code path selection | DRC | 2009-04-03 | 1 | -0/+7 |
* | Initialize SMsgWriterV3.needExtendedDesktopSize variable to fix rare client | Adam Tkac | 2009-04-02 | 1 | -2/+2 |
* | Brown paper bag time... Forgot to actually store the new screen layout. | Pierre Ossman | 2009-04-02 | 1 | -0/+2 |
* | Build libjpeg/SIMD by default and replace --with-included-jpeg switch with --... | DRC | 2009-04-02 | 1 | -7/+7 |
* | Fix build for RGB_PIXELSIZE==4 | DRC | 2009-04-01 | 1 | -2/+2 |
* | Optimise the common pixel format conversion RGB24 to RGB32. | Pierre Ossman | 2009-03-31 | 4 | -4/+68 |
* | fix build on POSIX strict platforms | Pierre Ossman | 2009-03-26 | 1 | -1/+1 |
* | Needs to be true colour to be 888. | Pierre Ossman | 2009-03-25 | 1 | -0/+2 |
* | A quick optimisation of the common 32-bit to 24-bit pixel conversion. | Pierre Ossman | 2009-03-25 | 1 | -11/+30 |
* | Implement server side support for SetDesktopSize. | Pierre Ossman | 2009-03-23 | 10 | -64/+245 |
* | Add client method to send SetDesktopSize. | Pierre Ossman | 2009-03-23 | 3 | -0/+34 |
* | Properly parse the SetDesktopSize message. | Pierre Ossman | 2009-03-21 | 5 | -7/+28 |
* | Move screen layout bootstraping around so that it can handle if all screens | Pierre Ossman | 2009-03-20 | 1 | -20/+20 |
* | Basic book keeping of screen layout on server. | Pierre Ossman | 2009-03-20 | 5 | -7/+64 |
* | Remove unused, and improperly reserved message types. | Pierre Ossman | 2009-03-20 | 1 | -4/+0 |
* | Add official allocations for extended desktop size extension. | Pierre Ossman | 2009-03-20 | 2 | -2/+2 |
* | Remove file transfer callback that was left behind. | Pierre Ossman | 2009-03-20 | 2 | -8/+0 |
* | Properly parse the ExtendedDesktopSize rects in the client. | Pierre Ossman | 2009-03-20 | 8 | -8/+122 |
* | Make the server a little less DoS:able by validating update regions. | Pierre Ossman | 2009-03-20 | 1 | -0/+13 |
* | Add new file to file lists. | Pierre Ossman | 2009-03-20 | 2 | -6/+10 |