1. 756e1c8 libcutils: add socket_get_local_port(). by David Pursell · 8 years ago
  2. 0eb8e1b libcutils: share Windows networking code. by David Pursell · 8 years ago
  3. 1175d0f libcutils: turn on -Werror on Win32, fix resulting build break. by Josh Gao · 9 years ago
  4. 9e86f8e libcutils: add prefix to local variables in Android.mk. by Josh Gao · 9 years ago
  5. cab716f Revert "libcutils: don't build for Windows." by Josh Gao · 9 years ago
  6. bb3f9ce libcutils: don't build for Windows. by Josh Gao · 9 years ago
  7. a4b8f9f am bfe32228: Merge "Remove USE_MINGW/CYGWIN; Whitelist windows modules" by Dan Willemsen · 9 years ago
  8. 87a419c Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 9 years ago
  9. 3192689 am 63141512: am 53f11b62: Merge "libcutils: enable LOCAL_SANITIZE := integer" by Nick Kralevich · 9 years ago
  10. fc82dd9 libcutils: enable LOCAL_SANITIZE := integer by Nick Kralevich · 9 years ago
  11. 8b262b9 resolved conflicts for merge of 038b76c2 to mnc-dev-plus-aosp by Elliott Hughes · 9 years ago
  12. 8fea1ed Turn on warnings for libcutils, fix a bug. by Elliott Hughes · 9 years ago
  13. 63e3831 am e5b0c837: Merge "add cpuset support to libcutils" into mnc-dev by Tim Murray · 9 years ago
  14. b769c8d add cpuset support to libcutils by Tim Murray · 9 years ago
  15. 36284db Switch arch-arm/memset32.S to unified syntax. by Elliott Hughes · 9 years ago
  16. 1ef9ccd [MIPS] Fast android_memset for Mips64, Mipsr6 by Duane Sand · 9 years ago
  17. 8b2c7de libcutils: add fs_config by Mark Salyzyn · 9 years ago
  18. 2040031 Be more intention-revealing with libcutils' strlcpy. by Elliott Hughes · 9 years ago
  19. af98efb Move all libcutils tests into the gtests. by Elliott Hughes · 9 years ago
  20. a492f37 Move mips/mips64 android_memset16/android_memset32 into libcutils. by Elliott Hughes · 9 years ago
  21. 60a347f Fix shared version of libcutils on the host to include strlcpy by Brian Carlstrom · 9 years ago
  22. 7d451ab Define atrace_* functions for both target and host. by Richard Uhler · 9 years ago
  23. acb31ba Add make target for shared libcutils on host. by Richard Uhler · 9 years ago
  24. f21717c Remove unused cruft from libcutils. by Elliott Hughes · 9 years ago
  25. e9ca709 Remove the error-prone TARGET_CPU_SMP from system/core. by Elliott Hughes · 10 years ago
  26. 60c57da Add -no-integrated-as at local level. by Chih-Hung Hsieh · 10 years ago
  27. 458d125 Clean up memset[16,32] routines: unify files names, remove redundant wrapper by Varvara Rainchik · 10 years ago
  28. 949aa23 Fix some clang compilation issues. by Dan Albert · 10 years ago
  29. 734f50c [MIPSR6] Skip pixelflinger, memset assembler code on mips32r6 by Duane Sand · 10 years ago
  30. 03cc1f7 Remove invalid 64-bit host objects. by Stephen Hines · 10 years ago
  31. d660d89 Add android_memset16/android_memset32 for aarch64. by Christopher Ferris · 10 years ago
  32. 86a1600 Port libcutils memset16/32 to x86_64. by Henrik Smiding · 10 years ago
  33. 59ec765 Host multilib build of both 32-bit and 64-bit libraries. by Ian Rogers · 10 years ago
  34. e942d1f Fix build. by Mathieu Chartier · 10 years ago
  35. 0b9674f Fix build. by Mathieu Chartier · 10 years ago
  36. 0bff5bd Fix win32 undefined reference to `_socket_network_client_timeout'. by Elliott Hughes · 10 years ago
  37. 9f437d7 Remove unused LOCAL_LDLIBS. by Ying Wang · 10 years ago
  38. 02a7c3a libcutils: win_sdk build issues by Mark Salyzyn · 10 years ago
  39. 1271716 libcutils: turn on -Werror by Mark Salyzyn · 10 years ago
  40. d3c8d5b Handle errno properly to avoid corrupt str_parms by Jens Gulin · 10 years ago
  41. a6aad4c libcutils: Move list.c to inlines on list.h by Mark Salyzyn · 11 years ago
  42. 65dd88b system/core: remove $(KERNEL_HEADERS) from includes by Colin Cross · 10 years ago
  43. 6891df7 am 45ddf184: am 9b8a929d: Merge "libcutils doesn\'t need to be looking at bionic\'s privates." by Elliott Hughes · 11 years ago
  44. 7f7b12b am 5baecee3: am be18538d: Merge "Cleanup x86 flags and memset versions" by Elliott Hughes · 11 years ago
  45. 478c566 libcutils doesn't need to be looking at bionic's privates. by Elliott Hughes · 11 years ago
  46. 4aa51cd Cleanup x86 flags and memset versions by Pavel Chupin · 11 years ago
  47. f47c01d am 1690a5a6: am aa62be65: Merge "Use SSE2 enhanced memset for capable x86 processors" by Ying Wang · 11 years ago
  48. 51546ee Use SSE2 enhanced memset for capable x86 processors by Daniel Leung · 12 years ago
  49. 0ee7d8c Fix Mac builds, for realz. by Jeff Sharkey · 11 years ago
  50. 4481c32 Fix Mac builds. by Jeff Sharkey · 11 years ago
  51. 9227bd3 Move liblog headers to system/core/include/log by Colin Cross · 11 years ago
  52. abb7d58 HACK: cutils: restore record_stream temporarily by Dima Zavin · 11 years ago
  53. b39e3a8 libcutils: Don't build host property support by Nick Kralevich · 11 years ago
  54. e00a12b cutils: first pass at cleaning up legacy/obsolete code in cutils by Dima Zavin · 11 years ago
  55. 821620f am c796ed97: We need libcutils to include liblog by Ying Wang · 11 years ago
  56. c796ed9 We need libcutils to include liblog by Ying Wang · 11 years ago
  57. 9c37960 am 9b32f87a: Merge "Add Mips memset speedup" by Keun-young Park · 11 years ago
  58. 9b32f87 Merge "Add Mips memset speedup" by Keun-young Park · 11 years ago
  59. c5c410f am 4b9bdd33: am 90dd1402: am 241194ca: Merge "[MIPS] Benchmark test for MIPS memset16/memset32" by Jeffrey Brown · 11 years ago
  60. 241194c Merge "[MIPS] Benchmark test for MIPS memset16/memset32" by Jeffrey Brown · 11 years ago
  61. def8d6a The localtime_tz and mktime_tz extensions are now in bionic. by Elliott Hughes · 12 years ago
  62. d4a8098 [MIPS] Benchmark test for MIPS memset16/memset32 by Duane Sand · 12 years ago
  63. 0a34643 cutils: Add tracing support by Alex Ray · 12 years ago
  64. 6630052 The localtime_tz and mktime_tz extensions are now in bionic. by Elliott Hughes · 12 years ago
  65. 9685194 File-system utilities for installd and zygote. by Jeff Sharkey · 12 years ago
  66. 1ca1205 Add Mips memset speedup by Duane Sand · 12 years ago
  67. fd7f1b6 Revert "Revert "Upgrade to dlmalloc 2.8.5."" by Ian Rogers · 12 years ago
  68. 42b83c6 Revert "Upgrade to dlmalloc 2.8.5." by Brian Carlstrom · 12 years ago
  69. 1768707 am e05ac541: am 9d779bf1: Merge "Upgrade to dlmalloc 2.8.5." by Brian Carlstrom · 12 years ago
  70. 2d13791 Upgrade to dlmalloc 2.8.5. by Ian Rogers · 12 years ago
  71. de980f2 Omit multiuser.c from Windows builds. by Jeff Sharkey · 12 years ago
  72. 2be5338 Merge "Multi-user external storage support." into jb-mr1-dev by Jeff Sharkey · 12 years ago
  73. 885342a Multi-user external storage support. by Jeff Sharkey · 12 years ago
  74. 93be76f am e8e73b01: am 311a4758: Merge "Remove system/core\'s remnants of SH support." by Jean-Baptiste Queru · 12 years ago
  75. 6521a41 Remove system/core's remnants of SH support. by Elliott Hughes · 12 years ago
  76. 46ac0ef Include to define uid_t. by Jeff Sharkey · 12 years ago
  77. 9509d27 Native utils for working with user and app IDs. by Jeff Sharkey · 12 years ago
  78. 053b865 Enhance native stack dumps. by Jeff Brown · 12 years ago
  79. 4a6b384 Provide portable wrapper for qsort_r. by Jeff Brown · 12 years ago
  80. 99e7f7a Added rules to build 64-bit libraries: lib64cutils.a and lib64log.a by Andrew Hsieh · 12 years ago
  81. 7913bc0 libcutils: Use proper private header to access C library's <time.h> extension by David 'Digit' Turner · 13 years ago
  82. 7e14e0c cutils: only build klog for target by Dima Zavin · 13 years ago
  83. da04c52 init/cutils: move list utility code to cutils from init by Dima Zavin · 13 years ago
  84. 8f91282 init/cutils: move kernel logging interface to libcutils from init by Dima Zavin · 13 years ago
  85. 29e1e73 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  86. 1ac6dde Move qtaguid.c from common sources in Android.mk to fix windows build. by Ashish Sharma · 13 years ago
  87. 8626cce Add communication support for xt_qtaguid(network traffic accounting) kernel module. by Ashish Sharma · 13 years ago
  88. 2b8f76c Tracking merge of dalvik-dev to master by jeffhao · 13 years ago
  89. b05b0b5 Crypto changes for devices that don't write ext4 fs on wipe by Ken Sumrall · 13 years ago
  90. 14fc0c2 libcutils: build str_parms test for target instead of host by Dima Zavin · 13 years ago
  91. 0e02fca Merge "libcutils: add a simple string parameter parsing ("a=b;c=d;") helper utils" by Dima Zavin · 13 years ago
  92. b0d0e26 resolved conflicts for merge of 2baeb898 to honeycomb-plus-aosp by Nick Kralevich · 13 years ago
  93. 3f582e9 Fold uevent message origin checking from init into libcutils. by Vernon Tang · 13 years ago
  94. de35f27 am 03752be0: am 0c297f5e: Merge "Revert "Fold uevent message origin checking from init into libcutils."" by Nick Kralevich · 13 years ago
  95. de9e65d Revert "Fold uevent message origin checking from init into libcutils." by Nick Kralevich · 13 years ago
  96. e3ab424 am a7cf7ed9: am 282c2ab4: Merge "Fold uevent message origin checking from init into libcutils." by Nick Kralevich · 13 years ago
  97. 8405ec0 Fold uevent message origin checking from init into libcutils. by Vernon Tang · 13 years ago
  98. 0fad7d0 libcutils: add a simple string parameter parsing ("a=b;c=d;") helper utils by Dima Zavin · 13 years ago
  99. e3aeeb4 Try to unmount writable filesystems when rebooting by Ken Sumrall · 13 years ago
  100. bb12ac9 Assembly coded android_memset16 and android_memset32 by Lu, Hongjiu · 14 years ago