aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_signals.c
AgeCommit message (Expand)AuthorLines
2024-07-29Gate #include <execinfo.h> behind #ifdef HAVE_BACKTRACENils-1/+4
2024-07-14Add syslog and fatal signal handler featureBernd Schubert-27/+119
2024-03-20Add glibc backtrace to signal handlerBernd Schubert-0/+15
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-1/+1
2019-09-04Introduce callback for loggingStefan Hajnoczi-2/+2
2018-04-13Drop unneeded void cast for actually used local variableTomohiro Kusumi-1/+0
2017-05-24fuse_signals.c: use new do_nothing function instead of SIG_IGNNikolaus Rath-2/+12
2016-11-29Return signal value if session loop is terminated by signal and improve docum...Nikolaus Rath-1/+9
2016-10-28Clean-up doxygen documentationNikolaus Rath-2/+0
2016-10-02Extended per-file comments.Nikolaus Rath-0/+2
2016-03-29Whitespace cleanup.Nikolaus Rath-1/+0
2015-02-26libfuse: fix fuse_remove_signal_handlers()Miklos Szeredi-11/+11
2013-07-24libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcMiklos Szeredi-0/+1
2013-07-02rewrote c++ style comments to c style coments mentioned by Miklos SzerediJoachim Schiele-2/+2
2013-06-20- added a doxygen main pageJoachim Schiele-0/+2
2007-12-12change indentingMiklos Szeredi-39/+39
2007-10-16Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi-1/+1
2007-04-25update copyright datesMiklos Szeredi-1/+1
2006-09-07interrupt supportMiklos Szeredi-2/+2
2006-01-06fixMiklos Szeredi-0/+72