|
|
@45047
|
12 years |
vboxsync |
iprt/cidr.h: RTIPV4ADDR -> RTNETADDRIPV4.
the dependencies are …
|
|
|
@45046
|
12 years |
vboxsync |
rtPathRmRecursive: off-by-one
|
|
|
@44927
|
12 years |
vboxsync |
Runtime/strformatrt: typo fix. RTGCUINTREG -> RTHCUINTREG.
|
|
|
@44757
|
12 years |
vboxsync |
Runtime: TCP pseudo header checksum fix for IPv6 (#4796)
|
|
|
@44623
|
12 years |
vboxsync |
Runtime: RTPathCreateRelative -> RTPathCalcRelative
|
|
|
@44615
|
12 years |
vboxsync |
Runtime/path: Add RTPathCreateRelative to create a relative path …
|
|
|
@44529
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@44528
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@44369
|
12 years |
vboxsync |
IPRT/log.c: Assert (debug) on bad log group flags.
|
|
|
@44366
|
12 years |
vboxsync |
Runtime/strformatnum: fixed condition, found by Parfait
|
|
|
@44300
|
12 years |
vboxsync |
Windows build fixes.
|
|
|
@44299
|
12 years |
vboxsync |
RTTar: Implemented simple extraction (-x).
|
|
|
@44286
|
12 years |
vboxsync |
iprt/rm: Some corrections and optimizations.
|
|
|
@44279
|
12 years |
vboxsync |
One important thing I forgot.
|
|
|
@44278
|
12 years |
vboxsync |
IPRT: Initial implementation of rm. Missing interactivity. Not tested …
|
|
|
@44260
|
12 years |
vboxsync |
Fixed ASMCpuId_Idx_ECX on windows (didn't consider ECX input).
|
|
|
@44250
|
12 years |
vboxsync |
Runtime/sg.cpp: void * -> const void * in RTSgBufCopyFromBuf
|
|
|
@44244
|
12 years |
vboxsync |
Burn fix
|
|
|
@44241
|
12 years |
vboxsync |
Runtime/sg.cpp: Add API to check a buffer for zeros
|
|
|
@44219
|
12 years |
vboxsync |
Runtime/dbgas.cpp: Fix inverted check resulting in a NULL pointer …
|
|
|
@44218
|
12 years |
vboxsync |
Runtime/manifest.cpp: Fix a possible NULL pointer dereference in the …
|
|
|
@44135
|
12 years |
vboxsync |
Runtime/sg.cpp: Increase assertion limit to 32Mb as some guests might …
|
|
|
@44042
|
12 years |
vboxsync |
shut up gcc
|
|
|
@43893
|
12 years |
vboxsync |
Runtime/once: fixed assertion
|
|
|
@43879
|
12 years |
vboxsync |
Extended RTOnce with termination cleanups. (Changes existing …
|
|
|
@43876
|
12 years |
vboxsync |
fixed a few format specifier bugs
|
|
|
@43713
|
12 years |
vboxsync |
iprt/http: added support for custom headers
|
|
|
@43682
|
12 years |
vboxsync |
asm-fake: Replace {u,}int32_t by {u,}int8_t to fix bus errors on …
|
|
|
@43679
|
12 years |
vboxsync |
iprt/http: introduced RTHttpSetProxy()
|
|
|
@43651
|
12 years |
vboxsync |
Runtime/http: typo
|
|
|
@43645
|
12 years |
vboxsync |
IPRT: simple HTTP interface
|
|
|
@43363
|
12 years |
vboxsync |
Haiku Additions.
|
|
|
@43221
|
12 years |
vboxsync |
common/string/RTStrIPv6.cpp -> common/net/netaddrstr.cpp.
|
|
|
@43220
|
12 years |
vboxsync |
build fix
|
|
|
@43215
|
12 years |
vboxsync |
build fix
|
|
|
@43214
|
12 years |
vboxsync |
RTStrIsIpAddr[46] -> RTNetIsIpv\1AddrStr; made the buggers return bool …
|
|
|
@43175
|
12 years |
vboxsync |
more windows build fixes
|
|
|
@43172
|
12 years |
vboxsync |
gcc build fix
|
|
|
@43171
|
12 years |
vboxsync |
Runtime: add IPv6 parsing/resolving functions (contributed by Oliver …
|
|
|
@43031
|
12 years |
vboxsync |
clearifying comment.
|
|
|
@43020
|
12 years |
vboxsync |
symbol hacking.
|
|
|
@42980
|
12 years |
vboxsync |
RTPathStartsWith: typo
|
|
|
@42978
|
12 years |
vboxsync |
RTPathStartsWith: Deal with pszParentPath = root (or having a trailing …
|
|
|
@42599
|
12 years |
vboxsync |
log.h/log.cpp: s/pszVar/pszValue/g
|
|
|
@42598
|
12 years |
vboxsync |
strformat.cpp: Added support for microsoft I64, I32 and I as well as …
|
|
|
@42430
|
12 years |
vboxsync |
missing space.
|
|
|
@42387
|
12 years |
vboxsync |
Runtime/Dvm: unused parameters warnings
|
|
|
@42365
|
12 years |
vboxsync |
dbgmodcontainer.cpp: A bug fix and a hack.
|
|
|
@42261
|
12 years |
vboxsync |
enabled shared clipboard support for Linux hosts (guest=>host only)
|
|
|
@42225
|
12 years |
vboxsync |
Runtime/lockvalidator: fixed wrong index found by Parfait
|
|
|
@42129
|
12 years |
vboxsync |
Main/VirtualBox+Machine: add support for VM groups (incomplete, saving …
|
|
|
@42072
|
12 years |
vboxsync |
strtonum.cpp: C90 warnings.
|
|
|
@41911
|
12 years |
vboxsync |
backed out r78763 and r78763
|
|
|
@41910
|
12 years |
vboxsync |
Windows build fix
|
|
|
@41909
|
12 years |
vboxsync |
re-applied r78740 (Runtime: introduced RTRandAdvCreateOpenssl())
|
|
|
@41889
|
12 years |
vboxsync |
backed out r78740
|
|
|
@41887
|
12 years |
vboxsync |
Runtime: introduced RTRandAdvCreateOpenssl()
|
|
|
@41785
|
13 years |
vboxsync |
Comment typos.
|
|
|
@41783
|
13 years |
vboxsync |
Doxygen, comment typos.
|
|
|
@41554
|
13 years |
vboxsync |
RTErrGet: Don't immediately return values ending with _FIRST, _LAST, …
|
|
|
@41552
|
13 years |
vboxsync |
Fix windows build
|
|
|
@41549
|
13 years |
vboxsync |
VFS/Filesystem: Convert the filesystem specific code to the VFS …
|
|
|
@41510
|
13 years |
vboxsync |
IPRT/Elf: Working on loading watcom dwarf symbol files.
|
|
|
@41493
|
13 years |
vboxsync |
RTDbg*SymbolByAddr*: Added a flag parameter.
|
|
|
@41308
|
13 years |
vboxsync |
Darwin build fix
|
|
|
@41307
|
13 years |
vboxsync |
Runtime/common/log/log: make g_Logger weak which is the better solution
|
|
|
@41306
|
13 years |
vboxsync |
typo
|
|
|
@41305
|
13 years |
vboxsync |
Runtime/common/log/log: gcc thinks that the address of a variable is …
|
|
|
@41170
|
13 years |
vboxsync |
fixed tstRTManifest testcase
|
|
|
@41167
|
13 years |
vboxsync |
Runtime/uniread: first check the range, then access the array
|
|
|
@41094
|
13 years |
vboxsync |
Runtime/Dvm: Glue for VFS
|
|
|
@40988
|
13 years |
vboxsync |
Runtime/Uuid: Treat UUIDs the same on little and big endian architectures
|
|
|
@40979
|
13 years |
vboxsync |
Corrected two really old sins.
|
|
|
@40959
|
13 years |
vboxsync |
Runtime/asm-fake: Update to make it work on SPARC
|
|
|
@40949
|
13 years |
vboxsync |
Runtime/Dvm: Include asm.h for ASMByteSwapU32 used when converting …
|
|
|
@40938
|
13 years |
vboxsync |
runtime: backed out r77481,r77482,r77483,r77484,r77485
|
|
|
@40934
|
13 years |
vboxsync |
Runtime: linux 3.4-rc3 build fix [-fpermissive]
|
|
|
@40933
|
13 years |
vboxsync |
Runtime/log: 3.4-rc3 build fix [-fpermissive]
|
|
|
@40932
|
13 years |
vboxsync |
Runtime: linux 3.4-rc3 build fix [-fpermissive]
|
|
|
@40930
|
13 years |
vboxsync |
linux: build fix 3.4-rc3 [-fpermissive]
|
|
|
@40824
|
13 years |
vboxsync |
errno.h wrapper.
|
|
|
@40806
|
13 years |
vboxsync |
RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
|
|
|
@40798
|
13 years |
vboxsync |
SUPDrv: More exports.
|
|
|
@40789
|
13 years |
vboxsync |
duh
|
|
|
@40788
|
13 years |
vboxsync |
IPRT:strncpy implementation for the no-crt mode.
|
|
|
@40722
|
13 years |
vboxsync |
Runtime/md5: Clear the whole state and replace tabs with spaces
|
|
|
@40686
|
13 years |
vboxsync |
Typo.
|
|
|
@40598
|
13 years |
vboxsync |
getopt: Added RTGETOPT_REQ_BOOL.
|
|
|
@40417
|
13 years |
vboxsync |
RTCString::count(): Don't crash if the string is empty (m_psz == NULL).
|
|
|
@40374
|
13 years |
vboxsync |
Runtime/checksum/manifest: potential memory leak
|
|
|
@40329
|
13 years |
vboxsync |
Main/Runtime/VBoxManage: SHA256 support comes with OVF 2.0
|
|
|
@40298
|
13 years |
vboxsync |
Runtime/dvm: don't use VALID_PTR here, that only confuses code scanners
|
|
|
@40293
|
13 years |
vboxsync |
Silence warnings
|
|
|
@40292
|
13 years |
vboxsync |
RTVfsMemFile bugfix: rtVfsMemFile_Write regression from previous fix.
|
|
|
@40186
|
13 years |
vboxsync |
RTStrFormatNumber: Assert some buffer sanity.
|
|
|
@40137
|
13 years |
vboxsync |
Runtime/Dvm: Use uint64_t instead of size_t for the number of …
|
|
|
@40127
|
13 years |
vboxsync |
vfsmemory: Fixed zero optimization in the write routine.
|
|
|
@40123
|
13 years |
vboxsync |
Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
|
|
|
@40100
|
13 years |
vboxsync |
Runtime/reqpool: Return status code actually
|
|
|
@40099
|
13 years |
vboxsync |
Runtime/errinfo: Fix typo
|
|
|