Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -1/+0 |
| | |||||
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | duplicheck: use a stream service to accept client connections | Martin Willi | 2013-07-18 | 1 | -1/+2 |
| | | | | | | As we can't use SOCK_SEQPACKET over TCP, we now have to provide message boundaries ourselves. We do this by appending a 16-bit length header to each sent duplicate identity. | ||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -5/+7 |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | ||||
* | Added an example application listening to duplicheck notifications | Martin Willi | 2011-02-28 | 1 | -0/+3 |
| | |||||
* | Notify duplicate detections over a UNIX sockets to listening applications | Martin Willi | 2011-02-28 | 1 | -2/+4 |
| | |||||
* | Added an advanced duplicate checking plugin with liveness check of old SA | Martin Willi | 2011-02-28 | 1 | -0/+16 |