VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29904   15 years vboxsync IPRT: fix win burns
(edit) @29901   15 years vboxsync IPRT: added progress callback support to SHA1 digest calculation and …
(edit) @29845   15 years vboxsync tstRTCidr: nits
(edit) @29840   15 years vboxsync Runtime: no more than four octets are allowed.
(edit) @29837   15 years vboxsync Runtime: fixed cDelimiterLimit calculation, short form (n.n/16 is the …
(edit) @29834   15 years vboxsync Runtime: RTCidrStrToIPv4 changed to conform to rfc 4632 …
(edit) @29820   15 years vboxsync RTSha1Digest.cpp: Don't need mem.h
(edit) @29819   15 years vboxsync RTSha1Digest.cpp: Don't mix allocators! Also, check for allocation …
(edit) @29783   15 years vboxsync iprt: %.5RX32 ++ bug fix - precision should padd with '0' as it used to do.
(edit) @29778   15 years vboxsync Runtime: Use RTSha1ToString cause the old method used the wrong …
(edit) @29683   15 years vboxsync strformatrt.cpp: Fixed cchPrecision and cchWidth mixup in three calls.
(edit) @29660   15 years vboxsync IPRT: Fixed number formatting bug where we would pad with '0' instead …
(edit) @29278   15 years vboxsync Runtime/asm-fake.cpp: Non-atomic implementation of the DECLASM bits in …
(edit) @29271   15 years vboxsync Make VBoxRT build on sparc.
(edit) @29267   15 years vboxsync iprt: consistend RT_NO_GIP usage.
(edit) @29263   15 years vboxsync sparc adjustments.
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28903   15 years vboxsync IPRT: iconv cache.
(edit) @28876   15 years vboxsync uniread.cpp: Updated to cope with version 5.2 of the spec. Preparing …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28709   15 years vboxsync log.cpp: Corrected an assertion.
(edit) @28708   15 years vboxsync log.cpp: Corrected an assertion.
(edit) @28696   15 years vboxsync log.cpp: duh.
(edit) @28695   15 years vboxsync iprt/log: Added a write-through flag and a flush flag for file …
(edit) @28687   15 years vboxsync Runtime/Sg: quit the loop if we reached the end of the buffer
(edit) @28317   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28298   15 years vboxsync iprt,Config.kmk: Make sure the RTMemAllocVar* alignment gets poisoned …
(edit) @28271   15 years vboxsync IPRT: Some efence adjustments, adding RTMemAllocVar and RTMemAllocZVar …
(edit) @28267   15 years vboxsync iprt: Added RTLockValidatorHoldsLocksInClass and …
(edit) @28145   15 years vboxsync Runtime/Sg: Fix RTSgBufCopy
(edit) @28117   15 years vboxsync Runtime/Sg: Add advanced compare method
(edit) @28116   15 years vboxsync Runtime/Sg: Fix stupid bug
(edit) @28113   15 years vboxsync Runtime/Sg: Add a method to advance the internal buffer pointer
(edit) @28053   15 years vboxsync Runtime: Generic S/G buffer handling. For VBoxHDD but might become …
(edit) @28026   15 years vboxsync build fix
(edit) @28024   15 years vboxsync iprt: ipv6 header and pseudo checksumming; tcp flags; tcp/udp …
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27968   15 years vboxsync RTGetOptArgvToString: Implemented bourne shell style quoting.
(edit) @27807   15 years vboxsync build fix
(edit) @27802   15 years vboxsync getopt fix (2nd part).
(edit) @27801   15 years vboxsync getopt fix.
(edit) @27800   15 years vboxsync iprt: applying sparc patch (selectively).
(edit) @27763   15 years vboxsync once.cpp: Use ASMAtomicUoReadHandle (missed one place).
(edit) @27737   15 years vboxsync strformatrt.cpp: some xml fixes (probably not quite right yet, but …
(edit) @27652   15 years vboxsync build fix (3rd try)
(edit) @27651   15 years vboxsync build fix (2nd try)
(edit) @27650   15 years vboxsync build fix
(edit) @27648   15 years vboxsync strformatrt.cpp: Added %RMas and %RMes for escaping attribute values …
(edit) @27639   15 years vboxsync iprt: added RTMsgErrorRc[V].
(edit) @27386   15 years vboxsync iprt: Fixed RTGetOptArgvToString bug dealing with DOS slashes at the …
(edit) @27384   15 years vboxsync iprt: Implemented RTGetOptArgvToString with the MS CRT option. (The …
(edit) @27345   15 years vboxsync iprt: Added RTSort with one simple algorithm implemented.
(edit) @27302   15 years vboxsync IPRT: RIP RTCache*, RTMemCache* is way better…
(edit) @27301   15 years vboxsync iprt/message.cpp: mixup in the generalization code.
(edit) @27292   15 years vboxsync Runtime/lockvalidator: free the right record
(edit) @27128   15 years vboxsync IPRT: Added RTMsgWarning[V] and RTMsgInfo[V].
(edit) @26774   15 years vboxsync RTPipe: Implemented the posix variant.
(edit) @26762   15 years vboxsync iprt: Added RTHandleClose and pipe stubs.
(edit) @26723   15 years vboxsync RTStrATruncate: bugfix
(edit) @26694   15 years vboxsync RTGetOptPrintError: return RTEXITCODE_SYNTAX.
(edit) @26683   15 years vboxsync iprt: RTEXITCODE, RTTcpServerListen2, RTTcpWrite fixes.
(edit) @26674   15 years vboxsync iprt: Added RTMsgInitFailure for dealing with RTR3Init failures.
(edit) @26659   15 years vboxsync IPRT: Added RTStrCopy and RTStrCopyEx for strcpy with overflow handling.
(edit) @26588   15 years vboxsync iprt: New type RTNETADDR for storing any address + type + port. Added …
(edit) @26562   15 years vboxsync *: Added svn:keywords where missing.
(edit) @26560   15 years vboxsync Makefiles,RTPathChangeToDosSlashes.cpp: -whitespace
(edit) @26525   15 years vboxsync Runtime: win.amd64 warnings.
(edit) @26520   15 years vboxsync iprt: Added RTPathChangeToUnixSlashes and RTPathChangeToDosSlashes.
(edit) @26492   15 years vboxsync Runtime: whitespace cleanup.
(edit) @26485   15 years vboxsync iprt/getopt: Added two standard options: h: --help/-help/-h/-?, V: …
(edit) @26482   15 years vboxsync IPRT: Added RTStrATruncate.
(edit) @26481   15 years vboxsync IPRT: Added RTStrAAppend, RTStrAAppendN, RTStrAAppendExN[V]{,1}, …
(edit) @26480   15 years vboxsync IPRT: common/string/string.cpp -> stringalloc.cpp.
(edit) @26478   15 years vboxsync getoptargv.cpp: bug fix.
(edit) @26476   15 years vboxsync iprt: Added RTPathCountComponents, RTPathCopyComponents, …
(edit) @26452   15 years vboxsync iprt/memcache.h: Some more optimizations and more benchmarks.
(edit) @26428   15 years vboxsync build fix.
(edit) @26421   15 years vboxsync dbg build fix
(edit) @26420   15 years vboxsync memcache: some quick tuning.
(edit) @26419   15 years vboxsync tstRTMemCache: Testcase + bug fixes. Works pretty well, but should try …
(edit) @26418   15 years vboxsync build fix
(edit) @26417   15 years vboxsync build fix
(edit) @26416   15 years vboxsync RTMemCache: Initial coding (completely untested).
(edit) @26351   15 years vboxsync gcc-4.5 warning
(edit) @26344   15 years vboxsync Runtime: white space cleanup.
(edit) @26276   15 years vboxsync typos.
(edit) @26251   15 years vboxsync strversion.cpp: Use the right type. (gcc warning)
(edit) @26249   15 years vboxsync ldr.cpp: warning.
(edit) @26227   15 years vboxsync s/IN_SUP_GC/IN_SUP_RC/g; s/SUPGCDECL/SUPRCDECL/g
(edit) @26180   15 years vboxsync *: The rest of the %V* format specifiers are history.
(edit) @26134   15 years vboxsync IPRT: Added RTPathJoin.
(edit) @26060   15 years vboxsync IPRT: Added RTFileOpenF/V.
(edit) @25960   15 years vboxsync Doxyfile*: Added custom command …
(edit) @25925   15 years vboxsync build fix.
(edit) @25923   15 years vboxsync RTPathStripTrailingSlash: testcase + extensions.
(edit) @25918   15 years vboxsync Runtime/RTSha1Digest.cpp: no need to open the stream for reading and …
(edit) @25908   15 years vboxsync RTSemRWIsReadOwner: For assertion in main.
(edit) @25899   15 years vboxsync Runtime/common/log.cpp: gcc warning
(edit) @25844   15 years vboxsync lockvalidator.cpp: Made it possible to configure it via the …
(edit) @25833   15 years vboxsync lockvalidator.cpp: show the class+sub-class in the lock dump.
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