blob: f2633e44a02ec8667cb67d0c0df2d5fecb1339a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
commit f8b47031fd65b9055e6a89a961466bdb367cd710
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2014-02-18 18:25:08 +0100
Documentation update, license clarification
use pandoc for manpage generation, drop now-redundant README
commit c4c47613070b81b95434b03b6cda74daa76aada6
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2014-02-05 15:15:11 +0100
make main script configurable via environment
commit 17e1ec141ebea9c949dd5bc1933c9a1e057d5a16
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2013-01-23 17:59:46 +0100
document alternate URL syntaxes and how to use ssh-based transfer with an identity
commit 1e1e7fecbd162d7e763fd553994ba90298101659
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2013-01-12 19:35:28 +0100
use #!/bin/sh, any POSIX sh is ok.
Thanks: Philipp Kern <pkern@debian.org>
commit 1b05237ebb0ef83d2b0603369347da9832711c82 (tag: 0.6)
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2013-01-07 17:31:27 +0100
implement caching for filtered version
filtering can take a long time, about 1m for 20k key entries
commit 8d177fb1f42cb80ffbf678669cd726d40f26f123
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2013-01-04 21:16:37 +0100
implement hostname filtering
Fixes GH-1.
commit b976b61bd47d0a404d94e390c429ac5e336b261a
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2013-01-04 21:12:09 +0100
bash style fixups
* [[ for less quoting
* -eq instead of = for numerical equality
* text manipulation instead of forking a basename(1)
commit 15f2c2977ee6e95893e3fb4859bdf73dd6885e8a
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2013-01-04 20:06:59 +0100
prefer local plugins over ones from a distro package
commit a8e7c707a3e85cfcbdf2706634e8fc07dd9b3f54
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2012-11-03 17:43:58 +0100
update pgsql plugin documentation
+ add SSL verification options
+ replace PGCLUSTER with PGHOST, former cements the use of a specific
version of postgresql-client.
Git-Dch: Full
commit 9817011424d5a37501ffb6bcee573e6fb25b852d
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2012-03-26 21:36:41 +0200
drop debian/
debian packaging will be on separate branch now
commit a2060472fe74355a4b772ca0efd28249702a7025 (tag: debian/0.5)
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2012-02-25 21:17:06 +0100
Imported Debian version 0.5
commit e5b99e36d96614d059137f3df323bcc39ead369e (tag: debian/0.4)
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2012-02-25 21:17:04 +0100
Imported Debian version 0.4
commit 550c2f513a05899566ca90a1e859218ee44a8ac7 (tag: debian/0.3)
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2012-02-25 21:17:02 +0100
Imported Debian version 0.3
commit 4b444020fa50e4f22a427b981c582b35cdb4efb1 (tag: debian/0.2)
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2012-02-25 21:17:00 +0100
Imported Debian version 0.2
commit 8f32f842b33bdc6617b41dc9f18b222fd3013e21 (tag: debian/0.1)
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2012-02-25 21:08:57 +0100
Imported Debian version 0.1
|