VirtualBox

source: vbox/trunk/src/VBox/Runtime/common/path

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76660   6 years vboxsync RTPathCalcRelative: Extended case-insensitivity from 7-bit ascii to …
(edit) @76595   6 years vboxsync IPRT: Attempted to address some the more obvious shortcomings of …
(edit) @76589   6 years vboxsync IPRT: Attempted to address some the more obvious shortcomings of …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76452   6 years vboxsync IPRT: Ran scm --fix-err-h. bugref:9344
(edit) @76409   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @76094   6 years vboxsync IPRT: Added RTPathFilenameUtf16[Ex].
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @71217   7 years vboxsync IPRT/RTPathRmCmd.cpp: Fixed running with "--machinereadable" / …
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69111   7 years vboxsync (C) year
(edit) @67132   8 years vboxsync IPRT: Added RTPathSkipRootSpec.
(edit) @62592   8 years vboxsync IPRT: More unused parameters and undefined preprocessor macor warning …
(edit) @62584   8 years vboxsync IPRT: Unused parameters on windows.
(edit) @62564   8 years vboxsync IPRT: Mark unused parameters.
(edit) @62477   8 years vboxsync (C) 2016
(edit) @62448   8 years vboxsync IPRT: More MSC level 4 warning fixes.
(edit) @62447   8 years vboxsync RTPathGlob.cpp: MSC discovered unused match functions. Slightly risky…
(edit) @61959   8 years vboxsync RTPathCompare,RTPathStartsWith: Drop the unicode conversion and use …
(edit) @61779   8 years vboxsync Fixed function RTPathAppendEx. Wrong usage of slash.
(edit) @57978   9 years vboxsync IPRT: Doxygen warning fixes (last ones, hopefully).
(edit) @57944   9 years vboxsync iprt: More doxygen corrections.
(edit) @57865   9 years vboxsync IPRT,libs: Hacks for building IPRT testcases that can run on NT4. …
(edit) @57696   9 years vboxsync RTPathGlob: Follow links, duh.
(edit) @57686   9 years vboxsync RTPathGlob: fix for a another stupid bug.
(edit) @57685   9 years vboxsync RTPathGlob: stupid bug fix.
(edit) @57616   9 years vboxsync IPRT,UINetworkReply: Build & bug fixes.
(edit) @57615   9 years vboxsync RTPathGlob: build and bug fix.
(edit) @57613   9 years vboxsync IPRT,UINetworkReply.cpp: Added RTPathGlob, a set of …
(edit) @57572   9 years vboxsync IPRT: Started on accessing system certificate stores to get SSL roots …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56743   9 years vboxsync Runtime/RTPathRmCmd: Fix for the fix
(edit) @56742   9 years vboxsync Runtime/RTPathRmCmd: Fix incorrect format string, found by Parfait
(edit) @56290   9 years vboxsync IPRT: Updated (C) year.
(edit) @50791   11 years vboxsync comment
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @46187   12 years vboxsync comment cleanup
(edit) @46179   12 years vboxsync RTPathParse.cpp.h: Fixed uninitialized cchPath.
(edit) @46104   12 years vboxsync RTPathFilenameEx: Take path style as argument.
(edit) @46049   12 years vboxsync RTPathParsedReassemble, RTPathSplitReassemble: It's RTPATH_STYLE not …
(edit) @45404   12 years vboxsync Build fix.
(edit) @45400   12 years vboxsync IPRT: A Study in Paths - Chapter 3: Reassembling parsed and split paths.
(edit) @45397   12 years vboxsync build fix
(edit) @45395   12 years vboxsync build fix
(edit) @45394   12 years vboxsync IPRT: A Study in Paths - Chapter 2: The splitting of a path into …
(edit) @45391   12 years vboxsync IPRT: Changed the RTPATHPARSE_FLAGS_ into generic ones as they will be …
(edit) @45390   12 years vboxsync IPRT: A Study in Paths - Chapter 1: The cross platform parser.
(edit) @45389   12 years vboxsync IPRT: A Study in Paths - Chapter 1: The cross platform parser.
(edit) @45375   12 years vboxsync RTPathParse -> RTPathParseSimple.
(edit) @45046   12 years vboxsync rtPathRmRecursive: off-by-one
(edit) @44623   12 years vboxsync Runtime: RTPathCreateRelative -> RTPathCalcRelative
(edit) @44615   12 years vboxsync Runtime/path: Add RTPathCreateRelative to create a relative path …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44286   12 years vboxsync iprt/rm: Some corrections and optimizations.
(edit) @44279   12 years vboxsync One important thing I forgot.
(edit) @44278   12 years vboxsync IPRT: Initial implementation of rm. Missing interactivity. Not tested …
(edit) @42980   12 years vboxsync RTPathStartsWith: typo
(edit) @42978   12 years vboxsync RTPathStartsWith: Deal with pszParentPath = root (or having a trailing …
(edit) @40979   13 years vboxsync Corrected two really old sins.
(edit) @40938   13 years vboxsync runtime: backed out r77481,r77482,r77483,r77484,r77485
(edit) @40934   13 years vboxsync Runtime: linux 3.4-rc3 build fix [-fpermissive]
(edit) @40686   13 years vboxsync Typo.
(edit) @39243   13 years vboxsync warnings.
(edit) @39083   13 years vboxsync IPRT: -Wunused-parameter.
(edit) @39032   13 years vboxsync IPRT: Fixed unused variable warnings.
(edit) @34214   14 years vboxsync IPRT: Added RTPathJoinEx and RTPathAppendEx.
(edit) @34205   14 years vboxsync IPRT: Fix for RTPathChangeToDosSlashes().
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33450   14 years vboxsync iprt/path: Added RTPathJoinA.
(edit) @33245   14 years vboxsync IPRT: Added RTPathStartsWithRoot.
(edit) @32864   14 years vboxsync Comment typo.
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26560   15 years vboxsync Makefiles,RTPathChangeToDosSlashes.cpp: -whitespace
(edit) @26520   15 years vboxsync iprt: Added RTPathChangeToUnixSlashes and RTPathChangeToDosSlashes.
(edit) @26492   15 years vboxsync Runtime: whitespace cleanup.
(edit) @26476   15 years vboxsync iprt: Added RTPathCountComponents, RTPathCopyComponents, …
(edit) @26344   15 years vboxsync Runtime: white space cleanup.
(edit) @26134   15 years vboxsync IPRT: Added RTPathJoin.
(edit) @25925   15 years vboxsync build fix.
(edit) @25923   15 years vboxsync RTPathStripTrailingSlash: testcase + extensions.
(edit) @25645   15 years vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @24221   15 years vboxsync RTPathAbsEx: some cleanup, addressed one todo item.
(edit) @22311   15 years vboxsync RTPathTraverseList.cpp: gcc warning.
(edit) @22109   15 years vboxsync IPRT: Added RTPathTraverseList.
(edit) @21678   15 years vboxsync build fix
(edit) @21676   15 years vboxsync common/path: build fix.
(edit) @21675   15 years vboxsync IPRT: Moved rtPathVolumeSpecLen.
(add) @21673   15 years vboxsync IPRT: Split up r3/path.cpp.
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