hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / glib / gmain.c
2015-07-10 Ryan Lortiegmain: fix poll record comparison
2014-10-29 Dan Winshipgmain: don't pass the same fd to g_poll() multiple...
2014-09-25 Philip Withnallgmain: Unref child sources when finalising a GSource
2014-09-25 Philip Withnallgmain: Fix some signed/unsigned integer comparisons
2014-09-19 Ryan Lortiegmain: improve g_source_set_name thread safety
2014-09-19 Ryan Lortiegsource: clarify restrictions on non-existant IDs
2014-08-02 Руслан ИжбулатовSilence some uncontroversial warnings
2014-02-24 Ryan Lortiegmain: simplify g_main_context_find_source_by_id()
2014-02-24 Ryan Lortiegmain: Simplify source id tracking
2014-02-22 Ryan LortieGSource: mark some API as "implementation only"
2014-02-22 Ryan Lortiegmain: repeat preconditions for emphasis
2014-02-21 Ryan Lortieg_main_context_wait: add a critical to detect use
2014-02-21 Ryan Lortiegmain: abort if monotonic time is unsupported
2014-02-20 Ryan Lortiegsource: document priority of child sources
2014-02-20 Ryan Lortiegmain: rework g_get_monotonic_time() a bit
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-15 Matthias Clasendocs: let go of *
2014-02-11 Simon McVittieg_child_watch_source_new: POSIX pid must be positive
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenDocs: use quotes instead of firstterm
2014-02-06 Matthias ClasenUse markdown for images
2014-02-03 Philip Withnallgmain: Note that g_source_destroy() can be called multi...
2014-02-02 Matthias Clasengmain: Convert docs to markdown
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias ClasenDocs: Big entity cleanup
2014-02-01 Matthias Clasengmain: Convert docs to markdown
2014-02-01 Matthias ClasenDocs: Don't use the emphasis tag
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-19 Ryan LortieGMainContext: unref pending sources on destroy
2014-01-03 Ryan Lortieunix signals: stop using atomics
2014-01-02 Ryan LortieFix races in unix signal dispatch
2013-11-23 Matthias ClasenAdd some mainloop instrumentation
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-11-20 Dan WinshipRemove alleged support for BeOS
2013-11-11 Stef Waltergmain: Fix use of uninitialized memory in sigaction...
2013-11-03 Ognyan Tonchevgmain: make g_source_add_child_source() thread safe
2013-10-23 Bastien Noceragmain: Warn when g_source_remove() fails
2013-10-13 Noah Masseygmain: mark newest id used when source id overflows
2013-09-30 Ryan LortieFix a careless mistake in the last commit
2013-09-30 Ryan Lortiegmain: Remove dispatching source stack
2013-09-27 Patrick WelcheOnly use SA_RESTART if it exists
2013-07-23 Colin Waltersgmain: Reset signal handlers to default when source...
2013-07-19 Giovanni Campagnaglib-unix: fix handling of multiple signal source for...
2013-07-13 Dan Winshipgsourceclosure: Add support for GUnixSignalWatchSource...
2013-06-25 Wim Taymansgmain: handle blocked source in g_source_add_child_source()
2013-06-10 Colin Waltersgmain: Document more use cases of g_main_context_wakeup()
2013-04-10 Dan Winshipgmain: fix double-unlock in g_main_context_unref()
2013-02-01 Ryan Lortiegmain: equivocate a bit on _set_ready_time()
2013-01-18 Colin WaltersRemove most use of G_GNUC_INTERNAL
2013-01-15 Ryan Lortiegsource: Add support for file descriptors on UNIX
2013-01-15 Ryan LortieGTimeoutSource: simplify
2013-01-15 Ryan LortieGSource: new API g_source_set_ready_time()
2013-01-15 Ryan Lortiegsource: allow NULL check and prepare functions
2012-11-15 Dan Winshipwin32: misc warning fixes
2012-11-15 Michael NattererRevert "gmain: Add private API to create Unix child...
2012-11-14 Colin Waltersgmain: Add private API to create Unix child watch that...
2012-11-13 Colin Waltersgmain: Handle case where source id overflows
2012-11-02 Colin WaltersMerge waitpid() from g_spawn_sync into gmain()
2012-10-29 Paul Eggertgmain: Document constraints on waitpid
2012-08-27 Dan Winshipgmain: remove unix signal watch if its GSourceFunc...
2012-08-27 Dan Winshipgmain: don't leak child sources that are destroyed...
2012-08-27 Dan Winshipgmain: free source_lists when freeing GMainContext
2012-08-19 Matthias ClasenExterminate 'the the'
2012-07-30 Dan Winshipgmain: allow g_source_get_context() on destroyed sources
2012-07-18 Dan Winshipgmain: handle child sources being destroyed before...
2012-07-18 Dan Winshipg_source_add_child_source: sync blocked state
2012-07-10 Colin WaltersAdd g_spawn_check_exit_status()
2012-06-26 Dan WinshipGMainContext: reorganize source list to avoid O(n)...
2012-06-26 Dan Winshipgmain: add GSourceIter
2012-06-26 Dan Winshipgmain: rename some variables for clarity
2012-06-26 Dan Winshipgmain: child sources must always have same priority...
2012-06-26 Ryan LortieGSource: initialise ->priv on construct
2012-06-15 Matthias ClasenGWakeup: Avoid extraneous wakeups
2012-04-16 Dan Winshipgmain: block child sources when blocking the parent
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-03-27 Bastien Noceraall: s/availible/available/
2012-03-16 Colin Waltersgmain: Use sig_atomic_t for list of pending Unix signals
2012-01-26 Dan Winshipgmain: fix a bunch of comment typos in g_get_monotonic_...
2012-01-25 Matthias ClasenUse G_SOURCE_CONTINUE/REMOVE internally
2012-01-15 Dan Winshipgmain: fix adding a child source to an already-attached...
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-10 Ravi Sankar GunturUse g_queue_free_full() convenience function.
2011-12-14 Stef Walterdocumentation fixes
2011-11-18 Giovanni CampagnaGMain: allow NULL context to g_source_attach
2011-11-16 Alexander Larssonwin32: Make g_get_monotonic_clock lockless
2011-11-16 Alexander Larssonwin32: Use timeGetTime as monotonic base
2011-11-16 Alexander Larssonwin32: Add a monotonic timer
2011-10-17 Ryan Lortiestatic and #include fixups in glib/
2011-10-15 Ryan LortieStop checking for fork() across GMainContext
2011-10-15 Ryan LortieMask all signals in GLib worker thread
2011-10-13 Ryan Lortieg_thread_new: never fail
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-12 Dan WinshipSimplify checks for CLOCK_MONOTONIC
2011-10-11 Ryan Lortiegmain: use GPrivate instead of GStaticPrivate
2011-10-07 Dan WinshipAdd g_main_context_ref_thread_default()
2011-10-05 Dan WinshipFix up some doc comments that referred to threads not...
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-04 Ryan LortieGMain, ThreadPool: embed GCond in struct
2011-10-03 Matthias ClasenAdd new thread creation API
next