[kdbus] Add SipHash algorithm
[platform/upstream/glib.git] / glib / gbitlock.c
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-20 Matthias ClasenUse __asm__ instead of asm
2013-05-04 Dan Winshipgbitlock: fix this to not unconditionally use futex...
2012-11-15 Dan Winshipwin32: misc warning fixes
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-02 Simon McVittieGBitLock: turn assumptions of g_futex_int_address into...
2011-11-21 Matthias Clasengbitlock: Drop @returns syntax from doc comments
2011-10-03 Ryan Lortielocks: drop _INIT macros
2011-09-21 Ryan Lortielibglib: stop using g_cond_new in some places
2011-09-21 Ryan Lortielibglib: drop use of GStaticMutex
2011-09-19 Ryan Lortiegbitlock: #include "gslice.h"
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Ryan Lortieemufutex: remove init from g_thread_init_glib
2011-06-09 Christophe Fergeaubitlock: don't use asm goto on older gcc
2011-06-04 Ryan LortieImplement pointer sized bitlocks
2011-06-03 Ryan Lortiebitlock: hand-code assembly version for x86
2011-05-28 Ryan Lortieoptimise bitlocks with new atomic operations
2011-05-28 Ryan LortieFix futex(2) detection and use
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
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'
2010-02-01 Ryan Lortieg_bit_lock: remove double variable declarations
2010-01-30 Ryan Lortiegbitlock: fix gtkdoc brokenness
2010-01-29 Ryan LortieSince: markers for g_bit_*lock()
2010-01-28 Ryan LortieBug 548967 - 1 bit mutex lock: add tests
2010-01-28 Ryan LortieBug 548967 - 1 bit mutex lock