VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @57760   9 years vboxsync DnD/HostService: Never block a GUEST_DND_CONNECT call, as the clients …
(edit) @57759   9 years vboxsync Guest Control/VBoxService: Use RTENV_DEFAULT when spawning new …
(edit) @57758   9 years vboxsync IPRT/process-win.cpp: Overwrite existing env vars if …
(edit) @57754   9 years vboxsync Committed too much.
(edit) @57753   9 years vboxsync IPRT: Renamed RTPROC_FLAGS_NO_PROFILE to RTPROC_FLAGS_PROFILE.
(edit) @57752   9 years vboxsync DrvHostDSound: start playback when first audio samples are copied to …
(edit) @57751   9 years vboxsync Main/NATEngine: Fix fallout from r102600. Whn removeRedirect() …
(edit) @57750   9 years vboxsync FE/Qt: Main.cpp cleanup/rework bit-by-bit (step 3).
(edit) @57749   9 years vboxsync http-curl.cpp: Halfways there on windows, just need to make use of the …
(edit) @57748   9 years vboxsync FE/Qt: Main.cpp cleanup/rework bit-by-bit (step 2).
(edit) @57747   9 years vboxsync FE/Qt: Main.cpp cleanup/rework bit-by-bit (step 1).
(edit) @57746   9 years vboxsync FE/Qt: 8010: GUI MessageBox: Fixing code style error made in r102668.
(edit) @57745   9 years vboxsync FE/Qt: 8010: GUI MessageBox: Small Coding guidline change in …
(edit) @57744   9 years vboxsync FE/Qt: 7837: Runtime UI: Storing temporary file of screenshot in …
(edit) @57743   9 years vboxsync DnD/VbglR3: Check the host version before doing a (blocking) …
(edit) @57742   9 years vboxsync FE/Qt: About Dialog: Removing hardcoding of vendor name and year in …
(edit) @57741   9 years vboxsync Additions/VBoxTray: - Refactored internal services to use the …
(edit) @57740   9 years vboxsync tdUnitTest1.py: arg
(edit) @57739   9 years vboxsync NAT: G/c unused port_forward_rule::mac_address.
(edit) @57738   9 years vboxsync NAT: udp_listen: better log message when bind(2) fails.
(edit) @57737   9 years vboxsync common/misc/http.cpp -> generic/http-curl.cpp
(edit) @57736   9 years vboxsync DrvHostDSound: dynamically load dsound.dll
(edit) @57735   9 years vboxsync SUPDrv.cpp: Fixed SUP_IOCTL_LDR_LOAD regression from the szError info …
(edit) @57734   9 years vboxsync tdUnitTest1.py: Disabled tstRTR0TimerDriver on 32-bit windows, see …
(edit) @57733   9 years vboxsync VMM/HMVMXR0: Remove obsolete/wrong assertion.
(edit) @57732   9 years vboxsync Additions/linux: add .pid extension to the PID file
(edit) @57731   9 years vboxsync tdUnitTest1.py: Disabled tstRTFileAio again, it still fails.
(edit) @57730   9 years vboxsync Windows build fix
(edit) @57729   9 years vboxsync VBoxService: s/vboxServiceCreatePidFile/VbglR3PidFile/
(edit) @57728   9 years vboxsync RTHttpDestroy: duh
(edit) @57727   9 years vboxsync RTHttp: Implemented no_proxy parsing.
(edit) @57726   9 years vboxsync RTHttp: RTHttpUseSystemProxySettings improvements wrt env vars.
(edit) @57725   9 years vboxsync uri.cpp: Build fix.
(edit) @57724   9 years vboxsync tstRTUri: Added test with UTF-8 chars both in escaped and plain forms.
(edit) @57723   9 years vboxsync RTUri: Reworked the API to a one time parsing and make sure we get …
(edit) @57722   9 years vboxsync iprt/string.h: Provide memrchr on platforms which doesn't have it.
(edit) @57721   9 years vboxsync Additions/VBoxService: instead of relying on 'pidof', explicitly ask …
(edit) @57720   9 years vboxsync RTUri: Preps for parsing the authority bits into smaller pieces for …
(edit) @57718   9 years vboxsync FE/Qt: 8010: GUI MessageBox: Code comment improvement.
(edit) @57717   9 years vboxsync DrvHostDSound: CFGMR3QueryStringAlloc()
(edit) @57716   9 years vboxsync FE/Qt: About Dialog: Small coding style and review comments fixes.
(edit) @57715   9 years vboxsync FE/Qt: Runtime UI: Visual representation mode handling: Watch for mode …
(edit) @57714   9 years vboxsync FE/Qt: 8010: GUI MessageBox: Making cancel option as default in …
(edit) @57713   9 years vboxsync DevEFI: moved communication with the driver from the destructor to the …
(edit) @57712   9 years vboxsync Installer/linux: refactored service script handling to external, …
(edit) @57711   9 years vboxsync Installer/linux: refactored service script handling to external, …
(edit) @57710   9 years vboxsync Comment, renaming.
(edit) @57709   9 years vboxsync DevAHCI: ATA_TRUSTED_RECEIVE_DMA is not implemented but don't assert
(edit) @57708   9 years vboxsync Comment typo.
(edit) @57707   9 years vboxsync NetAdp/Win: free adapter memory on halt (#8033)
(edit) @57706   9 years vboxsync tstRTFileAio: tell us why the test was skipped
(edit) @57705   9 years vboxsync tdUnitTest1.py: re-enable tstRTFileAio
(edit) @57704   9 years vboxsync tstRTFileAio: EINVAL is the documented error code for file systems o …
(edit) @57703   9 years vboxsync VMM: alignment fix for 32-bit
(edit) @57702   9 years vboxsync duh
(edit) @57701   9 years vboxsync tdUnitTest1.py: Disable tstGIP-2 till it's fixed. (Do it in the right …
(edit) @57700   9 years vboxsync tdUnitTest1.py: Disabled tstRTFileAio for on linux, awaiting …
(edit) @57699   9 years vboxsync IPRT: build fix.
(edit) @57698   9 years vboxsync IPRT: More Solaris 11 certificate paths.
(edit) @57697   9 years vboxsync RTCrStoreCertAddWantedFromFishingExpedition.cpp: Solaris 11 update.
(edit) @57696   9 years vboxsync RTPathGlob: Follow links, duh.
(edit) @57695   9 years vboxsync tdUnitTest1.py: Disable tstGIP-2 till it's fixed.
(edit) @57694   9 years vboxsync Main/NATEngine+NetworkAdapter: NetworkAdapter::i_copyFrom didn't …
(edit) @57693   9 years vboxsync FE/Qt: Crash fix for r102570.
(edit) @57692   9 years vboxsync FE/Qt: 8010: GUI MessageBox: Small update for the 102504: Since the …
(edit) @57691   9 years vboxsync Runtime: only compile if VBOX_WITH_LIBCURL defined
(edit) @57690   9 years vboxsync Additions/vbox-greeter: build fix
(edit) @57689   9 years vboxsync New IPRT tool: RTHttp, a very simple URL getter.
(edit) @57688   9 years vboxsync FE/Qt: 7837: Runtime UI: Taking immediate screenshot of VM, before …
(edit) @57687   9 years vboxsync RTCrStoreCertAddWantedFromFishingExpedition.cpp: A couple of …
(edit) @57686   9 years vboxsync RTPathGlob: fix for a another stupid bug.
(edit) @57685   9 years vboxsync RTPathGlob: stupid bug fix.
(edit) @57684   9 years vboxsync VMM: check the return code
(edit) @57683   9 years vboxsync VMM/PDM: clear driver instance data after destruction, to catch use …
(edit) @57681   9 years vboxsync RTCrStoreCreateSnapshotById-generic.cpp: Oracle Linux 5 update.
(edit) @57680   9 years vboxsync testresults.py: the 'unit' attribute can be empty (RTTESTUNIT_NONE) - …
(edit) @57679   9 years vboxsync testboxcontroller.py: Log the sError value and not just the raw XML in …
(edit) @57678   9 years vboxsync testresults.py: the 'unit' attribute can be empty (RTTESTUNIT_NONE).
(edit) @57677   9 years vboxsync tstSSLCertDownloads: Don't use friend, use a static class function …
(edit) @57676   9 years vboxsync tstSSLCertDownloads: Enabled it again with build fixes.
(edit) @57675   9 years vboxsync FE/Qt: Selector UI: Details pane: Elements: Cleanup/rework (step 5).
(edit) @57674   9 years vboxsync disable tstSSLCertDownloads, need to figure out build breaks first.
(edit) @57673   9 years vboxsync tstSSLCertDownloads build fix
(edit) @57672   9 years vboxsync FE/Qt: Selector UI: Details pane: Elements: Cleanup/rework (step 4).
(edit) @57671   9 years vboxsync UINetworkReply: Fixed s_aCerts size and added a testcase for checking …
(edit) @57670   9 years vboxsync FE/Qt: Selector UI: Details pane: Elements: Cleanup/rework (step 3).
(edit) @57669   9 years vboxsync FE/Qt: Selector UI: Details pane: Elements: Cleanup/rework (step 2).
(edit) @57668   9 years vboxsync FE/Qt: Selector UI: Details pane: Elements: Cleanup/rework (step 1).
(edit) @57667   9 years vboxsync FE/Qt: Thread-pool itself should delete processed tasks (instead of …
(edit) @57666   9 years vboxsync UINetworkReply: Bugfix from previous commit and jettisoning the …
(edit) @57665   9 years vboxsync UINetworkReply: Remove the ancient 1st generation verisign certificate …
(edit) @57664   9 years vboxsync FE/Qt: Thread-pool: Use the task types to distinguish one kind of …
(edit) @57663   9 years vboxsync FE/Qt: Thread-pool: Get rid of personal storage, use Qt property …
(edit) @57662   9 years vboxsync
(edit) @57661   9 years vboxsync Guest Control/VBoxService: Fixed adopting main service's env var …
(edit) @57660   9 years vboxsync Guest Control/VBoxService: Added logging of guest process environment …
(edit) @57659   9 years vboxsync Guest Control/VBoxService: Addressed some todos.
(edit) @57658   9 years vboxsync VNC: build fix
(edit) @57657   9 years vboxsync tstRTVfs: On all platforms.
(edit) @57656   9 years vboxsync IPRT/process-win.cpp: Don't unset env variables from parent in …
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