1. 4287cb4 Add sdcard_r group to dumpstate. by Jeff Sharkey · 12 years ago
  2. d51820e dumpstate: don't follow symlinks when creating /data/anr/traces.txt by Nick Kralevich · 12 years ago
  3. c7f1fe2 Ensure that /data/anr/traces.txt is world-writable by Nick Kralevich · 12 years ago
  4. f45fa6b move dumpstate and dumpsys from frameworks/base to frameworks/native by Colin Cross · 12 years ago
  5. a87de87 Move keystore to system/security repo by Kenny Root · 12 years ago
  6. 4a9730f Merge "Fix build warnings" by Glenn Kasten · 12 years ago
  7. a94f129 Some hardening of isolated processes by restricting access to services. by Dianne Hackborn · 12 years ago
  8. 6c76095 Fix build warnings by Glenn Kasten · 13 years ago
  9. e6f43dd Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  10. 32397c1 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  11. a19954a Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  12. baa44b8 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  13. a816cc4 Remove more simulator support code. Bug: 5010576 by Jeff Brown · 13 years ago
  14. e16986c Eliminate single-process mode. Bug: 5010576 by Jeff Brown · 13 years ago
  15. e0cd5dc Revert "Add keychain user with special keystore access permissions" by Brian Carlstrom · 13 years ago
  16. 6904f14 KeyStore: fix test-keystore by Chia-chi Yeh · 13 years ago
  17. 91a465b KeyStore: allow system user to get secrets from keystore. by Chia-chi Yeh · 13 years ago
  18. ce4b51d Reinitialize KeyStore::mMasterKey after unlock (and add test-keystore) by Brian Carlstrom · 13 years ago
  19. 804f499 KeyStore.reset changes by Brian Carlstrom · 13 years ago
  20. 0137377 Integrating keystore with keyguard (Part 1 of 4) by Brian Carlstrom · 13 years ago
  21. 95e24e0 Support wrapping app processes to inject debug instrumentation. Bug: 4437846 by Jeff Brown · 13 years ago
  22. ca1feb4 Replace a custom AndroidRuntime::findClass with a more targeted fix. by Elliott Hughes · 13 years ago
  23. 4d51522 Add keychain user with special keystore access permissions by Brian Carlstrom · 13 years ago
  24. ae17a37 KeyStore: Update the parameters of generating master keys. by Chia-chi Yeh · 14 years ago
  25. 857edec KeyStore: Initialize IV correctly. by Chia-chi Yeh · 14 years ago
  26. 1c2eccf KeyStore: Fix the return value when send() or recv() has an error. by Chia-chi Yeh · 14 years ago
  27. a1e6bc8 added BinderService<> template to help creating native binder services by Mathias Agopian · 14 years ago
  28. 81bac09 move native services under services/ by Mathias Agopian · 14 years ago
  29. 6efed6c keystore: rephrase the comment to make the usage more clear. by Chia-chi Yeh · 14 years ago
  30. 5bf4691 Merge "keystore: add AID_ROOT into the user table." by Chia-chi Yeh · 14 years ago
  31. e3bc023 keystore: add AID_ROOT into the user table. by Chia-chi Yeh · 14 years ago
  32. 0755483 keystore: allow '\0's in keys and add guards for cplusplus. by Chia-chi Yeh · 14 years ago
  33. 4cb8ae2 Fix simulator build. by Marco Nelissen · 14 years ago
  34. b78679e keystore: compute the padding in an intuitive way. by Chia-chi Yeh · 15 years ago
  35. ced6625 keystore: Add paddings before checksumming. by Chia-chi Yeh · 15 years ago
  36. 4424dd7 keystore: remove old implementation and test. by Chia-chi Yeh · 15 years ago
  37. 1cdc2a4 keystore: rename scan() to saw(). by Chia-chi Yeh · 15 years ago
  38. c5dbc5e keystore: exclude builds for simulator. by Chia-chi Yeh · 15 years ago
  39. dd2a71e keystore: enable delete(), scan(), exist() when keystore is locked. by Chia-chi Yeh · 15 years ago
  40. 2f3b2a5 keystore: switch to multi-user version. by Chia-chi Yeh · 15 years ago
  41. 4cff21f keystore: add multi-user support. by Chia-chi Yeh · 15 years ago
  42. 408c5f2 Fix a minor bug in is_alnum_string()... by Hung-ying Tyan · 15 years ago
  43. b2de5bd Add tests and misc fixes on keystore. by Hung-ying Tyan · 15 years ago
  44. 2a58b6d Replace the delimiter whitespace with '\0'. by Chung-yih Wang · 15 years ago
  45. 74c332f Fix network order for marshalling in keystore interface. by repo sync · 15 years ago
  46. 5e2ae8d am b86bad94: Merge change 9438 into donut by Android (Google) Code Review · 15 years ago
  47. 23c95b3 Merge change 9438 into donut by Android (Google) Code Review · 15 years ago
  48. 6cdee58 Change some log.i to log.d. by Hung-ying Tyan · 15 years ago
  49. c7ceaf2 am f4692640: Add unit tests for netkeystore. by Chung-yih Wang · 15 years ago
  50. ccf407f Add unit tests for netkeystore. by Chung-yih Wang · 15 years ago
  51. 9b29df2 am 75b68163: Add memcpy and strcpy boundary check. by Chung-yih Wang · 15 years ago
  52. 11e9f3d Add memcpy and strcpy boundary check. by Chung-yih Wang · 15 years ago
  53. 795e8f4 am 0d039ba3: Merge change 7508 into donut by Android (Google) Code Review · 15 years ago
  54. 23c7adc keystore: Fix a compile warning. by Chia-chi Yeh · 15 years ago
  55. 29f5a90 am 3383df38: Merge change 6198 into donut by Android (Google) Code Review · 15 years ago
  56. e439029 am 699ca3f2: Add password field for WiFi configuration. by Chung-yih Wang · 15 years ago
  57. 2659e77 am 24ad29c6: Merge change 6177 into donut by Android (Google) Code Review · 15 years ago
  58. dea9f55 Merge change 6198 into donut by Android (Google) Code Review · 15 years ago
  59. 5d0ca76 keystore: Provide a generic getter for native components. by Chia-chi Yeh · 15 years ago
  60. 6ac0301 Add password field for WiFi configuration. by Chung-yih Wang · 15 years ago
  61. 4c6ee74 am 7de4bd9b: Merge change 6045 into donut by Android (Google) Code Review · 15 years ago
  62. b35262e am d45dcbec: Merge change 5615 into donut by Android (Google) Code Review · 15 years ago
  63. 37b4951 Two small checks in keymgmt. by Chung-yih Wang · 15 years ago
  64. 7bd460b Remove the null-termination for Java string compatibility. by Chung-yih Wang · 15 years ago
  65. c186c66 Implement the generic mini-keystore for security. by Chung-yih Wang · 15 years ago
  66. b08e093 am 9fbeb7da: Merge change 4337 into donut by Android (Google) Code Review · 15 years ago
  67. 4c40420 Change the keystore APIs. by Chung-yih Wang · 15 years ago
  68. 1c6ad98 am db8a6ae6: Merge change 3709 into donut by Android (Google) Code Review · 15 years ago
  69. 8fcbada Provide the Keystore feature in the framework. by Chung-yih Wang · 15 years ago
  70. a0cfd25 am 54d63246: Merge change 3427 into donut by Android (Google) Code Review · 15 years ago
  71. a92d5dc First version of the keystore service. by Chung-yih Wang · 15 years ago
  72. e0c3220 get rid of utils.h by Mathias Agopian · 15 years ago
  73. 19deced Fix sim-eng build. by Andy McFadden · 15 years ago
  74. 3a253bd am 9681a5e0: Merge change 2230 into donut by Android (Google) Code Review · 15 years ago
  75. a00a085 runtime: Add CAP_SYS_NICE to the system server capabilities list so it by San Mehat · 15 years ago
  76. c5b2c0b move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  77. 208059f checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 15 years ago
  78. edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  79. d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  80. 8a7a675 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  81. 7c1b96a Initial Contribution by The Android Open Source Project · 16 years ago