|
|
@25341
|
15 years |
vboxsync |
ldrPE.cpp: Added WIN_CERTIFICATE and added very basic verification of …
|
|
|
@25340
|
15 years |
vboxsync |
ldrPE.cpp: Dropped VERR_LDRPE_SECURITY.
|
|
|
@25329
|
15 years |
vboxsync |
Runtime: typo
|
|
|
@25323
|
15 years |
vboxsync |
iprt/getopt.h/cpp: Made the uIndex 32-bit instead of 64-bit as we …
|
|
|
@25296
|
15 years |
vboxsync |
IPRT: splitting up utf-8.cpp
|
|
|
@25259
|
15 years |
vboxsync |
ldrPE.cpp: Ignore IMAGE_DIRECTORY_ENTRY_SECURITY for now.
|
|
|
@25066
|
15 years |
vboxsync |
rtHeapOffsetAllocBlock: Rewrote the alignment handling so it doesn't …
|
|
|
@25065
|
15 years |
vboxsync |
rtHeapOffsetAllocBlock: Rewrote the alignment handling so it doesn't …
|
|
|
@25060
|
15 years |
vboxsync |
heapoffset.cpp: stricter assertions.
|
|
|
@25059
|
15 years |
vboxsync |
RTHeapOffset: Initial conversion of RTHeapSimple.
|
|
|
@25055
|
15 years |
vboxsync |
iprt/heap.h: Prototypes an offset based variation of the simple heap. …
|
|
|
@25031
|
15 years |
vboxsync |
RTStrVersionCompare: Handle pre-release indicators better.
|
|
|
@25029
|
15 years |
vboxsync |
RTStrVersionCompare: Some todos for dealing with beta releases.
|
|
|
@25014
|
15 years |
vboxsync |
RTStrVersionCompare: made it return the same as RTStrICmp (-1,0,1).
|
|
|
@25005
|
15 years |
vboxsync |
IPRT: Optimized version of RTStrVersionCompare (thanks to Knut!), made …
|
|
|
@25000
|
15 years |
vboxsync |
IPRT: Fixed -Wshadow warnings, found two bugs in error paths.
|
|
|
@24987
|
15 years |
vboxsync |
typo
|
|
|
@24986
|
15 years |
vboxsync |
IPRT/log.cpp: Don't use RTMemExecAlloc if RT_WITHOUT_EXEC_ALLOC and …
|
|
|
@24894
|
15 years |
vboxsync |
IPRT: Removed outdated todos.
|
|
|
@24893
|
15 years |
vboxsync |
IPRT: Improved RTStrVersionCompare() + testcase.
|
|
|
@24826
|
15 years |
vboxsync |
IPRT: Added RTMsgError, RTMsgErrorV and RTGetOptPrintError.
|
|
|
@24825
|
15 years |
vboxsync |
IPRT: Added RTMsgError, RTMsgErrorV and RTGetOptPrintError.
|
|
|
@24678
|
15 years |
vboxsync |
Misc: Shut up annoying gcc warnings on darwin.
|
|
|
@24662
|
15 years |
vboxsync |
Moved RTStrVersionToUInt32 out of strtonum.cpp.
|
|
|
@24661
|
15 years |
vboxsync |
review todo, not simple remark.
|
|
|
@24659
|
15 years |
vboxsync |
build grumble.
|
|
|
@24658
|
15 years |
vboxsync |
RTStrVersionToUInt32: bird review, things todo.
|
|
|
@24656
|
15 years |
vboxsync |
iprt/ministring: bird review - addressed object state after throwing …
|
|
|
@24645
|
15 years |
vboxsync |
IPRT: Burn fix.
|
|
|
@24639
|
15 years |
vboxsync |
IPRT: Added RTStrVersionToUInt32() with testcase.
|
|
|
@24468
|
15 years |
vboxsync |
iprt/req.h: Document RTReqCall* caveats better.
|
|
|
@24427
|
15 years |
vboxsync |
iprt/string.h: Added a simpler allocating sprintf interface.
|
|
|
@24221
|
15 years |
vboxsync |
RTPathAbsEx: some cleanup, addressed one todo item.
|
|
|
@24181
|
15 years |
vboxsync |
VMM,SUPDrv,IPRT: Always initialize RTSPINLOCKTMP structures.
|
|
|
@24140
|
15 years |
vboxsync |
IPRT: added RTGETOPT_REQ_BOOL_ONOFF
|
|
|
@24103
|
15 years |
vboxsync |
grr!
|
|
|
@24102
|
15 years |
vboxsync |
req.cpp: oops.
|
|
|
@24100
|
15 years |
vboxsync |
iprt/req.h: Added RTReqIsBusy.
|
|
|
@24006
|
15 years |
vboxsync |
don't use <ctype.h> on UTF-8.
|
|
|
@23973
|
15 years |
vboxsync |
*,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
|
|
|
@23961
|
15 years |
vboxsync |
IPRT: Three new format types: %RTmac, %RTnaipv4 and %RTnapiv6.
|
|
|
@23868
|
15 years |
vboxsync |
RTGetOpt: Added RTGetOptFetchValue to fetch an additional value for an …
|
|
|
@23644
|
15 years |
vboxsync |
Runtime: Added indexed options to RTGetOpt (eg: "--strwithindex14 value")
|
|
|
@23528
|
15 years |
vboxsync |
Runtime/Errno: Include kernel headers for error code conversion
|
|
|
@23507
|
15 years |
vboxsync |
IPRT: Added APIs for convering digests to/from strings.
|
|
|
@23503
|
15 years |
vboxsync |
IPRT: Added SHA-1, SHA-256 and SHA-512 APIs. Added a simple digest …
|
|
|
@23501
|
15 years |
vboxsync |
IPRT: Added SHA-1, SHA-256 and SHA-512 APIs. Added a simple digest …
|
|
|
@23499
|
15 years |
vboxsync |
iprt/manifest.cpp: code review: addressed some issue in error paths; …
|
|
|
@23482
|
15 years |
vboxsync |
iprt/sanity.c: Check the sizes of the RTUINTxxU types.
|
|
|
@23223
|
15 years |
vboxsync |
API: big medium handling change and lots of assorted other cleanups …
|
|
|
@23215
|
15 years |
vboxsync |
iprt/log.cpp: RTLOGFLAGS_PREFIX_TIME_PROG for RC.
|
|
|
@23125
|
15 years |
vboxsync |
rtThreadAdopt: bugfix.
|
|
|
@23124
|
15 years |
vboxsync |
IPRT: Added RTThreadIsMain().
|
|
|
@23038
|
15 years |
vboxsync |
doc/vg: Updated VMSTATE (it's even uglier now).
|
|
|
@23022
|
15 years |
vboxsync |
dbgas.cpp: gcc maybe used uninitialized warnings (annoying, annoying, gcc).
|
|
|
@22736
|
15 years |
vboxsync |
IPRT: Added RTStrDupN.
|
|
|
@22735
|
15 years |
vboxsync |
Runtime: make it more compatible to older versions of curl
|
|
|
@22700
|
15 years |
vboxsync |
Main: comptr logging
|
|
|
@22561
|
15 years |
vboxsync |
IPRT: Added a RTBldCfg API group for stuffing away the SVN_REV and …
|
|
|
@22311
|
15 years |
vboxsync |
RTPathTraverseList.cpp: gcc warning.
|
|
|
@22308
|
15 years |
vboxsync |
Runtime: Add RTFOFF Avl tree variant for the I/O cache
|
|
|
@22281
|
15 years |
vboxsync |
IPRT: parentheses
|
|
|
@22273
|
15 years |
vboxsync |
IPRT: Added RTHeapSimpleRelocate for saving and restoring of the heap.
|
|
|
@22204
|
15 years |
vboxsync |
Cosmetics
|
|
|
@22203
|
15 years |
vboxsync |
Don't call RTLogWrite functions if there's nothing to flush (nice …
|
|
|
@22116
|
15 years |
vboxsync |
RTDbgAs: Added RTDbgAsModuleQueryMapByIndex.
|
|
|
@22114
|
15 years |
vboxsync |
RTDbgMod: Added module tagging so the diggers can tell which modules …
|
|
|
@22113
|
15 years |
vboxsync |
RTDbgAs: More bugfixes.
|
|
|
@22111
|
15 years |
vboxsync |
RTDbgAs,RTDbgMod: Bugfixes.
|
|
|
@22109
|
15 years |
vboxsync |
IPRT: Added RTPathTraverseList.
|
|
|
@22092
|
15 years |
vboxsync |
iprt/md5.cpp|h: some cleanup and tuning to see how fast it can be (too …
|
|
|
@22007
|
15 years |
vboxsync |
iprt/zip.cpp: notes from zero page optimizations.
|
|
|
@21920
|
15 years |
vboxsync |
IPRT: Added a RTCrc32 that uses crc32() from zlib since we already …
|
|
|
@21919
|
15 years |
vboxsync |
iprt/crc32.cpp: strip docs, coding style.
|
|
|
@21918
|
15 years |
vboxsync |
IPRT: Added RTMd5().
|
|
|
@21914
|
15 years |
vboxsync |
iprt: combined crc32.h and crc64.h into crc.h. Added Adler-32.
|
|
|
@21859
|
15 years |
vboxsync |
IPRT/tar: fixed gcc warning (uninitialized variable)
|
|
|
@21848
|
15 years |
vboxsync |
zip.cpp: make sure we return VERR_NOT_SUPPORTED for attempts using …
|
|
|
@21844
|
15 years |
vboxsync |
IPRT/RTZip: Fixed LZJB support and added LZO.
|
|
|
@21814
|
15 years |
vboxsync |
IPRT: RTZipBlock for block compression.
|
|
|
@21813
|
15 years |
vboxsync |
Runtime: little fixes
|
|
|
@21812
|
15 years |
vboxsync |
Runtime: rename
|
|
|
@21810
|
15 years |
vboxsync |
IPRT: r=bird: RTZip - dunno if anything works after my changes because …
|
|
|
@21800
|
15 years |
vboxsync |
zip.cpp: do LZF block by block.
|
|
|
@21791
|
15 years |
vboxsync |
RTStrPutCpInternal: Fixed an irrelevant bug.
|
|
|
@21784
|
15 years |
vboxsync |
Runtime: Implemented tar archive I/O.
|
|
|
@21749
|
15 years |
vboxsync |
Runtime: optimization hint
|
|
|
@21748
|
15 years |
vboxsync |
Runtime: more corrections
|
|
|
@21746
|
15 years |
vboxsync |
Runtime: little corrections
|
|
|
@21744
|
15 years |
vboxsync |
iprt/utf-8.cpp: dropped some unnecessary bits and fixed theoretical …
|
|
|
@21743
|
15 years |
vboxsync |
Runtime: more cleanup in the error case
|
|
|
@21742
|
15 years |
vboxsync |
Runtime: added SHA1 and manifest file support
|
|
|
@21740
|
15 years |
vboxsync |
IPRT: Some latin-1 cleanup and some preditions in the recoding loops.
|
|
|
@21728
|
15 years |
vboxsync |
iprt/string: change behaviour of Utf16 to Latin1 to reject …
|
|
|
@21714
|
15 years |
vboxsync |
iprt/string: conversion between Utf16 and Latin1
|
|
|
@21678
|
15 years |
vboxsync |
build fix
|
|
|
@21676
|
15 years |
vboxsync |
common/path: build fix.
|
|
|
@21675
|
15 years |
vboxsync |
IPRT: Moved rtPathVolumeSpecLen.
|
|
|
@21673
|
15 years |
vboxsync |
IPRT: Split up r3/path.cpp.
|
|
|
@21617
|
15 years |
vboxsync |
ministring.cpp: properties, file header (short description, sepearate …
|
|
|