|
|
@15277
|
16 years |
vboxsync |
HostServices/GuestProperties: hopefully fix a crash on Solaris hosts
|
|
|
@15179
|
16 years |
vboxsync |
HostServices/GuestProps: additional logging
|
|
|
@15166
|
16 years |
vboxsync |
Main and HostServices/GuestProps: additional logging
|
|
|
@14461
|
16 years |
vboxsync |
HostServices/GuestProperties: reverted r39730
|
|
|
@14459
|
16 years |
vboxsync |
HostServices/GuestProperties: don't allow "*", "?" or "|" in property …
|
|
|
@14458
|
16 years |
vboxsync |
HostServices/GuestProperties: don't allow "*", "?" or "|" in values
|
|
|
@14454
|
16 years |
vboxsync |
HostServices/GuestProperties: allow empty value strings
|
|
|
@14445
|
16 years |
vboxsync |
Host shared folders: do lock/unlock even if the wait flag is set.
|
|
|
@14358
|
16 years |
vboxsync |
HostServices/GuestProperties: fixed a logical error queuing …
|
|
|
@14303
|
16 years |
vboxsync |
Corrected a couple of typos in comments. No code changes.
|
|
|
@14261
|
16 years |
vboxsync |
GuestProperties/service.cpp: DEBUG -> VBOX_STRICT.
|
|
|
@14215
|
16 years |
vboxsync |
Fixed some warnings
|
|
|
@14213
|
16 years |
vboxsync |
HostServices/GuestProperties: some clean up
|
|
|
@14140
|
16 years |
vboxsync |
crOpenGL: moved guest/host parts into right places in source tree, …
|
|
|
@14104
|
16 years |
vboxsync |
HostServices/GuestProperties: fixed the GET_NOTIFICATION protocol
|
|
|
@14062
|
16 years |
vboxsync |
RTDirRead/RTDirReadEx: sizes are size_t not unsigned.
|
|
|
@14011
|
16 years |
vboxsync |
Fixed RTReqCallEx parameters in the guest properties host service.
|
|
|
@13971
|
16 years |
vboxsync |
HostServices/GuestProperties: added blocking waits for notifications
|
|
|
@13948
|
16 years |
vboxsync |
Don't build the OpenGL host service.
|
|
|
@13944
|
16 years |
vboxsync |
Moved
|
|
|
@13943
|
16 years |
vboxsync |
Moved the old sources
|
|
|
@13942
|
16 years |
vboxsync |
Unexport SharedOpenGL.
|
|
|
@13922
|
16 years |
vboxsync |
HostServices/GuestProperties: try to fix a burn that works here
|
|
|
@13920
|
16 years |
vboxsync |
HostServices/GuestProperties: try to fix a burn that works here
|
|
|
@13916
|
16 years |
vboxsync |
HostServices/GuestProperties: added guest notification querying
|
|
|
@13860
|
16 years |
vboxsync |
SharedClipboard (HostServices and Main): fixed a warning fix
|
|
|
@13847
|
16 years |
vboxsync |
SharedClipboard (HostServices and Main): fixed a warning by devious means
|
|
|
@13846
|
16 years |
vboxsync |
HostServices/SharedClipboard: prevent a possible X protocol error in …
|
|
|
@13839
|
16 years |
vboxsync |
And yet more %V* -> %R* changes…
|
|
|
@13838
|
16 years |
vboxsync |
Some more %V* -> %R* changes while at it.
|
|
|
@13837
|
16 years |
vboxsync |
s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
|
|
|
@13835
|
16 years |
vboxsync |
s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
|
|
|
@13781
|
16 years |
vboxsync |
HostServices/GuestProperties: integer type fix
|
|
|
@13779
|
16 years |
vboxsync |
Recommitted r38734: Guest Properties (HostServices and Main): major …
|
|
|
@13763
|
16 years |
vboxsync |
Backed out 38734
|
|
|
@13759
|
16 years |
vboxsync |
Guest Properties (HostServices and Main): major clean up of the guest …
|
|
|
@13629
|
16 years |
vboxsync |
this isn't shared folders.
|
|
|
@13628
|
16 years |
vboxsync |
SUB_DEPTH.
|
|
|
@13627
|
16 years |
vboxsync |
tstGuestPropSvc: prefix output.
|
|
|
@13584
|
16 years |
vboxsync |
HostServices/x11: Increased timeout to 2 minutes for trusted Xorg.
|
|
|
@13574
|
16 years |
vboxsync |
Guest Properties (HostServices and Main): redid property flag handling
|
|
|
@13556
|
16 years |
vboxsync |
Guest Properties (Main, HostServices, VBoxGuestLib): MAX_*_LEN is the …
|
|
|
@13551
|
16 years |
vboxsync |
HostServices/GuestProperties and Main (Guest Properties): use the new …
|
|
|
@13524
|
16 years |
vboxsync |
HostServices/SharedClipboard (x11): fixed an uninitialised variable
|
|
|
@13523
|
16 years |
vboxsync |
HostServices/SharedClipboard (x11): handle certain errors and timeouts …
|
|
|
@13509
|
16 years |
vboxsync |
the return value of ASMAtomicCmpXchg* is bool not rc
|
|
|
@13454
|
16 years |
vboxsync |
HostServices/SharedClipboard: x11 fixes
|
|
|
@13376
|
16 years |
vboxsync |
HostServices/GuestProperties: use an HGCM service extension instead of …
|
|
|
@13363
|
16 years |
vboxsync |
small clean fixes
|
|
|
@13328
|
16 years |
vboxsync |
HostServices and Main: Guest Properties: use flag settings at runtime
|
|
|
@13315
|
16 years |
vboxsync |
cosmetics
|
|
|
@13293
|
16 years |
vboxsync |
HostServices/GuestProperties and Main: support property flags - the …
|
|
|
@13219
|
16 years |
vboxsync |
HostServices/SharedClipboard/x11: fix r37136 properly by moving all …
|
|
|
@13212
|
16 years |
vboxsync |
HostServices/GuestProperties: cosmetical fix
|
|
|
@13207
|
16 years |
vboxsync |
fix for the fix
|
|
|
@13206
|
16 years |
vboxsync |
HostServices/GuestProperties: attempt to fix a segfault on 32bit hosts
|
|
|
@13179
|
16 years |
vboxsync |
HostServices/GuestProperties: only notify Main from HGCM if the guest …
|
|
|
@13159
|
16 years |
vboxsync |
HostServices/GuestProperties: add host notifications of property …
|
|
|
@12791
|
16 years |
vboxsync |
SharedClipboard/x11.cpp: Handle failure of the worker thread better …
|
|
|
@12250
|
16 years |
vboxsync |
HostServices/Makefiles: Eliminated PATH_TARGET usage and pushed them …
|
|
|
@12170
|
16 years |
vboxsync |
Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
|
|
|
@11820
|
16 years |
vboxsync |
made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
|
|
|
@11733
|
16 years |
vboxsync |
Made the automatic build tests no depend on VBoxRT.
|
|
|
@11732
|
16 years |
vboxsync |
tstShflSize: don't depend on VBoxRT
|
|
|
@11725
|
16 years |
vboxsync |
#3076: Merged in the branch with the alternate driver authentication …
|
|
|
@11721
|
16 years |
vboxsync |
- completly divorced SDK and binary, use 'kmk sdk' to build SDK
|
|
|
@11430
|
16 years |
vboxsync |
some obviously missing \n at end of a Log() string
|
|
|
@11411
|
16 years |
vboxsync |
Fix startup failure and glGetString with NVidia drivers
|
|
|
@11408
|
16 years |
vboxsync |
RDP clipboard fixes: serialize data reading and annoncements of new …
|
|
|
@11382
|
16 years |
vboxsync |
shared clipboard: fail silently if we are not running on an X11 server …
|
|
|
@11314
|
16 years |
vboxsync |
gcc is too pedantic but this cannot hurt
|
|
|
@11122
|
16 years |
vboxsync |
gcc-4.3 warning
|
|
|
@11108
|
16 years |
vboxsync |
Main, HostServices/GuestProperties: the timestamp is in nanoseconds …
|
|
|
@11083
|
16 years |
vboxsync |
HostServices/GuestProperties, Main: implemented saving guest …
|
|
|
@11082
|
16 years |
vboxsync |
HostServices/GuestProperties: reverted r33992 temporarily as it …
|
|
|
@11081
|
16 years |
vboxsync |
HostServices/GuestProperties: renaming
|
|
|
@11063
|
16 years |
vboxsync |
HostServices/GuestProperties and Main: add timestamps and flags …
|
|
|
@11034
|
16 years |
vboxsync |
HostServices/GuestProperties: make ENUM_PROPS available to the host
|
|
|
@10986
|
16 years |
vboxsync |
HostServices/GuestProperties: removed an unused header file
|
|
|
@10981
|
16 years |
vboxsync |
HostServices/GuestProperties: cosmetics
|
|
|
@10980
|
16 years |
vboxsync |
Runtime, HostServices/GuestProperties, Additions/common: autores update
|
|
|
@10976
|
16 years |
vboxsync |
HostServices/GuestProperties and Additions/common: reactivated autores
|
|
|
@10953
|
16 years |
vboxsync |
GuestProps: Disabled the RTMemAutoPtr stuff because it's too …
|
|
|
@10952
|
16 years |
vboxsync |
GuestProps: Use RTSTR_VALIDATE_ENCODING_ZERO_TERMINATED.
|
|
|
@10950
|
16 years |
vboxsync |
Fixing windows bustage.
|
|
|
@10929
|
16 years |
vboxsync |
HostServices/GuestProperties: added a guest enumeration interface to …
|
|
|
@10891
|
16 years |
vboxsync |
vboxClipboardDestroy: Fixed bad assertion on uninitialized variable …
|
|
|
@10814
|
16 years |
vboxsync |
HostServices/GuestProperties, Main, Additions/common, …
|
|
|
@10797
|
16 years |
vboxsync |
Guest properties: initial commit of new interface
|
|
|
@10529
|
16 years |
vboxsync |
HostServices/SharedFolders: added release logging to the shared …
|
|
|
@10198
|
16 years |
vboxsync |
Fixed dependency (double expansion).
|
|
|
@10144
|
16 years |
vboxsync |
HostServices/SharedInfoServices: made the guest property functions …
|
|
|
@10051
|
16 years |
vboxsync |
VBOX_KBUILD_HACKING
|
|
|
@10017
|
16 years |
vboxsync |
HostServices/SharedInfoService and Additions/common: deal with …
|
|
|
@10004
|
16 years |
vboxsync |
HostServices/SharedInfoServices: removed a wrong test
|
|
|
@10003
|
16 years |
vboxsync |
HostServices/SharedInfoServices: added a request to remove a guest property
|
|
|
@9995
|
16 years |
vboxsync |
HostServices/SharedInfoService: did a cleanup todo
|
|
|
@9927
|
16 years |
vboxsync |
@todo
|
|
|
@9917
|
16 years |
vboxsync |
Corrected hungarian spelling and added a todo.
|
|
|
@9882
|
16 years |
vboxsync |
HostServices/SharedInfoServices: deal with empty registry values …
|
|
|