|
|
@11044
|
16 years |
vboxsync |
IPRT/RTNetIPv4: Simple TCP validation.
|
|
|
@11038
|
16 years |
vboxsync |
iprt/RTNetIPv4: The checksums are in network endian, corrected the …
|
|
|
@11019
|
16 years |
vboxsync |
iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
|
|
|
@11013
|
16 years |
vboxsync |
iprt/net: iSum -> u32Sum since it's kind of important that this …
|
|
|
@11012
|
16 years |
vboxsync |
iprt: More IPv4 validating / checksumming.
|
|
|
@10998
|
16 years |
vboxsync |
iprt: Use the byte swapper routines from iprt/asm.h.
|
|
|
@10982
|
16 years |
vboxsync |
iprt: More IPv4 checksum calculation.
|
|
|
@10966
|
16 years |
vboxsync |
IPRT: some more IP checksumming stuff (hope it works).
|
|
|
@10964
|
16 years |
vboxsync |
IPRT: added RTNETTCP to iprt/net.h and started on the IPv4 checksum …
|
|
|
@10951
|
16 years |
vboxsync |
IPRT: Extended RTStrValidateEncodingEx with a …
|
|
|
@10949
|
16 years |
vboxsync |
IPRT: Added RTStrNLen and RTStrNLenEx.
|
|
|
@10940
|
16 years |
vboxsync |
IPRT: Implemented the RTOnce API.
|
|
|
@10848
|
16 years |
vboxsync |
Export to OSE
|
|
|
@10795
|
16 years |
vboxsync |
IPRT: Enabled the rtThreadRemoveLocked assertion on OS/2, hoping that …
|
|
|
@10792
|
16 years |
vboxsync |
IPRT: Fixed issue where RTCreateThread would race against the …
|
|
|
@10790
|
16 years |
vboxsync |
IPRT: Fixed an overlooked race found by the threaded testcase.
|
|
|
@10789
|
16 years |
vboxsync |
IPRT: Implemented the simple handle table variant too.
|
|
|
@10788
|
16 years |
vboxsync |
IPRT: Implemented the context variant of the handle table.
|
|
|
@10768
|
16 years |
vboxsync |
Some early commit of the handle table code (home -> work).
|
|
|
@10737
|
16 years |
vboxsync |
Must release the semaphore before destroying it (vista gets upset …
|
|
|
@10646
|
16 years |
vboxsync |
Made RTLogDestroy ignore NULL logger.
|
|
|
@10137
|
16 years |
vboxsync |
More warnings / bad string prototypes. (nocrt stuff)
|
|
|
@10106
|
16 years |
vboxsync |
Added RTStrValidateEncoding, RTStrValidateEncodingEx and …
|
|
|
@9931
|
16 years |
vboxsync |
VERR_UNRESOLVED_ERROR is *never* the right translation of an error …
|
|
|
@9829
|
17 years |
vboxsync |
Runtime/common: handle the EPROTO posix error code as we return this …
|
|
|
@9506
|
17 years |
vboxsync |
fix
|
|
|
@9504
|
17 years |
vboxsync |
modified the right file now.
|
|
|
@9503
|
17 years |
vboxsync |
Reverted 31773.
|
|
|
@9502
|
17 years |
vboxsync |
asm strlen. Added a few more string/mem functions to the windows R0 …
|
|
|
@9473
|
17 years |
vboxsync |
fix linux module build
|
|
|
@9244
|
17 years |
vboxsync |
GC logging changes for 64 bits guests. (RTGCPTR -> RTRCPTR)
|
|
|
@9230
|
17 years |
vboxsync |
missing properties.
|
|
|
@9229
|
17 years |
vboxsync |
Missing
|
|
|
@9226
|
17 years |
vboxsync |
%RRv for RTGCPTR/RTGCUINTPTR/RTGCINTPTR formatting.
|
|
|
@9212
|
17 years |
vboxsync |
Major changes for sizeof(RTGCPTR) == uint64_t.
Introduced RCPTRTYPE …
|
|
|
@8927
|
17 years |
vboxsync |
and return the correct index.
|
|
|
@8926
|
17 years |
vboxsync |
Don't return VERR_GETOP_UNKNOWN_OPTION when encountering a file.
|
|
|
@8702
|
17 years |
vboxsync |
fixed mixed up description and define columns.
|
|
|
@8686
|
17 years |
vboxsync |
ordering
|
|
|
@8685
|
17 years |
vboxsync |
Added our custom E_ACCESSDENIED value.
|
|
|
@8681
|
17 years |
vboxsync |
Wrote the xpcom error message lookup table by hand. (there are so few …
|
|
|
@8679
|
17 years |
vboxsync |
Ignore NIL_RTTHREAD parameters for the RTThreadGet*LockCount APIs.
|
|
|
@8671
|
17 years |
vboxsync |
?/? for r0/gc.
|
|
|
@8670
|
17 years |
vboxsync |
made the lock count eat less space.
|
|
|
@8669
|
17 years |
vboxsync |
Use the IN_TREE flag instead of the state just to be on the safe side.
|
|
|
@8663
|
17 years |
vboxsync |
New logger prefix: lockcnts Output: read/write
|
|
|
@8661
|
17 years |
vboxsync |
Another attempt - don't call rtThreadRemove twice and if we do call …
|
|
|
@8658
|
17 years |
vboxsync |
Invalidate the thread structure *after* removing it from the tree or …
|
|
|
@8645
|
17 years |
vboxsync |
Added lock counts to the threads.
|
|
|
@8619
|
17 years |
vboxsync |
New nesting extension '%M' that replaces the format string. Note that …
|
|
|
@8579
|
17 years |
vboxsync |
AssertBreakVoid -> AssertBreak
|
|
|
@8569
|
17 years |
vboxsync |
AssertBreak -> AssertBreakStmt.
|
|
|
@8504
|
17 years |
vboxsync |
initialize where it's used.
|
|
|
@8488
|
17 years |
vboxsync |
uninitialized variable
|
|
|
@8483
|
17 years |
vboxsync |
oops.
|
|
|
@8482
|
17 years |
vboxsync |
Don't return the last entry.
|
|
|
@8479
|
17 years |
vboxsync |
Added a new IPRT format type '%Rfn' that will drop the return type and …
|
|
|
@8402
|
17 years |
vboxsync |
Added %Rhrc, %Rhrf and %Rhra for formatting COM/XPCOM status codes. …
|
|
|
@8359
|
17 years |
vboxsync |
indent
|
|
|
@8346
|
17 years |
vboxsync |
gcc-4.3 warning
|
|
|
@8295
|
17 years |
vboxsync |
Renamed ip.cpp, tstIp.cpp and ip.h to cidr so they correspond to the …
|
|
|
@8293
|
17 years |
vboxsync |
r=bird: Fixed hungarian spelling and docs. Use RT_MAKE_U32_FROM_U8. …
|
|
|
@8281
|
17 years |
vboxsync |
removed mess in id string.
|
|
|
@8279
|
17 years |
vboxsync |
Give VWRN_NUMBER_TOO_BIG highest priority among the warnings.
|
|
|
@8274
|
17 years |
vboxsync |
Corrected RTLogSetDefaultInstance docs.
|
|
|
@8273
|
17 years |
vboxsync |
rebranding: IPRT files again (missing bits)
|
|
|
@8272
|
17 years |
vboxsync |
rebranding: IPRT files again (missing bits)
|
|
|
@8259
|
17 years |
vboxsync |
eol
|
|
|
@8256
|
17 years |
vboxsync |
rebranding, eol
|
|
|
@8247
|
17 years |
vboxsync |
Runtime: Added RTLogSetDefaultInstance().
|
|
|
@8245
|
17 years |
vboxsync |
rebranding: IPRT files again.
|
|
|
@8196
|
17 years |
vboxsync |
OS/2: Temporarily disabled assertion that crashes debug builds.
|
|
|
@8170
|
17 years |
vboxsync |
Rebranding: replacing more innotek strings.
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@8148
|
17 years |
vboxsync |
iShort must be > 0, so assert on that.
|
|
|
@8147
|
17 years |
vboxsync |
Extended RTGetOpt:
o Support 8-, 16- and 64-bit types too.
o Added …
|
|
|
@7942
|
17 years |
vboxsync |
move variables around to be able to compile this as .c (debug kernel …
|
|
|
@7879
|
17 years |
vboxsync |
warning
|
|
|
@7713
|
17 years |
vboxsync |
forgot the comment with the max output size.
|
|
|
@7711
|
17 years |
vboxsync |
typo
|
|
|
@7710
|
17 years |
vboxsync |
append one space after the cpu id
|
|
|
@7709
|
17 years |
vboxsync |
Added a cpuid / apicid logging prefix. New *_LOG_FLAGS is 'cpuid'.
|
|
|
@7620
|
17 years |
vboxsync |
RTGCPHYS is now 64 bits
|
|
|
@7579
|
17 years |
vboxsync |
Extra tests
|
|
|
@7422
|
17 years |
vboxsync |
Another silly _strnlenUtf16 regression.
|
|
|
@7421
|
17 years |
vboxsync |
Reimplemented RTStrICmp so it's actually UTF-8 and not subject to the …
|
|
|
@7420
|
17 years |
vboxsync |
Added RTStrCmp. Added missing NULL handling in RTStrICmp.
|
|
|
@7417
|
17 years |
vboxsync |
Fixed regression in _strlenUtf16.
|
|
|
@7414
|
17 years |
vboxsync |
UCS2->UTF-16
|
|
|
@7279
|
17 years |
vboxsync |
Runtime function to load a shared library from the application directories.
|
|
|
@7253
|
17 years |
vboxsync |
Shut up stupid warning.
|
|
|
@7240
|
17 years |
vboxsync |
spaces.
|
|
|
@7213
|
17 years |
vboxsync |
the clearing of xAX was supposed to be in the common part (see …
|
|
|
@7212
|
17 years |
vboxsync |
Fixed wrong shift in the 32-bit code, caused high word to be zero.
|
|
|
@7209
|
17 years |
vboxsync |
Implemented the MSC version and fixed the 64-bit GCC bit so that rax …
|
|
|
@7208
|
17 years |
vboxsync |
Initialize xAX to zero, was broken in the 64-bit success path.
|
|
|
@7203
|
17 years |
vboxsync |
Fixed backwards copy, play it safe.
|
|
|
@7201
|
17 years |
vboxsync |
Runtime/Common: strformattype.cpp has to be compilable by a C compiler …
|
|
|
@7185
|
17 years |
vboxsync |
no-crt memmove implementation.
|
|
|
@7183
|
17 years |
vboxsync |
Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
|
|
|