VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxGuest/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99120   23 months vboxsync Guest Control: Added ability of specifying an optional current working …
(edit) @99088   23 months vboxsync Guest Control: Docs nits. bugref:9783
(edit) @99085   23 months vboxsync Guest Control: Added directory listing support via IDirectory::list(). …
(edit) @98824   2 years vboxsync Guest Control: Made the directory entry reading really dynamic by …
(edit) @98818   2 years vboxsync Guest Control: Specify the directory reading parameters (additional …
(edit) @98817   2 years vboxsync Guest Control: Use two separate caches for UID / GID lookups, to avoid …
(edit) @98813   2 years vboxsync Guest Control: Removed the ACL data portion from the HGCM callback …
(edit) @98804   2 years vboxsync Guest Control: Fixed the Additions burns. bugref:9783
(edit) @98709   2 years vboxsync Guest Control: Implemented directory handling / walking as non-toolbox …
(edit) @98665   2 years vboxsync Guest Control: Implemented the GuestSession::i_fsQueryInfo() + …
(edit) @98526   2 years vboxsync Guest Control: Initial commit (work in progress, disabled by default). …
(edit) @98475   2 years vboxsync Guest Library: Introduce VbglR3DaemonizeEx and VbglR3PidfileWait …
(edit) @98473   2 years vboxsync Guest Library: Introduce VbglR3DaemonizeEx and VbglR3PidfileWait (fix …
(edit) @98472   2 years vboxsync Guest Library: Introduce VbglR3DaemonizeEx and VbglR3PidfileWait, …
(edit) @98416   2 years vboxsync Additions/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98218   2 years vboxsync Add/VbglR3: Applied same VERR_WRONG_PARAMETER_TYPE and always setting …
(edit) @98214   2 years vboxsync *.kmk: s/VBOXGUESTR3XF86MOD/VBoxGuestR3XFree86Mod/ …
(edit) @98210   2 years vboxsync *.kmk: s/VBOXGUESTR3LIB/VBoxGuestR3Lib/ bugref:10348
(edit) @98206   2 years vboxsync *.kmk: s/VBOXGUESTR3DLL/VBoxGuestR3Dll/ bugref:10348
(edit) @98169   2 years vboxsync *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348
(edit) @98126   2 years vboxsync *.kmk: s/VBOXGUESTR0LIB/VBoxGuestR0DrvLib/ …
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97943   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Made it possible to use RTR0MemObjFree …
(edit) @97940   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: More cleanups, eliminating unecessary …
(edit) @97938   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Renamed some members and variables, no …
(edit) @97937   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Reworked the block management so we …
(edit) @97930   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Simplify link handling by adding an …
(edit) @97929   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Removed unused inline function …
(edit) @97928   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Modified the free list search to stop …
(edit) @97927   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Added some crude code to occasionally …
(edit) @97926   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Restrict the number of free list …
(edit) @97925   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Use the term 'unlink' rather than …
(edit) @97924   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Same for VbglR0PhysHeapAlloc and made …
(edit) @97923   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Made VbglR0PhysHeapFree and …
(edit) @97922   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Build fix.
(edit) @97921   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Count both kind of blocks both on heap …
(edit) @97920   2 years vboxsync Add/VBoxGuest/lib/testcase: scm fix
(edit) @97919   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Reduced the size of VBGLPHYSHEAPBLOCK: …
(edit) @97918   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Use a fixed minimum size for splitting …
(edit) @97917   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Build fix.
(edit) @97916   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: A bit of cleanup and a testcase based …
(edit) @97915   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: A bit of cleanup and a testcase based …
(edit) @97913   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: A bit of cleanup and a testcase based …
(edit) @97799   2 years vboxsync DnD: Resolved a @todo: Return rc when closing DnD objects.
(edit) @97764   2 years vboxsync DnD: Renamed the VbglR3 event name VBGLR3DNDEVENTTYPE_HG_CANCEL -> …
(edit) @97748   2 years vboxsync DnD: Renamed GUEST_DND_FN_GH_EVT_ERROR -> GUEST_DND_FN_EVT_ERROR to …
(edit) @97746   2 years vboxsync DnD/VbglR3: Logging nit.
(edit) @97745   2 years vboxsync DnD/VbglR3: Reverted r154805 (committed too much).
(edit) @97744   2 years vboxsync DnD/VbglR3: Logging nit.
(edit) @97733   2 years vboxsync DnD/VbglR3: Added some (optional release) logging to the generic code.
(edit) @96884   2 years vboxsync Additions: X11: Guest lib: DRM Client: Check exact guest property …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95798   3 years vboxsync Vbgl/VBoxGuestR3LibHostVersion.cpp: Removed unnecessary stdio.h …
(edit) @95797   3 years vboxsync Vbgl/VbglR3RetrieveVideoMode: Replaced sscanf with manual parsing. …
(edit) @95795   3 years vboxsync Vbgl/VbglR3GetAdditionsInstallationPath: Use MAX_PATH from windows.h …
(edit) @95189   3 years vboxsync Vbgl: Use pthread_sigmask instead of sigprocmask on darwin, as xnu is …
(edit) @94563   3 years vboxsync Additions: Linux: Guest Lib: fix VBoxDRMClient arguments when starting …
(edit) @94314   3 years vboxsync VbglR0PhysHeapAlloc: Addressed a couple of issues in …
(edit) @94307   3 years vboxsync VbglR3/VbglR3GuestPropWait: Removed the rest of the old pszWasDeleted …
(edit) @94305   3 years vboxsync Additions: Linux: Guest Lib: add helper to start legacy X11 resize …
(edit) @94249   3 years vboxsync Main: Guest Properties: ​bugref:10185 post-review fixes. - …
(edit) @94184   3 years vboxsync Main: Guest Properties: notify lesteners that property was deleted …
(edit) @93967   3 years vboxsync VbglR3/HGCM: Docs typo.
(edit) @93467   3 years vboxsync Additions: Guest Library: fix build for non-Linux platforms, bugref:10134.
(edit) @93466   3 years vboxsync Additions: Guest Library: Add interface to query if DRM IPC server …
(edit) @93453   3 years vboxsync Additions: Guest Library: VBoxGuestR3LibGuestProp: Fix NULL pointer …
(edit) @93331   3 years vboxsync Additions: Guest Lib: VBoxGuestR3LibDrmClient: fix build, bugref:10134.
(edit) @93330   3 years vboxsync Additions: Guest Lib: VBoxGuestR3LibDrmClient: do not expose Linux …
(edit) @93237   3 years vboxsync Additions: guest lib: fix argv[] when starting legacy VBoxClient …
(edit) @93222   3 years vboxsync Addidions: X11: add interface to start VBoxClient --vmsvga, bugref:10134.
(edit) @93201   3 years vboxsync Additions/VbglR3: Use RTStrCopy() in VbglR3HGCMConnect().
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92925   3 years vboxsync Additions/Shared Clipboard: GCC 11 fixes (warnings as errors, error: …
(edit) @92707   3 years vboxsync Guest Control: Resolved a @todo: A bit more scoping for some defines, …
(edit) @91740   3 years vboxsync VbglR3ClipboardWriteDataEx: Don't validate pvData when cbData == 0, as …
(edit) @91387   3 years vboxsync Additions: VBoxGuestR3LibClipboard: fix guest features flags …
(edit) @90052   4 years vboxsync Additions: GuestLib: Seamless: decrease wait-for-event timeout value, …
(edit) @87658   4 years vboxsync Shared Clipboard/Transfers: Rearranged parameter lists of …
(edit) @87655   4 years vboxsync Shared Clipboard/Transfers: Added …
(edit) @87641   4 years vboxsync Shared Clipboard/Transfers: Cleaned up guest feature flag handling in …
(edit) @87640   4 years vboxsync Shared Clipboard/Transfers: Cleaned up guest feature flag handling in …
(edit) @87611   4 years vboxsync Shared Clipboard/Transfers: More callback code. ​bugref:9437
(edit) @87452   4 years vboxsync Shared Clipboard/Transfers: More code for HTTP transfers. bugref:9437
(edit) @86949   4 years vboxsync Shared Clipboard/Transfers: Transfer IDs are 32-bit and of type …
(edit) @86948   4 years vboxsync Shared Clipboard/Transfers: Resurrected Windows code. bugref:9437
(edit) @86911   4 years vboxsync Shared Clipboard/Transfers: Added VBOX_SHCL_GF_0_TRANSFERS_FRONTEND to …
(edit) @86887   4 years vboxsync Additions: Renaming (VbglR3DRMClient -> VbglR3DrmClient).
(edit) @86877   4 years vboxsync Additions/VBoxDRMClient: Removed code duplication between VBoxClient / …
(edit) @86876   4 years vboxsync Guest Additions/VbglR3: Condensed / removed duplicate guest property …
(edit) @86870   4 years vboxsync Additions/Seamless: Termination fixes, added a @todo.
(edit) @86869   4 years vboxsync DnD: Termination fixes / clarification.
(edit) @86819   4 years vboxsync Additions/VbglR3: Fixed compilation if VBOX_WITH_GUEST_PROPS is not …
(edit) @85746   4 years vboxsync DnD: Renaming -- DND_FORMATS_SEPARATOR -> DND_FORMATS_SEPARATOR_STR …
(edit) @85745   4 years vboxsync DnD: Renaming -- prefix all HGCM function number defines with …
(edit) @85712   4 years vboxsync DnD: Added wire protocol support for querying and reporting guest / …
(edit) @85587   5 years vboxsync DnD/VbglR3: Fixes for sending raw meta data to host.
(edit) @85585   5 years vboxsync DnD/VbglR3: Logging nit.
(edit) @85584   5 years vboxsync DnD/VbglR3: Fixes for receiving raw meta data from host.
(edit) @85557   5 years vboxsync DnD: Defined DND_DEFAULT_CHUNK_SIZE and use it where appropriate.
(edit) @85536   5 years vboxsync DnD/VbglR3: Adapted to new DnDTransferListInitEx() call.
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