1. 173946d Fix typos. by Bruce Mitchener · 7 years ago
  2. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  3. b1cb0b79 s/LLVM_ON_WIN32/_WIN32/, lldb by Nico Weber · 7 years ago
  4. 390b4879 MainLoop: avoid infinite loop when pty slave gets closed by Pavel Labath · 8 years ago
  5. f93591b Fix windows build broken in r316915 by Pavel Labath · 8 years ago
  6. 3703310 MainLoop: work around an android libc bug by Pavel Labath · 8 years ago
  7. e768daa Signal polling is supported with pselect (re-land r313704 without a Windows breakage) by Eugene Zemtsov · 8 years ago
  8. b207d12 Rollback r313704 because of the Windows build break by Eugene Zemtsov · 8 years ago
  9. 4ce010e Signal polling is supported with pselect by Eugene Zemtsov · 8 years ago
  10. f40f8fc Fix NetBSD/FreeBSD build after r308304 by Pavel Labath · 8 years ago
  11. 8c5dafd [MainLoop] Fix possible use of an invalid iterator by Petr Pavlu · 8 years ago
  12. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  13. 4f1f641 MainLoop: Add unit tests by Pavel Labath · 8 years ago
  14. 836ad03 Resurrect pselect MainLoop implementation by Pavel Labath · 8 years ago
  15. 9f3dd75 Resurrect the standalone build of LLDB by Kamil Rytarowski · 8 years ago
  16. 1182779 Re-landing IPv6 support for LLDB Host by Chris Bieneman · 8 years ago
  17. 107e694 Revert yesterdays IPv6 patches by Pavel Labath · 8 years ago
  18. c2a9e5b One more attempt and Windows by Chris Bieneman · 8 years ago
  19. 9317c64 Another netbsd build failure... by Chris Bieneman · 8 years ago
  20. 32ed478 Buildbot wack-a-mole! by Chris Bieneman · 8 years ago
  21. dd94972 ifdefing out the signal handling code on Windows by Chris Bieneman · 8 years ago
  22. ea02aa1 Include time.h, and fix a Darwin warning by Chris Bieneman · 8 years ago
  23. 399249a Fix Windows bot failure by Chris Bieneman · 8 years ago
  24. 1a4c748 Removing unused include by Chris Bieneman · 8 years ago
  25. 38fdb72 Writing multi-platform code is hard... by Chris Bieneman · 8 years ago
  26. 2515410 Fix broken windows build. by Chris Bieneman · 8 years ago
  27. 31e7c5e Update LLDB Host to support IPv6 over TCP by Chris Bieneman · 8 years ago[Renamed (61%) from lldb/source/Host/posix/MainLoopPosix.cpp]
  28. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  29. c1edf56 Prevent at compile time converting from Error::success() to Expected<T> by Mehdi Amini · 9 years ago
  30. 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
  31. a0b67bb Fix RHEL 6 build with missing cerrno and some other Include What You Use warnings. by Eugene Zelenko · 9 years ago
  32. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  33. 8a67bf7 Add UNUSED_IF_ASSERT_DISABLED and apply it. by Bruce Mitchener · 10 years ago
  34. f3898c3 [MainLoop] Fix assertion failure by Pavel Labath · 10 years ago
  35. 77dc956 Introduce a MainLoop class and switch llgs to use it by Pavel Labath · 10 years ago