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