Commit Graph

596 Commits

Author SHA1 Message Date
Axel Kittenberger d3b31bda37 added temp_dir rsync parameter 2012-10-23 07:23:58 +02:00
axel 9dbea196c5 fixing Stefanos problem 2012-10-10 10:07:13 +02:00
Axel Kittenberger 19094a9fd4 changelog 2012-10-09 19:54:19 +02:00
Axel Kittenberger f09ac240a7 properly reconstruct settings variable in case of backward compatibly accepting it as deprecated variable 2012-10-09 18:06:46 +02:00
Axel Kittenberger 5f01a04335 allow true, false, 'running' and 'startup' for the delete parameter 2012-10-09 17:47:39 +02:00
Axel Kittenberger a82f4da7cd making settings{} a function 2012-10-08 09:10:03 +02:00
Axel Kittenberger f9231a11b2 enabling port configuration for rsyncssh 2012-10-08 08:06:34 +02:00
Axel Kittenberger 23dbbe5ecd allowing command line delay override the config file again 2012-10-07 21:40:05 +02:00
Axel Kittenberger 998f9ab3d0 adapting test scripts 2012-10-07 20:48:09 +02:00
Axel Kittenberger 1217fef9ba fixing default.direct regression 2012-10-07 19:49:33 +02:00
Axel Kittenberger 1b6d9bb65a code beautifications and cleanup, exits with error level 143 after receiving a sigterm 2012-10-07 19:48:23 +02:00
Axel Kittenberger a6b49c8650 working on the new rsync config system 2012-10-06 14:22:08 +02:00
Axel Kittenberger 6f90c19196 working on new inheritance, chechgauge system 2012-10-06 13:43:55 +02:00
Axel Kittenberger 6a862d6b8f introducing checkgauge, code beautifications 2012-10-05 21:48:06 +02:00
Axel Kittenberger 1bf1d13eaa new inheritance mechanics, code beautifications 2012-10-05 09:41:46 +02:00
Axel Kittenberger 2e9c103f55 beautifing code 2012-10-03 18:34:09 +02:00
Axel Kittenberger 899077ccd7 code beautifications 2012-10-03 17:37:49 +02:00
Axel Kittenberger 698c5c3e4d code beautifications 2012-10-03 09:23:18 +02:00
Axel Kittenberger 887b8a004f repairing default.direct regression 2012-10-02 22:06:05 +02:00
Axel Kittenberger e0c1b25a1b code beautifications 2012-10-02 22:02:09 +02:00
Axel Kittenberger 5e34adc29b Actually thinking about it, lets not clean the manpage, it comes precompiled in tarballs 2012-10-02 21:15:49 +02:00
Axel Kittenberger 5aa4d497cb Merge pull request #158 from devurandom/fix/check-lua-compat
Check whether Lua library was compiled with compat support
2012-10-02 12:13:17 -07:00
Dennis Schridde 91a7a78b4f Fix Lua compat detection for when lauxlib.h is not in /usr/include 2012-10-02 19:23:56 +02:00
Dennis Schridde 023f0efa3c Check whether Lua library was compiled with compat support 2012-10-02 18:53:27 +02:00
Axel Kittenberger 91edb62083 Merge pull request #157 from devurandom/feature/better-check-for-lua
Try harder to find matching Lua program/library pairs
2012-10-02 07:04:22 -07:00
Axel Kittenberger c8238f0209 Merge pull request #156 from devurandom/feature/modernize-am-init
Modernize AM_INIT
2012-10-02 07:02:00 -07:00
Dennis Schridde 6034750db3 Try harder to find matching Lua program/library pairs
Uses an AX_SUBST_L macro I copied from another project of mine.
 Originally found somewhere on the net.
2012-10-02 15:58:52 +02:00
Dennis Schridde 30280bcc50 Minor beautification of configure.ac 2012-10-02 15:39:22 +02:00
Dennis Schridde ab41f0159f Use modern AM_INIT_AUTOMAKE and store aclocal stuff in separate m4/ dir
See http://www.gnu.org/software/automake/manual/automake.html#Public-Macros
2012-10-02 15:30:05 +02:00
Axel Kittenberger cccf5d6a73 code beautifications 2012-10-02 08:35:31 +02:00
Axel Kittenberger e2b0cdb359 fixing new rsync argument computation 2012-10-02 08:25:46 +02:00
Axel Kittenberger a694e0c55c Working on the 2.1 rsync configure API. Beautifing code 2012-10-02 08:17:12 +02:00
Axel Kittenberger f9ef52ab34 Merge pull request #155 from devurandom/feature/add-manpage-to-cleanfiles
Add manpage to CLEANFILES
2012-10-01 21:47:51 -07:00
Axel Kittenberger 5ec68314fe Merge pull request #154 from devurandom/fix/check-for-lua
Check for presence of lua and luac in configure and use path in Makefile
2012-10-01 21:47:19 -07:00
Axel Kittenberger c77298cc74 Merge pull request #153 from devurandom/fix/check-for-a2x
Check for presence of a2x (from asciidoc) in configure and use path in Makefile
2012-10-01 21:45:31 -07:00
Axel Kittenberger 604493029a Merge pull request #152 from devurandom/feature/simplify-register
Simplify register functions
2012-10-01 21:42:12 -07:00
Dennis Schridde 6a5eb24a90 Check for presence of lua and luac in configure and use path in Makefile
This should help to prevent generating lua bytecode for a different version
 than the library being linked to. Not at all reliable, but a bit better
 than before.
2012-10-02 04:15:47 +02:00
Dennis Schridde 88bc95fd67 Check for presence of a2x (from asciidoc) in configure and use path in Makefile 2012-10-02 04:10:20 +02:00
Dennis Schridde dea7e87b40 Use LSYNCD_*LIBNAME to refer to lsyncd/.inotify tables
This should prevent typos and resulting issues
2012-10-02 02:56:29 +02:00
Dennis Schridde a82f43ab3f Add manpage to CLEANFILES 2012-10-02 02:49:33 +02:00
Dennis Schridde 68982e6e5b Simplify register_lsyncd(), too 2012-10-01 23:00:52 +02:00
Dennis Schridde 702f6d3d4e Make register_inotify() a bit more obvious 2012-10-01 23:00:52 +02:00
Dennis Schridde 3d065fccba Fix typo in name of Lua global table lysncd->lsyncd 2012-10-01 23:00:35 +02:00
Axel Kittenberger ddbf2c2a19 _extra will be the generic future extender, if someone absoletly must do it 2012-10-01 21:36:23 +02:00
Axel Kittenberger ab36ab7823 making it Lua 5.2 (and 5.1) compatible 2012-09-25 17:29:12 +02:00
Axel Kittenberger b6fa608787 fixing settings.insist ignore by default 2012-09-07 18:00:52 +02:00
Axel Kittenberger 6d4149acdc fixing compile errors 2012-09-07 09:03:00 +02:00
Axel Kittenberger 9106f81c4a removing extra linespaces, comment cleanup 2012-09-07 08:58:44 +02:00
Axel Kittenberger f50be8e51b ssh port options, making ssh binary configurable 2012-08-25 13:45:50 +02:00
Axel Kittenberger 7fbf97cd21 added lftp example 2012-08-09 08:48:50 +02:00