index
:
frameworks_native.git
replicant-4.2
replicant-6.0
frameworks/native
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmds
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-5
/
+5
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
1
-1
/
+1
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-04
1
-1
/
+1
*
Remove the simulator target from all makefiles.
Jeff Brown
2011-07-11
1
-4
/
+0
*
Remove more simulator support code.
Jeff Brown
2011-07-11
8
-1190
/
+0
*
Eliminate single-process mode.
Jeff Brown
2011-07-08
1
-65
/
+22
*
Revert "Add keychain user with special keystore access permissions"
Brian Carlstrom
2011-06-30
1
-1
/
+0
*
KeyStore: fix test-keystore
Chia-chi Yeh
2011-06-27
1
-4
/
+5
*
KeyStore: allow system user to get secrets from keystore.
Chia-chi Yeh
2011-06-26
1
-1
/
+1
*
Reinitialize KeyStore::mMasterKey after unlock (and add test-keystore)
Brian Carlstrom
2011-06-23
2
-0
/
+273
*
KeyStore.reset changes
Brian Carlstrom
2011-06-02
1
-3
/
+1
*
Integrating keystore with keyguard (Part 1 of 4)
Brian Carlstrom
2011-06-01
5
-621
/
+851
*
Support wrapping app processes to inject debug instrumentation.
Jeff Brown
2011-05-24
1
-1
/
+1
*
Replace a custom AndroidRuntime::findClass with a more targeted fix.
Elliott Hughes
2011-04-13
1
-20
/
+19
*
Add keychain user with special keystore access permissions
Brian Carlstrom
2011-04-08
1
-0
/
+1
*
KeyStore: Update the parameters of generating master keys.
Chia-chi Yeh
2010-10-01
1
-24
/
+71
*
KeyStore: Initialize IV correctly.
Chia-chi Yeh
2010-09-30
1
-1
/
+1
*
KeyStore: Fix the return value when send() or recv() has an error.
Chia-chi Yeh
2010-09-30
1
-1
/
+4
*
added BinderService<> template to help creating native binder services
Mathias Agopian
2010-07-14
1
-12
/
+19
*
move native services under services/
Mathias Agopian
2010-07-14
1
-1
/
+1
*
keystore: rephrase the comment to make the usage more clear.
Chia-chi Yeh
2010-03-17
1
-3
/
+5
*
Merge "keystore: add AID_ROOT into the user table."
Chia-chi Yeh
2010-03-08
1
-5
/
+6
|
\
|
*
keystore: add AID_ROOT into the user table.
Chia-chi Yeh
2010-03-09
1
-5
/
+6
*
|
keystore: allow '\0's in keys and add guards for cplusplus.
Chia-chi Yeh
2010-03-08
1
-4
/
+10
|
/
*
Fix simulator build.
Marco Nelissen
2010-02-11
1
-1
/
+1
*
keystore: compute the padding in an intuitive way.
Chia-chi Yeh
2009-12-30
1
-7
/
+3
*
keystore: Add paddings before checksumming.
Chia-chi Yeh
2009-12-22
1
-10
/
+13
*
keystore: remove old implementation and test.
Chia-chi Yeh
2009-09-24
9
-1532
/
+0
*
keystore: rename scan() to saw().
Chia-chi Yeh
2009-09-22
1
-4
/
+4
*
keystore: exclude builds for simulator.
Chia-chi Yeh
2009-09-22
1
-0
/
+4
*
keystore: enable delete(), scan(), exist() when keystore is locked.
Chia-chi Yeh
2009-09-21
1
-4
/
+14
*
keystore: switch to multi-user version.
Chia-chi Yeh
2009-09-18
4
-61
/
+87
*
keystore: add multi-user support.
Chia-chi Yeh
2009-09-18
3
-0
/
+662
*
Fix a minor bug in is_alnum_string()...
Hung-ying Tyan
2009-09-17
1
-5
/
+8
*
Add tests and misc fixes on keystore.
Hung-ying Tyan
2009-09-11
7
-24
/
+94
*
Replace the delimiter whitespace with '\0'.
Chung-yih Wang
2009-09-09
5
-87
/
+96
*
Fix network order for marshalling in keystore interface.
repo sync
2009-08-10
2
-1
/
+8
*
am b86bad94: Merge change 9438 into donut
Android (Google) Code Review
2009-07-31
1
-2
/
+3
|
\
|
*
Merge change 9438 into donut
Android (Google) Code Review
2009-07-31
1
-2
/
+3
|
|
\
|
|
*
Change some log.i to log.d.
Hung-ying Tyan
2009-08-01
1
-2
/
+3
*
|
|
am f4692640: Add unit tests for netkeystore.
Chung-yih Wang
2009-07-30
3
-7
/
+308
|
\
\
\
|
|
/
/
|
*
|
Add unit tests for netkeystore.
Chung-yih Wang
2009-07-30
3
-7
/
+308
|
|
/
*
|
am 75b68163: Add memcpy and strcpy boundary check.
Chung-yih Wang
2009-07-24
1
-1
/
+31
|
\
\
|
|
/
|
*
Add memcpy and strcpy boundary check.
Chung-yih Wang
2009-07-24
1
-1
/
+31
*
|
am 0d039ba3: Merge change 7508 into donut
Android (Google) Code Review
2009-07-16
1
-1
/
+1
|
\
\
|
|
/
|
*
keystore: Fix a compile warning.
Chia-chi Yeh
2009-07-16
1
-1
/
+1
*
|
am 3383df38: Merge change 6198 into donut
Android (Google) Code Review
2009-07-06
1
-0
/
+53
|
\
\
|
|
/
|
*
Merge change 6198 into donut
Android (Google) Code Review
2009-07-06
1
-0
/
+53
|
|
\
|
|
*
keystore: Provide a generic getter for native components.
Chia-chi Yeh
2009-07-06
1
-0
/
+53
*
|
|
am 699ca3f2: Add password field for WiFi configuration.
Chung-yih Wang
2009-07-06
1
-4
/
+12
|
\
\
\
|
|
/
/
[next]