Histórico de Commits

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