summaryrefslogtreecommitdiff
path: root/source3/lib/g_lock.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19s3:lib: make use of samba_tevent_context_init()Stefan Metzmacher1-2/+2
2012-08-24s3:g_lock: use serverid_exists() with SERVERID_UNIQUE_ID_NOT_TO_VERIFYStefan Metzmacher1-1/+10
2012-08-16s3-g_lock: Make g_lock_lock more robustVolker Lendecke1-0/+24
2012-08-16s3-g_lock: Properly free "rec" on retry to avoid deadlockVolker Lendecke1-0/+1
2012-06-21s3:util: rename procid_equal() to serverid_equal()Michael Adam1-2/+2
2012-04-19s3-g_lock: Use dbwrap_record_watch_send/recvVolker Lendecke1-446/+170
2012-02-16lib/util: Remove sys_poll as it is no longer neededAndrew Bartlett1-6/+6
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-1/+2
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-4/+3
2011-10-11s3:g_lock: convert to use only dbwrap wrapper functions.Michael Adam1-15/+30
2011-09-20s3:g_lock: add a missing \n to a debug message in g_lock_initMichael Adam1-1/+1
2011-09-07s3: let g_lock_unlock() return more specific status codes on failureGregor Beck1-2/+2
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+1
2011-07-29s3:g_lock: explicitly include dbwrap.hMichael Adam1-0/+1
2011-06-27s3:g_lock: g_lock.tdb should not be executableChristian Ambach1-1/+2
2011-06-09lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett1-5/+5
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3: Fix g_lock_lock after the select/poll conversionVolker Lendecke1-1/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-28s3: Eliminate sys_select from g_lock_lockVolker Lendecke1-11/+31
2010-10-01samba: share select wrappers.Günther Deschner1-0/+1
2010-09-27Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison1-1/+1
2010-09-20s3-build: only include ctdbd_conn.h where needed.Günther Deschner1-0/+1
2010-08-31s3: messaging_ctdbd_connection() was only called with procid_self()Volker Lendecke1-8/+3
2010-08-28s3: Remove the dependency of g_lock on procid_selfVolker Lendecke1-9/+13
2010-07-05s3: Pass procid_self() explicitly to messaging_ctdbd_connection()Volker Lendecke1-3/+6
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-03-12s3: Add "g_lock_do" as a convenience wrapper functionVolker Lendecke1-0/+64
2010-02-16s3: Fix timeout calculation if g_lock_lock is given a timeout < 60sVolker Lendecke1-1/+6
2010-02-16s3: Slightly increase parallelism in g_lockVolker Lendecke1-1/+7
2010-02-16s3: Avoid starving locks when many processes die at the same timeVolker Lendecke1-6/+4
2010-02-16s3: Avoid a thundering herd in g_lock_unlockVolker Lendecke1-1/+16
2010-02-16s3: Optimize g_lock_lock for a heavily contended caseVolker Lendecke1-3/+36
2010-02-16s3: Fix handling of processes that died in g_lockVolker Lendecke1-3/+5
2010-02-15s3: Fix a typoVolker Lendecke1-1/+1
2010-02-12Fix warning messages on compile in g_lock.c Volker & Michael please check.Jeremy Allison1-14/+4
2010-02-12s3:g_lock: remove a nested event loop, replacing the inner loop by selectMichael Adam1-38/+101
2010-02-12s3:g_lock: remove an unreached code path.Michael Adam1-4/+0
2010-02-12s3: Implement global locks in a g_lock tdbVolker Lendecke1-0/+594