VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxGuestLib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @64192   8 years vboxsync bugref:8614: Additions/common/VBoxVideo: make the code more …
(edit) @63566   8 years vboxsync scm: cleaning up todos
(edit) @63522   8 years vboxsync play it safe for now.
(edit) @63520   8 years vboxsync VbglR0SfConnect: sigh, hope this doesn't mess up on linux and bsd.
(edit) @63518   8 years vboxsync VBoxGuestR0Lib: warnings (clang)
(edit) @63517   8 years vboxsync VBoxGuestR0Lib: warnings (clang)
(edit) @63495   8 years vboxsync warnings (clang)
(edit) @63338   8 years vboxsync Additions/common: add a few || defined(RT_OS_NETBSD) in the common …
(edit) @63108   8 years vboxsync GA/common,Config.kmk: Use strict kBuild templates for building all the …
(edit) @62882   8 years vboxsync Additions/common: gcc warnings.
(edit) @62847   8 years vboxsync VbglR3GuestCtrlFileGetWriteAt: Fixed bug where the offset output …
(edit) @62845   8 years vboxsync vbglR3DnDHGRecvDataRaw: Added suggestion about dropping buggy pre-v3 …
(edit) @62842   8 years vboxsync GAs/common: warnings
(edit) @62841   8 years vboxsync VBGLInternal.h: Remove pragma pack(4) on VBGLDATA and VBGLHGCMHANDLEDATA.
(edit) @62685   8 years vboxsync build fix
(edit) @62683   8 years vboxsync Use the iprt/nt/ntddk.h wrapper for ntddk.h, eliminating duplicate …
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62521   8 years vboxsync (C) 2016
(edit) @62470   8 years vboxsync Additions: scm
(edit) @61855   8 years vboxsync VBoxGuestLib: VbglR3SharedFolderGetMountDir - make sure rc is …
(edit) @60979   9 years vboxsync DnD/VbglR3: Report back proper error in VbglR3DnDConnect().
(edit) @60967   9 years vboxsync DnD/VBoxClient: Exit gracefully if DnD is not available on the host.
(edit) @59848   9 years vboxsync DnD/VbglR3: Added more code required for raw data processing, logging …
(edit) @59266   9 years vboxsync gcc warning
(edit) @59012   9 years vboxsync added Doxygen comment
(edit) @58993   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @58404   9 years vboxsync warning
(edit) @58371   9 years vboxsync DnD/VbglR3: Detect and handle VM session changes and do a reconnect if …
(edit) @58370   9 years vboxsync DnD: Warnings.
(edit) @58329   9 years vboxsync DnD: Updates/bugfixes: - Added separate VBOXDNDDISCONNECTMSG …
(edit) @58257   9 years vboxsync DnD: Added context IDs for all HGCM messages.
(edit) @58212   9 years vboxsync DnD: Updates. - Introduced protocol changelog in DragAndDropSvc.h. …
(edit) @58204   9 years vboxsync VBoxGuestLib: Fixed doxygen warnings.
(edit) @58203   9 years vboxsync VBoxGuestR0LibSharedFolders.h: Moved from VBoxGuestLib to …
(edit) @58200   9 years vboxsync VBoxGuestR0LibSharedFolders.h: Shouldn't include log.h and assert.h …
(edit) @58198   9 years vboxsync VBoxGuestR0LibSharedFolders: ulClientID -> idClient w/ HGCMCLIENTID type.
(edit) @58197   9 years vboxsync VBoxGuestR0LibSharedFolders.h: Removed unused windows cruft.
(edit) @58196   9 years vboxsync VBoxGuestR0LibSharedFolders: VBSFMAP -> VBGLSFMAP; VBSFCLIENT -> …
(edit) @58195   9 years vboxsync VBoxGuestR0LibSharedFolders: Prefixed functions ('vbox' wasn't a very …
(edit) @58192   9 years vboxsync VBoxGuestR0LibSharedFolders.*: Spaces.
(edit) @58191   9 years vboxsync VBoxGuestLib: max 130.
(edit) @58188   9 years vboxsync VBoxGuestLib: u32ClientI[Dd] -> idClient. Some cleanups.
(edit) @58187   9 years vboxsync VbglR3VideoModeGetHighestSavedScreen: pszName maybe used …
(edit) @58185   9 years vboxsync VBoxGuestLib: u32ClientI[Dd] -> idClient. Some cleanups.
(edit) @58184   9 years vboxsync VBoxGuestLib: HVBOXCRCTL -> VBGLCRCTLHANDLE.
(edit) @58183   9 years vboxsync VBoxGuestLib: u32ClientI[Dd] -> idClient. Some cleanups.
(edit) @58181   9 years vboxsync VBoxGuestLib: Removed misunderstood …
(edit) @58178   9 years vboxsync VbglInit -> VbglInitPrimary & VbglInitClient. VBoxGuestLib/Init.cpp …
(edit) @58177   9 years vboxsync iprt/cdefs.h,VBoxGuestR3LibAdditions.cpp: Added RT_LSTR for prefixing …
(edit) @58176   9 years vboxsync VBoxGuestR3LibAdditions.cpp: Don't use ANSI APIs! Why pretend …
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58154   9 years vboxsync Doxygen: fixes
(edit) @57776   9 years vboxsync DnD: Renamed DNDDIRDROPPEDFILES to DnDDroppedFiles and restructured it …
(edit) @57743   9 years vboxsync DnD/VbglR3: Check the host version before doing a (blocking) …
(edit) @57730   9 years vboxsync Windows build fix
(edit) @57654   9 years vboxsync DnD: Moved allocation of DNDDIRDROPPEDFILES into …
(edit) @57500   9 years vboxsync DnD: Use a separate context for URI object when transferring, misc …
(edit) @57407   9 years vboxsync VBoxGuestR3LibGuestProp.cpp: Elimiate RTCMemAutoPtr.
(edit) @57395   9 years vboxsync build fix
(edit) @57372   9 years vboxsync scm: fixes in previous cleanup run.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57205   9 years vboxsync gcc false positive warning
(edit) @56909   9 years vboxsync DnD: Changed DnDURIList's allocation scheme for stored DnDURIObject …
(edit) @56904   9 years vboxsync DnD/VbglR3: No need to open files in vglR3DnDGHSendFile() anymore; …
(edit) @56652   9 years vboxsync DnD/VbglR3: Also support non URI-data transfers, logging.
(edit) @56575   9 years vboxsync DnD/VbglR3: Cleanup.
(edit) @56505   10 years vboxsync DnD: VbglR3: Also destroy scratch transfer buffer if guest file …
(edit) @56294   10 years vboxsync Additions/common,Additions/os2: Updated (C) year.
(edit) @55988   10 years vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @55981   10 years vboxsync build fix
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55902   10 years vboxsync Additions/common/VBoxGuestLib: more precise scanf format string.
(edit) @55640   10 years vboxsync DnD: - Overhauled "dropped files" directory + general file …
(edit) @55571   10 years vboxsync DnD: Simplified cancellation logic.
(edit) @55556   10 years vboxsync DnD: Rollback handling, bugfixes, cleanup.
(edit) @55549   10 years vboxsync DnD: Update.
(edit) @55459   10 years vboxsync DnD: Bugfixes.
(edit) @55422   10 years vboxsync DnD: Protocol overhaul with versioning added which now can communicate …
(edit) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @54858   10 years vboxsync Additions/VBoxClient: do not display an error if the clipboard or drag …
(edit) @54852   10 years vboxsync Additions/common/VBoxGuestLib: when trying to save video mode hints to …
(edit) @54615   10 years vboxsync Fixed VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS validation and adjusted …
(edit) @54010   10 years vboxsync Additions/common/VBoxGuestLib: add respawn counter to Daemonize().
(edit) @53972   10 years vboxsync Additions/x11: remove unnecessary IPRT support code from X.Org drivers.
(edit) @53463   10 years vboxsync Additions/common/VBoxGuestLib: fix mode hint backwards compatibility.
(edit) @53454   10 years vboxsync Additions/common/VBoxGuestLib: make saving video modes in guest …
(edit) @53434   10 years vboxsync Additions/common and x11: improve error handling related to mode hint …
(edit) @53421   10 years vboxsync VBoxGuestLib: add re-spawn option to VbglR3Daemonize().
(edit) @52956   10 years vboxsync Additions/common/VBoxGuestLib: combine VbglR3GetDisplayChangeRequest() …
(edit) @52800   10 years vboxsync Additions/VBoxGuestLib: minor typo, thanks PVS
(edit) @52308   10 years vboxsync Additions/common/VBoxGuestLib: change VbglR3GuestPropEnum() to return …
(edit) @52233   10 years vboxsync Additions/x11: do not pull the whole (mini) run-time library into the …
(edit) @52222   10 years vboxsync Additions/common/VBoxGuestLib: re-write vbglR3DoIOCtl() for …
(edit) @52214   10 years vboxsync Additions/x11: do not pull the whole (mini) run-time library into the …
(edit) @52212   10 years vboxsync Additions/x11: do not pull the whole (mini) run-time library into the …
(edit) @52210   10 years vboxsync Additions/x11: do not pull the whole (mini) run-time library into the …
(edit) @52201   10 years vboxsync Additions/common/VBoxGuestLib: missing return check when retrieving a …
(edit) @52189   10 years vboxsync Additions/x11/VBoxClient: make remembering screen size between …
(edit) @52177   10 years vboxsync Additions/x11/VBoxClient: make remembering screen size between …
(edit) @51997   10 years vboxsync include,Main,Additions: SHFLSTRING cleanup.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette