1. 77a62ce MinGW does not have sys/cdefs.h by Kenny Root · 12 years ago
  2. e888674 Merge "init: manually set controlling tty for console services" by Colin Cross · 12 years ago
  3. 418fbe6 Merge "Add cdefs decoration to list.h" by Kenny Root · 12 years ago
  4. 5e0621f qsort_t was only defined in glibc 2.8 by Jeff Brown · 12 years ago
  5. 4a6b384 Provide portable wrapper for qsort_r. by Jeff Brown · 12 years ago
  6. 14d0c6c Add missing includes. by Jeff Brown · 12 years ago
  7. c4edb9e Merge "cutils: str_parms: when deleting entry, need to also remove key" by Dima Zavin · 12 years ago
  8. b1108c8 Merge "audio_channel_in/out_mask_from_count" by Glenn Kasten · 12 years ago
  9. 50fb5a6 init: manually set controlling tty for console services by Colin Cross · 12 years ago
  10. 0009b73 Add cdefs decoration to list.h by Kenny Root · 12 years ago
  11. 0ad682c Merge "Add get_sched_policy_name() and use in ps and top" by Glenn Kasten · 12 years ago
  12. 86c7cc8 Add get_sched_policy_name() and use in ps and top by Glenn Kasten · 12 years ago
  13. c4c631a Merge "cutils: str_parms: free the key if the value was replaced during create/add" by Dima Zavin · 12 years ago
  14. 427d2b4 Fix switch indentation in audio_bytes_per_sample by Jean-Michel Trivi · 12 years ago
  15. 019524a Merge "Add camera ping command and release message." by Wu-cheng Li · 12 years ago
  16. efd7501 cutils: str_parms: when deleting entry, need to also remove key by Dima Zavin · 12 years ago
  17. 86bfbe3 cutils: str_parms: free the key if the value was replaced during create/add by Dima Zavin · 12 years ago
  18. 89f7ba3 audio_channel_in/out_mask_from_count by Glenn Kasten · 12 years ago
  19. 820571f Merge "init.rc: Add documentation" by Nick Kralevich · 12 years ago
  20. f3ef127 init.rc: Add documentation by Nick Kralevich · 12 years ago
  21. 2923c0b Add camera ping command and release message. by Wu-cheng Li · 12 years ago
  22. 9d4dbf4 Merge "Added rules to build 64-bit libraries: lib64cutils.a and lib64log.a" by Andrew Hsieh · 12 years ago
  23. 1a87808 Merge "Forget name for AID_SDCARD_R." by Dianne Hackborn · 12 years ago
  24. eccfb08 Revert "cutils: str_parms: make test executable build for host instead" by Dima Zavin · 12 years ago
  25. cf7d284 Merge "cutils: str_parms: make test executable build for host instead" by Dima Zavin · 12 years ago
  26. 21750e7 Merge "cutils: str_parms: test str_parms_add_str too" by Dima Zavin · 12 years ago
  27. 4736a1b Merge "cutils: str_parms: need to also dup the key when adding to hash" by Dima Zavin · 12 years ago
  28. 5d3aadb Forget name for AID_SDCARD_R. by Dianne Hackborn · 12 years ago
  29. 7d31e6e cutils: str_parms: make test executable build for host instead by Dima Zavin · 12 years ago
  30. a603e40 cutils: str_parms: test str_parms_add_str too by Dima Zavin · 12 years ago
  31. 70b9303 cutils: str_parms: need to also dup the key when adding to hash by Dima Zavin · 12 years ago
  32. 6ac770f Do not generate SIGPIPE errors in SocketCLient. by Selim Gurun · 12 years ago
  33. 63d84d0 Merge "Fix pointer arith." by Robert Greenwalt · 12 years ago
  34. 7599bfc Fix pointer arith. by Robert Greenwalt · 12 years ago
  35. 6ff1bee Merge "Add AID_SDCARD_R." by Dianne Hackborn · 12 years ago
  36. fcb4553 Merge "Reduce suicidal tendencies" by Andy McFadden · 12 years ago
  37. b015977 Merge "audio policy: added flag for primary output" by Eric Laurent · 12 years ago
  38. 424e07f Reduce suicidal tendencies by Andy McFadden · 12 years ago
  39. d890925 am 0fc8abe1: am e2e8bd93: am 5ebced39: init.rc: update the permission of /data/local. by Chia-chi Yeh · 12 years ago
  40. 89c5926 am 0b32a75b: am c8d1a0e1: am 5ebced39: init.rc: update the permission of /data/local. by Chia-chi Yeh · 12 years ago
  41. 50458cf Add AID_SDCARD_R. by Dianne Hackborn · 12 years ago
  42. 0fc8abe am e2e8bd93: am 5ebced39: init.rc: update the permission of /data/local. by Chia-chi Yeh · 12 years ago
  43. 0b32a75 am c8d1a0e1: am 5ebced39: init.rc: update the permission of /data/local. by Chia-chi Yeh · 12 years ago
  44. c8d1a0e am 5ebced39: init.rc: update the permission of /data/local. by Chia-chi Yeh · 12 years ago
  45. e2e8bd9 am 5ebced39: init.rc: update the permission of /data/local. by Chia-chi Yeh · 12 years ago
  46. 11fd2be audio policy: added flag for primary output by Eric Laurent · 12 years ago
  47. 7bf4c45 Add a utility function to send a code + binary msg by Selim Gurun · 12 years ago
  48. 5ebced3 init.rc: update the permission of /data/local. by Chia-chi Yeh · 12 years ago
  49. 78f6bcf Merge "New NativeDaemonConnector protocol adds a seqnum." by Robert Greenwalt · 12 years ago
  50. 397cf19 remove obsolete code by Mathias Agopian · 12 years ago
  51. b7286aa remove dependency on utils/List.h by Mathias Agopian · 12 years ago
  52. f1b244c Merge "Add function to derive a channel mask from a channel count" by Jean-Michel Trivi · 12 years ago
  53. 4ab051a Add function to derive a channel mask from a channel count by Jean-Michel Trivi · 12 years ago
  54. ab556e2 Merge "Use #define value of 1 to indicate presence of headers." by Jeff Brown · 12 years ago
  55. 8702bb1 New NativeDaemonConnector protocol adds a seqnum. by Robert Greenwalt · 12 years ago
  56. 3817a79 Use #define value of 1 to indicate presence of headers. by Jeff Brown · 12 years ago
  57. 0afee8b Merge "Change "chown" to coreutils syntax." by Jeff Sharkey · 12 years ago
  58. 474cea8 Change "chown" to coreutils syntax. by Jeff Sharkey · 12 years ago
  59. 99e7f7a Added rules to build 64-bit libraries: lib64cutils.a and lib64log.a by Andrew Hsieh · 12 years ago
  60. 9c38e14 am 1a2f32c4: am d39f9d93: am 9cec99ba: Merge "Fix typo in queue_property_triggers ident" by Colin Cross · 12 years ago
  61. 1a2f32c am d39f9d93: am 9cec99ba: Merge "Fix typo in queue_property_triggers ident" by Colin Cross · 12 years ago
  62. d39f9d9 am 9cec99ba: Merge "Fix typo in queue_property_triggers ident" by Colin Cross · 12 years ago
  63. 9cec99b Merge "Fix typo in queue_property_triggers ident" by Colin Cross · 12 years ago
  64. 469b7b2 Fix typo in queue_property_triggers ident by Chris Dearman · 12 years ago
  65. cef6db2 Merge "renamed audio policy output flag." by Eric Laurent · 12 years ago
  66. 2e9d845 renamed audio policy output flag. by Eric Laurent · 12 years ago
  67. 977fc4e Merge "Fixed two 64-bit porting issues; Make pid/tid type consistent" by Andrew Hsieh · 12 years ago
  68. d2c8f52 Fixed two 64-bit porting issues; Make pid/tid type consistent by Andrew Hsieh · 12 years ago
  69. ca3bf25 am 25443f80: am 1e28088f: am 5cc398ef: Merge "Toolbox implementation of chown has a bad print" by Jean-Baptiste Queru · 12 years ago
  70. cd21d21 am 72249325: am 428a6e3f: am 13438a93: Merge "logwrapper: reduce verbosity and fix usage" by Jean-Baptiste Queru · 12 years ago
  71. 25443f8 am 1e28088f: am 5cc398ef: Merge "Toolbox implementation of chown has a bad print" by Jean-Baptiste Queru · 12 years ago
  72. 7224932 am 428a6e3f: am 13438a93: Merge "logwrapper: reduce verbosity and fix usage" by Jean-Baptiste Queru · 12 years ago
  73. 1e28088 am 5cc398ef: Merge "Toolbox implementation of chown has a bad print" by Jean-Baptiste Queru · 12 years ago
  74. 428a6e3 am 13438a93: Merge "logwrapper: reduce verbosity and fix usage" by Jean-Baptiste Queru · 12 years ago
  75. 5cc398e Merge "Toolbox implementation of chown has a bad print" by Jean-Baptiste Queru · 12 years ago
  76. 13438a9 Merge "logwrapper: reduce verbosity and fix usage" by Jean-Baptiste Queru · 12 years ago
  77. 1f28b77 logwrapper: reduce verbosity and fix usage by Tanguy Pruvot · 13 years ago
  78. 5ae3f93 Remove trailing whitespaces by Anatol Pomazau · 12 years ago
  79. 9427df1 Merge "Enables ADBD tracing in the emulator." by Vladimir Chtchetkine · 12 years ago
  80. 830e197 ion: fix header for including in C++ code by Dima Zavin · 12 years ago
  81. e92b158 libion: use correct build vars in makefile by Dima Zavin · 12 years ago
  82. c4ddca2 am f1ab88c2: am 73c019b3: Add asus vendor id by Ramanan Rajeswaran · 12 years ago
  83. f1ab88c am 73c019b3: Add asus vendor id by Ramanan Rajeswaran · 12 years ago
  84. 28781b0 Enables ADBD tracing in the emulator. by Vladimir Chtchetkine · 12 years ago
  85. c958a7f add missing include by Mathias Agopian · 12 years ago
  86. 73c019b Add asus vendor id by Ramanan Rajeswaran · 12 years ago
  87. 1ae8d4e resolved conflicts for merge of 44898072 to master by Jean-Baptiste Queru · 12 years ago
  88. 4489807 am 7c02a327: am 1ea9fce4: Merge "Extend toolbox with SE Android support." by Jean-Baptiste Queru · 12 years ago
  89. 7c02a32 am 1ea9fce4: Merge "Extend toolbox with SE Android support." by Jean-Baptiste Queru · 12 years ago
  90. 6439693 am 3b04bde9: am ee79b455: am 93553073: Merge "Extend init and ueventd for SE Android." by Jean-Baptiste Queru · 12 years ago
  91. 3b04bde am ee79b455: am 93553073: Merge "Extend init and ueventd for SE Android." by Jean-Baptiste Queru · 12 years ago
  92. ee79b45 am 93553073: Merge "Extend init and ueventd for SE Android." by Jean-Baptiste Queru · 12 years ago
  93. 1ea9fce Merge "Extend toolbox with SE Android support." by Jean-Baptiste Queru · 12 years ago
  94. 9355307 Merge "Extend init and ueventd for SE Android." by Jean-Baptiste Queru · 12 years ago
  95. 274c31a fix "logcat -c ; logcat -d" hang. by Nick Kralevich · 12 years ago
  96. afd9123 Add ion helper library by Rebecca Schultz Zavin · 12 years ago
  97. c8ba536 Implement 'fastboot format' command by Anatol Pomazau · 13 years ago
  98. fc65610 Fix 'extra tokens at end of #endif directive' warning by Anatol Pomazau · 12 years ago
  99. ca2074b Revert "Implement 'fastboot format' command" by Mike Lockwood · 12 years ago
  100. 452e118 Implement 'fastboot format' command by Anatol Pomazau · 13 years ago