Drop dead code in GVariant parser
[platform/upstream/glib.git] / glib /
2011-06-15 Ryan LortieDrop dead code in GVariant parser
2011-06-15 Matthias ClasenEliminate some dead code
2011-06-15 Matthias ClasenAdd some argument checks to filename conversion functions
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-14 Colin Waltersgspawn: Reset signal handlers for synchronous spawning
2011-06-14 Colin Waltersglib/tests/unix.c: Also test SIGTERM
2011-06-14 Colin Waltersgspawn: Handle EINTR in a few more cases
2011-06-14 Matthias ClasenSilence a compiler warning
2011-06-14 Matthias ClasenDon't leak resources in error cases
2011-06-14 Matthias ClasenUse a realistic timeout in a test
2011-06-13 Ryan LortieFormally deprecate G_CONST_RETURN
2011-06-12 Dan Winshipupdate .gitignores
2011-06-10 Colin Waltersgspawn: Fix annotations
2011-06-09 Ryan LortieRemove all uses of G_CONST_RETURN
2011-06-09 Matthias ClasenMove gmain docs inline
2011-06-09 Matthias ClasenMove gutils docs inline
2011-06-09 Christophe Fergeaubitlock: don't use asm goto on older gcc
2011-06-07 Giovanni Campagnagutils, gspawn: fix introspection annotations
2011-06-07 Colin WaltersUpdate annotations from gobject-introspection/gir/glib...
2011-06-07 Colin WaltersGenerate $module-public-headers.txt file, feed it to...
2011-06-07 Colin Waltersg_get_user_data_dir(): Don't warn if XDG_RUNTIME_DIR...
2011-06-07 Matthias ClasenAdd a testcase for the previous fix
2011-06-07 Matthias ClasenGDataList: don't hold the bitlock over callbacks
2011-06-07 Chun-wei FanUpdate the year in the *.rc.in files
2011-06-07 Chun-wei FanFix gatomic.c compilation on Windows (MSVC)
2011-06-06 Colin WaltersGBuffer: Suffix header with private.h
2011-06-06 Matthias ClasenGMappedFile: improve test coverage
2011-06-06 Matthias ClasenGKeyFile: improve test coverage
2011-06-06 Matthias ClasenGConvert: improve test coverage
2011-06-06 Matthias ClasenImprove GChecksum test coverage
2011-06-06 Matthias ClasenGMappedFile: remove nonatomic accesses to ref_count
2011-06-06 Matthias ClasenImprove test coverage of gtimezone.c
2011-06-06 Matthias ClasenImprove test coverage of GVariant
2011-06-06 Matthias ClasenImprove test coverage of glist.c
2011-06-06 Matthias ClasenImprove test coverage of glib-unix.c
2011-06-06 Matthias ClasenImprove test coverage of gurifuncs.c
2011-06-06 Matthias ClasenImprove test coverage
2011-06-06 Matthias ClasenNo need to have two variants of errno-to-GError
2011-06-04 Matthias ClasenFix parameter documentation for many functions
2011-06-04 Matthias ClasenFix doc typos
2011-06-04 Paolo Bonziniavoid quadratic behavior of GMainLoop when all fd's...
2011-06-04 Matthias ClasenAdd a test for the previous fix
2011-06-04 Matthias ClasenGRand: avoid overflow
2011-06-04 Matthias Claseng_mkdir_with_parents: cope with dirs popping into existence
2011-06-04 Mikhail ZabaluevMade g_utf8_to_ucs4_fast() even faster
2011-06-04 Mikhail ZabaluevAdded performance tests for UTF-8 decoding functions
2011-06-04 Matthew BarnesHave g_queue_remove() return a boolean
2011-06-04 Wim Taymansgthread: avoid locking in _get_mutex_impl
2011-06-04 Alexander LarssonUse g_atomic_pointer_or/and to set datalist flags
2011-06-04 Alexander LarssonMake g_datalist_get_data not look up the quark
2011-06-04 Alexander LarssonMake quark to string lockless
2011-06-04 Alexander LarssonMake g_datalist not use a global lock and perform better
2011-06-04 Ryan LortieImplement pointer sized bitlocks
2011-06-03 Ryan Lortiebitlock: hand-code assembly version for x86
2011-06-03 Giovanni Campagnagvariant: fix introspection annotations
2011-06-03 Colin Waltersgmain: Consolidate UNIX signal init state handling
2011-06-03 Colin Waltersgmain: Clean up SIGCHLD handling
2011-06-02 Hanrogkeyfile: Only test file descriptors against -1
2011-05-31 Colin WaltersAdd a boxed type for GVariantBuilder, mark GVariantIter...
2011-05-31 Colin Waltersgutils.c: Annotation fixes
2011-05-31 Colin Waltersg_shell_parse_argv: Annotate
2011-05-31 Colin Waltersgfileutils: Annotations for g_file_{get,set}_contents
2011-05-31 Colin WaltersConsistently use G_GNUC_EXTENSION instead of __extension__
2011-05-29 Matthias ClasenDocumentation fixups
2011-05-29 Matthias ClasenClean up includes
2011-05-29 Matthias ClasenReduce excessive whitespace
2011-05-29 Matthias ClasenRemove redundant comments
2011-05-29 Matthias ClasenVolatile not necessary after all
2011-05-29 Matthias ClasenGTree: Declare ref_count as volatile
2011-05-29 Matthias ClasenGAsyncQueue: Make ref_count a volatile gint
2011-05-29 Matthias ClasenGAsyncQueue: Remove excessive atomic operations
2011-05-29 Matthias ClasenGArray: Avoid unncessary atomic accesses to refcounts
2011-05-29 Matthias ClasenGHash: Avoid nonatomic access to the reference count
2011-05-29 Matthias ClasenFix a typo
2011-05-29 Matthias ClasenDocumentation tweaks
2011-05-28 Matthias ClasenRemove unnecessary casts
2011-05-28 Ryan Lortieoptimise bitlocks with new atomic operations
2011-05-28 Ryan LortieFix futex(2) detection and use
2011-05-28 Ryan Lortieglib: Rewrite gatomic.[ch]
2011-05-28 Matthias ClasenQuiet down the build a bit
2011-05-28 Matthias ClasenQuell warnings from g_once_init_enter_impl
2011-05-28 Matthias ClasenTrivial: fix a variable name
2011-05-28 Simon McVittieGStaticPrivate: protect GRealThread.private_data with...
2011-05-28 Simon McVittieRefactor GStaticPrivate accessors to facilitate protect...
2011-05-28 Simon McVittieg_static_private_free: defer non-trivial destruction...
2011-05-28 Simon McVittieGRealThread: remove obsolete comment about gmain.c...
2011-05-28 Matthias ClasenAdd macro version for all atomic operations
2011-05-28 Matthias ClasenUse G_STATIC_ASSERT_EXPR for size checks in atomic...
2011-05-28 Ryan LortieAdd a test case for atomic ops
2011-05-28 Ryan LortieAdd G_STATIC_ASSERT_EXPR macro
2011-05-28 Matthias ClasenGThread: expand the docs
2011-05-27 Colin Waltersg_variant_new_dict_entry: Fix documentation and annotations
2011-05-27 Matthias Clasenforgotten test
2011-05-27 Giovanni Campagnag_variant_get_child_value: Add a precondition on length
2011-05-27 Giovanni CampagnaGVariant: fix introspection annotations
2011-05-27 Matthias ClasenPreserve consistency when removing all nodes from a...
2011-05-27 David Schleefmain: Use public function in documentation
2011-05-23 Matthias ClasenCosmetic changes
next