VirtualBox

source: vbox/trunk/src/VBox/Runtime/generic

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106020   3 months vboxsync IPRT: Added RTCritSectInitNamed and RTCritSectRwInitNamed to simplify …
(edit) @104308   8 months vboxsync IPRT/http-curl: Also handle the 501 HTTP status code. Required for …
(edit) @102916   11 months vboxsync Runtime/http-curl.cpp: Make RTHttpSetProxy() accept a NULL pcszProxy …
(edit) @102589   12 months vboxsync IPRT/http-curl: nits (some mine)
(edit) @102563   12 months vboxsync IPRT/http-curl: Added trying to use the dedicated …
(edit) @102562   12 months vboxsync IPRT/http: Fixed a memory leak, updated docs. bugref:9437
(edit) @100307   17 months vboxsync Runtime,Additions,HostDrivers: Provide API to query the host page size …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97647   2 years vboxsync IPRT: Windows and 32-bit linux build fixes for RTProcSignalName.
(edit) @97646   2 years vboxsync IPRT: Added RTProcSignalName and a generic implementation of it.
(edit) @96811   2 years vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96471   2 years vboxsync IPRT/nocrt: Don't assert in sized delete operators. bugref:10261
(edit) @96446   2 years vboxsync IPRT/critsect-generic.cpp: AssertReleaseMsgRC instead of …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96345   2 years vboxsync IPRT/nocrt: Added missing implemention of new placement operators. …
(edit) @95860   2 years vboxsync IPRT/new: Added a generic new/delete operator implementation based on …
(edit) @95842   2 years vboxsync IPRT/env-generic.cpp: Refactored RTEnvCloneEx, rewriting the cloning …
(edit) @94520   3 years vboxsync Runtime/http-curl.c|ai: CURLOPT_NOPROXY is an enum and not a define, …
(edit) @94311   3 years vboxsync IPRT: Added RTFileCreateUnique, a saner version of RTFileCreateTemp in …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92670   3 years vboxsync IPRT/RTEnvDupEx: Use RTStrAlloc instead of RTMemAlloc for big values. …
(edit) @92669   3 years vboxsync IPRT/RTEnvDupEx: Use RTStrAlloc instead of RTMemAlloc for big values. …
(edit) @90877   3 years vboxsync RTFileCopyByHandlesEx: Fix assertion regression in previous change.
(edit) @90803   3 years vboxsync Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90789   3 years vboxsync IPRT: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90781   3 years vboxsync IPRT: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90637   3 years vboxsync IPRT/RTCritSectRw,VMM/PDMCritSectRw: Rearranged the core members a …
(edit) @90416   3 years vboxsync IPRT: Adding RTThreadQueryTerminationStatus (ring-0). bugref:6695
(edit) @87205   4 years vboxsync IPRT: Added generic RTMpGetDescription implementation for darwin. …
(edit) @87037   4 years vboxsync Shared Clipboard/Transfers: Renaming (RTHTTP_WITH_WEBDAV -> …
(edit) @87032   4 years vboxsync Shared Clipboard/Transfers: Added initial directory listing support …
(edit) @87010   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @87005   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @87004   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @86983   4 years vboxsync Docs nit.
(edit) @86650   4 years vboxsync Fixed bad commit. Hope this help.
(edit) @86648   4 years vboxsync bugref:9781. Added the placeholder …
(edit) @86525   4 years vboxsync Runtime/r3/*/sched-*.cpp: Doxygen cleanup, only keep the doxygen …
(edit) @86448   4 years vboxsync IPRT/http-curl: Mark g_hLdrLibProxy as a leak. bugref:9841
(edit) @85875   4 years vboxsync Main: bugref:9224: Added RTFileQuerySectorSize into IPRT
(edit) @85672   4 years vboxsync IPRT: ftp-server.cpp belongs in r3/ not generic/, as we don't expect …
(edit) @85650   4 years vboxsync IPRT/http,VBoxManage,CloudGateway: Corrections to the proxy …
(edit) @85646   4 years vboxsync IPRT/http-curl.cpp: when disabling proxies in …
(edit) @85162   4 years vboxsync IPRT/http-curl.cpp: Deprecated function, missing RT_NOTHROW_DEF. …
(edit) @85160   4 years vboxsync *: Some missing DECLCALLBACK/RTDECL and related nothrow issues raised …
(edit) @85142   4 years vboxsync Partial build fix for r139085.
(edit) @85139   4 years vboxsync OCI: (bugref:9469) Proxy support (without authentication) for local …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85000   4 years vboxsync IPRT/http: Provide curl with an error buffer (fixed size array in …
(edit) @84995   4 years vboxsync IPRT/http: Consistently use CURL_SUCCESS().
(edit) @84994   4 years vboxsync IPRT/http: Consistently use CURLcode rcCurl;
(edit) @84509   5 years vboxsync iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack …
(edit) @83983   5 years vboxsync IPRT/rtStrFormatKernelAddress: warning. bugref:8489
(edit) @83356   5 years vboxsync IPRT/http: When we issue PUT tell curl about the data size when the …
(edit) @83355   5 years vboxsync IPRT/http: Fix upload/download confusion. One is in a comment. The …
(edit) @83289   5 years vboxsync IPRT/RTProcDaemonize-generic: Fixed leaking the stdin handle for …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82842   5 years vboxsync IPRT/FTP: Retrieving files in sub directories also works now. bugref:9646
(edit) @82840   5 years vboxsync IPRT/FTP: Make sure to only add allowed (supported) FS entries to …
(edit) @82839   5 years vboxsync IPRT/FTP: Build fix. bugref:9646
(edit) @82838   5 years vboxsync IPRT/FTP: More code for listing directories, needed for some more FTP …
(edit) @82824   5 years vboxsync IPRT/FTP: Doxygen fixes. bugref:9646
(edit) @82823   5 years vboxsync IPRT/FTP: Shut up MSVC. bugref:9646
(edit) @82822   5 years vboxsync IPRT/FTP: More work on directory listing.
(edit) @82813   5 years vboxsync IPRT/FTP: Remember the current working directory per client.
(edit) @82781   5 years vboxsync IPRT/FTP: Implemented FEAT and OPTS commands, along with some more …
(edit) @82773   5 years vboxsync IPRT/FTP: Shut up MSVC.
(edit) @82772   5 years vboxsync IPRT/FTP: First working version for listing stuff. bugref:9646
(edit) @82771   5 years vboxsync IPRT/FTP: Doxygen build fixes.
(edit) @82770   5 years vboxsync IPRT/FTP: More work on data connection handling. bugref:9646
(edit) @82737   5 years vboxsync IPRT/FTP: Made replies more compatible with clients which expect …
(edit) @82736   5 years vboxsync IPRT/FTP: Logging fix. bugref:9646
(edit) @82735   5 years vboxsync IPRT/FTP: Made connecting w/ other clients more compatible by also …
(edit) @82734   5 years vboxsync IPRT/FTP: SCM fix. bugref:9646
(edit) @82733   5 years vboxsync IPRT/FTP: Implemented FEAT command for reporting additional server …
(edit) @82732   5 years vboxsync IPRT/FTP: More work on data connection handling. bugref:9646
(edit) @82728   5 years vboxsync IPRT/FTP: Build fix. bugref:9437
(edit) @82727   5 years vboxsync IPRT/FTP: Implemented first support for data connection handling. Work …
(edit) @82723   5 years vboxsync IPRT/FTP: More protocol handling and callback work. bugref:9437
(edit) @82716   5 years vboxsync IPRT/FTP: Windows build fix
(edit) @82715   5 years vboxsync IPRT/FTP: More protocol handling and callback work. bugref:9437
(edit) @82702   5 years vboxsync IPRT/FTP: Made authentication workflow more flexible. bugref:9437
(edit) @82699   5 years vboxsync IPRT/FTP: Renaming. bugref:9437
(edit) @82698   5 years vboxsync IPRT/FTP: More protocol handling and callback work. bugref:9437
(edit) @82687   5 years vboxsync IPRT/FTP: More protocol handling and callback work. bugref:9437
(edit) @82678   5 years vboxsync IPRT/FTP: More command handler stubs.
(edit) @82673   5 years vboxsync IPRT/FTP: First connections (via Linux ftp client) are working now. …
(edit) @82665   5 years vboxsync IPRT: First commit of FTP server code, along with a tool to run a …
(edit) @81140   5 years vboxsync IPRT/system: RTSYSFWPROP -> RTSYSFWBOOL.
(edit) @81137   5 years vboxsync IPRT/RTSystem*Firmware: Simplified the interface and made it follow …
(edit) @81062   5 years vboxsync iprt/system: Fixing the firmware stuff a little.
(edit) @80878   5 years vboxsync IPRT/env-generic.cpp: RTENV_ALLOW_EQUAL_FIRST_IN_VAR should only be …
(edit) @80860   5 years vboxsync IPRT: Renamed RTSystemFirmwareValueGet() -> RTSystemFirmwareValueQuery().
(edit) @80857   5 years vboxsync RTSystemFirmware-generic.cpp: Kick out unnecessary headers and …
(edit) @80855   5 years vboxsync RTSystemFirmware-generic.cpp: Kick out unnecessary headers and …
(edit) @80827   5 years vboxsync IPRT: Added RTEnvCreateEx and RTEnvCreateChangeRecordEx so flags can …
(edit) @80764   5 years vboxsync IPRT: Optimized RTEnvPutEx. bugref:9341
(edit) @80708   5 years vboxsync IPRT: Added RTSystemFirmwareXXX API to query the firmware type / UEFI …
(edit) @80665   5 years vboxsync IPRT: Redid RTTimerLRChangeInterval. Converted RTTimerLR testcase to …
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
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