VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @57982   9 years vboxsync Nits.
(edit) @57981   9 years vboxsync IPRT: misc/uri.cpp: Bugfixes, behave more like …
(edit) @57978   9 years vboxsync IPRT: Doxygen warning fixes (last ones, hopefully).
(edit) @57975   9 years vboxsync IPRT: Some more doxygen fixes.
(edit) @57974   9 years vboxsync IPRT: Some more doxygen fixes.
(edit) @57944   9 years vboxsync iprt: More doxygen corrections.
(edit) @57926   9 years vboxsync IPRT: Doxygen clenaups (mostly).
(edit) @57865   9 years vboxsync IPRT,libs: Hacks for building IPRT testcases that can run on NT4. …
(edit) @57825   9 years vboxsync IPRT: Removed deprecated RTUriPath().
(edit) @57809   9 years vboxsync Reverted bad commit r102754.
(edit) @57808   9 years vboxsync Installer/linux and tinderclient: use Qt from build server for RPM …
(edit) @57737   9 years vboxsync common/misc/http.cpp -> generic/http-curl.cpp
(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) @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) @57720   9 years vboxsync RTUri: Preps for parsing the authority bits into smaller pieces for …
(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) @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) @57652   9 years vboxsync crypto/tsp-template.h: Corrected decoding of the seconds member, it's …
(edit) @57644   9 years vboxsync IPRT/pipe: build fix
(edit) @57643   9 years vboxsync IPRT: Added RTVfsIoStrmFromRTPipe (and RTPipeQueryInfo) for the …
(edit) @57641   9 years vboxsync RTCrPemFreeSections: pbData is always on the heap, so don't call …
(edit) @57635   9 years vboxsync RTVfsIoStrmFromRTFile: Fixed reference leak.
(edit) @57624   9 years vboxsync IPRT,UINetworkReply: Fixes, logging.
(edit) @57617   9 years vboxsync IPRT: Build fix.
(edit) @57616   9 years vboxsync IPRT,UINetworkReply: Build & bug fixes.
(edit) @57615   9 years vboxsync RTPathGlob: build and bug fix.
(edit) @57614   9 years vboxsync build fix
(edit) @57613   9 years vboxsync IPRT,UINetworkReply.cpp: Added RTPathGlob, a set of …
(edit) @57584   9 years vboxsync IPRT: Implemented reading lib/Security/cacerts from JRE.
(edit) @57577   9 years vboxsync IPRT,QtGui: Redid the certificate download code in the GUI and reduced …
(edit) @57574   9 years vboxsync rtCrx509TbsCertificate_AddKeyUsageFlags: Fix assertion.
(edit) @57572   9 years vboxsync IPRT: Started on accessing system certificate stores to get SSL roots …
(edit) @57548   9 years vboxsync RTCrStoreCertAddFromFile.cpp: Updated PEM certificate markers.
(edit) @57516   9 years vboxsync Runtime/http: additional error code
(edit) @57444   9 years vboxsync static
(edit) @57432   9 years vboxsync iprt/cdefs.h,*: Split RT_NO_THROW into prototype and definition macros …
(edit) @57387   9 years vboxsync manifest.cpp: build fix
(edit) @57372   9 years vboxsync scm: fixes in previous cleanup run.
(edit) @57368   9 years vboxsync fix
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57325   9 years vboxsync ldrPE.cpp: Added kludge for windows 10's 32-bit imagehlp.dll which has …
(edit) @57206   9 years vboxsync typo
(edit) @57189   9 years vboxsync Runtime/RTUtf16Copy: Fix implementation, would only copy half of the …
(edit) @57078   9 years vboxsync sup,iprt: SUPIsHostVirtualized belongs in IPRT and does not need to be …
(edit) @57004   9 years vboxsync iprt,*: Marked all format strings in the C part of IPRT and fixed the …
(edit) @56978   9 years vboxsync Runtime: Formatting fixes, time.cpp being the most significant.
(edit) @56863   9 years vboxsync Runtime/manifest: Always free the hash states, found by Fortify
(edit) @56743   9 years vboxsync Runtime/RTPathRmCmd: Fix for the fix
(edit) @56742   9 years vboxsync Runtime/RTPathRmCmd: Fix incorrect format string, found by Parfait
(edit) @56700   9 years vboxsync RTGetOptPrintError: Don't crash on VERR_GETOP_TINVALID_ARGUMENT_FORMAT …
(edit) @56569   9 years vboxsync fixed variable name
(edit) @56389   9 years vboxsync log.cpp: try fix warning.
(edit) @56335   9 years vboxsync *.def,*.sed,*.m,*.mm: whitespace and svn properties
(edit) @56290   9 years vboxsync IPRT: Updated (C) year.
(edit) @56254   10 years vboxsync Runtime: fixed typo in RTTimeFromString()
(edit) @56002   10 years vboxsync RTGetOptArgvFromString/MS_CRT: Implemented undocumented doubledouble …
(edit) @55988   10 years vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55729   10 years vboxsync Fixed ASMXSave and ASMXRstor windows only bugs.
(edit) @55703   10 years vboxsync ldrPE.cpp: Fixed debug-loading regression introduced when adding …
(edit) @55699   10 years vboxsync dbgcfg.cpp: Must fix the slashes before invoking expand.exe, it …
(edit) @55673   10 years vboxsync duh
(edit) @55671   10 years vboxsync RTGetOptArgvFromString: Added fFlags parameter for selecting the …
(edit) @55646   10 years vboxsync tarvfs.cpp: Set enmPrevType to enmType on the first file so that the …
(edit) @55529   10 years vboxsync RTGetOptArgv: Added RTGETOPTARGV_CNV_UNQUOTED.
(edit) @55494   10 years vboxsync Tought RTGetOptArgvFromString about escapes and fixed some …
(edit) @55446   10 years vboxsync lockvalidator.cpp: Added a couple of todos wrt deleting owned locks.
(edit) @55436   10 years vboxsync Reverted bad commit r99781.
(edit) @55435   10 years vboxsync Bad commit, reverted with following changeset
(edit) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @55311   10 years vboxsync Need XSave/XRstor in RC too.
(edit) @55308   10 years vboxsync asm-amd64-x86.h: Added ASMXSave and ASMXRstor.
(edit) @55256   10 years vboxsync memcache: alloc tuning.
(edit) @55253   10 years vboxsync memcache.cpp: Enabled the free list (unused).
(edit) @55252   10 years vboxsync memcache.cpp: Fixed problem with the free list (unused).
(edit) @55107   10 years vboxsync asm-amd64-x86.h: Added ASMGetXcr0 & ASMSetXcr0.
(edit) @54987   10 years vboxsync Elf/RelocateSectionExecDyn: AssertReturn -> AssertMsgReturn.
(edit) @54984   10 years vboxsync Runtime/manifest: Fixed misused AssertReturnStmt(). Thank you Jung-uk Kim.
(edit) @54940   10 years vboxsync typo
(edit) @54864   10 years vboxsync Missing typo fix.
(edit) @54836   10 years vboxsync strformatrt.cpp: Fixed warning unsigned in rtstrformatIPv6 and …
(edit) @54467   10 years vboxsync IPRT,VMM,SUPDrv: Use the new RTMpCurSetIndex* APIs - require driver reload.
(edit) @54370   10 years vboxsync Runtime: fix condition (thanks gcc-5)
(edit) @54358   10 years vboxsync IPRT/R0Drv: Fix (windows & solaris) / kludge (the rest) for thread …
(edit) @54356   10 years vboxsync Runtime/asn1: typo (thanks gcc-5)
(edit) @54279   10 years vboxsync timesupref.h: last second change. duh.
(edit) @54278   10 years vboxsync timesupref.h: Moved things around a little, avoiding the 'break' …
(edit) @54270   10 years vboxsync IPRT,TM: Implemented the get-cpu-number optimizations for the …
(edit) @54254   10 years vboxsync Added ASMGetIdtrLimit.
(edit) @54252   10 years vboxsync SUPDrv,GIP,TM: Combined fOsTscDeltasInSync and fTscDeltasRoughlyInSync …
(edit) @54224   10 years vboxsync SUP,IPRT: Started as a build fix ended up as a cleanup (mostly …
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