|
|
@70890
|
7 years |
vboxsync |
IPRT: dir.c,dir-posix.cpp,direnum-nt.cpp: Implemented …
|
|
|
@70884
|
7 years |
vboxsync |
IPRT: Added RTDIR_F_NO_FOLLOW (not implemented yet).
|
|
|
@69761
|
7 years |
vboxsync |
iprt/dir.h,iprt/types.h: Moved the RTDIR type to types.h
|
|
|
@69759
|
7 years |
vboxsync |
RTDIRENTRY::enmType: Make the warning more visible as such.
|
|
|
@69757
|
7 years |
vboxsync |
iprt/dir.h: Added RTDirReadExA and RTDirReadExAFree for avoiding …
|
|
|
@69756
|
7 years |
vboxsync |
iprt/dir.h: doc updates
|
|
|
@69753
|
7 years |
vboxsync |
iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
|
|
|
@69716
|
7 years |
vboxsync |
IPRT: More work on directory relative APIs (NT mainly) and VFS; …
|
|
|
@69709
|
7 years |
vboxsync |
iprt/dir.h: RTDIRCREATE_FLAGS_XXX fixes.
|
|
|
@69688
|
7 years |
vboxsync |
iprt: pathint-nt.cpp: Added RTNtPathRelativeFromUtf8 for RTDirRel. …
|
|
|
@69677
|
7 years |
vboxsync |
iprt: A bunch of basic function for working the file system relative …
|
|
|
@69674
|
7 years |
vboxsync |
iprt: A bunch of basic function for working the file system relative …
|
|
|
@69105
|
7 years |
vboxsync |
include/iprt/: (C) year
|
|
|
@62723
|
8 years |
vboxsync |
RTDirCreateUniqueNumbered: Changed the implementation to count from …
|
|
|
@62473
|
8 years |
vboxsync |
(C) 2016
|
|
|
@57613
|
9 years |
vboxsync |
IPRT,UINetworkReply.cpp: Added RTPathGlob, a set of …
|
|
|
@56291
|
9 years |
vboxsync |
include: Updated (C) year.
|
|
|
@49079
|
11 years |
vboxsync |
dir-win.cpp/RTDirCreate: Aaaaaaaaaaaaaaaaarg!!!!!!!!!!
|
|
|
@46014
|
12 years |
vboxsync |
RTDirQueryUnknownType* adjustment.
|
|
|
@46013
|
12 years |
vboxsync |
RTDirQueryUnknownType* adjustment.
|
|
|
@46008
|
12 years |
vboxsync |
iprt/dir.h,++: Added RTDirQueryUnknownType, RTDirQueryUnknownTypeEx, …
|
|
|
@44528
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@42712
|
12 years |
vboxsync |
Runtime: add RTFileCreateTemp, RTFileCreateTempSecure and …
|
|
|
@42708
|
12 years |
vboxsync |
Runtime: add an fMode parameter to RTDirCreateTemp() and adjust callers.
|
|
|
@39641
|
13 years |
vboxsync |
IPRT headers: warning
|
|
|
@39628
|
13 years |
vboxsync |
symlinks: small fixes
|
|
|
@39627
|
13 years |
vboxsync |
backed out previous changeset
|
|
|
@39626
|
13 years |
vboxsync |
more symlink stuff
|
|
|
@39612
|
13 years |
vboxsync |
IPRT/*: add _NO_SYMLINKS flags to certain functions
|
|
|
@36579
|
14 years |
vboxsync |
iprt: fix win burns
|
|
|
@36577
|
14 years |
vboxsync |
iprt: add RTDirCreateUniqueNumbered
|
|
|
@33820
|
14 years |
vboxsync |
iprt/vfs: Hacking in progress.
|
|
|
@33801
|
14 years |
vboxsync |
iprt/dir.h: Added RTDIRRMREC_F_CONTENT_AND_DIR (0) to make …
|
|
|
@33540
|
14 years |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28688
|
15 years |
vboxsync |
IPRT: Added RTDirFlush and RTDirFlushParent.
|
|
|
@27247
|
15 years |
vboxsync |
iprt/dir.h: Forgot to mention that RTDirRemoveRecursive now refuses to …
|
|
|
@27246
|
15 years |
vboxsync |
RTDirRemoveRecursive: Fixed memory leak, made it deal with UNKNOWN and …
|
|
|
@25292
|
15 years |
vboxsync |
RTDirReadEx parameter to resolve symlinks.
|
|
|
@23305
|
15 years |
vboxsync |
iprt/dir.h: RTDirExists clearification.
|
|
|
@22511
|
15 years |
vboxsync |
Typo.
|
|
|
@20374
|
15 years |
vboxsync |
*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
|
|
|
@20362
|
15 years |
vboxsync |
iprt/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
|
|
|
@20111
|
16 years |
vboxsync |
IPRT: Use the generic RTDirCreateTemp implementation - made it a bit …
|
|
|
@20105
|
16 years |
vboxsync |
iprt/dir.h: RTDirCreateTemp spec clearification.
|
|
|
@20067
|
16 years |
vboxsync |
Runtime: accident
|
|
|
@20066
|
16 years |
vboxsync |
Runtime: added RTDirCreateTemp
|
|
|
@19261
|
16 years |
vboxsync |
iprt/dir.h: Corrected RTDirRemove docs.
|
|
|
@19211
|
16 years |
vboxsync |
IPRT: Function RTDirRemoveRecursive added. Only partially implemented …
|
|
|
@14063
|
16 years |
vboxsync |
RTDirRead/RTDirReadEx: sizes are size_t not unsigned.
|
|
|
@12341
|
16 years |
vboxsync |
iprt/dir.h: RTDIRENTRY clearification
|
|
|
@8245
|
17 years |
vboxsync |
rebranding: IPRT files again.
|
|
|
@8163
|
17 years |
vboxsync |
rebrand IPRT
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@7424
|
17 years |
vboxsync |
RTUCS2 -> RTUTF16
|
|
|
@7418
|
17 years |
vboxsync |
UCS-2 -> UTF-16.
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@4071
|
17 years |
vboxsync |
Biggest check-in ever. New source code headers for all (C) innotek files.
|
|
|
@3630
|
17 years |
vboxsync |
iprt_hdr_h -> _iprt_hdr_h
|
|
|
@2981
|
18 years |
vboxsync |
InnoTek -> innotek: all the headers and comments.
|
|
|
@1
|
55 years |
vboxsync |
import
|