openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
UltraVNC
Settings
|
Report Duplicate
101
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 22 hours
ago. based on code collected
about 22 hours
ago.
May 21, 2024 — May 21, 2025
Showing page 46 of 56
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
git-svn-id: https://svn.code.sf.net/p/ultravnc/code/UltraVNC%20Project%20Root/UltraVNC@323 0bd26501-c230-0410-ab9e-a7946180fe3b
RudiDeVos
as cyberfox123
More...
over 16 years ago
added avilog #define "AVILOG" to be compiled in
RudiDeVos
as cyberfox123
More...
over 16 years ago
crash fix pinpall
RudiDeVos
as cyberfox123
More...
almost 17 years ago
pinball test fix
RudiDeVos
as cyberfox123
More...
almost 17 years ago
Missed SetWindowLong now uses helper -- this wasn't 64bit correct prior helper change.
flyfishr64
More...
almost 17 years ago
alpha option dynamic/some 64bit fix
RudiDeVos
as cyberfox123
More...
almost 17 years ago
git-svn-id: https://svn.code.sf.net/p/ultravnc/code/UltraVNC%20Project%20Root/UltraVNC@317 0bd26501-c230-0410-ab9e-a7946180fe3b
RudiDeVos
as cyberfox123
More...
almost 17 years ago
added crash report #undef CRASHRPT when you don't have the libs see http://www.codeproject.com/KB/debug/crash_report.aspx
RudiDeVos
as cyberfox123
More...
almost 17 years ago
SetDisableInput: refactored to use block_input. vncDesktopThread no longer calls block input; if the remote user hits CAD, the desktop thread would block input, locking out the viewer. Now, vncClient calls block_input during the message loop if necessary.
flyfishr64
More...
almost 17 years ago
FT clipboard bug
RudiDeVos
as cyberfox123
More...
almost 17 years ago
FIX: properties dialog closes automatically - this happens when the user is on a domain, and the samAccountName is in mixed case. The tray icon check thinks the user has changed and kills the menu thread, which closes the dialogs.
flyfishr64
More...
almost 17 years ago
Added file transfer event hooks for ease of hooking into the protocol for tracking file operations... for example, auditing.
flyfishr64
More...
almost 17 years ago
Added FileTransfer Session Start and Session Stop messages. These were implemented to allow the server to know when the file transfer GUI is in use on the remote system. User impersonation is not released until the file transfer session ends. This allows the file transfer session to continue until the user dismisses the file transfer window.
flyfishr64
More...
almost 17 years ago
ifdef'd pragma for manifest since vc6 does not support it. Fixed compile error 32/64bit refactoring Added two missing strings in resource file and fixed ID collision
flyfishr64
More...
almost 17 years ago
viewer quickoption fix
RudiDeVos
as cyberfox123
More...
almost 17 years ago
FT fix: crash when screen lock during FT When server close connection viewer doesn't need to popup a warning
RudiDeVos
as cyberfox123
More...
almost 17 years ago
More 32/64 bit refactoring
flyfishr64
More...
almost 17 years ago
A new error message is displayed in the status box if a file or folder already exists with the new name
flyfishr64
More...
almost 17 years ago
Update project files vs2005/2008 X64 GWLP_USERDATA getthreaddestop doesn't require closedesktop
RudiDeVos
as cyberfox123
More...
almost 17 years ago
Added helper functions in common/win32_helpers.cpp to ease 32/64 bit differences. Refactored code to use these new helpers Fixed text chat splitter bar -- it wasn't there on most of the viewers. FileTransfer: status history window will now scroll horizontally if necessary FileTransfer: Better error message when trying to create a folder that already exists FileTransfer: Disable buttons when no current folder for local/remote FileTransfer: Fixed truncation of some error messages Read FileTransferTimeout setting from INI file
flyfishr64
More...
almost 17 years ago
Exceptions thrown with no message cause access violations when Report called. All message boxes are now properly parented to the viewer window so that they are modal. We ran into quite a few that ended up behind the main window, or behind the file transfer windows Socket timeouts are now used during file transfer so that connections lost while connected to a repeater are detected A small keepalive message is sent every 5 seconds after receiving a file chunk to keep the server or viewer from timing out during a read. This is necessary because there's no flow control in the FT protocol. I didn't notice a decrease in throughput. Keepalive support is negotiated between viewer and server. Should be fully backwards compatible, though I suppose if the viewer doens't want keepalives, the server should not use the socket timeouts. The prompt for exit is now respects the m_fExitCheck setting if the 'x' in the full screen titlebar is clicked Another big change to the file transfer module is that a temporary file is used to hold the file being transferred. When it is successfully completes, it is moved to the original file name -- resume still works too. This was because when a file transfer is interrupted, a user (ie, service tech) can't tell if the file is complete. The close button on the file transfer dialog is now enabled and disabled during file transfers. You can't close the window with the 'x' during a transfer, but you can otherwise Many variables are now properly initialized. The black layered window is now brought to the top every 20ms -- the start menu is still visible on the remote system so this change makes it go away faster. It's not a good fix but I couldn't find a better way with the time I had. You can now register the service with a custom name. Simplified Copy_to_temp and copy_to_secure_from_temp When the network connection is lost, a message is shown "Connection lost due to communication failure" instead of "writeexact: socket error while writing" socket read/write errors now break the while (connected) loop in vncclient.cpp Simplified file handle cleanup
flyfishr64
More...
almost 17 years ago
possible error, reconnect+order shutdown = shutdown
RudiDeVos
as cyberfox123
More...
almost 17 years ago
added manual options, else the defaults always overwrite your saved settings
RudiDeVos
as cyberfox123
More...
almost 17 years ago
askexit default no
RudiDeVos
as cyberfox123
More...
almost 17 years ago
ID:??? autoreconnect fixes
RudiDeVos
as cyberfox123
More...
almost 17 years ago
git-svn-id: https://svn.code.sf.net/p/ultravnc/code/UltraVNC%20Project%20Root/UltraVNC@298 0bd26501-c230-0410-ab9e-a7946180fe3b
RudiDeVos
as cyberfox123
More...
almost 17 years ago
euro winkey auto size
RudiDeVos
as cyberfox123
More...
almost 17 years ago
multiple spaces between autoreconnect and id Alt-key combinations beeps -256Colors command line not working properly added View Only Alt+Ctrl+F3 64colors mode in "save connection info" load background.bmp from winvnc.exe folder
RudiDeVos
as cyberfox123
More...
almost 17 years ago
scaling view only notification
RudiDeVos
as cyberfox123
More...
almost 17 years ago
read options on start
RudiDeVos
as cyberfox123
More...
almost 17 years ago
←
1
2
…
42
43
44
45
46
47
48
49
50
…
55
56
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree