VirtualBox

source: vbox/trunk/include/iprt/mangling.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @46250   12 years vboxsync Another missing mangling name (thanks Vadim)
(edit) @46249   12 years vboxsync Attempt to fix burn: mangling.
(edit) @46211   12 years vboxsync More strcache testing and some tuning.
(edit) @46208   12 years vboxsync tstRTStrCache: check that a real strcache impl doesn't return duplicates.
(edit) @46184   12 years vboxsync forgot mangling again.
(edit) @46164   12 years vboxsync More exteran .dSYM and .dwo bundles/files changes.
(edit) @46163   12 years vboxsync forgot mangling again.
(edit) @46157   12 years vboxsync Fix burn.
(edit) @46134   12 years vboxsync RTDbgModRemoveAll
(edit) @46109   12 years vboxsync Made deferred loading work.
(edit) @46105   12 years vboxsync iprt/mangling: Solaris build fix.
(edit) @46104   12 years vboxsync RTPathFilenameEx: Take path style as argument.
(edit) @46101   12 years vboxsync More NT4 debugging. Getting closer to working state…
(edit) @46080   12 years vboxsync Added RTLdrOpenInMemory.
(edit) @46077   12 years vboxsync iprt/mangling: Solaris build fix.
(edit) @46070   12 years vboxsync RTDbgCfg,++: Compressed server files and other fixes.
(edit) @46050   12 years vboxsync More symbol work
(edit) @46012   12 years vboxsync typo.
(edit) @46010   12 years vboxsync iprt/string.h: Added RTStrIsCaseFoldable, RTStrIsUpperCased and …
(edit) @46008   12 years vboxsync iprt/dir.h,++: Added RTDirQueryUnknownType, RTDirQueryUnknownTypeEx, …
(edit) @45994   12 years vboxsync RTDbgModCreateFromPeImage: Mostly implemented.
(edit) @45990   12 years vboxsync Attempt #2 to fix burn.
(edit) @45989   12 years vboxsync Attempt to fix build.
(edit) @45984   12 years vboxsync RTDbgCfg: Debugging configuration, like symbol search paths and such.
(edit) @45948   12 years vboxsync IPRT: Added RTTcpClientConnectEx and RTTcpClientCancelConnect.
(edit) @45400   12 years vboxsync IPRT: A Study in Paths - Chapter 3: Reassembling parsed and split paths.
(edit) @45394   12 years vboxsync IPRT: A Study in Paths - Chapter 2: The splitting of a path into …
(edit) @45393   12 years vboxsync build fix.
(edit) @45375   12 years vboxsync RTPathParse -> RTPathParseSimple.
(edit) @45231   12 years vboxsync doppelmoppel
(edit) @45230   12 years vboxsync Main: OVF 2.0 support. A few corrections. Added …
(edit) @45229   12 years vboxsync build fix
(edit) @45227   12 years vboxsync Main: OVF 2.0 support. Part 1 - SHA256 digest is supported.
(edit) @45154   12 years vboxsync Try to fix build boxes
(edit) @45129   12 years vboxsync RTCritSectRwIsWriteOwner
(edit) @45118   12 years vboxsync IPRT/manglin.h: RTNetStrToIPv4Addr.
(edit) @45113   12 years vboxsync build fix
(edit) @45112   12 years vboxsync build fix
(edit) @44624   12 years vboxsync Missing entry in mangling.h
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44458   12 years vboxsync Runtime: fix mangling.
(edit) @44298   12 years vboxsync Implemented RTFileSetOwner on non-windows systems.
(edit) @44278   12 years vboxsync IPRT: Initial implementation of rm. Missing interactivity. Not tested …
(edit) @44241   12 years vboxsync Runtime/sg.cpp: Add API to check a buffer for zeros
(edit) @43291   12 years vboxsync mangling.h: typo.
(edit) @43214   12 years vboxsync RTStrIsIpAddr[46] -> RTNetIsIpv\1AddrStr; made the buggers return bool …
(edit) @43213   12 years vboxsync RTSocketGetAddrInfo -> RTSocketQueryAddressStr
(edit) @43171   12 years vboxsync Runtime: add IPv6 parsing/resolving functions (contributed by Oliver …
(edit) @42712   12 years vboxsync Runtime: add RTFileCreateTemp, RTFileCreateTempSecure and …
(edit) @42067   12 years vboxsync Runtime: New variant for RTProcQueryUsername which allocates the …
(edit) @41920   12 years vboxsync Build fix
(edit) @41911   12 years vboxsync backed out r78763 and r78763
(edit) @41909   12 years vboxsync re-applied r78740 (Runtime: introduced RTRandAdvCreateOpenssl())
(edit) @41889   12 years vboxsync backed out r78740
(edit) @41887   12 years vboxsync Runtime: introduced RTRandAdvCreateOpenssl()
(edit) @41551   13 years vboxsync Fix build
(edit) @41549   13 years vboxsync VFS/Filesystem: Convert the filesystem specific code to the VFS …
(edit) @41169   13 years vboxsync IPRT,SUPDrv: RTR0MemKernelCopyFrom/To for safe kernel memory access in …
(edit) @41094   13 years vboxsync Runtime/Dvm: Glue for VFS
(edit) @40979   13 years vboxsync Corrected two really old sins.
(edit) @40966   13 years vboxsync Runtime/r0drv/solaris: Dissolve VBI into IPRT.
(edit) @40894   13 years vboxsync IPRT/SUPDrv: Don't create a fixed sized heap if we don't have to, use …
(edit) @40807   13 years vboxsync build fix
(edit) @40806   13 years vboxsync RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
(edit) @40668   13 years vboxsync Runtime/r0drv: RTR0DbgKrnl implementation for Solaris.
(edit) @40071   13 years vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40053   13 years vboxsync IPRT: Added RTAvllU32RemoveNode.
(edit) @40029   13 years vboxsync Runtime: Add filesystem API to detect which ranges of a medium are in …
(edit) @40027   13 years vboxsync Runtime/Dvm: Add callbacks to query the allocation status of blocks …
(edit) @39910   13 years vboxsync Runtime/Timers: RTTimerLRChangeInterval function and testcase
(edit) @39877   13 years vboxsync IPRT: Implemented RTStrConvertHexBytes; Added RTManifestEntryQueryAttr …
(edit) @39732   13 years vboxsync mangler.h: RTCdrom*.
(edit) @39722   13 years vboxsync build fix
(edit) @39690   13 years vboxsync IPRT: Added RTPipeQueryReadable.
(edit) @39632   13 years vboxsync Most of the reqpool code is there now. The testcase didn't turn up any …
(edit) @39612   13 years vboxsync IPRT/*: add _NO_SYMLINKS flags to certain functions
(edit) @39550   13 years vboxsync Request thread pool hancking. Some RTReq refactoring as always…
(edit) @39503   13 years vboxsync RTReq: Bugfix and some more refactoring.
(edit) @39498   13 years vboxsync RTReq refactoring.
(edit) @39447   13 years vboxsync Runtime: add Uniform Resource Identifier handling support
(edit) @39443   13 years vboxsync Introduced RTThreadSleepNoLog for spinlocking in the electric fence …
(edit) @39378   13 years vboxsync iprt/mangling.h: RTStrmSetMode
(edit) @39350   13 years vboxsync Runtime: add methods for checking if something is in use in a circular …
(edit) @39046   13 years vboxsync typo of r74463
(edit) @39043   13 years vboxsync Config.kmk, mangling, Runtime: use static zlib for Solaris.
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38581   13 years vboxsync IPRT: More debug info & ldr stuff.
(edit) @38547   13 years vboxsync IPRT: More debug info hacking.
(edit) @38539   13 years vboxsync Runtime/SgBuf: Add new method to get the next segment from the S/G buffer
(edit) @38515   13 years vboxsync IPRT: Working on debug info again.
(edit) @37951   13 years vboxsync IPRT: Added RTMsgSetProgName.
(edit) @37818   13 years vboxsync Fix logging from R0
(edit) @37591   13 years vboxsync RTLog,VMM,Main,SUPDrv: Restrict VM release logging by group - major …
(edit) @37409   13 years vboxsync iprt/trace: Added the CPU/APIC ID to the trace entires. Added some …
(edit) @37399   13 years vboxsync build fix
(edit) @37316   14 years vboxsync IPRT: Inlined the already-done check in RTOnce().
(edit) @37234   14 years vboxsync IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
(edit) @37233   14 years vboxsync IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
(edit) @37196   14 years vboxsync Runtime/socket+udp: new socket functions needed to provide UDP as part …
(edit) @37154   14 years vboxsync RTThread[SG]etAffinity cleanup
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