index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
file_util_posix.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but
benl@chromium.org
2009-09-07
1
-15
/
+28
*
posix: don't complain when stat() fails with ENOENT
evan@chromium.org
2009-09-03
1
-9
/
+13
*
Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...
erikkay@chromium.org
2009-08-18
1
-5
/
+4
*
Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...
jshin@chromium.org
2009-08-18
1
-3
/
+3
*
Define _FILE_OFFSET_BITS=64 in order to support large files (>2GB).
thestig@chromium.org
2009-08-06
1
-205
/
+177
*
Adding last modified time to file_util
brettw@chromium.org
2009-07-24
1
-0
/
+1
*
Fix: Linux file:// listings are sorted but not fully internationalized
yuzo@chromium.org
2009-07-15
1
-12
/
+67
*
Order posix file listings by type as well as name.
estade@chromium.org
2009-06-24
1
-4
/
+25
*
Linux: refactor zygote support
agl@chromium.org
2009-06-12
1
-14
/
+2
*
Revert 18109, 18111: Windows UI tests failed.
agl@chromium.org
2009-06-10
1
-2
/
+14
*
Linux: refactor zygote support
agl@chromium.org
2009-06-10
1
-14
/
+2
*
Include a parent directory link in the file list for file:///somepath
yuzo@chromium.org
2009-06-09
1
-2
/
+22
*
Enable zygote manager by default.
dkegel@google.com
2009-06-08
1
-1
/
+1
*
Prototype implementation of zygotes.
dkegel@google.com
2009-06-06
1
-4
/
+22
*
Add file_util::ReplaceFile and use it in ImportantFileWriter.
phajdan.jr@chromium.org
2009-05-19
1
-0
/
+4
*
Revert "Add file_util::ReplaceFile and use it in ImportantFileWriter."
phajdan.jr@chromium.org
2009-05-18
1
-4
/
+0
*
Add file_util::ReplaceFile and use it in ImportantFileWriter.
phajdan.jr@chromium.org
2009-05-18
1
-0
/
+4
*
Add support for almost-recursive watches in Linux DirectoryWatcher
phajdan.jr@chromium.org
2009-05-14
1
-0
/
+10
*
posix: directories should only be readable by the user.
evan@chromium.org
2009-05-12
1
-3
/
+2
*
POSIX: Add a macro for handling EINTR.
agl@chromium.org
2009-05-01
1
-11
/
+12
*
ImportantFileWriter
phajdan.jr@chromium.org
2009-04-28
1
-16
/
+6
*
Only check errno when it can be set.
phajdan.jr@chromium.org
2009-04-27
1
-1
/
+1
*
Submitting http://codereview.chromium.org/87039 on behalf of hamaji.
erikkay@google.com
2009-04-23
1
-1
/
+17
*
Protect RandUint64 against EINTR.
phajdan.jr@chromium.org
2009-04-23
1
-0
/
+12
*
Reverting 14152.
thestig@chromium.org
2009-04-21
1
-2
/
+3
*
Stop using and remove deprecated file_util::TrimTrailingSeparator().
thestig@chromium.org
2009-04-21
1
-3
/
+2
*
Implement file_util::CountFilesCreatedAfter() for posix environments.
evan@chromium.org
2009-04-21
1
-0
/
+30
*
Use "org.chromium" in place of "com.google.chrome" in posix temporary file na...
estade@chromium.org
2009-03-17
1
-0
/
+4
*
Implement DownloadFile::Rename() for posix. Downloads work on linux!
estade@chromium.org
2009-03-13
1
-2
/
+8
*
Cleanup in {test_,}file_util_posix.cc
phajdan.jr@chromium.org
2009-03-06
1
-3
/
+6
*
Reverting 11102.
phajdan.jr@chromium.org
2009-03-06
1
-6
/
+3
*
first cut
phajdan.jr@chromium.org
2009-03-06
1
-3
/
+6
*
Properly honor base::SharedMemory semantics for name="" to mean
jrg@chromium.org
2009-02-04
1
-14
/
+48
*
Safe browsing cleanup:
estade@chromium.org
2009-01-28
1
-4
/
+4
*
Fix TODOs in base/ :
phajdan.jr@chromium.org
2009-01-13
1
-6
/
+9
*
Try to consistently use arraysize() with strlcpy().
deanm@chromium.org
2009-01-02
1
-1
/
+1
*
file_util minor cleanup:
erikkay@google.com
2008-12-23
1
-5
/
+25
*
revert r6938
estade@chromium.org
2008-12-12
1
-0
/
+40
*
Reverting 6935.
ojan@google.com
2008-12-12
1
-40
/
+0
*
Implement the memory mapped file class for posix.
estade@chromium.org
2008-12-12
1
-0
/
+40
*
Move file enumeration to filepaths.
avi@google.com
2008-12-11
1
-12
/
+12
*
Port directory lister to allow the linux and mac test shells to display file ...
estade@chromium.org
2008-11-20
1
-19
/
+29
*
revert 5730
estade@chromium.org
2008-11-19
1
-29
/
+19
*
Port directory lister to posix.
estade@chromium.org
2008-11-19
1
-19
/
+29
*
revert 5725
estade@chromium.org
2008-11-19
1
-29
/
+19
*
Port directory lister so test shell can view file directories.
estade@chromium.org
2008-11-19
1
-19
/
+29
*
Implement some missing file util functions.
estade@chromium.org
2008-11-17
1
-10
/
+10
*
Added CreateTemporaryFileName that takes a FilePath argument.
estade@chromium.org
2008-11-11
1
-11
/
+12
*
Port more of url_request_unittest.cc.
dkegel@google.com
2008-11-04
1
-2
/
+2
*
Begin the first small step towards using FilePath everywhere:
evanm@google.com
2008-10-30
1
-41
/
+47
[next]