about summary refs log tree commit diff stats
path: root/src/pgp
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-02-20 10:31:34 +0100
committerGitHub <noreply@github.com>2019-02-20 10:31:34 +0100
commitc8f55ed3385c44acc5d2675e086cc71e719f7c2c (patch)
tree1daf382759cdf9cf2c0063701aa39f76b8fe16cd /src/pgp
parentfbbf920e2a36079a63ad74b258564fbf5200212e (diff)
parentd1c54e9aaa3b6b9343759ab0e7572d5b71203b71 (diff)
downloadprofani-tty-c8f55ed3385c44acc5d2675e086cc71e719f7c2c.tar.gz
Merge pull request #994 from philipflohr/master
Fail plugin unloading if plugin does not exist
Diffstat (limited to 'src/pgp')
0 files changed, 0 insertions, 0 deletions
/danisanti/profani-tty/commit/main.c?id=a7d89e0e08570dd6991ca544aa2e059f88ebf2b2'>a7d89e0e ^
e8fc80f5 ^
a7d89e0e ^
f9737251 ^











a7d89e0e ^
17488ca3 ^
9b177a9e ^
17488ca3 ^
6b852a2f ^
7c908780 ^

9b177a9e ^
0fbaa6f5 ^
6b852a2f ^
fc5bfb7d ^
ca1dcdda ^







17b4e45c ^



5d9c7ffd ^
e434b1bb ^
fb347855 ^
581f58e4 ^
7c908780 ^
e6987387 ^
1248f49c ^
10ca3e8c ^
7c908780 ^
279737ba ^

6bad38c2 ^
9b177a9e ^
e0dfe483 ^



6bad38c2 ^
7c908780 ^

034a9858 ^
e6987387 ^
10ca3e8c ^
7c908780 ^

6bad38c2 ^
7c908780 ^

72d96a92 ^
7c908780 ^

7c908780 ^

c9ed5834 ^
98bc1abb ^
72d96a92 ^
7c908780 ^
72d96a92 ^
453fcae2 ^

7c908780 ^
9b177a9e ^


6b852a2f ^
9b177a9e ^
6b852a2f ^

9b177a9e ^
6b852a2f ^

13088e0a ^

be13e98f ^
14c8f53f ^
7c908780 ^


0115d71e ^


651d5aaa ^
9b177a9e ^
2b88e2f1 ^

9b177a9e ^
2b88e2f1 ^


e434b1bb ^
651d5aaa ^




9b177a9e ^
ca1dcdda ^

0115d71e ^



9b177a9e ^
ca1dcdda ^

2490c3ed ^



249701fe ^





9b177a9e ^
bd928f0f ^




9b177a9e ^
17b4e45c ^


2783c84a ^



697db019 ^
1e60d17d ^




7c908780 ^
72d96a92 ^

10ca3e8c ^
5d9c7ffd ^


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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179