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
/
files
Commit message (
Expand
)
Author
Age
Files
Lines
*
base: update SetNonBlocking() function to use HANDLE_EINTR
tfarina
2016-01-16
1
-1
/
+1
*
Switch to standard integer types in base/files/.
avi
2015-12-24
49
-138
/
+208
*
Linux: Correctly count the number of open file descriptors.
thestig
2015-12-16
2
-3
/
+4
*
net: Extract SetNonBlocking() function from net_util.h
tfarina
2015-12-16
3
-0
/
+24
*
Rewrite Pass() to std::move() in base/
dcheng
2015-12-15
8
-30
/
+42
*
[base] Accidentally omitted file_locking_unittest.cc changes.
shess
2015-12-11
1
-6
/
+4
*
[base] POSIX File::Unlock() didn't actually unlock file.
shess
2015-12-10
2
-2
/
+229
*
Remove kint32max.
avi
2015-12-10
5
-47
/
+45
*
clang/win: Let some chromium_code targets build with -Wextra.
thakis
2015-12-10
1
-1
/
+2
*
Remove old C++03 move emulation code.
dcheng
2015-12-01
2
-21
/
+17
*
Revert "Treat '...' as a non-parent path component outside of Windows."
davidben
2015-12-01
2
-16
/
+4
*
Treat '...' as a non-parent path component outside of Windows.
davidben
2015-11-26
2
-4
/
+16
*
Remove kint16max.
avi
2015-11-25
1
-1
/
+3
*
[base] fcntl, not fctnl.
shess
2015-11-25
1
-12
/
+12
*
base: Use std::move() instead of Pass() for real movable types.
danakj
2015-11-25
3
-6
/
+5
*
Switch to static_assert in base/.
avi
2015-11-24
2
-9
/
+10
*
Support Windows FILE_FLAG_SEQUENTIAL_SCAN in base::File.
fdoray
2015-10-30
2
-0
/
+3
*
Avoid Windows Shell API in DeleteFile
jschuh
2015-10-23
1
-44
/
+54
*
Fix ScopedTempDir in base_unittests
jschuh
2015-10-23
1
-1
/
+1
*
Added a comment that File::IsValid can be called outside of file thread.
lukasza
2015-10-21
1
-0
/
+3
*
Use permissions 0666 on POSIX platforms
hashimoto
2015-10-14
1
-1
/
+1
*
Detecting and fixing stringprintf.h format bugs
brucedawson
2015-10-06
1
-0
/
+9
*
Extend base::win::ObjectWatcher to watch an event multiple times.
jam
2015-09-29
1
-2
/
+2
*
Remove memory corruption testing from base::File().
gavinp
2015-09-28
3
-163
/
+2
*
Base: Remove myself from owners
rvargas
2015-09-24
1
-1
/
+0
*
base: Template methods on Timer classes instead of the classes themselves.
danakj
2015-09-24
1
-1
/
+1
*
Revert of Check for CloseHandle failures even when not debugging (patchset #4...
brucedawson
2015-09-18
1
-3
/
+7
*
Fix three Windows base_unittests to not require admin
brucedawson
2015-09-17
2
-2
/
+2
*
Check for CloseHandle failures even when not debugging
brucedawson
2015-09-17
1
-7
/
+3
*
Remove base's implicit_cast.
danakj
2015-09-15
1
-1
/
+1
*
Remove g_get_home_dir()
knthzh
2015-09-15
1
-12
/
+0
*
Remove mnissler@chromium.org from base/files/OWNERS
mnissler
2015-08-26
1
-2
/
+0
*
IWYU for base/memory/scoped_vector.h.
thestig
2015-08-22
1
-0
/
+1
*
Updates to base unittests so they run correctly in libchrome on Android
arihc
2015-08-12
2
-2
/
+12
*
Replace StringToLowerASCII with base::ToLowerASCII
brettw
2015-08-06
1
-2
/
+2
*
Cleanup nits in ImportantFileWriter and JsonPrefStore.
thestig
2015-08-06
3
-40
/
+51
*
Disable flaky FileProxyTest.SetTimes on Android
pkotwicz
2015-07-31
1
-1
/
+7
*
clang/win: Fix most -Wunused-function warnings in Chromium code.
thakis
2015-07-28
1
-9
/
+0
*
Make FilePathWatcherLinux ignore failures to add inotify watches.
jbudorick
2015-07-23
1
-17
/
+13
*
Fix and enable MSVC warning C4018 for base/.
pkasting
2015-07-21
1
-1
/
+2
*
Remove legacy StartsWithASCII function.
brettw
2015-07-16
1
-1
/
+1
*
Add some missing virtual destructors to base classes.
derat
2015-07-13
1
-0
/
+2
*
Replace base::str[n]casecmp with helper functions.
brettw
2015-07-10
1
-6
/
+4
*
Only set File::[tracing_]path_ when file tracing is enabled.
dbeam
2015-07-02
6
-27
/
+26
*
clang/win: Fix warnings to prepare for building without -Wno-reorder.
sammc
2015-07-02
1
-8
/
+8
*
Fix some clang warnings with -Wmissing-braces in base.
dcheng
2015-07-02
1
-1
/
+1
*
Take 2: Moved logic for mapping child process FDs for ICU and V8 into child_p...
agrieve
2015-06-19
3
-23
/
+9
*
Write new Starts/EndsWith and convert FilePath functions to StringPiece.
brettw
2015-06-16
2
-79
/
+80
*
Only support seeking file streams from the beginning of the file.
reillyg
2015-06-16
2
-0
/
+12
*
Move LowerCaseEqualsASCII to base namespace
brettw
2015-06-09
1
-1
/
+3
[next]