|
|
@33700
|
14 年 |
vboxsync |
Main;Runtime: use size_t
|
|
|
@33694
|
14 年 |
vboxsync |
Runtime: explicitly set it to 32bit
|
|
|
@33692
|
14 年 |
vboxsync |
iprt/cdefs.h: Added RT_FROM_CPP_MEMBER for shutting up mr noisy (g++).
|
|
|
@33680
|
14 年 |
vboxsync |
IPRT: Added RTBldCfgCompiler.
|
|
|
@33679
|
14 年 |
vboxsync |
IPRT: Added RTBldCfgTarget, RTBldCfgTargetArch, RTBldCfgTargetDotArch …
|
|
|
@33678
|
14 年 |
vboxsync |
IPRT: Added RTStrCat and RTStrCatEx.
|
|
|
@33676
|
14 年 |
vboxsync |
scm cleanup run.
|
|
|
@33675
|
14 年 |
vboxsync |
Main;Runtime: move 32bit string to int converter
|
|
|
@33615
|
14 年 |
vboxsync |
now it's right. added tests to prove it.
|
|
|
@33614
|
14 年 |
vboxsync |
grumble, -1, not 1.
|
|
|
@33613
|
14 年 |
vboxsync |
iprt::MiniString::compare: copy&past bug in the previous fix spotted …
|
|
|
@33610
|
14 年 |
vboxsync |
iprt::MiniString: Fixed bug in compare("") and equals("") caused by …
|
|
|
@33605
|
14 年 |
vboxsync |
iprt/cpp/ministring: Added printf and printfV methods.
|
|
|
@33563
|
14 年 |
vboxsync |
iprt:ministring: Added the java-style equals() and equalsIgnoreCase() …
|
|
|
@33560
|
14 年 |
vboxsync |
iprt/uni.h: fixed typos preventing the flag lookups from linking and …
|
|
|
@33540
|
14 年 |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@33535
|
14 年 |
vboxsync |
fortify does not like builtin_expect()
|
|
|
@33520
|
14 年 |
vboxsync |
iprt/assert.h: Added AssertLogRelMsgStmt, AssertLogRelMsgReturnStmt, …
|
|
|
@33502
|
14 年 |
vboxsync |
Added RTSystemQueryAvailableRam
|
|
|
@33496
|
14 年 |
vboxsync |
iprt/string.h: Moved the string format docs to the header so it is …
|
|
|
@33494
|
14 年 |
vboxsync |
Build fixes.
|
|
|
@33492
|
14 年 |
vboxsync |
Guest Copy/Guest Additions: Update.
|
|
|
@33469
|
14 年 |
vboxsync |
IPRT: xml classes documentation, plus reduced some buffer sizes.
|
|
|
@33464
|
14 年 |
vboxsync |
*: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
|
|
|
@33450
|
14 年 |
vboxsync |
iprt/path: Added RTPathJoinA.
|
|
|
@33449
|
14 年 |
vboxsync |
IPRT/isofs.h: Tabs, documentation.
|
|
|
@33439
|
14 年 |
vboxsync |
IPRT, Linux additions, Shared folders: added support for guest shared …
|
|
|
@33426
|
14 年 |
vboxsync |
iprt/symlink.h: Initial code (only tested on linux).
|
|
|
@33386
|
14 年 |
vboxsync |
VRDE: API changes for the VRDP server separation.
|
|
|
@33359
|
14 年 |
vboxsync |
iprt/asm.h: Don't include asm-math.h and asm-amd64-x86.h any more.
|
|
|
@33350
|
14 年 |
vboxsync |
iprt/asm.h: Missing paranthesis and variable usage.
|
|
|
@33340
|
14 年 |
vboxsync |
cdefs: added RT_BOOL
|
|
|
@33337
|
14 年 |
vboxsync |
iprt: introduced RTSymlink() and RTReadLink() (thanks Brian …
|
|
|
@33291
|
14 年 |
vboxsync |
Runtime: no colon
|
|
|
@33289
|
14 年 |
vboxsync |
Runtime;Main-OVF-Import: added online creation of SHA1 sums; …
|
|
|
@33286
|
14 年 |
vboxsync |
Runtime: add lock free circular buffer + simple testcase
|
|
|
@33284
|
14 年 |
vboxsync |
Runtime: add ASMAtomicAddSize and ASMAtomicSubSize
|
|
|
@33269
|
14 年 |
vboxsync |
IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
|
|
|
@33268
|
14 年 |
vboxsync |
IPRT: Added an AVL tree taking void * ranges.
|
|
|
@33262
|
14 年 |
vboxsync |
RTOnce: Avoid allocating anything when there are no races.
|
|
|
@33245
|
14 年 |
vboxsync |
IPRT: Added RTPathStartsWithRoot.
|
|
|
@33233
|
14 年 |
vboxsync |
Runtime/file: defines for stdin/out/err native handles
|
|
|
@33229
|
14 年 |
vboxsync |
DIGEST_LEN, not STRING_LEN as the terminator is not included
|
|
|
@33228
|
14 年 |
vboxsync |
VBoxAuthSimple now requires SHA-256 hashes, no more cleartext passwords
|
|
|
@33199
|
14 年 |
vboxsync |
iprt/asm: C90 warning
|
|
|
@33197
|
14 年 |
vboxsync |
iprt/asm: fixed bug in ASMAtomicReadU64() and …
|
|
|
@33196
|
14 年 |
vboxsync |
iprt/asm: make the behavior of ASMAtomicAddU64() match the …
|
|
|
@33169
|
14 年 |
vboxsync |
iprt/cdefs.h: time constants.
|
|
|
@33155
|
14 年 |
vboxsync |
IPRT: Added RTSemEventGetResolution and RTSemEventMultiGetResolution …
|
|
|
@33138
|
14 年 |
vboxsync |
iprt/asm.h: build fix.
|
|
|
@33136
|
14 年 |
vboxsync |
iprt/asm.h,tstRTInlineAsm: Added 64-bit atomic OR, AND, INC, DEC, ADD …
|
|
|
@33111
|
14 年 |
vboxsync |
FreeBSD: build fixes (thanks to Bernhard Froehlich)
|
|
|
@33074
|
14 年 |
vboxsync |
Runtime: space
|
|
|
@33073
|
14 年 |
vboxsync |
Main: partly reverted r66582
|
|
|
@33057
|
14 年 |
vboxsync |
Runtime: add a manifest memory writer
|
|
|
@33056
|
14 年 |
vboxsync |
Main-XML: add a xml memory writer
|
|
|
@33055
|
14 年 |
vboxsync |
Main: little API cleanup for the strings
|
|
|
@33044
|
14 年 |
vboxsync |
iprt/process: eliminate RTPROC_FLAGS_DAEMONIZE_DEPRECATED, rework …
|
|
|
@33011
|
14 年 |
vboxsync |
IPRT,SUPDrv,VBoxGuest: Reimplemented RTSemEventWait* so that it can …
|
|
|
@32997
|
14 年 |
vboxsync |
IPRT: Added ISO 9660 FS support.
|
|
|
@32946
|
14 年 |
vboxsync |
iprt/semaphore.h: Started adding RTSem*<Wait|Request>Ex[Debug].
|
|
|
@32914
|
14 年 |
vboxsync |
Drop the hthread parameter
|
|
|
@32905
|
14 年 |
vboxsync |
Introducing RTThreadGetExecutionTimeMilli
|
|
|
@32818
|
14 年 |
vboxsync |
IPRT: RTTcpClientCloseEx - don't be nice to storage servers, they …
|
|
|
@32795
|
14 年 |
vboxsync |
iprt/test.h: some more test macros
|
|
|
@32751
|
14 年 |
vboxsync |
Runtime: initial VFS support for tar
|
|
|
@32707
|
14 年 |
vboxsync |
IPRT: Added RTMemAllocEx[Tag] and RTMemFreeEx, only implemented in …
|
|
|
@32671
|
14 年 |
vboxsync |
Runtime/assert: add AssertReturnVoidStmt and AssertMsgRCReturnVoidStmt
|
|
|
@32599
|
14 年 |
vboxsync |
Runtime: fixed todos; distinct between real VERR_EOF and tar end of …
|
|
|
@32572
|
14 年 |
vboxsync |
VMM,SUPDrv,IPRT: More changes for related to the priodic preemption …
|
|
|
@32569
|
14 年 |
vboxsync |
Runtime: fix burn
|
|
|
@32568
|
14 年 |
vboxsync |
OVA: parse ovf in memory on ova import (no need for a temporary ovf …
|
|
|
@32566
|
14 年 |
vboxsync |
Runtime: in-memory extraction support for tar
|
|
|
@32565
|
14 年 |
vboxsync |
Runtime/Main: add xml/ovf parsing in memory
|
|
|
@32531
|
14 年 |
vboxsync |
Main/Medium+MediumFormat+GuestOSType+SystemPropertiesImpl+Console+Globa …
|
|
|
@32504
|
14 年 |
vboxsync |
SUPDrv,IPRT,VMM,DevAPIC: Added RTTimerCanDoHighResolution and exposed …
|
|
|
@32455
|
14 年 |
vboxsync |
iprt/defs.h: Applied patch addressing RT_VALID_PTR for user mode on …
|
|
|
@32445
|
14 年 |
vboxsync |
iprt/list.h: Added RTListForEachSafe and RTListForEachReverseSafe.
|
|
|
@32431
|
14 年 |
vboxsync |
scm cleanup
|
|
|
@32411
|
14 年 |
vboxsync |
Runtime/r3/coredumper: addressed some todos in r65763.
|
|
|
@32393
|
14 年 |
vboxsync |
iprt/coredumper.h: fixed wrong flag change in r65708.
|
|
|
@32359
|
14 年 |
vboxsync |
Runtime/r3/coredumper: flags.
|
|
|
@32355
|
14 年 |
vboxsync |
IPRT: Added RTLogRelSetBuffering and RTLogSetBuffering.
|
|
|
@32350
|
14 年 |
vboxsync |
Runtime/r3/coredumper: name flags similar to planned CFGM keys.
|
|
|
@32347
|
14 年 |
vboxsync |
Runtime/r3/coredumper: Setup SIGUSR2 and flags, allow taking live cores.
|
|
|
@32284
|
14 年 |
vboxsync |
Pointer based GCPhys AVL tree
|
|
|
@32276
|
14 年 |
vboxsync |
IPRT/Socket: Add extended select API where the events to wait for can …
|
|
|
@32125
|
14 年 |
vboxsync |
iprt/memtracker: hacking in progress.
|
|
|
@32036
|
14 年 |
vboxsync |
Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
|
|
|
@32035
|
14 年 |
vboxsync |
Changing the remaining X86_PTE_PAE_PG_MASK uses to …
|
|
|
@32032
|
14 年 |
vboxsync |
iprt/string.h: use 80 colums, r=xxxx is for writing nasty review …
|
|
|
@31950
|
14 年 |
vboxsync |
iprt: explicitly document that all RTStr* functions return the number …
|
|
|
@31860
|
14 年 |
vboxsync |
RTCoreDumper: integration into IPRT, cleanup.
|
|
|
@31853
|
14 年 |
vboxsync |
two Makefile.kup to OSE
|
|
|
@31847
|
14 年 |
vboxsync |
iprt: removed crc32.h and crc64.h, use crc.h instead.
|
|
|
@31843
|
14 年 |
vboxsync |
FreeBSD: build fix
|
|
|
@31788
|
14 年 |
vboxsync |
Moved RTTCPSERVER to types.h
|
|
|
@31623
|
14 年 |
vboxsync |
Runtime: add progress callback support to the tar backend
|
|
|
@31590
|
14 年 |
vboxsync |
iprt/err.h: VINF_INTERRUPTED and VINF_TIMEOUT.
|
|
|
@31583
|
14 年 |
vboxsync |
Runtime/Sg: Extend RTSgBufSegArrayCreate to allow just counting the …
|
|
|