提交历史

作者 SHA1 备注 提交日期
  Sergey Bugaev 211b51dab7 CEventLoop: Create the wake pipe with O_CLOEXEC 6 年之前
  Andreas Kling 7da5a04131 CEventLoop: Convert dbgprintf() to dbg(). 6 年之前
  Andreas Kling d21a4f7518 CEventLoop: Don't re-process already processed events when un-nesting. 6 年之前
  Andreas Kling 93489fbc4c Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>. 6 年之前
  Andreas Kling 3c5befde36 CEventLoop: Use NonnullOwnPtr for QueuedEvent::event. 6 年之前
  Andreas Kling 66646081b7 CEventLoop: Avoid undefined evaluation order in register_timer(). 6 年之前
  Robin Burchell f2c0e55070 Userspace: Deal with select() returning EINTR on a signal interruption 6 年之前
  Andreas Kling 98b569a702 CEventLoop: Skip over null events in the queue. 6 年之前
  Andreas Kling 046f00f77e CEventLoop: Use Vector::prepend(Vector&&) to shuffle events to outer loop. 6 年之前
  Andreas Kling 26c29e59ec CEventLoop: Remove some no-longer-used virtuals. 6 年之前
  Robin Burchell d8387f1506 CNotifier: Turn into a CObject and Use the event queue to deliver events 6 年之前
  Andreas Kling e8d61bb8c0 CEventLoop: Oops, I had the pipe reader/writer fd's mixed up. 6 年之前
  Andreas Kling 17ee548bcd CEventLoop: Add wake(), a mechanism for waking up when blocked in select(). 6 年之前
  Andreas Kling 302cae5c2f CEventLoop: When asked to exit the event loop, exit right away. 6 年之前
  Andreas Kling 04b9dc2d30 Libraries: Create top level directory for libraries. 6 年之前