|
|
@42129
|
12 years |
vboxsync |
Main/VirtualBox+Machine: add support for VM groups (incomplete, saving …
|
|
|
@40938
|
13 years |
vboxsync |
runtime: backed out r77481,r77482,r77483,r77484,r77485
|
|
|
@40934
|
13 years |
vboxsync |
Runtime: linux 3.4-rc3 build fix [-fpermissive]
|
|
|
@40806
|
13 years |
vboxsync |
RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
|
|
|
@40598
|
13 years |
vboxsync |
getopt: Added RTGETOPT_REQ_BOOL.
|
|
|
@40100
|
13 years |
vboxsync |
Runtime/reqpool: Return status code actually
|
|
|
@39985
|
13 years |
vboxsync |
Runtime/s3: XML_PARSE_NONET here as well
|
|
|
@39640
|
13 years |
vboxsync |
Correct RTREQPOOLSTAT_NS_AVERAGE_REQ_QUEUED and …
|
|
|
@39639
|
13 years |
vboxsync |
reqpool.cpp: Use the pool name to name the worker threads.
|
|
|
@39636
|
13 years |
vboxsync |
reqpool: fixed RTREQPOOLSTAT_REQUESTS_PROCESSED.
|
|
|
@39634
|
13 years |
vboxsync |
reqpool.cpp: build fix.
|
|
|
@39632
|
13 years |
vboxsync |
Most of the reqpool code is there now. The testcase didn't turn up any …
|
|
|
@39621
|
13 years |
vboxsync |
Removed unused variable (c&p).
|
|
|
@39620
|
13 years |
vboxsync |
more reqpool code.
|
|
|
@39617
|
13 years |
vboxsync |
later.
|
|
|
@39616
|
13 years |
vboxsync |
reqpool.cpp: Some more code.
|
|
|
@39550
|
13 years |
vboxsync |
Request thread pool hancking. Some RTReq refactoring as always…
|
|
|
@39545
|
13 years |
vboxsync |
laptop -> workstation.
|
|
|
@39517
|
13 years |
vboxsync |
Some request thread pool musings.
|
|
|
@39510
|
13 years |
vboxsync |
laptop -> workstation.
|
|
|
@39503
|
13 years |
vboxsync |
RTReq: Bugfix and some more refactoring.
|
|
|
@39502
|
13 years |
vboxsync |
RTReqQueueDestroy: Don't forget to destroy the requests.
|
|
|
@39500
|
13 years |
vboxsync |
RTReq: More refactoring.
|
|
|
@39498
|
13 years |
vboxsync |
RTReq refactoring.
|
|
|
@39456
|
13 years |
vboxsync |
rtThreadMain: Try prevent gcc from hiding arguments in optimized …
|
|
|
@39447
|
13 years |
vboxsync |
Runtime: add Uniform Resource Identifier handling support
|
|
|
@39350
|
13 years |
vboxsync |
Runtime: add methods for checking if something is in use in a circular …
|
|
|
@39083
|
13 years |
vboxsync |
IPRT: -Wunused-parameter.
|
|
|
@39071
|
13 years |
vboxsync |
build fix
|
|
|
@39070
|
13 years |
vboxsync |
VMM,IPRT: -Wunused-function.
|
|
|
@39032
|
13 years |
vboxsync |
IPRT: Fixed unused variable warnings.
|
|
|
@39029
|
13 years |
vboxsync |
lockvalidator.cpp: Plugged a leak. (Don't think it's an important leak …
|
|
|
@38888
|
13 years |
vboxsync |
Warnings.
|
|
|
@38862
|
13 years |
vboxsync |
Typo.
|
|
|
@38734
|
13 years |
vboxsync |
s3.cpp: Use C local date names and IPRT.
|
|
|
@38730
|
13 years |
vboxsync |
rtS3DateHeader: How to generate a date field using IPRT (disabled).
|
|
|
@38686
|
13 years |
vboxsync |
Runtime/Sg: Leave early if there is no memory left in the S/G buffer
|
|
|
@38636
|
13 years |
vboxsync |
*,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
|
|
|
@38539
|
13 years |
vboxsync |
Runtime/SgBuf: Add new method to get the next segment from the S/G buffer
|
|
|
@38515
|
13 years |
vboxsync |
IPRT: Working on debug info again.
|
|
|
@38305
|
13 years |
vboxsync |
Addressed some todos.
|
|
|
@38285
|
13 years |
vboxsync |
comment typo.
|
|
|
@38083
|
13 years |
vboxsync |
getoptargv.cpp: control chars go to 0x20, not 20.
|
|
|
@37951
|
13 years |
vboxsync |
IPRT: Added RTMsgSetProgName.
|
|
|
@37665
|
13 years |
vboxsync |
Runtime/getopt: add new option flag to switch to case insensitive matching
|
|
|
@37596
|
13 years |
vboxsync |
*: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
|
|
|
@37316
|
14 years |
vboxsync |
IPRT: Inlined the already-done check in RTOnce().
|
|
|
@37233
|
14 years |
vboxsync |
IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
|
|
|
@37210
|
14 years |
vboxsync |
circbuf: make the structure abstract.
|
|
|
@37209
|
14 years |
vboxsync |
circbuf: Use ASMAtomic*Z instead of ASMAtomic*Size because the latter …
|
|
|
@37208
|
14 years |
vboxsync |
circbuf: code cleanup.
|
|
|
@36951
|
14 years |
vboxsync |
warnings
|
|
|
@36827
|
14 years |
vboxsync |
iprt/assert.cpp: made the stderr format msg2 buffer as big as the …
|
|
|
@36597
|
14 years |
vboxsync |
IPRT: Implemented the memory tracker.
|
|
|
@36596
|
14 years |
vboxsync |
iprt/thread.h: Added RTThreadIsInitialized, RTThreadIsSelfKnown and …
|
|
|
@36555
|
14 years |
vboxsync |
Use DECLHIDDEN, especially in IPRT.
|
|
|
@36312
|
14 years |
vboxsync |
Runtime/common/misc/sg: temporarily sanity check
|
|
|
@36233
|
14 years |
vboxsync |
IPRT: linux R0 threads
|
|
|
@35512
|
14 years |
vboxsync |
iprt/types.h: Added RTFLOAT64U, RTFLOAT80U and RTFLOAT80U2.
|
|
|
@34542
|
14 years |
vboxsync |
RTGetOpt: Made it a bit less understanding about spaces after the …
|
|
|
@34507
|
14 years |
vboxsync |
IPRT: Visual C++ warnings.
|
|
|
@34256
|
14 years |
vboxsync |
IPRT: Must clear the TLS entry holding RTTHREAD before freeing the …
|
|
|
@33982
|
14 years |
vboxsync |
iprt: Moving zip.cpp and tar.cpp from common/misc/ and into common/zip/.
|
|
|
@33804
|
14 years |
vboxsync |
iprt/tar.h: some review, clean and adding documentation.
|
|
|
@33680
|
14 years |
vboxsync |
IPRT: Added RTBldCfgCompiler.
|
|
|
@33679
|
14 years |
vboxsync |
IPRT: Added RTBldCfgTarget, RTBldCfgTargetArch, RTBldCfgTargetDotArch …
|
|
|
@33595
|
14 years |
vboxsync |
src/*: more spelling fixes (logging), thanks Timeless!
|
|
|
@33540
|
14 years |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@33484
|
14 years |
vboxsync |
Runtime: force zero terminated strings on file read
|
|
|
@33464
|
14 years |
vboxsync |
*: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
|
|
|
@33289
|
14 years |
vboxsync |
Runtime;Main-OVF-Import: added online creation of SHA1 sums; …
|
|
|
@33286
|
14 years |
vboxsync |
Runtime: add lock free circular buffer + simple testcase
|
|
|
@33269
|
14 years |
vboxsync |
IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
|
|
|
@33262
|
14 years |
vboxsync |
RTOnce: Avoid allocating anything when there are no races.
|
|
|
@33058
|
14 years |
vboxsync |
Runtime: RTTar setSize fixes
|
|
|
@32836
|
14 years |
vboxsync |
Runtime: fix check
|
|
|
@32756
|
14 years |
vboxsync |
Runtime: more fixes
|
|
|
@32754
|
14 years |
vboxsync |
Runtime: next burn fix try
|
|
|
@32752
|
14 years |
vboxsync |
Runtime: fix piggy compiler
|
|
|
@32751
|
14 years |
vboxsync |
Runtime: initial VFS support for tar
|
|
|
@32630
|
14 years |
vboxsync |
Runtime: fix burn
|
|
|
@32629
|
14 years |
vboxsync |
Runtime: remove the useless secondary temporary memory pointer
|
|
|
@32602
|
14 years |
vboxsync |
Runtime: fix burn
|
|
|
@32601
|
14 years |
vboxsync |
Runtime: fix burn
|
|
|
@32599
|
14 years |
vboxsync |
Runtime: fixed todos; distinct between real VERR_EOF and tar end of …
|
|
|
@32566
|
14 years |
vboxsync |
Runtime: in-memory extraction support for tar
|
|
|
@31847
|
14 years |
vboxsync |
iprt: removed crc32.h and crc64.h, use crc.h instead.
|
|
|
@31624
|
14 years |
vboxsync |
Runtime: cast
|
|
|
@31623
|
14 years |
vboxsync |
Runtime: add progress callback support to the tar backend
|
|
|
@31583
|
14 years |
vboxsync |
Runtime/Sg: Extend RTSgBufSegArrayCreate to allow just counting the …
|
|
|
@30827
|
14 years |
vboxsync |
iprt/mem.h: Added RTMemWipeThoroughly().
|
|
|
@30470
|
14 years |
vboxsync |
RTSgBufInit: cSegs must be size_t so RT_ELEMENTS and similar will work …
|
|
|
@30468
|
14 years |
vboxsync |
IPRT:
- Corrected RTSGBUF member names.
- Corrected RTSgBufInit …
|
|
|
@30112
|
14 years |
vboxsync |
iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
|
|
|
@30111
|
14 years |
vboxsync |
iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
|
|
|
@29845
|
15 years |
vboxsync |
tstRTCidr: nits
|
|
|
@29840
|
15 years |
vboxsync |
Runtime: no more than four octets are allowed.
|
|
|
@29837
|
15 years |
vboxsync |
Runtime: fixed cDelimiterLimit calculation, short form (n.n/16 is the …
|
|
|
@29834
|
15 years |
vboxsync |
Runtime: RTCidrStrToIPv4 changed to conform to rfc 4632 …
|
|
|
@28903
|
15 years |
vboxsync |
IPRT: iconv cache.
|
|
|