1. 665a222 we actually have to saturate when doing premultilied blending with opengl by Mathias Agopian · 15 years ago
  2. 6bc6794 am ee40fc4e: rootdir: init.rc: Bump up background cpu shares to 5.0% by San Mehat · 15 years ago
  3. ee40fc4 rootdir: init.rc: Bump up background cpu shares to 5.0% by San Mehat · 15 years ago
  4. 781d041 adb: Remove adbd from simulator build. by Mike Lockwood · 15 years ago
  5. 161de4e Merge change 20039 by Android (Google) Code Review · 15 years ago
  6. ee15662 adb: add "adb reboot" command. by Mike Lockwood · 15 years ago
  7. b230e42 Merge change 20154 by Android (Google) Code Review · 15 years ago
  8. 656a816 Added defines for <stdint.h> and <stdbool.h>. by Andy McFadden · 15 years ago
  9. c91cf8b Merge change 20109 by Android (Google) Code Review · 15 years ago
  10. 09070d9 fastboot: Add support for Motorola USB vendor ID. by Mike Lockwood · 15 years ago
  11. 6ed11eb init: /dev/diag, /dev/diag_arm9 now owned by AID_RADIO by Iliyan Malchev · 15 years ago
  12. c98c2b8 Merge change 20021 by Android (Google) Code Review · 15 years ago
  13. 80e4972 Support 2D arrays. by Jack Palevich · 15 years ago
  14. 304176c Merge change 20014 by Android (Google) Code Review · 15 years ago
  15. b615450 Implement arrays. by Jack Palevich · 15 years ago
  16. 2b9a6ce Merge change 9647 by Android (Google) Code Review · 15 years ago
  17. aa027b4 merge from open-source master by Jean-Baptiste Queru · 15 years ago
  18. 46e8863 init: Add hw3d master/client nodes to device list. by Dima Zavin · 15 years ago
  19. 9af41c4 Merge change 9594 by Android (Google) Code Review · 15 years ago
  20. ce62102 init: add permissions for /dev/diag and /dev/diag_arm9 by Iliyan Malchev · 15 years ago
  21. c9b8ffc Add support for "short" data type. by Jack Palevich · 15 years ago
  22. 1f7aceb merge from donut by Jean-Baptiste Queru · 15 years ago
  23. 029c7f8 Merge change 9407 by Android (Google) Code Review · 15 years ago
  24. 9613899 Fix parsing of function declarations that return pointers. by Jack Palevich · 15 years ago
  25. 84c7966 Merge change 9402 by Android (Google) Code Review · 15 years ago
  26. 6342dbd Merge change 9401 by Android (Google) Code Review · 15 years ago
  27. 61c00b8 Merge change 9400 by Android (Google) Code Review · 15 years ago
  28. e62b6ea Merge change 9399 by Android (Google) Code Review · 15 years ago
  29. 47cbea9 Support brackets for accessing array values. by Jack Palevich · 15 years ago
  30. 5b65909 Clean up the way we handle postfix operators. by Jack Palevich · 15 years ago
  31. aaac928 Implement pre-increment / pre-decrement by Jack Palevich · 15 years ago
  32. 43aaee3 Support the comma operator. by Jack Palevich · 15 years ago
  33. 95f2af6 Merge change 9366 by Android (Google) Code Review · 15 years ago
  34. 18f275a Merge change 9365 by Android (Google) Code Review · 15 years ago
  35. 460675e Merge change 9364 by Android (Google) Code Review · 15 years ago
  36. bb75dcc Merge change 9363 by Android (Google) Code Review · 15 years ago
  37. b10177a Merge change 9362 by Android (Google) Code Review · 15 years ago
  38. 0c01774 Implement op=. by Jack Palevich · 15 years ago
  39. beb4fe9 Test multiple levels of pointer indirection. by Jack Palevich · 15 years ago
  40. 29daf57 Assignment in ordinary expressions is now handled using lvals and rvals. by Jack Palevich · 15 years ago
  41. b5e3331 Start using lvals and rvals. by Jack Palevich · 15 years ago
  42. 8968e8e Change assignment code gen to use leaR0 .. storeR0ToTOS. by Jack Palevich · 15 years ago
  43. 1f4ff53 am cc1de48d: adb: Another attempted workaround for the adb disconnect problem. by Mike Lockwood · 15 years ago
  44. cc1de48 adb: Another attempted workaround for the adb disconnect problem. by Mike Lockwood · 15 years ago
  45. 8f361fa Fix bad ARM code generation for '||' and '&&' operators. by Jack Palevich · 15 years ago
  46. 9f51a26 Load function symbols using lea syntax. by Jack Palevich · 15 years ago
  47. a868359 merge from donut by Jean-Baptiste Queru · 15 years ago
  48. a7813bd Remove loadR0 in favor of lea + loadR0FromR0. by Jack Palevich · 15 years ago
  49. ddf7c9c Implement inc/dec in a more lval-friendly way. by Jack Palevich · 15 years ago
  50. 7fcdf1c Adjust stack alignment for local variables to work more like arguments. by Jack Palevich · 15 years ago
  51. 894c5cd add log tags for backup/restore events by Dan Egnor · 15 years ago
  52. 630f5f0 Add Bluetooth PBAP service. by Jaikumar Ganesh · 15 years ago
  53. 9c3744b reconcile korg/master into goog/master by Jean-Baptiste Queru · 15 years ago
  54. 96d58f4 Merge korg/donut into korg/master by Jean-Baptiste Queru · 15 years ago
  55. 1fde31c am de6f62a6: Add support for Samsung and Motorola devices. by Xavier Ducrohet · 15 years ago
  56. de6f62a Add support for Samsung and Motorola devices. by Xavier Ducrohet · 15 years ago
  57. d39e972 am d52f54c4: install recovery image using patch mechanism by Doug Zongker · 15 years ago
  58. d52f54c install recovery image using patch mechanism by Doug Zongker · 15 years ago
  59. 2ff5c22 Keep track of the current arena. by Jack Palevich · 15 years ago
  60. 89baa20 Fix the ARM postdecrement operator. by Jack Palevich · 15 years ago
  61. c1e49f9 Merge change 7792 by Android (Google) Code Review · 15 years ago
  62. 0761a49 Merge change 7791 by Android (Google) Code Review · 15 years ago
  63. 10b9087 Merge change 7790 by Android (Google) Code Review · 15 years ago
  64. 58c30ee Code generator cleanup by Jack Palevich · 15 years ago
  65. b40367b Remove unused logging code. by Jack Palevich · 15 years ago
  66. ba929a4 Track lvalues vs. rvalues. by Jack Palevich · 15 years ago
  67. 6b001d8 am 1f278215: vold: If we\'re bootstrapping, don\'t automatically mount the SD card. Also fixes some error display bugs (our printf doesnt support %m) by San Mehat · 15 years ago
  68. c0334b1 am d8221d98: vold: vfat: Run up to 3 passes of the disk checker when the checker indicates the FS has been modified. Also create LOST.DIR if it doesn\'t exist on mount. by San Mehat · 15 years ago
  69. a27bd2c am b6e70d87: vold: Allow a damaged volume to be re-evaluated for mounting by San Mehat · 15 years ago
  70. 3377bfd Report error (rather than crashing) when a declaration name is missing. by Jack Palevich · 15 years ago
  71. 8148c5b Coerce R0 to destination type before storing it into a variable. by Jack Palevich · 15 years ago
  72. dc45646 Implement a "#line" directive. by Jack Palevich · 15 years ago
  73. b1544ca Detect assignments to undeclared variables. by Jack Palevich · 15 years ago
  74. ce105a9 If the compile failed, return NULL from symbol lookups. by Jack Palevich · 15 years ago
  75. 1f27821 vold: If we're bootstrapping, don't automatically mount the SD card. Also fixes some by San Mehat · 15 years ago
  76. d8221d9 vold: vfat: Run up to 3 passes of the disk checker when the checker by San Mehat · 15 years ago
  77. b6e70d8 vold: Allow a damaged volume to be re-evaluated for mounting by San Mehat · 15 years ago
  78. 588d2bd Merge change 7495 by Android (Google) Code Review · 15 years ago
  79. d1f57e6 Improve error handling by Jack Palevich · 15 years ago
  80. 6b840e9 Merge change 7456 by Android (Google) Code Review · 15 years ago
  81. 0f0776e Merge change 7464 by Android (Google) Code Review · 15 years ago
  82. 2aaf21f Improve numerical constant parsing. by Jack Palevich · 15 years ago
  83. be65da4 init: Change owner of /dev/uinput to system by Ken Schultz · 15 years ago
  84. b44aeb7 Add OPUSH to register obex server. by Nick Pelly · 15 years ago
  85. 8c246a9 Add accRegisterSymbolCallback API to control external symbol linkage. by Jack Palevich · 15 years ago
  86. fd3db48 Add test for passing floats and doubles as ints, floats, and doubles. by Jack Palevich · 15 years ago
  87. 37c54bd Make forward declarations of external symbols really work. by Jack Palevich · 15 years ago
  88. 7ecc555 Remove unused variable. by Jack Palevich · 15 years ago
  89. 5e52509 Merge change 7050 by Android (Google) Code Review · 15 years ago
  90. dc61060 Merge change 7049 by Android (Google) Code Review · 15 years ago
  91. 13ac7f6 Merge change 7048 by Android (Google) Code Review · 15 years ago
  92. c80b0a9 Merge change 7047 by Android (Google) Code Review · 15 years ago
  93. a8f427f Implement pointer arithmetic. by Jack Palevich · 15 years ago
  94. 25c0cca Implement support for "char" local and global variables. by Jack Palevich · 15 years ago
  95. 45431bc Implement general casts and pointer dereferencing. by Jack Palevich · 15 years ago
  96. 59178c0 Run tests on both ARM and x86 by Jack Palevich · 15 years ago
  97. eced01b am 160d4b05: Merge change 6738 into donut by Android (Google) Code Review · 15 years ago
  98. 160d4b0 Merge change 6738 into donut by Android (Google) Code Review · 15 years ago
  99. 4c8dee8 Merge change 6822 by Android (Google) Code Review · 15 years ago
  100. feb63e9 libnetutils: Add ifc_enable(), for enabling a network interface. by Mike Lockwood · 15 years ago