1. 66ce9b1 Merge "Make the GSM simulator more realistic" by David Turner · 14 years ago
  2. 9235b84 Merge "Added qemu-android build target which will build bare (UI-stripped) emulator" by Vladimir Chtchetkine · 14 years ago
  3. 41ddd14 Merge "Fixed infinite loop in qemu_aio_wait() affecting savevm." by David Turner · 14 years ago
  4. cc19d3e Fixed infinite loop in qemu_aio_wait() affecting savevm. by Ot ten Thije · 14 years ago
  5. a1b379c Make the GSM simulator more realistic by Marc Petit-Huguenin · 14 years ago
  6. ba1f57f Added qemu-android build target which will build bare (UI-stripped) emulator by Vladimir Chtchetkine · 14 years ago
  7. 055ae42 Better separation of UI and Core sources for framebuffer emulation. by David 'Digit' Turner · 14 years ago
  8. 657a352 GPS: Fixed the "geo fix" console command, and added satellite count emulation. by David 'Digit' Turner · 14 years ago
  9. 1fee27e fix -http-proxy implementation to work correctly with chunked encoding. by David 'Digit' Turner · 14 years ago
  10. 43552dc Remove UI dependency from goldfish_event_device.c by Vladimir Chtchetkine · 14 years ago
  11. 2fa5173 Moved dependency on android_ui_set_window_scale to ui-core-protocol.h by Vladimir Chtchetkine · 14 years ago
  12. eb83825 Move net-related routines from main.c to net-android.c by Vladimir Chtchetkine · 14 years ago
  13. 7258f6b Finished shuffling files. by Vladimir Chtchetkine · 14 years ago
  14. a678138 Shuffle some more files. by Vladimir Chtchetkine · 14 years ago
  15. 45d921a Removed boot-properties.h dependency from help.c by Vladimir Chtchetkine · 14 years ago
  16. 4057561 Removed hw-control dependency from the UI. by Vladimir Chtchetkine · 14 years ago
  17. 71bb14f Move key event generation out of the UI realm into neutral space. by Vladimir Chtchetkine · 14 years ago
  18. a21ac69 Add ui_core_protocol.* to simulate UI->Core exchange. by Vladimir Chtchetkine · 14 years ago
  19. 83f8221 Fix a memory corruption bug that can happen if a qemud service decides to by David 'Digit' Turner · 14 years ago
  20. 13682a0 Combine UI sources under one variable. by Vladimir Chtchetkine · 14 years ago
  21. ceb0fd0 Move list of source files used to build emulator core to a separate variable by Vladimir Chtchetkine · 14 years ago
  22. f8473f9 Merge "docs: Add ANDROID-TRACING.TXT to document how tracing works" by David 'Digit' Turner · 14 years ago
  23. 0e393e6 docs: Add ANDROID-TRACING.TXT to document how tracing works by David 'Digit' Turner · 14 years ago
  24. d81e6d1 Pass core-specific options to emulator core as cmd-line options. by Vladimir Chtchetkine · 14 years ago
  25. e3c83b5 Fix -sdcard option by reverting previous commit. by David 'Digit' Turner · 14 years ago
  26. 45d6d6d Moved BLOCK and some hw/* files to emulator core library by Vladimir Chtchetkine · 14 years ago
  27. 377eb2c Enable --mingw option in android-configure.sh by David 'Digit' Turner · 14 years ago
  28. b3b9b70 Remove debug traces by David 'Digit' Turner · 14 years ago
  29. ca85ee2 Fix the windows build. by David 'Digit' Turner · 14 years ago
  30. 526a991 Defined EMULATOR_CORE_CFLAGS, and EMULATOR_UI_CFLAGS by Vladimir Chtchetkine · 14 years ago
  31. 34b3574 Merge "Separate emulator build into three parts: core lib, UI lib, and the executable." by Vladimir Chtchetkine · 14 years ago
  32. a05284d Separate emulator build into three parts: core lib, UI lib, and the executable. by Vladimir Chtchetkine · 14 years ago
  33. 111d6f8 Inter-emulator networking: add interfaces in the correct order by Dries Harnie · 14 years ago
  34. 38f8467 qemu-props: Signal end of property list. by Dries Harnie · 14 years ago
  35. d0d9734 Make the emulator build on Snow Leopard. by Jeff Hamilton · 14 years ago
  36. 34f2974 Add small user-event abstraction interface. by David 'Digit' Turner · 14 years ago
  37. 3bca773 Fix regression: -netspeed <speed> and -netdelay <latency> didn't work. by David 'Digit' Turner · 14 years ago
  38. b74c48f Fix Mac build by using prebuilt SDL library for OS X by David 'Digit' Turner · 14 years ago
  39. 34d1651 Build SDL from sources directly. by David 'Digit' Turner · 14 years ago
  40. 54808b6 Merge "Enable interconnection of emulators" by Jean-Baptiste Queru · 14 years ago
  41. 40beab4 Enable interconnection of emulators by Dries Harnie · 14 years ago
  42. 63e644f Disable audio support in our custom SDL build. by David 'Digit' Turner · 14 years ago
  43. d27aca1 Moved android_emulation_setup from android/main.c to android/qemu-setup.c by Vladimir Chtchetkine · 14 years ago
  44. a2cb543 Fix Windows SDK build. It seems it defines ERROR as a macro somewhere. by David 'Digit' Turner · 14 years ago
  45. dd9cb79 Upstream: integrate minor cleanups by David 'Digit' Turner · 14 years ago
  46. a7fb77d Upstream: integrate timer/clock management changes. by David 'Digit' Turner · 14 years ago
  47. fd3b1a0 Upstream: add qemu_fdatasync() by David 'Digit' Turner · 14 years ago
  48. 9251866 Upstream: integrate various misc. minor changes by David 'Digit' Turner · 14 years ago
  49. 1da50d3 Upstream: remove obsolete softfloat bits by David 'Digit' Turner · 14 years ago
  50. b931772 Upstream: Integrate TCG changes, remove obsolete sources for unsupported targets. by David 'Digit' Turner · 14 years ago
  51. 3d66dc7 Upstream: HAVE_IOVEC => CONFIG_IOVEC by David 'Digit' Turner · 15 years ago
  52. 2910f18 Upstream: Misc integration - includes qobject.h and related sources by David 'Digit' Turner · 14 years ago
  53. 0119362 Moved QEmulator out of main.c by Vladimir Chtchetkine · 14 years ago
  54. 3266b51 Upstream: Move ioport code to ioport.[hc] by David 'Digit' Turner · 14 years ago
  55. 9d6baf0 Fix build. by David 'Digit' Turner · 14 years ago
  56. a5d4120 Upstream: Replace sys-queue.h with qemu-queue.h by David 'Digit' Turner · 14 years ago
  57. 20894ae Upstream: HOST_WORDS_ALIGNED -> WORDS_ALIGNED by David 'Digit' Turner · 14 years ago
  58. 1368f99 Fix emulator OS X build when using the Android build system. by David 'Digit' Turner · 14 years ago
  59. 2c538c8 Upstream: Use CONFIG_BSD instead of _BSD and HOST_BSD by David 'Digit' Turner · 14 years ago
  60. 5e097bf net_socket_receive_dgram: use socket_sendto instead of sendto by Dries Harnie · 15 years ago
  61. eeac013 Separate audio stack and SDL by Vladimir Chtchetkine · 14 years ago
  62. 731e924 When running from the Android build system and no skin is defined by Jeff Hamilton · 14 years ago
  63. b10d42d merge from tools_r6 by The Android Open Source Project · 14 years ago
  64. f6b937d Changes to build Windows emulator under Linux/MinGW by Raphael · 14 years ago
  65. c306052 merge from tools_r6 by The Android Open Source Project · 14 years ago
  66. 9256895 Revert previous patch to fix SD Card emulation by David 'Digit' Turner · 14 years ago
  67. aea1b87 Changes to build Windows emulator under Linux/MinGW by Raphael · 14 years ago
  68. 555d734 merge from tools-r6 by The Android Open Source Project · 14 years ago
  69. fbcab32 Automatically parse a file named 'hardware.ini' if it is found by David 'Digit' Turner · 14 years ago
  70. a120459 Revert change I7af83e21c64d217c6b28bf6cb5ee2e2f23182c95 to fix Froyo build. by Vladimir Chtchetkine · 14 years ago
  71. 0d6e3e2 Fix emulator changelog by David 'Digit' Turner · 14 years ago
  72. 94f3a6d Merge "Making the port where adb is expected configurable." by David Turner · 14 years ago
  73. 4c189f8 Making the port where adb is expected configurable. by Stefan Hilzinger · 14 years ago
  74. f20bf5b Add documentation for framebuffer emulation. by David 'Digit' Turner · 14 years ago
  75. 3e07c91 Updating the build instructions. by Stefan Hilzinger · 14 years ago
  76. 80488c5 Merge "Move file I/O out of ELFF, abstracting them in platform-independent fasion." by Vladimir Chtchetkine · 14 years ago
  77. 8339d18 Move file I/O out of ELFF, abstracting them in platform-independent fasion. by Vladimir Chtchetkine · 14 years ago
  78. ce0f4b0 Fix Win32 socket error handling. by David 'Digit' Turner · 14 years ago
  79. ca52b22 Make return address table independent from process context. by Vladimir Chtchetkine · 15 years ago
  80. 01e9608 Fixes for obvious ARMv7 bugs in emulator. by Vladimir Chtchetkine · 15 years ago
  81. e4c6b1f Small doc update and make CleanSpec.mk empty to avoid confusion. by David 'Digit' Turner · 15 years ago
  82. f23741f Merge "Add --static option to android-configure.sh in order to build static emulator executable." by David 'Digit' Turner · 15 years ago
  83. ab873b7 Add --static option to android-configure.sh in order to build static emulator executable. by David 'Digit' Turner · 15 years ago
  84. 8f930eb Add an empty CleanSpec.mk by Jean-Baptiste Queru · 15 years ago
  85. 9a0f1fb Fix standalone debug builds of the emulator. by David 'Digit' Turner · 15 years ago
  86. 6d306b2 Make trace filename message only display with -debug-init / -verbose by David 'Digit' Turner · 15 years ago
  87. 5389aa1 Merge memory checking from sandbox by Vladimir Chtchetkine · 15 years ago
  88. 76dbca0 am 720b75ff: (-s ours) am 6c77585b: Merge "Revert previous patch to fix SD Card emulation - DO NOT MERGE" into eclair by David Turner · 15 years ago
  89. 7454110 am 30749bc2: am 09be4075: reconcile main tree with open-source eclair by The Android Open Source Project · 15 years ago
  90. 720b75f am 6c77585b: Merge "Revert previous patch to fix SD Card emulation - DO NOT MERGE" into eclair by David Turner · 15 years ago
  91. 6c77585 Merge "Revert previous patch to fix SD Card emulation - DO NOT MERGE" into eclair by David Turner · 15 years ago
  92. 8e09036 Revert previous patch to fix SD Card emulation - DO NOT MERGE by David 'Digit' Turner · 15 years ago
  93. 30749bc am 09be4075: reconcile main tree with open-source eclair by The Android Open Source Project · 15 years ago
  94. 09be407 reconcile main tree with open-source eclair by The Android Open Source Project · 15 years ago
  95. 501bea8 reconcile android-2.1_r1 snapshot by The Android Open Source Project · 15 years ago
  96. 2e2feaf am d9b8b90d: merge from open-source master by The Android Open Source Project · 15 years ago
  97. d9b8b90 merge from open-source master by The Android Open Source Project · 15 years ago
  98. 17fc48c android-2.1_r1 snapshot by The Android Open Source Project · 15 years ago
  99. 104935a am 0edf6fb4: am 1cb37b34: Add new -sdcard2 <file> option. Add support for FreeBSD in the standalone build system. by David 'Digit' Turner · 15 years ago
  100. 0edf6fb am 1cb37b34: Add new -sdcard2 <file> option. Add support for FreeBSD in the standalone build system. by David 'Digit' Turner · 15 years ago