| Commit message (Expand) | Author | Age | Files | Lines |
* | [Merge] Revision 2778 has been reverted. | syuri | 2008-09-19 | 6 | -0/+2541 |
* | [Layout] Xregion has been deleted from screen-update folder. | syuri | 2008-09-19 | 6 | -2541/+0 |
* | [Layout] Project for Xregion has been created. | syuri | 2008-09-19 | 1 | -0/+298 |
* | [Bugfix] When terminating x0vncserver by pressing Ctrl+C in a remote viewer, ... | Constantin Kaplinsky | 2008-09-05 | 1 | -0/+2 |
* | [Bugfix] Resetting video rectangle on last client disconnect. | Constantin Kaplinsky | 2008-09-05 | 1 | -0/+1 |
* | [Enhancement] Sending zero coordinates of the video area selection if that se... | Constantin Kaplinsky | 2008-09-05 | 1 | -0/+5 |
* | [Enhancements, refactoring] Rationalized functions to control video | Constantin Kaplinsky | 2008-09-05 | 8 | -40/+53 |
* | [Bugfix] If JpegCompressor could not compress the data, it did switch to Stan... | Constantin Kaplinsky | 2008-09-03 | 1 | -0/+1 |
* | [Bugfix, cleanups] All the remaining problems with video rectangle selection ... | Constantin Kaplinsky | 2008-09-03 | 1 | -59/+53 |
* | [Bugfix] Selection grew incorrectly when it passed left or upper boundary of ... | Constantin Kaplinsky | 2008-09-03 | 1 | -2/+10 |
* | [Bugfix] Make sure the video selection is always a multiple of 16x8 pixels. P... | Constantin Kaplinsky | 2008-09-03 | 1 | -9/+12 |
* | [Bugfix] Geometry::getVideoRect() should return coordinates relative to the | Constantin Kaplinsky | 2008-09-02 | 2 | -5/+19 |
* | [Bugfix] Fixed a problem with overloading x0vncserver by update requests, whe... | Constantin Kaplinsky | 2008-08-29 | 1 | -2/+13 |
* | Russian translation converted to UTF-8 and added to the LINGUAS file. | Constantin Kaplinsky | 2008-08-21 | 2 | -189/+189 |
* | Added Slovak translation by Jozef Riha. | Constantin Kaplinsky | 2008-08-21 | 2 | -1/+189 |
* | [Cleanup] Fixed a compilation warning by removing a very doubtful optimization. | Constantin Kaplinsky | 2008-08-21 | 1 | -6/+1 |
* | [Bugfix] When pixel comparison to reduce unnecessary updates was performed, | Constantin Kaplinsky | 2008-08-21 | 1 | -1/+3 |
* | VideoPriority parameter was set to 0 by default, now it defaults to 2. | Constantin Kaplinsky | 2008-08-21 | 1 | -1/+1 |
* | VideoArea parameter is fully respected. The server treats the specified recta... | Constantin Kaplinsky | 2008-08-21 | 1 | -1/+4 |
* | Passing VideoArea parameter to VNCServerST object. VNCServerST saves the | Constantin Kaplinsky | 2008-08-21 | 3 | -2/+10 |
* | Added parsing for new VideoArea parameter. It does not have any effect yet. | Constantin Kaplinsky | 2008-08-20 | 2 | -6/+41 |
* | Added a comment. | Constantin Kaplinsky | 2008-08-20 | 1 | -0/+2 |
* | Fixed a few more memory leaks. | Constantin Kaplinsky | 2008-08-20 | 1 | -3/+6 |
* | Geometry string parsing has been moved to a separate member function of the | Constantin Kaplinsky | 2008-08-20 | 2 | -13/+27 |
* | [Bugfix] Fixed a problem with recursive seeking and unhandled EOFException("[... | Constantin Kaplinsky | 2008-06-23 | 3 | -6/+8 |
* | [Development] Using index-driven positioning when seeking forward over more t... | Constantin Kaplinsky | 2008-06-23 | 2 | -10/+12 |
* | [Debug] Printing entry points at index-driven seeking, for testing and debugg... | Constantin Kaplinsky | 2008-06-23 | 1 | -0/+2 |
* | [Refactoring] Added a separate function to compute the number of index record... | Constantin Kaplinsky | 2008-06-23 | 1 | -17/+24 |
* | [Cleanup] Minor code formatting change. | Constantin Kaplinsky | 2008-06-23 | 1 | -2/+2 |
* | [Development] Graceful fallback to non-indexed seeking if Range headers in HT... | Constantin Kaplinsky | 2008-06-23 | 1 | -3/+7 |
* | [Cleanup] Renamed a variable. | Constantin Kaplinsky | 2008-06-23 | 1 | -10/+8 |
* | [Development] Changed the .fbi file format, now key_fpos and key_size refer t... | Constantin Kaplinsky | 2008-06-23 | 1 | -3/+2 |
* | [Development] Data format of the .fbi file has been changed. In addition to t... | Constantin Kaplinsky | 2008-06-23 | 1 | -23/+22 |
* | [Enhancement] Validating the .fbi file contents - timestamps should go in asc... | Constantin Kaplinsky | 2008-06-23 | 1 | -0/+8 |
* | [Development] Indexed seeking (using HTTP 1.1 Range request headers) is worki... | Constantin Kaplinsky | 2008-06-22 | 1 | -12/+39 |
* | [Cleanup] Declared FbsConnection.openByteRange() static. | Constantin Kaplinsky | 2008-06-21 | 1 | -1/+1 |
* | [Refactoring] Added a separate function to connect to a byte range via HTTP u... | Constantin Kaplinsky | 2008-06-21 | 1 | -11/+17 |
* | [Development] Loading the keyframe data, using HTTP Range headers to load onl... | Constantin Kaplinsky | 2008-06-20 | 2 | -3/+30 |
* | [Development] Added two methods to open FBS files, with and without index-dri... | Constantin Kaplinsky | 2008-06-20 | 1 | -6/+44 |
* | [Development] Print FBS entry point information when efficient seeking via in... | Constantin Kaplinsky | 2008-06-20 | 1 | -0/+15 |
* | [Cleanup] Renamed member variable idx to indexData. | Constantin Kaplinsky | 2008-06-20 | 1 | -4/+4 |
* | [Bugfix] Saving actual numbers of records read from the .fbi file. | Constantin Kaplinsky | 2008-06-20 | 1 | -0/+3 |
* | [Cleanups] Removed unused import and used better syntactic form for array dec... | Constantin Kaplinsky | 2008-06-20 | 1 | -2/+1 |
* | [Bugfixes, enhancements] Fixed various bugs with loading index from .fbi file... | Constantin Kaplinsky | 2008-06-20 | 1 | -18/+43 |
* | [Documentation] Documented toString(). | Constantin Kaplinsky | 2008-06-20 | 1 | -0/+5 |
* | [Enhancement] New method to compose a String respesentation of the object. | Constantin Kaplinsky | 2008-06-20 | 1 | -0/+10 |
* | [Bugfix] Always print error messages on System.err instead of System.out. | Constantin Kaplinsky | 2008-06-20 | 3 | -3/+3 |
* | [Development] Loading index data from the .fbi file. | Constantin Kaplinsky | 2008-06-20 | 2 | -9/+83 |
* | [Development] Added support for new "Index" parameter which sets URL prefix o... | Constantin Kaplinsky | 2008-06-20 | 2 | -5/+58 |
* | [Refactoring] Removed unused variable. | Constantin Kaplinsky | 2008-06-19 | 1 | -2/+0 |