Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
1edd61ce5d2f34ff34d015643b5915b3b1c186e8
/
base
da46b39
Move off std::sto* function which abort on failure.
by Elliott Hughes
· 8 years ago
392a2c8
Merge "Add 0X as a valid hex prefix for parseint"
by Treehugger Robot
· 8 years ago
89fbd63
Add 0X as a valid hex prefix for parseint
by Yifan Hong
· 8 years ago
b4e32f3
Base: Hand complete log message to aborter
by Andreas Gampe
· 8 years ago
ff2dcd9
system/core Replace log/log.h with android/log.h
by Mark Salyzyn
· 8 years ago
aa00f58
Merge "Base: Remove LOG_S variants."
by Treehugger Robot
· 8 years ago
1f5fb43
Base: Remove LOG_S variants.
by Andreas Gampe
· 8 years ago
3f049c3
Merge "Add std::string system property functions."
by Treehugger Robot
· 8 years ago
1e88c8c
Add std::string system property functions.
by Elliott Hughes
· 8 years ago
19ff8f1
Base: Check severity in destructor
by Andreas Gampe
· 8 years ago
436f5a0
Base: Add more log macros
by Andreas Gampe
· 8 years ago
5d1b1a8
base: rename unique_fd::clear() to unique_fd::reset().
by Josh Gao
· 8 years ago
70f281a
Remove mutex.h and its uses.
by Pirama Arumuga Nainar
· 8 years ago
ffabc96
base: add parameter that controls O_NOFOLLOW in file functions.
by Josh Gao
· 8 years ago
c95afaa
Fix darwin build break.
by Josh Gao
· 8 years ago
c9c555b
Merge changes Ie15fcb8f,I0a895911
by Treehugger Robot
· 8 years ago
0c44256
base: add quick_exit emulation.
by Josh Gao
· 8 years ago
63bdcb5
base: extract mutex.h from logging.cpp.
by Josh Gao
· 8 years ago
d8f26e2
Base: Fix dangling-else in CHECK_STROP
by Andreas Gampe
· 8 years ago
2691e33
Base: Add AbortFunction for logging
by Andreas Gampe
· 8 years ago
550829d
Base: Add INTERNAL_FATAL to logging severity
by Andreas Gampe
· 8 years ago
13d78e4
Clean up the libbase logging test.
by Elliott Hughes
· 8 years ago
7c1cdd7
Base: Fix logging_test
by Andreas Gampe
· 8 years ago
43824e7
Merge "Base: assume and use C++11 in libbase"
by Treehugger Robot
· 8 years ago
2284713
Base: assume and use C++11 in libbase
by Andreas Gampe
· 8 years ago
7307f09
base: use _NSGetExecutablePath in GetExecutablePath
by Josh Gao
· 8 years ago
945d1aa
Merge "Add android::base::GetExecutablePath, switch adb and fastboot over."
by Josh Gao
· 8 years ago
82ff315
Add android::base::GetExecutablePath, switch adb and fastboot over.
by Elliott Hughes
· 8 years ago
3f3ea50
Merge "Base: add more thread annotations"
by Treehugger Robot
· 8 years ago
ca82aa7
Merge "base: disallow close() on unique_fd."
by Josh Gao
· 8 years ago
bc5a32e
Base: add more thread annotations
by Andreas Gampe
· 8 years ago
a7c4424
Merge "Add android::base::Readlink."
by Treehugger Robot
· 8 years ago
d3ff6e5
Add android::base::Readlink.
by Elliott Hughes
· 8 years ago
6496c4b
base: disallow close() on unique_fd.
by Josh Gao
· 8 years ago
247924a
Libbase: add C++11 support to DISALLOW_IMPLICIT_CONSTRUCTORS
by Andreas Gampe
· 8 years ago
7bc87a5
Move init's kernel logging into libbase.
by Elliott Hughes
· 8 years ago
e5dd71a
libbase should use its own logging!
by Elliott Hughes
· 8 years ago
fc06bd0
Convert libbase Android.mk to Android.bp
by Colin Cross
· 8 years ago
4e5fd11
Add timestamps to libbase's stderr logging.
by Elliott Hughes
· 8 years ago
c713bce
Fix misc-macro-parentheses warnings in init and other core modules.
by Chih-Hung Hsieh
· 8 years ago
13ea01d
adb/base: allow use of unique_fd inside adb.
by Josh Gao
· 8 years ago
2a7b863
Don't include android-base/macros.h from android-base/unique_fd.h
by Christopher Wiley
· 9 years ago
ec9ea66
Define LIKELY and UNLIKELY in a vendor friendly way
by Christopher Wiley
· 9 years ago
2c5d1d7
Add operator int() to unique_fd.
by Elliott Hughes
· 9 years ago
3761365
Merge "Fix <android-base/*.h> header guards."
by Elliott Hughes
· 9 years ago
19388fc
Merge "Copy the good comment and warn_unused_result from ScopedFd to unique_fd."
by Elliott Hughes
· 9 years ago
54c72aa
Fix <android-base/*.h> header guards.
by Elliott Hughes
· 9 years ago
c0e6e40
Copy the good comment and warn_unused_result from ScopedFd to unique_fd.
by Elliott Hughes
· 9 years ago
e65f8be
Merge "Add C++ thread annotations support to core."
by Pierre Imai
· 9 years ago
021ea2d
Add C++ thread annotations support to core.
by Pierre Imai
· 9 years ago
2527628
base: Avoid compilation error when compiled with -Wdangling-else.
by Yabin Cui
· 9 years ago
7e0e14c
Make CHECK(x) work with static analyzer.
by Chih-Hung Hsieh
· 9 years ago
38e2b63
Remove libbase's libutils dependency.
by Elliott Hughes
· 9 years ago
b958d22
Merge "libziparchive: port unit tests to darwin and windows."
by Yabin Cui
· 9 years ago
8e6f722
libziparchive: port unit tests to darwin and windows.
by Yabin Cui
· 9 years ago
3f68ba4
Merge "Fix windows 64-bit builds"
by Dan Willemsen
· 9 years ago
86cf941
Fix windows 64-bit builds
by Dan Willemsen
· 9 years ago
5cf0dcd
Fix libbase's logging dependency.
by Elliott Hughes
· 9 years ago
5f787ed
base: add SystemErrorCodeToString() function.
by David Pursell
· 9 years ago
b6e314a
base: add API to remove file if it exists.
by Yabin Cui
· 9 years ago
706955f
base: add network address parsing function from adb.
by David Pursell
· 9 years ago
bac7bb5
Fix a couple sign-comparison warnings.
by Dan Albert
· 9 years ago
f2584be
Rename base/ to android-base/.
by Elliott Hughes
· 9 years ago
4f71319
Track rename of base/ to android-base/.
by Elliott Hughes
· 9 years ago
7f24c45
Add a symlink android-base/ pointing to base/.
by Elliott Hughes
· 9 years ago
918b9e8
Introduce unique_fd
by Casey Dahlin
· 9 years ago
d21dc82
adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()
by Spencer Low
· 9 years ago
26f2e1f
Merge changes Ic124ecb9,I94de55d2
by Josh Gao
· 9 years ago
7df6b5f
libbase: remove exit-time destructors.
by Josh Gao
· 9 years ago
c1fd492
Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32""
by Elliott Hughes
· 9 years ago
cc8cd59
Revert "adb/base: fix adb push of Unicode filenames on Win32"
by Elliott Hughes
· 9 years ago
ac9514a
adb/base: fix adb push of Unicode filenames on Win32
by Spencer Low
· 9 years ago
363af56
adb/base: minor compiler portability improvements
by Spencer Low
· 9 years ago
46776e7
Merge "Make Join support string delimiters"
by Casey Dahlin
· 9 years ago
5345f1d
Make Join support string delimiters
by Casey Dahlin
· 9 years ago
3ab0586
Fix ParseInt/ParseUint to handle explicit "0x" hex.
by Elliott Hughes
· 9 years ago
c96de0d
Fix lseek argument order.
by Elliott Hughes
· 9 years ago
765ae6b
base logging: fix errno restoring, severity conditionality, dangling ifs
by Spencer Low
· 9 years ago
b2d4949
libbase_test: get it building for Windows
by Spencer Low
· 9 years ago
933f4fd
Merge "Ensure that libbase and liblog can be built for Windows."
by Dan Albert
· 9 years ago
b0e4f08
Ensure that libbase and liblog can be built for Windows.
by Stephen Hines
· 9 years ago
afe151f
Add ParseInt (and ParseUint).
by Elliott Hughes
· 9 years ago
87a419c
Remove USE_MINGW/CYGWIN; Whitelist windows modules
by Dan Willemsen
· 9 years ago
2fbeb0c
adb/base win32 tests: fix comment and open() flags
by Spencer Low
· 9 years ago
470d79a
Use O_BINARY in base/file for Windows.
by Elliott Hughes
· 9 years ago
2e5ae00
Fix the Mac libbase build.
by Elliott Hughes
· 9 years ago
bdab59a
libbase: logging fixes
by Spencer Low
· 9 years ago
cbf26b7
win32: adb_test/libbase_test fixes
by Spencer Low
· 9 years ago
cf168a8
adb_test/libbase_test: win32: get some tests working
by Spencer Low
· 9 years ago
40d0c7a
libbase_test: win32: get some tests working
by Spencer Low
· 9 years ago
47d67c9
Write mkdirs in more idiomatic C++ style.
by Alex Vallée
· 10 years ago
286bb6d
Revert "Turn on -Wformat-nonliteral."
by Dan Albert
· 9 years ago
459df8f
Turn on -Wformat-nonliteral.
by Dan Albert
· 9 years ago
e0da8a1
Generalize Join to work for any container/element.
by Dan Albert
· 9 years ago
b793084
Merge "adb / libbase: clean up NOGDI and evil ERROR macro"
by Dan Albert
· 9 years ago
ac3f7d9
adb / libbase: clean up NOGDI and evil ERROR macro
by Spencer Low
· 9 years ago
95db36e
Don't use TEMP_FAILURE_RETRY on close()
by Nick Kralevich
· 9 years ago
6001c87
adb: win32: fix StringPrintf format string checking of %zd and PRIu64
by Spencer Low
· 9 years ago
142ec75
adb: win32: fix adb emu command
by Spencer Low
· 10 years ago
ea41c21
Add additional shielding against the ERROR macro.
by Dan Albert
· 10 years ago
Next »