VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28363   15 years vboxsync iprt/runtime-loader.h: doxygen, hunarian.
(edit) @28361   15 years vboxsync Runtime/runtime-loader: use RTOnce again
(edit) @28357   15 years vboxsync Runtime: generalise the code used to load libdbus at runtime to a …
(edit) @28318   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28303   15 years vboxsync Misc: made it possible to do: DEFS += RTMEM_WRAP_TO_EF_APIS …
(edit) @28298   15 years vboxsync iprt,Config.kmk: Make sure the RTMemAllocVar* alignment gets poisoned …
(edit) @28271   15 years vboxsync IPRT: Some efence adjustments, adding RTMemAllocVar and RTMemAllocZVar …
(edit) @28267   15 years vboxsync iprt: Added RTLockValidatorHoldsLocksInClass and …
(edit) @28199   15 years vboxsync IPRT: xml crash fix
(edit) @28164   15 years vboxsync IPRT: attribute namespace support
(edit) @28163   15 years vboxsync IPRT: xml optimizations, preps for better namespace support
(edit) @28117   15 years vboxsync Runtime/Sg: Add advanced compare method
(edit) @28113   15 years vboxsync Runtime/Sg: Add a method to advance the internal buffer pointer
(edit) @28053   15 years vboxsync Runtime: Generic S/G buffer handling. For VBoxHDD but might become …
(edit) @28024   15 years vboxsync iprt: ipv6 header and pseudo checksumming; tcp flags; tcp/udp …
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27959   15 years vboxsync iprt: added RTTcpSetSendCoalescing.
(edit) @27918   15 years vboxsync Main/OVF: import vbox:Machine XML within OVF, first batch (XML is …
(edit) @27828   15 years vboxsync Copy/paste mistake
(edit) @27801   15 years vboxsync getopt fix.
(edit) @27787   15 years vboxsync iprt: RTSocket/RTTcp: refcount the sockets the RTDbg* way.
(edit) @27743   15 years vboxsync IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
(edit) @27676   15 years vboxsync iprt/process.h: corrected the docs
(edit) @27649   15 years vboxsync RTTest: Added RTTest*Value* for reporting simple benchmark result. …
(edit) @27639   15 years vboxsync iprt: added RTMsgErrorRc[V].
(edit) @27616   15 years vboxsync iprt/cdefs.h: nop not nope. duh.
(edit) @27615   15 years vboxsync include,tools/env.sh: applying sparc patches.
(edit) @27613   15 years vboxsync iprt: Added RTPipeFromNative, implemented the windows version and …
(edit) @27576   15 years vboxsync IPRT/testcase: Added logon failure error, test some more stuff.
(edit) @27515   15 years vboxsync RTProcCreateEx doc update.
(edit) @27509   15 years vboxsync iprt: Poll on sockets on windows (untested). RTPollSetCount -> …
(edit) @27503   15 years vboxsync iprt/socket.h: RTSocket API.
(edit) @27497   15 years vboxsync iprt,rdp,drvnamedpipe: Changed the RTSOCKET type from int to a struct …
(edit) @27451   15 years vboxsync IPRT/process-win: Update on RTProcCreateEx() + testcase.
(edit) @27431   15 years vboxsync iprt: Implemented RTPollSet on windows (pipes only). Optimized the …
(edit) @27418   15 years vboxsync IPRT: much better error messages for XML runtime errors (improves …
(edit) @27405   15 years vboxsync IPRT: Typo.
(edit) @27384   15 years vboxsync iprt: Implemented RTGetOptArgvToString with the MS CRT option. (The …
(edit) @27347   15 years vboxsync iprt/getopt.h: Argv -> command line prototypes (sketches, no code).
(edit) @27346   15 years vboxsync iprt: Added RTEnvQueryUtf16Block and RTEnvFreeUtf16Block as helpers …
(edit) @27345   15 years vboxsync iprt: Added RTSort with one simple algorithm implemented.
(edit) @27302   15 years vboxsync IPRT: RIP RTCache*, RTMemCache* is way better…
(edit) @27291   15 years vboxsync iprt/ministring: when reserving space in a formerly empty string, make …
(edit) @27247   15 years vboxsync iprt/dir.h: Forgot to mention that RTDirRemoveRecursive now refuses to …
(edit) @27246   15 years vboxsync RTDirRemoveRecursive: Fixed memory leak, made it deal with UNKNOWN and …
(edit) @27241   15 years vboxsync iprt/asm.h: gcc inline workaround required for gcc 4.4 and gcc 4.5
(edit) @27129   15 years vboxsync scm cleaned up some whitespace.
(edit) @27128   15 years vboxsync IPRT: Added RTMsgWarning[V] and RTMsgInfo[V].
(edit) @27067   15 years vboxsync iprt/nocrt/compiler/gcc.h: va_start fix for gcc 3.2.x
(edit) @27011   15 years vboxsync PROT_NONE comment typo
(edit) @26915   15 years vboxsync Runtime/tcp: new function to query the local address of a socket.
(edit) @26844   15 years vboxsync RTPollSetCount.
(edit) @26827   15 years vboxsync IPRT: RTPollSetCount() -> RTPollGetCount().
(edit) @26824   15 years vboxsync iprt: Adjustments to RTPipeReadBlocking and RTPipeWriteBlocking. …
(edit) @26813   15 years vboxsync IPRT/List: Add a method to move the list to a new header
(edit) @26802   15 years vboxsync Implemented RTProcCreateEx for posix. The new features hasn't been …
(edit) @26801   15 years vboxsync poll-posix.cpp: initial untested code.
(edit) @26784   15 years vboxsync iprt/pipe.h++: Adjusted RTPipeWrite[Blocking] behavior wrt to zero …
(edit) @26774   15 years vboxsync RTPipe: Implemented the posix variant.
(edit) @26756   15 years vboxsync iprt/poll.h: Fixes and additions.
(edit) @26755   15 years vboxsync iprt/pipe.h: Need RTPipeWriteBlocking, some spec adjustments.
(edit) @26753   15 years vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26740   15 years vboxsync iprt/list.h: r=bird: Mostly docs, but added a drop of poison to …
(edit) @26739   15 years vboxsync Runtime: Inline list implementation
(edit) @26735   15 years vboxsync iprt/handle.h: new file with RTHandleClose.
(edit) @26734   15 years vboxsync NIL_RTPIPE fix
(edit) @26733   15 years vboxsync iprt/process.h: Corrected RTProcWait* docs.
(edit) @26732   15 years vboxsync iprt/file.h: RTFileOpenBitBucket
(edit) @26731   15 years vboxsync iprt/poll.h: adjustments.
(edit) @26726   15 years vboxsync RTProcCreateEx prototype.
(edit) @26724   15 years vboxsync iprt/pipe.h: RTPIPE_C_XXX.
(edit) @26721   15 years vboxsync iprt/poll.h,iprt/types.h: more poll and some pipe work
(edit) @26703   15 years vboxsync iprt/poll.h: quick sketch
(edit) @26702   15 years vboxsync iprt/types.h,iprt/pipe.h: Added pipe.h (no code yet) and preparing for …
(edit) @26694   15 years vboxsync RTGetOptPrintError: return RTEXITCODE_SYNTAX.
(edit) @26683   15 years vboxsync iprt: RTEXITCODE, RTTcpServerListen2, RTTcpWrite fixes.
(edit) @26674   15 years vboxsync iprt: Added RTMsgInitFailure for dealing with RTR3Init failures.
(edit) @26659   15 years vboxsync IPRT: Added RTStrCopy and RTStrCopyEx for strcpy with overflow handling.
(edit) @26608   15 years vboxsync IPRT: linux implementation of RTSystemQueryDmiString.
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26600   15 years vboxsync iprt: Added RTSystemQueryDmiString.
(edit) @26588   15 years vboxsync iprt: New type RTNETADDR for storing any address + type + port. Added …
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26558   15 years vboxsync include: svn:eol-style.
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26526   15 years vboxsync VMM,asm.h,Config.kmk: win.amd64 warnings; fixed the ASMAtomicSubU32 …
(edit) @26520   15 years vboxsync iprt: Added RTPathChangeToUnixSlashes and RTPathChangeToDosSlashes.
(edit) @26485   15 years vboxsync iprt/getopt: Added two standard options: h: --help/-help/-h/-?, V: …
(edit) @26482   15 years vboxsync IPRT: Added RTStrATruncate.
(edit) @26481   15 years vboxsync IPRT: Added RTStrAAppend, RTStrAAppendN, RTStrAAppendExN[V]{,1}, …
(edit) @26476   15 years vboxsync iprt: Added RTPathCountComponents, RTPathCopyComponents, …
(edit) @26452   15 years vboxsync iprt/memcache.h: Some more optimizations and more benchmarks.
(edit) @26431   15 years vboxsync Updated function description
(edit) @26430   15 years vboxsync Introducing RTR0MemObjAllocPhysEx
(edit) @26419   15 years vboxsync tstRTMemCache: Testcase + bug fixes. Works pretty well, but should try …
(edit) @26416   15 years vboxsync RTMemCache: Initial coding (completely untested).
(edit) @26369   15 years vboxsync iprt/err.h: VERR_IGNORED
(edit) @26341   15 years vboxsync include/iprt: scm cleaning up spaces.
(edit) @26226   15 years vboxsync s/RTGCDECL/RTGCDECL/g
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette