summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pthreadpool: test cancelling and freeing pending pthreadpool_tevent jobs/poolsRalph Boehme2018-07-241-0/+434
* pthreadpool: add a comment about a further optimization in pthreadpool_tevent...Stefan Metzmacher2018-07-241-0/+17
* pthreadpool: maintain a list of job_states on each pthreadpool_tevent_glueStefan Metzmacher2018-07-241-24/+78
* pthreadpool: add helgrind magic to PTHREAD_TEVENT_JOB_THREAD_FENCE_*()Stefan Metzmacher2018-07-241-0/+34
* lib/replace: also check for valgrind/helgrind.hStefan Metzmacher2018-07-241-1/+2
* pthreadpool: add some lockless coordination between the main and job threadsStefan Metzmacher2018-07-242-5/+221
* replace: add checks for atomic_thread_fence(memory_order_seq_cst) and add pos...Stefan Metzmacher2018-07-242-1/+45
* lib/replace: check for __thread supportStefan Metzmacher2018-07-241-0/+12
* pthreadpool: replace assert_return_code(ret, 0); with assert_int_equal(ret, 0);Stefan Metzmacher2018-07-241-3/+3
* pthreadpool: test pthreadpool_tevent_max_threads() returns the expected resultStefan Metzmacher2018-07-241-0/+10
* pthreadpool: make sure a pthreadpool is marked as stopped in child processesStefan Metzmacher2018-07-241-0/+1
* tevent: use talloc_zero_size() for the private state in tevent_context_wrappe...Stefan Metzmacher2018-07-241-1/+1
* tevent: fix CID 1437974 dereference after null checkRalph Boehme2018-07-171-1/+1
* tevent: fix CID 1437976 dereference before null checkRalph Boehme2018-07-171-1/+3
* lib/ldb: Implement a bytes derived object for attributes py2/py3Noel Power2018-07-131-2/+43
* pthreadpool: allocate glue->tctx on glue as memory context.Stefan Metzmacher2018-07-121-1/+1
* pthreadpool: maintain a global list of orphaned pthreadpool_tevent_jobsStefan Metzmacher2018-07-122-0/+43
* pthreadpool: make use of pthreadpool_stop() in pthreadpool_tevent_destructor()Stefan Metzmacher2018-07-121-2/+7
* pthreadpool: add pthreadpool_tevent_job_cancel()Stefan Metzmacher2018-07-121-0/+40
* pthreadpool: split out pthreadpool_tevent_job from pthreadpool_tevent_job_stateStefan Metzmacher2018-07-121-66/+172
* pthreadpool: let pthreadpool_tevent_job_send() fail with an invalid poolStefan Metzmacher2018-07-121-0/+9
* pthreadpool: split out a pthreadpool_stop() from pthreadpool_destroy()Stefan Metzmacher2018-07-123-26/+129
* pthreadpool: don't process further jobs when shutting downStefan Metzmacher2018-07-121-3/+6
* pthreadpool: add pthreadpool_cancel_job()Stefan Metzmacher2018-07-123-0/+78
* pthreadpool: add pthreadpool_tevent_max_threads() and pthreadpool_tevent_queu...Stefan Metzmacher2018-07-122-0/+21
* pthreadpool: add pthreadpool_max_threads() and pthreadpool_queued_jobs() helpersStefan Metzmacher2018-07-123-0/+54
* pthreadpool: expand test_create() to check unlimited, sync and one thread poolStefan Metzmacher2018-07-121-13/+70
* pthreadpool: fix helgrind error in pthreadpool_free()Stefan Metzmacher2018-07-121-0/+5
* pthreadpool: use talloc_zero() in tests_cmocka.c setup_pthreadpool_tevent()Stefan Metzmacher2018-07-121-1/+1
* pthreadpool: use strict sync processing only with max_threads=0Stefan Metzmacher2018-07-121-5/+15
* pthreadpool: consitently use unlock_res for pthread_mutex_unlock() in pthread...Stefan Metzmacher2018-07-121-13/+13
* pthreadpool: explicitly use max_thread=unlimited for pthreadpool_tevent_init(...Stefan Metzmacher2018-07-122-2/+4
* pthreadpool: use unsigned for num_idle, num_threads and max_threadsStefan Metzmacher2018-07-121-4/+4
* pthreadpool: correctly handle pthreadpool_tevent_register_ev() failuresStefan Metzmacher2018-07-121-2/+1
* ldb: version 1.4.1ldb-1.4.1Stefan Metzmacher2018-07-124-1/+284
* talloc: version 2.1.14talloc-2.1.14Stefan Metzmacher2018-07-124-1/+97
* tdb: version 1.3.16tdb-1.3.16Stefan Metzmacher2018-07-122-1/+72
* ldb: Refuse to build Samba against a newer minor version of ldbAndrew Bartlett2018-07-121-10/+22
* ldb: Ban ldb 1.4.x with Samba 4.8 and earlierAndrew Bartlett2018-07-121-8/+8
* dns: custom match rule for DNS records to be tombstonedAaron Haslett2018-07-122-1/+136
* dns: Reformat DNS with clang-formatGary Lockyer2018-07-121-1/+1
* smb.conf: add dns_zone_scavengingGary Lockyer2018-07-121-0/+1
* torture: Test tevent_req_profileVolker Lendecke2018-07-111-0/+277
* lib: Add tevent_req_profile helpersVolker Lendecke2018-07-113-0/+570
* lib: Multi-line a long line in wscript_buildVolker Lendecke2018-07-111-1/+5
* tevent: version 0.9.37tevent-0.9.37Stefan Metzmacher2018-07-113-27/+127
* tevent: Add tevent_req_profileVolker Lendecke2018-07-114-0/+422
* tevent: add a test that frees wrapper_ev with pending eventsRalph Boehme2018-07-111-0/+157
* tevent: add a simple wrapper testRalph Boehme2018-07-111-0/+356
* tevent: add tevent_context_wrapper_create() infrastructureStefan Metzmacher2018-07-1114-19/+1069