Fix the GObject Visual Studio Projects
[platform/upstream/glib.git] / glib / gmain.c
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
2011-09-21 Ryan Lortielibglib: drop use of GStaticMutex
2011-09-17 Ryan Lortiegmain: fix some win32 build errors
2011-09-14 Ryan Lortiemainloop: detect fork() and abort
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-10 Ryan LortieNix inaccurately named g_main_context_init_pipe()
2011-09-10 Ryan Lortiegmain: get rid of poll_waiting
2011-09-09 Ryan Lortieglib worker: move to glib-private framework
2011-09-09 Ryan LortieGMainLoop: remove wall clock time cache
2011-09-09 Ryan LortieModify child and signal sources to use worker
2011-09-09 Ryan LortieGMain: simplify logic for g_wakeup_acknowledge()
2011-09-09 Ryan LortieGMainLoop: remove single-threaded case
2011-09-09 Ryan LortieAdd private glib_get_worker_context() API
2011-09-09 Dan WinshipMake threads mandatory
2011-09-05 Ryan Lortiegtk-doc fixups for glib/
2011-08-31 Pavel HolejsovskyMake GMainLoop, GMainContext and GSource boxed types
2011-08-31 Dan Winshipg_get_monotonic_time: fix race condition
2011-08-29 Matthias ClasenSpelling fixes
2011-08-22 Colin Waltersgmain: Clarify that timeouts are in terms of monotonic...
2011-07-26 Ryan LortieMerge branch 'gwakeup'
2011-07-25 Ryan Lortieport GMainContext to GWakeup
2011-07-22 Ryan Lortiemove 'Since:' tags down
2011-06-28 Colin Waltersgmain: Fall back to pipes if kernel doesn't support...
2011-06-22 Colin Waltersgmain: use Linux eventfd() for main context wake up
2011-06-14 Colin Waltersgmain: Close race condition in _g_main_wake_up_all_cont...
2011-06-14 Colin Waltersgmain: Only run through signal delivery once per read()
2011-06-14 Colin Waltersgmain: Use sigset_t for keeping track of installed...
2011-06-09 Ryan LortieRemove all uses of G_CONST_RETURN
2011-06-07 Colin WaltersUpdate annotations from gobject-introspection/gir/glib...
2011-06-04 Matthias ClasenFix doc typos
2011-06-04 Paolo Bonziniavoid quadratic behavior of GMainLoop when all fd's...
2011-06-03 Colin Waltersgmain: Consolidate UNIX signal init state handling
2011-06-03 Colin Waltersgmain: Clean up SIGCHLD handling
2011-05-27 David Schleefmain: Use public function in documentation
2011-05-04 Colin WaltersRename g_unix_pipe_flags to g_unix_open_pipe
2011-05-03 Colin Waltersg_unix_set_fd_nonblocking: New API to control file...
2011-05-03 Dan WinshipFix usage of _GNU_SOURCE
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-27 Colin Waltersglib-unix: New API to watch some Unix signals
2011-04-27 Colin Waltersgmain: Prepare child watch handling for more generic...
2011-04-27 Colin Waltersglib-unix: New Unix-specific API
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-07 Dan WinshipFix two leaks seen when using TLS connections
2011-03-15 Emmanuele BassiRevert "Remove all uses of G_CONST_RETURN"
2011-03-15 Ryan LortieRemove all uses of G_CONST_RETURN
2011-03-12 Emilio Pozuelo MonfortDocument g_timeout_add_seconds first call latency
2011-03-07 Matthias ClasenGo back to the old logic in set_expiration
2011-02-15 Ryan LortieBug 642052 - g_timeout_add(_seconds) overflow
next