1. 36b99e4 adb: Adjust usb_linux.c for changes in libusbhost API. by Mike Lockwood · 15 years ago
  2. 6ac3aa1 libusbhost: Remove global data to allow multiple instances in the same process. by Mike Lockwood · 15 years ago
  3. a92be64 am 53a79a84: am 49337b27: merge from open-source master by The Android Open Source Project · 15 years ago
  4. 53a79a8 am 49337b27: merge from open-source master by The Android Open Source Project · 15 years ago
  5. 49337b2 merge from open-source master by The Android Open Source Project · 15 years ago
  6. 5099d34 Merge "Fix "route add default dev <iface>" behaviour" by Jean-Baptiste Queru · 15 years ago
  7. d864257 am c0d8fb58: (-s ours) DO NOT MERGE resolved conflicts for merge of e95aad61 to kraken by Mike Lockwood · 15 years ago
  8. c0d8fb5 DO NOT MERGE resolved conflicts for merge of e95aad61 to kraken by Mike Lockwood · 15 years ago
  9. e95aad6 merge from open-source master by The Android Open Source Project · 15 years ago
  10. 93ac155 init: Add support for /dev/bus/usb/ file system and add new unix group AID_USB. by Mike Lockwood · 15 years ago
  11. c09b7cf am 509f7399: fastboot: Add more vendor usb ids by Dima Zavin · 15 years ago
  12. 509f739 fastboot: Add more vendor usb ids by Dima Zavin · 15 years ago
  13. 80bdda4 Merge "Added a move flag for init's mount command that maps to MS_MOVE." by Jean-Baptiste Queru · 15 years ago
  14. 855ddb6 am 156b9f3d: am 538e5778: merge from open-source master by The Android Open Source Project · 15 years ago
  15. 156b9f3 am 538e5778: merge from open-source master by The Android Open Source Project · 15 years ago
  16. 538e577 merge from open-source master by The Android Open Source Project · 15 years ago
  17. 34ed47a Merge "sys_signame[] was added to libc, remove conflicting definition" by Jean-Baptiste Queru · 15 years ago
  18. fcb44c4 am a523b5b2: Merge "Get rid of warnings when compiled with -Wformat-security" into kraken by Nick Kralevich · 15 years ago
  19. a523b5b Merge "Get rid of warnings when compiled with -Wformat-security" into kraken by Nick Kralevich · 15 years ago
  20. 40754cf am 4f55adc3: Get rid of warnings when compiled with -Wformat-security by Nick Kralevich · 15 years ago
  21. 4f55adc Get rid of warnings when compiled with -Wformat-security by Nick Kralevich · 15 years ago
  22. dd26bb3 Get rid of warnings when compiled with -Wformat-security by Nick Kralevich · 15 years ago
  23. 4a8becb Merge "Moving junit out of core.jar and into core-junit.jar." by Jesse Wilson · 15 years ago
  24. 01e11a1 am 0253ffde: am d00eba45: merge from open-source master by The Android Open Source Project · 15 years ago
  25. 0253ffd am d00eba45: merge from open-source master by The Android Open Source Project · 15 years ago
  26. d00eba4 merge from open-source master by The Android Open Source Project · 15 years ago
  27. 9e3a6d1 Merge changes Ibe4ce055,I3bcba4c9 by Mike Lockwood · 15 years ago
  28. 5e567cb libusbhost: add usb_endpoint_get_device() by Mike Lockwood · 15 years ago
  29. e380c27 adb: remove unnecessary include by Mike Lockwood · 15 years ago
  30. 9811671 Moving junit out of core.jar and into core-junit.jar. by Jesse Wilson · 15 years ago
  31. 758582c Fix sim build. by Ying Wang · 15 years ago
  32. 28a8dab Add a printf format. by christian.bejram · 15 years ago
  33. e717020 Merge "adb: Use new libusbhost library for USB support on Linux host." by Mike Lockwood · 15 years ago
  34. 8a154ae am 42d38127: Merge "Allow pixelflinger to work when NX (No Execute) is enabled." into kraken by Nick Kralevich · 15 years ago
  35. 42d3812 Merge "Allow pixelflinger to work when NX (No Execute) is enabled." into kraken by Nick Kralevich · 15 years ago
  36. cb6d5c1 am b20e9851: am 25ffaff6: am 86b12152: fix windows SDK build by Brad Fitzpatrick · 15 years ago
  37. b4b7477 am c279d3c5: am 218faa30: am e43c2483: More fixes to Binder perf regression from Eclair by Brad Fitzpatrick · 15 years ago
  38. b20e985 am 25ffaff6: am 86b12152: fix windows SDK build by Brad Fitzpatrick · 15 years ago
  39. c279d3c am 218faa30: am e43c2483: More fixes to Binder perf regression from Eclair by Brad Fitzpatrick · 15 years ago
  40. 25ffaff am 86b12152: fix windows SDK build by Brad Fitzpatrick · 15 years ago
  41. 218faa3 am e43c2483: More fixes to Binder perf regression from Eclair by Brad Fitzpatrick · 15 years ago
  42. d7249c4 adb: Use new libusbhost library for USB support on Linux host. by Mike Lockwood · 15 years ago
  43. 30ff2c7 libusbhost: new library for Linux USB host support. by Mike Lockwood · 15 years ago
  44. 86b1215 fix windows SDK build by Brad Fitzpatrick · 15 years ago
  45. beeeee7 Allow pixelflinger to work when NX (No Execute) is enabled. by Nick Kralevich · 15 years ago
  46. e43c248 More fixes to Binder perf regression from Eclair by Brad Fitzpatrick · 15 years ago
  47. aebae19 Merge changes If8e07502,I48c84fab by Colin Cross · 15 years ago
  48. c880ee0 Fix adb remount on non-MTD devices by Colin Cross · 15 years ago
  49. 4e7dd3d mount: Add support for remounting without specifying device by Colin Cross · 15 years ago
  50. 63b15a3 Merge "Let "adb connect" connect to emulators too - adb can now connect to an emulator configured with an arbitrary pair of <console port, adb port>. These two ports do not have to be adjacent. This can be done from the commandline at any time using adb connect emu:<console_port>,<adb_port> - Emulators running on ports outside the normal range (5554/5555-5584/5585) register themselves on startup if they follow the convention "console port+1==abd port". - Emulators outside the normal port range will not be auto-detected on adb startup as these ports are not probed. - The index into local_transports[] array in transport_local.c does no longer indicate the port number of the local transport. Use the altered atransport struct to get the port number. - I have chosen not to document the adb connect emu:console_port,adb_port syntax on adb's help screen as this might be confusing to most readers and useful to very few. - I don't expect this to introduce any (backwards) compatibility issues." by Mike Lockwood · 15 years ago
  51. 879263c am 7f2ad58a: adb: Add Qualcomm USB id by Dima Zavin · 15 years ago
  52. 7f2ad58 adb: Add Qualcomm USB id by Dima Zavin · 15 years ago
  53. f7cc9c2 am 4e226a50: am ba9025ce: am 253e27ac: Optimize set_sched_policy(), which gets called in every binder call. by Brad Fitzpatrick · 15 years ago
  54. 4e226a5 am ba9025ce: am 253e27ac: Optimize set_sched_policy(), which gets called in every binder call. by Brad Fitzpatrick · 15 years ago
  55. ba9025c am 253e27ac: Optimize set_sched_policy(), which gets called in every binder call. by Brad Fitzpatrick · 15 years ago
  56. 253e27a Optimize set_sched_policy(), which gets called in every binder call. by Brad Fitzpatrick · 15 years ago
  57. b717dc8 init: Add support for /dev/bus/usb/ file system and add new unix group AID_USB. by Mike Lockwood · 15 years ago
  58. ba8a2d7 am 7a9f4c26: am 83b97a6a: am 458f0633: For issue #2651381, allow library prelinking. by Dan Bornstein · 15 years ago
  59. 7a9f4c2 am 83b97a6a: am 458f0633: For issue #2651381, allow library prelinking. by Dan Bornstein · 15 years ago
  60. 232fcee am cc42a2d6: am 44bce0fb: merge from open-source master by The Android Open Source Project · 15 years ago
  61. 83b97a6 am 458f0633: For issue #2651381, allow library prelinking. by Dan Bornstein · 15 years ago
  62. cc42a2d am 44bce0fb: merge from open-source master by The Android Open Source Project · 15 years ago
  63. 44bce0f merge from open-source master by The Android Open Source Project · 15 years ago
  64. 458f063 For issue #2651381, allow library prelinking. by Dan Bornstein · 15 years ago
  65. 6da145a Let "adb connect" connect to emulators too by Stefan Hilzinger · 15 years ago
  66. 2bef93c cpu-features.h is only available for ARM by Bruce Beare · 15 years ago
  67. 6c36cd5 am 3b9255e3: am e57d8918: merge from open-source master by The Android Open Source Project · 15 years ago
  68. 3b9255e am e57d8918: merge from open-source master by The Android Open Source Project · 15 years ago
  69. e57d891 merge from open-source master by The Android Open Source Project · 15 years ago
  70. 9b6c850 fix sim build by Jean-Baptiste Queru · 15 years ago
  71. f42d2fa Fix LDM addressing mode disassembly by Martyn Capewell · 15 years ago
  72. 86abd5f Merge "Adds UXTB16 support to Pixelflinger" by Jean-Baptiste Queru · 15 years ago
  73. 8ecf934 Merge "NEON shortcut for flat colour blending into 16-bit" by Jean-Baptiste Queru · 15 years ago
  74. cd64315 Add documentation for some adb environmental variables. by Tim · 15 years ago
  75. deb7a12 am 7e113e39: am 9a22c68e: merge from open-source master by The Android Open Source Project · 15 years ago
  76. 7e113e3 am 9a22c68e: merge from open-source master by The Android Open Source Project · 15 years ago
  77. 9a22c68 merge from open-source master by The Android Open Source Project · 15 years ago
  78. 26bb6e9 Fixing spelling errors in adb docs by Brian Carlstrom · 15 years ago
  79. a84a42e Make adb's daemon-port on the host machine configurable. by Stefan Hilzinger · 15 years ago
  80. 23e6416 adb: remove obsolete adb.connected system property. by Mike Lockwood · 15 years ago
  81. 4f66069 Add Pantech's USB vendor ID to adb. by Xavier Ducrohet · 15 years ago
  82. c22b9bf Added Kyocera's VID (0x0482), upon their request. by Takeshi Kishimoto · 15 years ago
  83. 505bd6e adb: Add five second timeout for USB writes on Linux host. by Mike Lockwood · 15 years ago
  84. 805c4a7 Add missing newlines to adb usage message by Brian Carlstrom · 15 years ago
  85. c519c00 adb: do not mix printf() with write() when writing to stdout. by Mike Lockwood · 16 years ago
  86. 16f1550 Added ZTE's USB Vendor ID (0x19D2) upon ZTE's request. by Takeshi Kishimoto · 15 years ago
  87. 1727309 Added USB vendor id of Sharp, based on Sharp's request. by Takeshi Kishimoto · 15 years ago
  88. db3fd7f am 88f29fef: fix build on darwin. by Nick Kralevich · 15 years ago
  89. 88f29fe fix build on darwin. by Nick Kralevich · 15 years ago
  90. 016be30 Merge "Fixing spelling errors in adb docs" by Brian Carlstrom · 15 years ago
  91. ec92c4f am 8e274f34: Merge "make libacc run with execute stack protections enabled." into kraken by Nick Kralevich · 15 years ago
  92. 1166c9b am ecf835e2: am a00a69e0: am b419c35c: Fix adb, fastboot to compile in Windows SDK under Linux. by Raphael · 15 years ago
  93. 23d2df5 Fixing spelling errors in adb docs by Brian Carlstrom · 15 years ago
  94. 8e274f3 Merge "make libacc run with execute stack protections enabled." into kraken by Nick Kralevich · 15 years ago
  95. ecf835e am a00a69e0: am b419c35c: Fix adb, fastboot to compile in Windows SDK under Linux. by Raphael · 15 years ago
  96. a00a69e am b419c35c: Fix adb, fastboot to compile in Windows SDK under Linux. by Raphael · 15 years ago
  97. b419c35 Fix adb, fastboot to compile in Windows SDK under Linux. by Raphael · 15 years ago
  98. eb31c0b fastboot should return non-zero exit code on error by Brian Carlstrom · 15 years ago
  99. 093ba25 make libacc run with execute stack protections enabled. by Nick Kralevich · 15 years ago
  100. f538d8c am 33680b10: init: Use a relative symlink for ueventd to init by Colin Cross · 15 years ago