index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
pthreadpool
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-12
pthreadpool: maintain a global list of orphaned pthreadpool_tevent_jobs
Stefan Metzmacher
2
-0
/
+43
2018-07-12
pthreadpool: make use of pthreadpool_stop() in pthreadpool_tevent_destructor()
Stefan Metzmacher
1
-2
/
+7
2018-07-12
pthreadpool: add pthreadpool_tevent_job_cancel()
Stefan Metzmacher
1
-0
/
+40
2018-07-12
pthreadpool: split out pthreadpool_tevent_job from pthreadpool_tevent_job_state
Stefan Metzmacher
1
-66
/
+172
2018-07-12
pthreadpool: let pthreadpool_tevent_job_send() fail with an invalid pool
Stefan Metzmacher
1
-0
/
+9
2018-07-12
pthreadpool: split out a pthreadpool_stop() from pthreadpool_destroy()
Stefan Metzmacher
3
-26
/
+129
2018-07-12
pthreadpool: don't process further jobs when shutting down
Stefan Metzmacher
1
-3
/
+6
2018-07-12
pthreadpool: add pthreadpool_cancel_job()
Stefan Metzmacher
3
-0
/
+78
2018-07-12
pthreadpool: add pthreadpool_tevent_max_threads() and pthreadpool_tevent_queu...
Stefan Metzmacher
2
-0
/
+21
2018-07-12
pthreadpool: add pthreadpool_max_threads() and pthreadpool_queued_jobs() helpers
Stefan Metzmacher
3
-0
/
+54
2018-07-12
pthreadpool: expand test_create() to check unlimited, sync and one thread pool
Stefan Metzmacher
1
-13
/
+70
2018-07-12
pthreadpool: fix helgrind error in pthreadpool_free()
Stefan Metzmacher
1
-0
/
+5
2018-07-12
pthreadpool: use talloc_zero() in tests_cmocka.c setup_pthreadpool_tevent()
Stefan Metzmacher
1
-1
/
+1
2018-07-12
pthreadpool: use strict sync processing only with max_threads=0
Stefan Metzmacher
1
-5
/
+15
2018-07-12
pthreadpool: consitently use unlock_res for pthread_mutex_unlock() in pthread...
Stefan Metzmacher
1
-13
/
+13
2018-07-12
pthreadpool: explicitly use max_thread=unlimited for pthreadpool_tevent_init(...
Stefan Metzmacher
2
-2
/
+4
2018-07-12
pthreadpool: use unsigned for num_idle, num_threads and max_threads
Stefan Metzmacher
1
-4
/
+4
2018-07-12
pthreadpool: correctly handle pthreadpool_tevent_register_ev() failures
Stefan Metzmacher
1
-2
/
+1
2017-12-13
pthreadpool: Fix deadlock
Volker Lendecke
1
-0
/
+3
2017-12-13
pthreadpool: Add some asserts
Volker Lendecke
1
-3
/
+7
2017-12-12
pthreadpool: Simplify the logic in add_job a bit
Volker Lendecke
1
-15
/
+21
2017-12-09
pthreadpool: Add a test for the race condition fixed in the last commit
Volker Lendecke
1
-0
/
+82
2017-12-09
pthreadpool: Fix starvation after fork
Volker Lendecke
1
-18
/
+75
2017-12-08
pthreadpool: Add test for pthread_create failure
Christof Schmitt
2
-0
/
+183
2017-12-08
pthreadpool: Undo put_job when returning error
Christof Schmitt
1
-2
/
+26
2017-12-08
pthreadpool: Move creating of thread to new function
Christof Schmitt
1
-34
/
+45
2017-11-17
pthreadpool: create a tevent_threaded_context per registered event context
Ralph Boehme
1
-17
/
+167
2017-09-05
lib: Fix 1417431 Unchecked return value from library
Volker Lendecke
1
-2
/
+10
2017-08-31
pthreadpool: Test fork with an active thread
Volker Lendecke
1
-0
/
+114
2017-08-31
pthreadpool: Fix fork behaviour
Volker Lendecke
1
-2
/
+65
2017-03-10
lib/pthreadpool: fix a memory leak
Ralph Boehme
1
-1
/
+1
2017-02-09
Move pthreadpool to top of the tree.
Matthieu Patou
10
-0
/
+1564
[prev]