VirtualBox

source: vbox/trunk/src/VBox/HostServices/GuestProperties

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21629   15 years vboxsync HostServices/GuestProperties: fix a todo
(edit) @21507   15 years vboxsync GuestProperties/service.cpp: r=bird: todo that *needs* fixing.
(edit) @20894   15 years vboxsync HostServices/GuestProperties: fixed a bad debug assertion
(edit) @20656   15 years vboxsync HostServices/GuestProperties: additional logging
(edit) @18453   16 years vboxsync GuestPropterties/service.cpp: size_t warnings. Tip: The readbility of …
(edit) @18422   16 years vboxsync Makefiles,DIS: Cleanup of C++ exception options for the windows …
(edit) @16337   16 years vboxsync gcc warning (strncat may overflow)
(edit) @15277   16 years vboxsync HostServices/GuestProperties: hopefully fix a crash on Solaris hosts
(edit) @15179   16 years vboxsync HostServices/GuestProps: additional logging
(edit) @15166   16 years vboxsync Main and HostServices/GuestProps: additional logging
(edit) @14461   16 years vboxsync HostServices/GuestProperties: reverted r39730
(edit) @14459   16 years vboxsync HostServices/GuestProperties: don't allow "*", "?" or "|" in property …
(edit) @14458   16 years vboxsync HostServices/GuestProperties: don't allow "*", "?" or "|" in values
(edit) @14454   16 years vboxsync HostServices/GuestProperties: allow empty value strings
(edit) @14358   16 years vboxsync HostServices/GuestProperties: fixed a logical error queuing …
(edit) @14261   16 years vboxsync GuestProperties/service.cpp: DEBUG -> VBOX_STRICT.
(edit) @14213   16 years vboxsync HostServices/GuestProperties: some clean up
(edit) @14104   16 years vboxsync HostServices/GuestProperties: fixed the GET_NOTIFICATION protocol
(edit) @14011   16 years vboxsync Fixed RTReqCallEx parameters in the guest properties host service.
(edit) @13971   16 years vboxsync HostServices/GuestProperties: added blocking waits for notifications
(edit) @13922   16 years vboxsync HostServices/GuestProperties: try to fix a burn that works here
(edit) @13920   16 years vboxsync HostServices/GuestProperties: try to fix a burn that works here
(edit) @13916   16 years vboxsync HostServices/GuestProperties: added guest notification querying
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13781   16 years vboxsync HostServices/GuestProperties: integer type fix
(edit) @13779   16 years vboxsync Recommitted r38734: Guest Properties (HostServices and Main): major …
(edit) @13763   16 years vboxsync Backed out 38734
(edit) @13759   16 years vboxsync Guest Properties (HostServices and Main): major clean up of the guest …
(edit) @13629   16 years vboxsync this isn't shared folders.
(edit) @13628   16 years vboxsync SUB_DEPTH.
(edit) @13627   16 years vboxsync tstGuestPropSvc: prefix output.
(edit) @13574   16 years vboxsync Guest Properties (HostServices and Main): redid property flag handling
(edit) @13556   16 years vboxsync Guest Properties (Main, HostServices, VBoxGuestLib): MAX_*_LEN is the …
(edit) @13551   16 years vboxsync HostServices/GuestProperties and Main (Guest Properties): use the new …
(edit) @13376   16 years vboxsync HostServices/GuestProperties: use an HGCM service extension instead of …
(edit) @13328   16 years vboxsync HostServices and Main: Guest Properties: use flag settings at runtime
(edit) @13293   16 years vboxsync HostServices/GuestProperties and Main: support property flags - the …
(edit) @13212   16 years vboxsync HostServices/GuestProperties: cosmetical fix
(edit) @13207   16 years vboxsync fix for the fix
(edit) @13206   16 years vboxsync HostServices/GuestProperties: attempt to fix a segfault on 32bit hosts
(edit) @13179   16 years vboxsync HostServices/GuestProperties: only notify Main from HGCM if the guest …
(edit) @13159   16 years vboxsync HostServices/GuestProperties: add host notifications of property …
(edit) @12250   16 years vboxsync HostServices/Makefiles: Eliminated PATH_TARGET usage and pushed them …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11314   16 years vboxsync gcc is too pedantic but this cannot hurt
(edit) @11122   16 years vboxsync gcc-4.3 warning
(edit) @11108   16 years vboxsync Main, HostServices/GuestProperties: the timestamp is in nanoseconds …
(edit) @11083   16 years vboxsync HostServices/GuestProperties, Main: implemented saving guest …
(edit) @11082   16 years vboxsync HostServices/GuestProperties: reverted r33992 temporarily as it …
(edit) @11081   16 years vboxsync HostServices/GuestProperties: renaming
(edit) @11063   16 years vboxsync HostServices/GuestProperties and Main: add timestamps and flags …
(edit) @11034   16 years vboxsync HostServices/GuestProperties: make ENUM_PROPS available to the host
(edit) @10986   16 years vboxsync HostServices/GuestProperties: removed an unused header file
(edit) @10981   16 years vboxsync HostServices/GuestProperties: cosmetics
(edit) @10980   16 years vboxsync Runtime, HostServices/GuestProperties, Additions/common: autores update
(edit) @10976   16 years vboxsync HostServices/GuestProperties and Additions/common: reactivated autores
(edit) @10953   16 years vboxsync GuestProps: Disabled the RTMemAutoPtr stuff because it's too …
(edit) @10952   16 years vboxsync GuestProps: Use RTSTR_VALIDATE_ENCODING_ZERO_TERMINATED.
(edit) @10950   16 years vboxsync Fixing windows bustage.
(edit) @10929   16 years vboxsync HostServices/GuestProperties: added a guest enumeration interface to …
(edit) @10814   16 years vboxsync HostServices/GuestProperties, Main, Additions/common, …
(copy) @10797   16 years vboxsync Guest properties: initial commit of new interface
copied from trunk/src/VBox/HostServices/SharedInfoServices
(edit) @10144   16 years vboxsync HostServices/SharedInfoServices: made the guest property functions …
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