Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 2d39da5405 LibCore: Put all classes in the Core namespace and remove the leading C há 5 anos atrás
  Andreas Kling 94ca55cefd Meta: Add license header to source files há 5 anos atrás
  Andreas Kling 04b734501a LibCore: Oops, we were forgetting to destroy disconnected RPC clients há 5 anos atrás
  Shannon Booth 861f40f014 AK+LibCore: Add an IDAllocator and use to allocate timer ids há 5 anos atrás
  Andreas Kling 70a41420a9 LibCore: Fix crash on RPC client disconnect há 5 anos atrás
  Andreas Kling 411d293961 LibCore+LibGUI: Don't fire timers in non-visible windows by default há 5 anos atrás
  Stefano Cristiano 1222b94ab8 LibCore: Allow LibCore to be compiled on macOS host há 5 anos atrás
  Stefano Cristiano aab412bd85 LibCore: Fix errors when compiling LibCore using clang instead of gcc há 5 anos atrás
  Sergey Bugaev 2f9be662ef LibCore: Assert instead of crashing in CEventLoop::current() há 5 anos atrás
  Brandon Scott 5311f8fae1 LibCore: Added unquit() method to CEventLoop. há 5 anos atrás
  Andreas Kling 34d0e96aec LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere há 5 anos atrás
  Andreas Kling d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr há 5 anos atrás
  Andreas Kling bc319d9e88 LibCore: Make CObject reference-counted há 5 anos atrás
  Andreas Kling 953cb4e436 LibCore: Convert CLocalServer to ObjectPtr há 5 anos atrás
  Andreas Kling c83da29a9d LibCore: Convert CLocalSocket to ObjectPtr há 5 anos atrás
  Andreas Kling fcc3745b02 LibCore+LibGUI+WindowServer: Make events bubble up through ancestors há 5 anos atrás
  Andreas Kling f89944e804 Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/response há 5 anos atrás
  Sergey Bugaev 3439a479af LibThread: Move CLock to LibThread::Lock há 6 anos atrás
  Andreas Kling c2213449c0 LibCore: Move CObject serialization into CObject::save_to(JsonObject&) há 6 anos atrás
  Andreas Kling 1febd59f83 LibCore+rpcdump: Publish CObject graph to on-demand RPC socket há 6 anos atrás
  Sergey Bugaev 211b51dab7 CEventLoop: Create the wake pipe with O_CLOEXEC há 6 anos atrás
  Andreas Kling 7da5a04131 CEventLoop: Convert dbgprintf() to dbg(). há 6 anos atrás
  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