|
8f7c8ae71e
|
update copyright year to 2019
|
2019-01-13 00:42:39 +01:00 |
|
|
d18d786801
|
refactor: list_* -> vlist_*
|
2019-01-07 10:28:55 +01:00 |
|
|
70cc94b5c7
|
refactor: warn() => warning() due to name collision with libc
|
2018-11-30 21:37:52 +01:00 |
|
|
d35971c26c
|
refactor: update copyright years
|
2018-08-20 18:40:03 +02:00 |
|
|
c7a01a1da6
|
hook: fix initialization
|
2018-08-17 12:40:03 +02:00 |
|
|
99ee9a08b7
|
hooks: simplifying hooks system by consolidating read, write, and processing into a single process callback
|
2018-08-17 11:15:51 +02:00 |
|
|
4fc0392650
|
hooks: fix whitespace alignment
|
2018-08-17 10:55:00 +02:00 |
|
|
1f16b4bf07
|
refactor: {sample,signal}_{put,get} -> {sample,signal}_{incref,decref}
|
2018-08-13 00:00:09 +02:00 |
|
|
3cca02d1c0
|
sample: use 64bit integer
|
2018-08-13 00:00:09 +02:00 |
|
Dennis Potter
|
e926b9b6c2
|
Fixed compile errors with format string identifiers.
These identifiers were introduced in
eaa3f60b12
|
2018-08-09 14:24:45 +02:00 |
|
|
eaa3f60b12
|
fix several invalid format string identifiers
|
2018-08-09 08:06:21 +02:00 |
|
Dennis Potter
|
64282b7134
|
Changed sequence type to uint64_t
|
2018-07-21 13:01:42 +02:00 |
|
|
a535ec5abc
|
node: separated node configuratio for send / receive side
|
2018-05-24 09:04:41 +02:00 |
|
|
0017d1bcb1
|
refactor: change include prefix
|
2018-02-04 16:40:52 +01:00 |
|
|
37f5bfe24c
|
c++: more porting
|
2017-10-20 11:54:00 +02:00 |
|
|
702dc34052
|
c++: add proper casts from void *
|
2017-10-20 11:54:00 +02:00 |
|
|
d9d85ce2e8
|
mapping: fix restart
|
2017-09-16 15:33:57 +02:00 |
|
|
526be78ca5
|
hook: from now on both paths and nodes can have hooks!
|
2017-09-02 14:27:58 +02:00 |
|
|
3519c9b2c8
|
hooks: use unsigned instead of size_t to count samples
|
2017-08-05 22:18:47 +02:00 |
|
|
b59a989278
|
cleanup trailing whitespaces
|
2017-07-25 12:07:06 +02:00 |
|
|
522ded3ea7
|
made most of Linux dependencies optional
VILLASnode now compiles on OS X Yosemite :-)
|
2017-07-25 12:07:06 +02:00 |
|
|
8f517a588a
|
hooks: every look should maintain its own pointers to past samples
|
2017-07-12 12:19:49 +02:00 |
|
|
49054eef9f
|
cleanup: removed trailing whitespaces in code
|
2017-05-05 19:24:16 +00:00 |
|
|
5be1853649
|
added GPL license to file headers
|
2017-04-27 12:56:43 +02:00 |
|
|
38a983b26e
|
yet another rewrite of the hook system
|
2017-03-27 12:26:11 +02:00 |
|
|
8c8a2c57b7
|
the hook callback shall return 0 in case of success.
the number of returned samples is now updated in the passed hook_info::count
|
2017-03-20 09:14:30 -03:00 |
|
|
5b93da867a
|
refactoring: simplified hook system
|
2017-03-17 01:08:48 -03:00 |
|
|
bd238dfebd
|
remove history field of hook structure as this is now obsolete.
use the reference counting to keep copies of older samples
|
2017-03-14 11:24:06 -03:00 |
|
|
9c40931a04
|
Merge branch 'feature-mpmc-queue' into feature-curlio
|
2017-03-05 10:06:32 -04:00 |
|