v3-4-ctdb: Work around the 1024-fd limit in select
[obnox/samba-ctdb.git] / source3 / lib /
2011-02-01 Volker Lendeckes3: Add support for AF_NETLINK addr notifications
2011-01-31 Michael Adams3:registry: remove unneeded TALLOC_CTX argument from...
2010-12-22 Volker Lendeckev3-4-test: Pull in tevent_req_poll_ntstatus from master
2010-12-03 Volker Lendeckes3: Fix serverid_exists
2010-11-22 Christian Ambachs3:util add log_stack_trace_with_level
2010-10-25 Volker Lendeckes3: Pass tdb_flags to ctdbd when attaching to a db
2010-10-21 Stefan Metzmachers3: use TDB_INCOMPATIBLE_HASH (the jenkins hash) on...
2010-09-29 Gregor Becks3-lib: add srprs, primitives to build simple recursive...
2010-09-29 Gregor Becks3-lib: add cbuf, a talloced character buffer
2010-09-29 Günther Deschners3-util: use pull_reg_multi_sz in reg_pull_multi_sz.
2010-09-22 Rusty RussellReally enable core dumps in Linux
2010-09-15 Jeremy AllisonFix bug #7669.
2010-08-06 Volker Lendeckev3-4-ctdb: fail db_open_ctdb if ctdb is not around
2010-07-26 Volker Lendeckes3: Log the correct core path on Linux if core_pattern...
2010-03-26 Volker Lendeckes3: Use tdb_transaction_start_nonblock in gencache_stab...
2010-03-26 Volker LendeckeRevert "s3: Optimize gencache for smbd exit"
2010-03-25 Volker Lendeckes3: Add a comment to serverid_parent_init, this is...
2010-03-25 Volker Lendeckes3: Add a comment to messaging_tdb_parent_init, this...
2010-03-25 Volker Lendeckes3: Make sure our CLEAR_IF_FIRST optimization works...
2010-03-25 Volker Lendeckes3: Make sure our CLEAR_IF_FIRST optimization works...
2010-03-24 Volker Lendeckev3-4-ctdb: Add connections_forall_read()
2010-03-24 Volker Lendeckes3: Optimize gencache for smbd exit
2010-03-22 Volker Lendeckes3: Add the "ctdb locktime warn threshold" parameter
2010-03-15 Volker Lendeckes3: Add "g_lock_do" as a convenience wrapper function
2010-03-10 Volker Lendeckes3: Fix a long-standing problem with recycled PIDs
2010-03-10 Volker Lendeckes3: Fix timeout calculation if g_lock_lock is given...
2010-03-10 Volker Lendeckes3: Slightly increase parallelism in g_lock
2010-03-10 Volker Lendeckes3: Avoid starving locks when many processes die at...
2010-03-10 Volker Lendeckes3: Avoid a thundering herd in g_lock_unlock
2010-03-10 Volker Lendeckes3: Optimize g_lock_lock for a heavily contended case
2010-03-10 Volker Lendeckes3: Fix handling of processes that died in g_lock
2010-03-10 Volker Lendeckes3: Fix a typo
2010-03-10 Andrew Tridgells3-events: make the old timed events compatible with...
2010-03-10 Andrew Tridgells3-brlock: we don't need these MSG_SMB_UNLOCK calls now
2010-03-10 Michael Adams3:g_lock: remove a nested event loop, replacing the...
2010-03-10 Michael Adams3:ctdb_conn: add ctdbd_conn_get_fd() to get the fd...
2010-03-10 Michael Adams3:g_lock: remove an unreached code path.
2010-03-10 Michael Adams3:dbwrap_ctdb: fix reading/storing of special key...
2010-03-10 Michael Adams3:dbwrap_ctdb: exit early when nothing has been writte...
2010-03-10 Michael Adams3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transact...
2010-03-10 Michael Adams3:dbwrap_ctdb: fix logic error in pull_newest_from_mar...
2010-03-10 Michael Adams3:dbwrap_ctdb: fix an uninitialized variable.
2010-03-10 Michael Adams3:dbwrap_ctdb: fix two "may be used uninitialized...
2010-03-10 Michael Adams3:dbwrap_ctdb: fix db_ctdb_fetch_db_seqnum_from_db...
2010-03-10 Michael Adams3:dbwrap_ctdb: maintain a database sequence number...
2010-03-10 Michael Adams3:dbwrap_ctdb: change db_ctdb_transaction_store()...
2010-03-10 Michael Adams3:dbwrap_ctdb: update (C)
2010-03-10 Michael Adams3:dbwrap_ctdb: start rewrite of transactions using...
2010-03-10 Volker Lendeckes3: Add ctdb_conn_msg_ctx()
2010-03-10 Volker Lendeckes3: Implement global locks in a g_lock tdb
2010-03-10 Michael Adams3:dbwrap_ctdb: increase the number of commit retries...
2010-03-10 Michael Adams3:dbwrap_ctdb: increase the rsn of the __transaction_l...
2010-03-10 Volker Lendeckes3: Fix the code to immediately disconnect from a non...
2010-03-10 Volker Lendeckes3: Do not connect to ctdb if it is blocked for some...
2010-03-10 Volker Lendeckes3: Factor timeval_string out of current_timestring()
2010-03-10 Volker Lendeckes3: Add parameter "ctdb timeout"
2010-03-10 Michael Adams3:dbwrap_ctdb: add debug message to transaction_fetch_...
2010-03-10 Michael Adams3:dbwrap_ctdb: split combined check in two and add...
2010-03-10 Michael Adams3:dbwrap_ctdb: fix race condition with concurrent...
2010-03-10 Michael Adams3:dbwrap_ctdb: add new db_ctdb_transaction_active...
2010-03-10 Michael Adams3:dbwrap_ctdb: fix a race in starting concurrent trans...
2010-03-10 Michael Adams3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb...
2010-03-10 Michael Adams3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb...
2010-03-10 Michael Adams3:dbwrap_ctdb: add a function db_ctdb_ltdb_fetch()
2010-03-10 Michael Adams3:dbrwap_ctdb: add a function db_ctdb_ltdb_store()
2010-03-10 Michael Adams3:dbwrap_ctdb: reformat a comment slightly to enhance...
2010-03-10 Michael Adams3:dbwrap_ctdb: fix some function header comments
2010-03-10 Volker Lendeckes3: Fix a 100% CPU loop when ctdbd dies during a traverse
2010-03-10 Martin Schwenkecluster_fatal() exit code should not indicate success.
2010-03-10 Abhidnya P Chirmules3: Add access_mask to the flock VFS call
2010-03-10 Volker Lendeckes3:gencache: Make gencache_del() return success for...
2010-03-10 Volker Lendeckes3:gencache: Remove some over-paranoid locking
2010-03-10 Volker Lendeckes3:gencache: Add a "was_expired" argument to gencache_g...
2010-03-10 Michael Adams3:dbwrap_ctdb: set dmaster in ctdb_transaction_store...
2010-03-10 Michael Adams3:dbwrap: add dbwrap_trans_change_int32_atomic()
2010-03-10 Michael Adams3:dbwrap: export logic of dbwrap_change_int32_atomic...
2010-03-10 Michael Adams3:dbwrap: change dbwrap_change_int32_atomic() to take...
2010-03-10 Michael Adams3:dbwrap: add dbwrap_trans_change_uint32_atomic()
2010-03-10 Michael Adams3:dbwrap: export logic of dbwrap_change_uint32_atomic...
2010-03-10 Michael Adams3:dbwrap: untangle assignment and check in dbwrap_chan...
2010-03-10 Michael Adams3:dbwrap: untangle assignemend and check in dbwrap_cha...
2010-03-10 Michael Adams3:dbwrap: don't leak in dbwrap_change_int32_atomic().
2010-03-10 Michael Adams3:dbwrap: don't leak in dbwrap_change_uint32_atomic()
2010-03-10 Michael Adams3:dbwrap: change dbwrap_change_int32_atomic() to retur...
2010-03-10 Michael Adams3:dbwrap: change dbwrap_change_uint32_atomic() to...
2010-03-10 Michael Adams3:dbwrap: use the transaction wrapper in dbwrap_trans_...
2010-03-10 Michael Adams3:dbwrap: use the transaction wrapper in dbwrap_trans_...
2010-03-10 Michael Adams3:dbwrap: fix embarrassing typo :-)
2010-03-10 Michael Adams3:registry: replace typedef REGISTRY_OPS by struct...
2010-03-10 Michael Adams3:dbwrap_util: add my C
2010-03-10 Michael Adams3:dbwrap: add dbwrap_fetch_bystring_upper().
2010-03-10 Michael Adams3:dbwrap: add dbwrap_store_bystring_upper().
2010-03-10 Michael Adams3:dbwrap: add dbwrap_delete_bystring_upper()
2010-03-10 Michael Adams3:dbwrap: add a wrapper dbwrap_trans_do()
2010-03-10 Volker LendeckeConsolidate gencache also every 100 writes in a single...
2010-03-10 Volker LendeckeConsolidate string and data_blob routines in gencache
2010-03-10 Volker LendeckeMake gencache more stable
2010-03-10 Volker LendeckeAdd tdb_data_cmp
2010-03-10 Volker LendeckeRemove gencache_init/shutdown
2010-03-10 Volker LendeckeRemove gencache_[un]lock_key
next