summaryrefslogtreecommitdiffstats
path: root/libdaemon
Commit message (Expand)AuthorAgeFilesLines
* libdaemon: Split daemon-shared.[hc] into daemon-io.[hc] and config-util.[hc].Petr Rockai2012-09-267-91/+138
* libdaemonclient: Use log_sys_error in place of perror.Petr Rockai2012-09-261-1/+1
* libdaemonclient: Use dm_{malloc,free} in place of {malloc,free}.Petr Rockai2012-09-261-3/+2
* lvmetad: Fix #845269: SEGV on corrupt lvmetad response.Petr Rockai2012-09-261-0/+2
* Makefiles: Build libdaemonclient unconditionally.Petr Rockai2012-09-261-1/+3
* lvmetad: Use "%" PRId64 in place of "%d" for extra clarity.Petr Rockai2012-09-262-5/+5
* Implement devices/global_filter.Petr Rockai2012-09-261-1/+3
* libdaemon: Extend and refactor APIs.Petr Rockai2012-09-265-42/+353
* clvmd,lvmetad: check for fcntl resultZdenek Kabelac2012-08-231-1/+2
* cleanup: add va_endZdenek Kabelac2012-08-231-5/+7
* cleanup: add standard GPL file headerZdenek Kabelac2012-08-231-1/+25
* cleanup: use <> for system header fileZdenek Kabelac2012-08-231-1/+1
* lvmetad: do not deref NULL pointerZdenek Kabelac2012-08-231-1/+3
* lvmetad: fix memleak on error pathZdenek Kabelac2012-08-231-1/+3
* lvmetad: fix memleaksZdenek Kabelac2012-08-231-1/+6
* libdaemon: Draft logging infrastructure.Petr Rockai2012-08-085-9/+211
* [lvmetad] Continue reading/writing on EINTRMarian Csontos2012-08-021-4/+4
* lvmetad: Skip redundant checks on no inputMarian Csontos2012-08-021-14/+13
* daemon-server: fix error message on daemon shutdownPeter Rajnoha2012-07-191-1/+1
* cleanup: replace memset with struct initilizationZdenek Kabelac2012-06-222-8/+4
* Use dm_strncpy instead of plain strncpy while setting the socket path.Peter Rajnoha2012-04-272-2/+8
* strcpy -> strncpy in common daemon code.Peter Rajnoha2012-04-102-2/+2
* Do exit if LISTEN_PID environment variable not correct during systemd handover.Peter Rajnoha2012-03-161-1/+1
* Use SD_ACTIVATION env. var. in systemd units to better detect systemd in use.Peter Rajnoha2012-03-141-0/+6
* Do not unlink the socket on daemon shutdown if activation is done via systemd.Peter Rajnoha2012-03-081-1/+2
* Few more close and dev_close traceZdenek Kabelac2012-03-012-3/+5
* Use 64 bit integers whenever extracting numbers from daemon replies.Petr Rockai2012-03-011-2/+2
* Reflect new file locations, include file updates etc.Alasdair Kergon2012-02-286-12/+67
* move daemon filesAlasdair Kergon2012-02-286-0/+982
* new makefilesAlasdair Kergon2012-02-282-0/+42
* Series of commits to move daemon code into separate top-level dir andAlasdair Kergon2012-02-281-0/+29