VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @65706   8 years vboxsync HostServices/GuestProperties: free all properties during uninit()
(edit) @65102   8 years vboxsync HostServices: doxygen fixes
(edit) @62807   8 years vboxsync HostServices: warnings
(edit) @62799   8 years vboxsync GuestProperties: warnings - MSC has trouble with the flat 'if …
(edit) @62535   8 years vboxsync (C) 2016
(edit) @62489   8 years vboxsync (C) 2016
(edit) @60765   9 years vboxsync API: stop using ATL and use a vastly smaller lookalike instead, plus a …
(edit) @60392   9 years vboxsync GuestProperties/service.cpp: Header needed anymore, touched copyright.
(edit) @58776   9 years vboxsync play safe
(edit) @58775   9 years vboxsync HostServices/GuestProperties: fixed crash during shutdown under …
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57766   9 years vboxsync HostServices/GuestProperties: asynch host notifications.
(edit) @57415   9 years vboxsync More DECLCALLBACK fixes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56301   9 years vboxsync *.kmk: Updated (C) year.
(edit) @55784   10 years vboxsync Restored lost ProductVersion.
(edit) @55782   10 years vboxsync Added an empty macro as a place holder for any additional strings we …
(edit) @55781   10 years vboxsync Clean up RC files, adding more version.h defines for common values.
(edit) @55772   10 years vboxsync Two more RC defines.
(edit) @55771   10 years vboxsync Use defines in the RC files and make those defines compatible with …
(edit) @53784   10 years vboxsync fixed @file information of a couple of .rc files
(edit) @53781   10 years vboxsync added a bunch of missing Windows resource files and fixed a few minor bugs
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44356   12 years vboxsync GuestProperties/service.cpp: Fixed return value of GET_NOTIFICATION call.
(edit) @44199   12 years vboxsync Shorter test names.
(edit) @44156   12 years vboxsync Build fix.
(edit) @44155   12 years vboxsync GuestProperties/service: Misc. sanity checking.
(edit) @43697   12 years vboxsync GuestProperties: complete a notification request if the client submits …
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @40767   13 years vboxsync also enumerate guest properties during guru meditation
(edit) @40633   13 years vboxsync several warnings
(edit) @40361   13 years vboxsync GuestProperties/API: never send property change events with NULL strings.
(edit) @39242   13 years vboxsync hungarian and spaces.
(edit) @39240   13 years vboxsync Test GET_NOTIFICATION with guard pages.
(edit) @39236   13 years vboxsync GuestProperties: Fixed buffer problem.
(edit) @39233   13 years vboxsync GuestProperties: Provoke get bug.
(edit) @39232   13 years vboxsync GuestProperties: Ripped out the std::list code.
(edit) @39230   13 years vboxsync GuestProperties: Enabled the string space code.
(edit) @39228   13 years vboxsync GuestProperties: Added code for using RTStrSpace instead of std::list …
(edit) @38152   13 years vboxsync INSTARGET -> [12]_STAGE_TARGET.
(edit) @36529   14 years vboxsync iprt::non_copyable -> RTCNonCopyable (now in utils.h), moved and …
(edit) @36412   14 years vboxsync GuestProps: TRANSRESET implies TRANSIENT, return it for old additions …
(edit) @36375   14 years vboxsync tstGuestPropSvc.cpp: Used RTTest so we can allocate a guarded buffer …
(edit) @36259   14 years vboxsync HostServices/GuestProperties: fixed the maximum flag length a bit more …
(edit) @35380   14 years vboxsync Makefiles: The PATH_<target> variable is deprated, use …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @30681   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates), second try
(edit) @30676   14 years vboxsync Main: back out r63429
(edit) @30670   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates)
(edit) @29394   15 years vboxsync GuestProperties: Try make sure the timestamp is somewhat unique …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28743   15 years vboxsync HostServices/GuestProperties: reverted r59658: do not send an update …
(edit) @27954   15 years vboxsync HostServices/GuestProperties: do not send an update notification if …
(edit) @27781   15 years vboxsync HostServices/GuestProperties: get rid of the notification thread (see …
(edit) @26749   15 years vboxsync HostServices/GuestProperties: missing rc check
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26247   15 years vboxsync HostServices/GuestProperties: fixed the test case
(edit) @25601   15 years vboxsync GuestProperties/service.cpp: shut up more gcc warnings.
(edit) @25417   15 years vboxsync HostServices/GuestProperties: fixed a comment
(edit) @25355   15 years vboxsync GuestProperties/service/delProperty: Don't check permissions unless …
(edit) @25354   15 years vboxsync GuestProperties/service.cpp: only return VINF_PERMISSION_DENIED when …
(edit) @25347   15 years vboxsync iprt/autores.h -> iprt/cpp/autores.h
(edit) @25346   15 years vboxsync iprt/cpputils.h -> iprt/cpp/utils.h
(edit) @25335   15 years vboxsync HostServices/GuestProperties: return VINF_PERMISSION_DENIED if the …
(edit) @25306   15 years vboxsync HostServices/GuestProperties: add global "RDONLYGUEST" flag and clean …
(edit) @25032   15 years vboxsync GuestProperties/service.cpp: Don't increment an iterator that has been …
(edit) @24703   15 years vboxsync Main,GuestProperties: Moved the HGCM shutdown down after we've powered …
(edit) @24665   15 years vboxsync GuestProperties/service.cpp: comment
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23315   15 years vboxsync VBox/hgcmsvc.h,GuestProperties/service.cpp: gcc 4.0.1 warnings.
(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 …
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