VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100670   17 months vboxsync IPRT/http-server: Relaxed debug assertions in rtHttpServerHandleGET() …
(edit) @100669   17 months vboxsync IPRT/http-server: Only return a client response in …
(edit) @100561   17 months vboxsync Runtime: Reorder some (at this point unused) code, bugref:10261
(edit) @100442   18 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100368   18 months vboxsync Shared Clipboard: More work on making the internal APIs more fine …
(edit) @100367   18 months vboxsync Shared Clipboard: More work on making the internal APIs more fine …
(edit) @100315   18 months vboxsync Runtime/r3/memsafer-r3.cpp: Replace occurences of …
(edit) @100313   18 months vboxsync Runtime/r3/alloc-ef.{cpp,h}: Replace occurences of …
(edit) @100312   18 months vboxsync Runtime/r3/test.cpp: Replace occurences of PAGE_SIZE/PAGE_OFFSET_MASK …
(edit) @100310   18 months vboxsync Runtime/r3/posix: Replace occurences of PAGE_SIZE/PAGE_OFFSET_MASK …
(edit) @100307   18 months vboxsync Runtime,Additions,HostDrivers: Provide API to query the host page size …
(edit) @100250   18 months vboxsync IPRT/HttpServer: Emphasize logging group [SCM fix]. bugref:9437
(edit) @100249   18 months vboxsync IPRT/HttpServer: Emphasize logging group. bugref:9437
(edit) @100194   18 months vboxsync Runtime/mp-linux.cpp: Implement RTMpCpuId() for ARM based on …
(edit) @100191   18 months vboxsync *: Some of the easy build fixes for linux.arm64 not warranting their …
(edit) @100172   18 months vboxsync IPRT: tcp.h+tcp.cpp,socket.h+socket.cpp: Add RTTcpSetKeepAlive(). …
(edit) @100171   18 months vboxsync IPRT: tcp.h+tcp.cpp,socket.h+socket.cpp: Add RTTcpSetKeepAlive() which …
(edit) @100108   19 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @99937   19 months vboxsync Shared Clipboard: Added new testcase for the HTTP server in …
(edit) @99902   19 months vboxsync IPRT: Cleaned up RTThreadGetExecutionTimeMilli and associated …
(edit) @99901   19 months vboxsync IPRT: Cleaned up RTThreadGetExecutionTimeMilli and associated testcase.
(edit) @99828   19 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99779   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99775   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99758   19 months vboxsync IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt …
(edit) @99739   20 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99730   20 months vboxsync IPRT: Clang 13 fixes (warnings as errors).
(edit) @99483   20 months vboxsync IPRT/RTProcCreateEx: More fixes for the initial patch supplied; also …
(edit) @99375   20 months vboxsync fixing signed unsigned issue in ftp-server
(edit) @99374   20 months vboxsync fixing warning, int cArgs -> unsigned int cArgs
(edit) @99373   20 months vboxsync fixing warning: comparison between signed and unsigned integer …
(edit) @99127   21 months vboxsync Revert r156473 as clock_gettime_nsec_np(CLOCK_UPTIME_RAW) is …
(edit) @99109   21 months vboxsync IPRT/process: Added RTPROC_FLAGS_CWD to RTProcCreateEx(), to be able …
(edit) @99108   21 months vboxsync Runtime/darwin/time-darwin.cpp: Use …
(edit) @98618   22 months vboxsync IPRT/pipe-win.cpp: Deal correctly with partial overlapping writes …
(edit) @98104   2 years vboxsync IPRT/RTTimeZoneGetCurrent-posix.cpp: Skip quoting before uinsg ZONE …
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97955   2 years vboxsync IPRT: Warnings (add/linux).
(edit) @97908   2 years vboxsync IPRT: Removed the RTMemExecAlloc interface. [oops]
(edit) @97907   2 years vboxsync IPRT: Removed the RTMemExecAlloc interface.
(edit) @97904   2 years vboxsync IPRT/r3/allocex: Implement RTMEMALLOCEX_FLAGS_EXEC using …
(edit) @97894   2 years vboxsync IPRT/socket,localipc: Map AF_LOCAL to AF_UNIX if the former isn't …
(edit) @97767   2 years vboxsync IPRT/RTSystemFirmware/solaris: Add a Solaris-specific implementation …
(edit) @97766   2 years vboxsync IPRT/RTSystemFirmware/solaris: Add a Solaris-specific implementation …
(edit) @97685   2 years vboxsync IPRT/fs-posix.cpp: Update RTFsQueryType() to use statvfs(2) instead of …
(edit) @97298   2 years vboxsync IPRT/test.cpp: Provide more info with the sub-test name length assertion.
(edit) @97210   2 years vboxsync IPRT/alloc-ef: Drop unused DISQPVPARAMVAL stack variable. The type is …
(edit) @96864   2 years vboxsync Runtime: Implement RTUdpCreateServerSocket(), bugref:9822
(edit) @96820   2 years vboxsync IPRT/RTProcCreateEx/posix: Do not assume locale order in composite …
(edit) @96710   2 years vboxsync IPRT/stream: Check that rtStrmGetFile doesn't return NIL_RTFILE before …
(edit) @96609   2 years vboxsync IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
(edit) @96606   2 years vboxsync IPRT: Now the GetVersionExW fallback should be correct. bugref:10261
(edit) @96599   2 years vboxsync IPRT/localipc-win.cpp: Eliminated need for …
(edit) @96597   2 years vboxsync IPRT: More correctly fake the extended GetVersionExW/RtlGetVersion …
(edit) @96595   2 years vboxsync IPRT/nocrt: Corrected main executable entrypoint parameter mixup (no …
(edit) @96588   2 years vboxsync IPRT/nocrt: Added workaround for NT3.1 not knowing about …
(edit) @96587   2 years vboxsync IPRT/env-win.cpp: GetEnvironmentVariableW doesn't set …
(edit) @96586   2 years vboxsync IPRT/nocrt: The pcbWritten parameter of WriteFile must always be …
(edit) @96582   2 years vboxsync IPRT: Darwin's libpthread doesn't validate pthread_getspecific input, …
(edit) @96573   2 years vboxsync IPRT/nocrt: Fail fast and safer stack corruption. bugref:10261
(edit) @96519   2 years vboxsync IPRT/thread-posix.cpp: Try initialize g_SelfKey to a non-valid value …
(edit) @96511   2 years vboxsync /Config.kmk,VMM,IPRT: Converted all run-at-compile-time tests and more …
(edit) @96507   2 years vboxsync IPRT/nocrt: The xml.cpp stuff won't ever work without exceptions. …
(edit) @96505   2 years vboxsync IPRT: Dynamically resolve GetProcessAffinityMask, …
(edit) @96495   2 years vboxsync IPRT: Switched pipe-win.cpp to use the nt-and-windows.h header and …
(edit) @96476   2 years vboxsync IPRT: Resolve IsDebuggerPresent and GetSystemTimeAsFileTime …
(edit) @96475   2 years vboxsync IPRT: Resolve SetHandleInformation and GetHandleInformation …
(edit) @96448   2 years vboxsync IPRT/nocrt: A few tricks to avoid dragging in log.cpp into static …
(edit) @96442   2 years vboxsync IPRT: Split out the public init data into separate files and made it …
(edit) @96441   2 years vboxsync IPRT/nocrt: Mangling fix in nocrt-WinMainCRTStartup-win.asm. bugref:10261
(edit) @96415   2 years vboxsync IPRT/nocrt: No AssertLogRelMsgFailed in RTErrConvertFromWin32 when in …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96388   2 years vboxsync IPRT/nocrt: Introduced an internal rtNoCrtFatalMsg/Write API to be …
(edit) @96369   2 years vboxsync IPRT/nocrt: nocrt_atexit alias fix. bugref:10261
(edit) @96354   2 years vboxsync IPRT/nocrt: Defined cout and cerr; implemented ostream::flush and …
(edit) @96270   2 years vboxsync IPRT/nocrt: Release build fixes. bugref:10261
(edit) @96235   2 years vboxsync IPRT/stream.cpp: Better fix, don't let VERR_INVALID_UTF8_ENCODING make …
(edit) @96234   2 years vboxsync IPRT/stream.cpp: Assert if UTF-8 to UTF-16/current-cp fails during …
(edit) @96124   2 years vboxsync IPRT: Added a RTFileDup API, only implemented on windows for now as I …
(edit) @96091   2 years vboxsync IPRT/nocrt: Added clearerr, ferror, fgetc, fileno, fputc, fputs, …
(edit) @96089   2 years vboxsync IPRT/RTStream: Added RTStrmSeek, RTStrmTell, RTStrmSetBufferingMode …
(edit) @96084   2 years vboxsync IPRT/nocrt: doxygen fix. bugref:10261
(edit) @96082   2 years vboxsync IPRT/nocrt: scm fix. bugref:10261
(edit) @96081   2 years vboxsync IPRT/nocrt: Implemented fopen, fdopen, tmpfile, tmpfile_s, fflush and …
(edit) @96077   2 years vboxsync IPRT/RTStream: Added a RTStrmOpenFileHandle API for implementing …
(edit) @96076   2 years vboxsync IPRT/RTFileOpen: Added a RTFILE_O_TEMP_AUTO_DELETE flag for …
(edit) @96073   2 years vboxsync IPRT/nocrt: strerror; atexit fix. bugref:10261
(edit) @96052   2 years vboxsync IPRT/nocrt: Added no-CRT per-thread data like errno and strtok state. …
(edit) @96051   2 years vboxsync IPRT/thread-win.cpp: Set the TLS entry to NULL earlier.
(edit) @95980   2 years vboxsync IPRT/stream.cpp: Re-did the mode string handling in RTStrmOpen, …
(edit) @95979   2 years vboxsync IPRT/stream.cpp: Re-did the mode string handling in RTStrmOpen, …
(edit) @95977   2 years vboxsync IPRT/stream.cpp: Re-did the mode string handling in RTStrmOpen, …
(edit) @95971   2 years vboxsync IPRT/r3/alloc.cpp: gcc 12.1.1 workaround.
(edit) @95943   2 years vboxsync IPRT/stream.cpp: Fixed copy and paste making standard output go to …
(edit) @95942   2 years vboxsync IPRT/stream.cpp: Fixed bug in rtStrmWriteLocked on non-windows …
(edit) @95903   2 years vboxsync IPRT/stream: Flush & cleanup of non-standard streams on exit/unload …
(edit) @95894   2 years vboxsync IPRT/stream: Flush & cleanup standard streams in the no-CRT setup …
(edit) @95892   2 years vboxsync IPRT/nocrt: Use r3/stream.cpp instead of the minimalistic one …
(edit) @95888   2 years vboxsync IPRT/stream.cpp: Added an alternative code configuration for the …
(edit) @95887   2 years vboxsync IPRT/nocrt: Use r3/stream.cpp instead of the minimalistic one …
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