summaryrefslogtreecommitdiffstats
path: root/rfb
Commit message (Expand)AuthorAgeFilesLines
* Fixed gcc compile warning.Dennis Syrovatsky2006-05-223-6/+3
* Small code improvements.Dennis Syrovatsky2006-05-221-2/+3
* Changes to build under LynxOS 2.3. Some more changes should be done toConstantin Kaplinsky2006-05-211-0/+5
* VNCServerST::m_pFTManager pointer did not get initialized properly on VNCServ...Constantin Kaplinsky2006-05-201-1/+1
* More small fixes in file transfer related files to eliminate compilation warn...Constantin Kaplinsky2006-05-191-2/+2
* Various small fixes in file transfer related files to eliminate compilation w...Constantin Kaplinsky2006-05-194-4/+7
* Updated Makefile.in for building under Unix.Constantin Kaplinsky2006-05-191-0/+4
* Fixed svn:eol-style properties.Constantin Kaplinsky2006-05-198-989/+989
* Applied a fix from VNC 4.1.2 to close critical security issue.Constantin Kaplinsky2006-05-181-0/+10
* Merged the changes from branch/merge-with-vnc-4.1.1, revisions 520:558.Constantin Kaplinsky2006-05-18131-1543/+1625
|\
| * Updated rdr/msvcwarning.h from VNC 4.1.1, removed other msvcwarning.h files, ...Constantin Kaplinsky2006-05-113-42/+3
| * Two new files from VNC 4.1.1 that were overlooked on merging.Constantin Kaplinsky2006-04-172-0/+276
| * The "rfb" library merged with VNC 4.1.1 code.Constantin Kaplinsky2006-04-16129-1532/+1376
* | Added the file transfer feature to the server side.Dennis Syrovatsky2006-04-1715-11/+584
* | The CFTMsgReader and the CFTMsgWriter classes was moved to rfb workspace.Dennis Syrovatsky2006-04-1719-5/+546
|/
* Removed .cvsignore files useless for Subversion.Constantin Kaplinsky2006-04-131-5/+0
* Small code improvements.george822006-04-052-8/+13
* Added the new method setSourceBuffer() to the rfb::ScaledPixelBuffer class.george822006-04-052-3/+14
* Removed unnecessary methods from the rfb::ScaledPixelBuffer() classgeorge822006-04-052-36/+0
* Small code improvements.george822006-04-052-6/+8
* Removed scaled (destination) image buffer manipulation fromgeorge822006-03-281-3/+0
* Small ScaledPixelBuffer class code improvements.george822006-03-271-5/+5
* Calculate the changed pixel rect in the scaled image withgeorge822006-03-271-11/+4
* Added ScaledPixelBuffer::calculateScaleBoundary() in the rfb library.george822006-03-272-0/+15
* Added a FIXME comment.Constantin Kaplinsky2006-03-021-0/+2
* Porting changes for LynxOS 2.3.Constantin Kaplinsky2006-03-026-1/+123
* Small ScaledPixelBuffer class improvements.george822006-02-241-7/+2
* Small ScaledPixelBuffer class improvements.george822006-02-122-3/+9
* Small ScaledPixelBuffer class improvements.george822006-02-122-19/+19
* Small ScaledPixelBuffer class improvements.george822006-02-122-4/+4
* Rename rfb::SlaledPixelBuffer::data to rfb::SlaledPixelBuffer::scaled_data.george822006-02-122-9/+10
* Added the default constructor to the rfb::ScaledPixelBuffer class.george822006-02-122-2/+7
* A few FIXME comments.Constantin Kaplinsky2006-01-261-1/+6
* Cosmetic changes only.Constantin Kaplinsky2006-01-261-2/+2
* Generating browse information in the Debug configuration.Constantin Kaplinsky2006-01-261-1/+1
* Replaced pure virtual function with an empty function, to resolve compilationConstantin Kaplinsky2006-01-192-1/+5
* Replaced Windows-specific "DWORD" type with more appropriate "void*"Constantin Kaplinsky2006-01-133-7/+7
* In Tray menu the item " Disable New Clients " added.Oleg Sheikin2006-01-122-0/+2
* The code which realizes full functionality Control Panel,Oleg Sheikin2005-12-223-3/+20
* Added all methods to the SFTMsgReader class.Dennis Syrovatsky2005-12-182-18/+86
* Added SFTMsgWriter::writeFileListData method.Dennis Syrovatsky2005-12-183-22/+37
* Added FileInfo::getFilenamesSize() and FileInfo::getAllFilenames() methods.Dennis Syrovatsky2005-12-182-0/+38
* Added code for all methods of the SFTMsgWriter classDennis Syrovatsky2005-12-182-7/+32
* Added SFTMsgReader and SFTMsgWriter classes to the rfb project.Dennis Syrovatsky2005-12-185-0/+325
* Added the file transfer messages routine for the server side code.Dennis Syrovatsky2005-12-184-0/+21
* Changed FTMsgReader::readFileDownloadData() method.Dennis Syrovatsky2005-12-146-3/+25
* The code which realizes functionality " Control of selected clients "Oleg Sheikin2005-12-095-4/+55
* The code which realizes full functionality ListView ControlOleg Sheikin2005-12-075-35/+47
* Added ScaledPixelBuffer class implementation to the rfb library. The ScaledPi...george822005-12-033-0/+231
* Changed flags for reading from "r" to "rb", for writing from "w" to "wb"Dennis Syrovatsky2005-11-305-11/+15