]>
git.ipfire.org Git - thirdparty/open-vm-tools.git/log
Yiwen Zhang [Wed, 10 Sep 2008 02:50:56 +0000 (10:50 +0800)]
Modify record error message text
Error message text for recording is modified to show all possible reasons.
Yiwen Zhang [Tue, 9 Sep 2008 06:48:49 +0000 (14:48 +0800)]
Fix typo of check on RecordStop's return
Return checks in stop recording procedures are mistaken, fix them.
Yiwen Zhang [Tue, 9 Sep 2008 07:33:11 +0000 (15:33 +0800)]
Add vmx option tip for record control
Once the recording control option from vm is not set,
the toolbox command line and gtk application will give
message to user that they should add the option.
testing done:sandbox
Yiwen Zhang [Thu, 21 Aug 2008 10:24:51 +0000 (18:24 +0800)]
Fix mistaken file attributes
Files in toolbox directory were given "x" attributes by mistake, fix them.
Yiwen Zhang [Thu, 21 Aug 2008 10:21:23 +0000 (18:21 +0800)]
Fix according Adar's review
Fix naming convention of static routines.
Change GuestApp_ControlRecord() return type to Bool.
Record operations require root privilege.
Fix missused comments and typos.
Yiwen Zhang [Mon, 18 Aug 2008 12:06:02 +0000 (20:06 +0800)]
Fix tab
Fix line indent to conform to vmware code style.
Yiwen Zhang [Mon, 18 Aug 2008 10:46:41 +0000 (18:46 +0800)]
Fix comments
Fix comments' format to conform to vmware code style.
Yiwen Zhang [Mon, 18 Aug 2008 08:36:30 +0000 (16:36 +0800)]
Record control
Add a tab page which contains buttons of start and stop recording to toolbox.
Add "record" subcommand to toolbox-cmd for the same usage.
Implemented by invoking a StateLogger backdoor.
Adar Dembo [Sat, 13 Sep 2008 01:46:52 +0000 (18:46 -0700)]
Remove the open-vm-tools dependency on libproc-dev by providing some procps
bits and pieces in our own vm_procps.h.
Adar Dembo [Thu, 11 Sep 2008 23:32:19 +0000 (16:32 -0700)]
Refork xorg's miregion.c and apply open-vm-tools specific patches
Adar Dembo [Wed, 3 Sep 2008 08:50:50 +0000 (01:50 -0700)]
Merge /mnt/open-vm-tools
Adar Dembo [Wed, 3 Sep 2008 08:48:33 +0000 (01:48 -0700)]
2008.09.03-114782
Adar Dembo [Thu, 28 Aug 2008 22:58:27 +0000 (15:58 -0700)]
Merge ssh://git-x.eng.vmware.com/git/opensource/open-vm-tools
Prakash Ranade [Wed, 27 Aug 2008 22:31:22 +0000 (15:31 -0700)]
One more try to check NFS based write permission...
Prakash Ranade [Wed, 27 Aug 2008 21:43:55 +0000 (14:43 -0700)]
added test README to check git is working or not... prakash ranade
Adar Dembo [Mon, 18 Aug 2008 01:19:39 +0000 (18:19 -0700)]
Another fix for building open-vm-tools on Intrepid. This time, to
appUtilX11.c, which wasn't covered originally because I had built with
--disable-unity.
Adar Dembo [Fri, 15 Aug 2008 23:01:09 +0000 (16:01 -0700)]
In commit
46f4578680af93fb824942546a6cc3e31121f90d , I made some mistakes when
add checks for return values of two functions. This should fix said mistakes.
Adar Dembo [Fri, 15 Aug 2008 08:32:10 +0000 (01:32 -0700)]
Change Toolbox's Makefile.am to use COMMON_XLIBS instead of hard-coding
-lX11 in LDADD.
Adar Dembo [Fri, 15 Aug 2008 08:27:27 +0000 (01:27 -0700)]
Redo some key X11 library checks:
- Add AC_CHECK_LIB for libXext and libXrender.
- Split up AC_CHEK_LIB for libXrandr so libXrender isn't checked
simultaneously.
- Insert X_PRE_LIBS and X_EXTRA_LIBS into COMMON_XLIBS.
Adar Dembo [Thu, 14 Aug 2008 09:44:50 +0000 (02:44 -0700)]
Fixes for Ubuntu Intrepid:
- Fix formatted string vulnerabilities.
- Check return values for functions that the compiler cares about.
Also some automake cleanup.
Adar Dembo [Wed, 13 Aug 2008 07:21:54 +0000 (00:21 -0700)]
I failed to add an empty includeCheck.h for modules/vsock in my earlier commit.
Adar Dembo [Sat, 9 Aug 2008 00:09:41 +0000 (17:09 -0700)]
2008.08.08-109361
Adar Dembo [Tue, 1 Jul 2008 23:00:52 +0000 (16:00 -0700)]
Forgot to delete a file. Here we go again.
Adar Dembo [Tue, 1 Jul 2008 22:59:02 +0000 (15:59 -0700)]
2008.07.01-102166
Elliot Lee [Tue, 1 Jul 2008 20:11:28 +0000 (13:11 -0700)]
Incorporate the file deletes from 2008.06.20
Elliot Lee [Mon, 30 Jun 2008 23:56:48 +0000 (16:56 -0700)]
2008.06.20-100027
Adar Dembo [Tue, 3 Jun 2008 08:39:53 +0000 (01:39 -0700)]
2008.06.03-96374 refresh - see ChangeLog for details.
Elliot Lee [Sat, 17 May 2008 01:44:28 +0000 (18:44 -0700)]
2008.05.15-93241 (fix for egg-on-face bug)
Elliot Lee [Fri, 16 May 2008 21:26:08 +0000 (14:26 -0700)]
2008.05.15 refresh part two.
Forgot to 'add' all the modified files.
Elliot Lee [Fri, 16 May 2008 20:56:34 +0000 (13:56 -0700)]
2008.05.15 refresh - see ChangeLog for details.
Adar Dembo [Fri, 2 May 2008 23:17:07 +0000 (16:17 -0700)]
2008.05.02-90473 refresh.
Elliot Lee [Mon, 14 Apr 2008 22:55:51 +0000 (15:55 -0700)]
2008.04.14-87812 refresh.
Elliot Lee [Thu, 21 Feb 2008 22:00:28 +0000 (14:00 -0800)]
Initial import of open-vm-tools code into git.