1. ae835ac Add command line flag to show list of snapshots. by Ot ten Thije · 14 years ago
  2. 2ff39a3 Control state snapshots from Android console. by Ot ten Thije · 14 years ago
  3. 79949d6 Fix emulator build. by Jean-Baptiste Queru · 14 years ago
  4. 04a18e5 Fix ping version reporting. by David 'Digit' Turner · 14 years ago
  5. 18fe86e emulator-ui: Remove dependencies from qemu sources. by David 'Digit' Turner · 14 years ago
  6. 1a00085 qemu: Multimode support by Jaime Lopez · 14 years ago
  7. 7bf9d7f Don't prepend ccache if it's already there by Ying Wang · 14 years ago
  8. 008c97e Cleanup warnings in the standalone UI build by Vladimir Chtchetkine · 14 years ago
  9. f59442f Build standalone UI program (emulator-ui). by David 'Digit' Turner · 14 years ago
  10. 7746af0 Make core initialization replying to the UI at the end of initialization. by Vladimir Chtchetkine · 14 years ago
  11. 4e024bb Remove compiler warnings when building the emulator. by David 'Digit' Turner · 14 years ago
  12. 1d9873b Remove duplicate rules for generated source file. by David 'Digit' Turner · 14 years ago
  13. d95fd13 Fix Makefile by adding mandatory user tags. by David 'Digit' Turner · 14 years ago
  14. f52506f upstream: console changes. by David Turner · 14 years ago
  15. 025c32f upstream: console changes. by David Turner · 14 years ago
  16. b919805 upstream: osdep changes + fix mingw build. by David Turner · 14 years ago
  17. edd3396 upstream: monitor.h by David Turner · 14 years ago
  18. 6a9ef17 upstream: move timer management code to qemu-timer.c by David Turner · 14 years ago
  19. cefa744 Add android_port initialization in the core. by Vladimir Chtchetkine · 14 years ago
  20. 415a4b1 Add a PulseAudio audio backend for Linux. by David 'Digit' Turner · 14 years ago
  21. 3f16680 Fix build break by Vladimir Chtchetkine · 14 years ago
  22. 13f3b6c Cleaned up build script from rebuilding locally generated sources by Vladimir Chtchetkine · 14 years ago
  23. b5365f3 Move memchecker initialization from main.c to vl-android.c (core) by Vladimir Chtchetkine · 14 years ago
  24. 074d1f9 Added -android-hw option by Vladimir Chtchetkine · 14 years ago
  25. 393c0f1 Fix Darwin build. by David 'Digit' Turner · 14 years ago
  26. ba1f57f Added qemu-android build target which will build bare (UI-stripped) emulator by Vladimir Chtchetkine · 14 years ago
  27. 055ae42 Better separation of UI and Core sources for framebuffer emulation. by David 'Digit' Turner · 14 years ago
  28. 2fa5173 Moved dependency on android_ui_set_window_scale to ui-core-protocol.h by Vladimir Chtchetkine · 14 years ago
  29. eb83825 Move net-related routines from main.c to net-android.c by Vladimir Chtchetkine · 14 years ago
  30. 7258f6b Finished shuffling files. by Vladimir Chtchetkine · 14 years ago
  31. a678138 Shuffle some more files. by Vladimir Chtchetkine · 14 years ago
  32. 4057561 Removed hw-control dependency from the UI. by Vladimir Chtchetkine · 14 years ago
  33. 71bb14f Move key event generation out of the UI realm into neutral space. by Vladimir Chtchetkine · 14 years ago
  34. a21ac69 Add ui_core_protocol.* to simulate UI->Core exchange. by Vladimir Chtchetkine · 14 years ago
  35. 13682a0 Combine UI sources under one variable. by Vladimir Chtchetkine · 14 years ago
  36. ceb0fd0 Move list of source files used to build emulator core to a separate variable by Vladimir Chtchetkine · 14 years ago
  37. d81e6d1 Pass core-specific options to emulator core as cmd-line options. by Vladimir Chtchetkine · 14 years ago
  38. e3c83b5 Fix -sdcard option by reverting previous commit. by David 'Digit' Turner · 14 years ago
  39. 45d6d6d Moved BLOCK and some hw/* files to emulator core library by Vladimir Chtchetkine · 14 years ago
  40. b3b9b70 Remove debug traces by David 'Digit' Turner · 14 years ago
  41. ca85ee2 Fix the windows build. by David 'Digit' Turner · 14 years ago
  42. 526a991 Defined EMULATOR_CORE_CFLAGS, and EMULATOR_UI_CFLAGS by Vladimir Chtchetkine · 14 years ago
  43. a05284d Separate emulator build into three parts: core lib, UI lib, and the executable. by Vladimir Chtchetkine · 14 years ago
  44. d0d9734 Make the emulator build on Snow Leopard. by Jeff Hamilton · 14 years ago
  45. 34f2974 Add small user-event abstraction interface. by David 'Digit' Turner · 14 years ago
  46. b74c48f Fix Mac build by using prebuilt SDL library for OS X by David 'Digit' Turner · 14 years ago
  47. 34d1651 Build SDL from sources directly. by David 'Digit' Turner · 14 years ago
  48. d27aca1 Moved android_emulation_setup from android/main.c to android/qemu-setup.c by Vladimir Chtchetkine · 14 years ago
  49. 3d66dc7 Upstream: HAVE_IOVEC => CONFIG_IOVEC by David 'Digit' Turner · 14 years ago
  50. 2910f18 Upstream: Misc integration - includes qobject.h and related sources by David 'Digit' Turner · 14 years ago
  51. 0119362 Moved QEmulator out of main.c by Vladimir Chtchetkine · 14 years ago
  52. 3266b51 Upstream: Move ioport code to ioport.[hc] by David 'Digit' Turner · 14 years ago
  53. a5d4120 Upstream: Replace sys-queue.h with qemu-queue.h by David 'Digit' Turner · 14 years ago
  54. 2c538c8 Upstream: Use CONFIG_BSD instead of _BSD and HOST_BSD by David 'Digit' Turner · 14 years ago
  55. eeac013 Separate audio stack and SDL by Vladimir Chtchetkine · 14 years ago
  56. aea1b87 Changes to build Windows emulator under Linux/MinGW by Raphael · 14 years ago
  57. 8339d18 Move file I/O out of ELFF, abstracting them in platform-independent fasion. by Vladimir Chtchetkine · 14 years ago
  58. ab873b7 Add --static option to android-configure.sh in order to build static emulator executable. by David 'Digit' Turner · 14 years ago
  59. 9a0f1fb Fix standalone debug builds of the emulator. by David 'Digit' Turner · 14 years ago
  60. 5389aa1 Merge memory checking from sandbox by Vladimir Chtchetkine · 14 years ago
  61. d9b8b90 merge from open-source master by The Android Open Source Project · 14 years ago
  62. e48bd04 am a383d02c: Extract emulator major version number from SDK Tools package revision. by David 'Digit' Turner · 15 years ago
  63. a383d02 Extract emulator major version number from SDK Tools package revision. by David 'Digit' Turner · 15 years ago
  64. 095cd0f Force gcc-4.0 for qemu build on Mac OS X by Kenny Root · 15 years ago
  65. 99bbbfb merge from eclair by Jean-Baptiste Queru · 15 years ago
  66. 9ef4f09 eclair snapshot by Jean-Baptiste Queru · 15 years ago
  67. 6555d90 am 2ec45595: Fix the build. by David 'Digit' Turner · 15 years ago
  68. 2ec4559 Fix the build. by David 'Digit' Turner · 15 years ago
  69. 1f2d8d3 am 065242de: Ensure android/avd/hw-config-defs.h is properly regenerated as needed. by David 'Digit' Turner · 15 years ago
  70. 065242d Ensure android/avd/hw-config-defs.h is properly regenerated as needed. by David 'Digit' Turner · 15 years ago
  71. 6f0e6da am 06074941: Merge change 25638 into eclair by David 'Digit' Turner · 15 years ago
  72. 87250c2 Allow skins to provide a "dpad-rotation" field for each layout. by David 'Digit' Turner · 15 years ago
  73. 497d910 resolved conflicts for merge of 5d8f37ad to eclair-plus-aosp by Jean-Baptiste Queru · 15 years ago
  74. 5d8f37a Merge upstream QEMU 10.0.50 into the Android source tree. by David 'Digit' Turner · 15 years ago
  75. 43fbac1 Added option to build link with libutil by Alexey Tarasov · 15 years ago
  76. b95f892 Fix Leopard-built emulator binaries to run on Tiger. by David 'Digit' Turner · 15 years ago
  77. 466f548 Make ./android-configure.sh --debug work as advertized. by David 'Digit' Turner · 15 years ago
  78. c5b1270 Add a new hw.lcd.density hardware property to AVD configuration files. by David 'Digit' Turner · 15 years ago
  79. 46be487 Add our modified SDL sources under distrib/sdl-1.2.12 by David 'Digit' Turner · 15 years ago
  80. bba461c AI 149526: Cloned from CL 149504 by 'g4 patch'. by David Turner · 15 years ago
  81. 9c0c515 AI 149496: Backport emulator-related donut fixes into cupcake. by David Turner · 15 years ago
  82. 9877e2e auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  83. 8b23a6c auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  84. f721e3a auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  85. bae1bc3 auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  86. ee2298a auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  87. c27f813 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  88. 0852ad5 auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 15 years ago
  89. c2db2b6 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 15 years ago
  90. df7881f Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 15 years ago
  91. 55f4e4a Initial Contribution by The Android Open Source Project · 16 years ago