Add new thread creation API
[platform/upstream/glib.git] / glib / gmain.c
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
2011-01-28 Dan WinshipFix g_source_add_child_source docs
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-01 Damien Lespiaugmain: Add Since: 2.28 tag to g_source_{add,remove...
2010-11-26 Dan Winshipgmain: add g_source_add_child_source and g_source_remov...
2010-11-26 Dan Winshipgmain: fix some silly code in a programmer-error case
2010-11-26 Dan Winshipgmain: move finalization of GSource outside of context...
2010-11-03 Ryan LortieGMainContext: store real time as int64
2010-11-03 Ryan LortieAdd g_get_real_time() for wall-clock int64 micros
2010-11-03 Ryan LortieDrop GTimeSpec type
2010-11-03 Ryan LortieSwitch GTimeSpec users to int64 microseconds
2010-11-03 Ryan LortieGTimeout: simplify math for 'seconds' case
2010-10-27 Ryan LortieDeprecate g_source_get_current_time()
2010-10-27 Ryan Lortieswitch GTimeoutSource to use monotonic time
2010-10-27 Ryan LortieAdd g_source_get_time()
2010-10-27 Ryan LortieRename time_is_current to current_time_is_fresh
2010-10-27 Ryan LortieAdd g_get_monotonic_time()
2010-10-27 Ryan LortieAdd 'GTimeSpec' as 'struct timespec' equivalent
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-03 Ryan LortieBug 618737 - "dispatch to context" functionality
2010-09-06 Tor LillqvistFix build on Windows and possibly other non-Linux platforms
2010-09-04 Emmanuele Bassigmain: Define _GNU_SOURCE before including glibconfig.h
2010-09-04 Matthias ClasenMore include cleanups
2010-07-11 Matthias ClasenMove main loop docs inline
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-25 Havoc PenningtonGSource: add g_source_set_name, g_source_get_name,...
2010-05-25 Havoc PenningtonGSource: add g_source_set_name, g_source_get_name,...
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-07-07 Ryan LortieMerge branch 'tree-refcount'
2009-07-01 Dan WinshipAdd g_main_context_push_thread_default() etc
2009-06-20 Matthias ClasenUse pipe2 when available
2009-05-27 Matthias ClasenFix a locking problem in g_main_context_iterate()
2009-03-17 Ryan Lortietrivial spelling/whitespace fixes
2008-12-31 Matthias ClasenFix some compiler warnings
2008-09-26 Matthias ClasenAdd more docs
2008-09-25 Tor LillqvistBug 553820 - gpoll.c: undeclared identifier
2008-09-24 Sven HerzbergBe a little more explcit in the docs. Includes Owen...
2008-09-23 Dan WinshipMove this out of gmain.c and make it part of the public...
2008-09-23 Tor LillqvistFix embarrassing bug: I was passing an incorrect third...
2008-09-09 Matthias ClasenBug 523463 – Core dump in gmain.c:2482:IA__g_main_conte...
2008-08-21 Tor LillqvistRework the g_poll() implementation on Windows to match...
2008-08-04 Tor LillqvistMSDN says: "Do not cast a pointer to a FILETIME structu...
2008-08-04 Tor Lillqvistglib/giowin32.c glib/gmain.c glib/gspawn-win32.c Change...
2008-07-28 Tor LillqvistFix problems on 64-bit Windows. Avoid warnings, some...
2008-07-02 Matthias ClasenAdd a g_return_val_if_fail check in both versions....
2008-06-13 Matthias ClasenDon't leak the pipes to child processes. Patch by Thiag...
2008-06-11 Tor Lillqvistglib/gmain.c Clarify what a "child pid" is in the doc...
2008-05-17 Tor LillqvistImprove debugging printouts. When G_MAIN_POLL_DEBUG...
2008-05-02 13:24:13 Tim Janikrenamed GMainDispatch.dispatching_sources to be more...
next