Introduction
Introduction Statistics Contact Development Disclaimer Help
cgit_master.atom.xml - sfeed_tests - sfeed tests and RSS and Atom files
git clone git://git.codemadness.org/sfeed_tests
Log
Files
Refs
README
LICENSE
---
cgit_master.atom.xml (9822B)
---
1 <feed xmlns='http://www.w3.org/2005/Atom'>
2 <title>cgit, branch master</title>
3 <subtitle>A hyperfast web frontend for git repositories written in C.</s…
4 <link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/…
5 <entry>
6 <title>Bump version</title>
7 <updated>2020-03-13T23:49:52+00:00</updated>
8 <author>
9 <name>Jason A. Donenfeld</name>
10 <email>[email protected]</email>
11 </author>
12 <published>2020-03-13T23:49:52+00:00</published>
13 <link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/…
14 <id>55fa25adb097d2681607d8b0f51a0c393cc9af1a</id>
15 <content type='text'>
16 Signed-off-by: Jason A. Donenfeld &lt;[email protected]&gt;
17 </content>
18 <content type='xhtml'>
19 <div xmlns='http://www.w3.org/1999/xhtml'>
20 <pre>
21 Signed-off-by: Jason A. Donenfeld &lt;[email protected]&gt;
22 </pre>
23 </div>
24 </content>
25 </entry>
26 <entry>
27 <title>global: use proper accessors for maybe_tree</title>
28 <updated>2020-03-13T23:48:34+00:00</updated>
29 <author>
30 <name>Jason A. Donenfeld</name>
31 <email>[email protected]</email>
32 </author>
33 <published>2020-03-13T02:52:35+00:00</published>
34 <link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/…
35 <id>6a8d6d4b5021af6c90ca0da806691987df449469</id>
36 <content type='text'>
37 A previous commit changed -&gt;tree to -&gt;maybe_tree throughout, which…
38 have worked at the time, but wasn't safe, because maybe_tree is loaded
39 lazily. This manifested itself in crashes when using the "follow" log
40 feature. The proper fix is to use the correct contextual accessors
41 everytime we want access to maybe_tree. Thankfully, the commit.cocci
42 script takes care of creating mostly-correct patches that we could then
43 fix up, resulting in this commit here.
44
45 Fixes: 255b78f ("git: update to v2.18.0")
46 Reviewed-by: Christian Hesse &lt;[email protected]&gt;
47 Signed-off-by: Jason A. Donenfeld &lt;[email protected]&gt;
48 </content>
49 <content type='xhtml'>
50 <div xmlns='http://www.w3.org/1999/xhtml'>
51 <pre>
52 A previous commit changed -&gt;tree to -&gt;maybe_tree throughout, which…
53 have worked at the time, but wasn't safe, because maybe_tree is loaded
54 lazily. This manifested itself in crashes when using the "follow" log
55 feature. The proper fix is to use the correct contextual accessors
56 everytime we want access to maybe_tree. Thankfully, the commit.cocci
57 script takes care of creating mostly-correct patches that we could then
58 fix up, resulting in this commit here.
59
60 Fixes: 255b78f ("git: update to v2.18.0")
61 Reviewed-by: Christian Hesse &lt;[email protected]&gt;
62 Signed-off-by: Jason A. Donenfeld &lt;[email protected]&gt;
63 </pre>
64 </div>
65 </content>
66 </entry>
67 <entry>
68 <title>ui-snapshot: add support for zstd compression</title>
69 <updated>2020-03-13T01:56:39+00:00</updated>
70 <author>
71 <name>Christian Hesse</name>
72 <email>[email protected]</email>
73 </author>
74 <published>2020-02-26T08:12:21+00:00</published>
75 <link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/…
76 <id>892ba8c3cc0617d2087a2337d8c6e71524d7b49c</id>
77 <content type='text'>
78 This patch adds support for zstd [0] compressed snapshots (*.tar.zst).
79 We enable multiple working threads (-T0), but keep default compression
80 level. The latter can be influenced by environment variable.
81
82 [0] https://www.zstd.net/
83
84 Signed-off-by: Christian Hesse &lt;[email protected]&gt;
85 </content>
86 <content type='xhtml'>
87 <div xmlns='http://www.w3.org/1999/xhtml'>
88 <pre>
89 This patch adds support for zstd [0] compressed snapshots (*.tar.zst).
90 We enable multiple working threads (-T0), but keep default compression
91 level. The latter can be influenced by environment variable.
92
93 [0] https://www.zstd.net/
94
95 Signed-off-by: Christian Hesse &lt;[email protected]&gt;
96 </pre>
97 </div>
98 </content>
99 </entry>
100 <entry>
101 <title>tests: add tests for xz compressed snapshots</title>
102 <updated>2020-03-13T01:56:39+00:00</updated>
103 <author>
104 <name>Christian Hesse</name>
105 <email>[email protected]</email>
106 </author>
107 <published>2020-02-26T08:19:00+00:00</published>
108 <link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/…
109 <id>cc230bf04456cc0ca82c6251b1624425eb7a7153</id>
110 <content type='text'>
111 Signed-off-by: Christian Hesse &lt;[email protected]&gt;
112 </content>
113 <content type='xhtml'>
114 <div xmlns='http://www.w3.org/1999/xhtml'>
115 <pre>
116 Signed-off-by: Christian Hesse &lt;[email protected]&gt;
117 </pre>
118 </div>
119 </content>
120 </entry>
121 <entry>
122 <title>ui-snapshot: add support for lzip compression</title>
123 <updated>2020-02-26T01:57:40+00:00</updated>
124 <author>
125 <name>Hanspeter Portner</name>
126 <email>[email protected]</email>
127 </author>
128 <published>2019-08-16T21:40:19+00:00</published>
129 <link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/…
130 <id>06671f4b2167951c6b46401b0f5ac8af4d48d50a</id>
131 <content type='text'>
132 This patch adds support for lzip [1] compressed snapshots (*.tar.lz)
133
134 [1] https://www.nongnu.org/lzip/
135
136 Signed-off-by: Hanspeter Portner &lt;[email protected]&gt;
137 Signed-off-by: Jason A. Donenfeld &lt;[email protected]&gt;
138 </content>
139 <content type='xhtml'>
140 <div xmlns='http://www.w3.org/1999/xhtml'>
141 <pre>
142 This patch adds support for lzip [1] compressed snapshots (*.tar.lz)
143
144 [1] https://www.nongnu.org/lzip/
145
146 Signed-off-by: Hanspeter Portner &lt;[email protected]&gt;
147 Signed-off-by: Jason A. Donenfeld &lt;[email protected]&gt;
148 </pre>
149 </div>
150 </content>
151 </entry>
152 <entry>
153 <title>git: update to v2.25.1</title>
154 <updated>2020-02-17T12:08:02+00:00</updated>
155 <author>
156 <name>Christian Hesse</name>
157 <email>[email protected]</email>
158 </author>
159 <published>2020-02-17T08:08:02+00:00</published>
160 <link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/…
161 <id>fde897b8171ed2e925b44ec6f69590ec07241017</id>
162 <content type='text'>
163 Update to git version v2.25.1.
164
165 No changes required.
166 </content>
167 <content type='xhtml'>
168 <div xmlns='http://www.w3.org/1999/xhtml'>
169 <pre>
170 Update to git version v2.25.1.
171
172 No changes required.
173 </pre>
174 </div>
175 </content>
176 </entry>
177 <entry>
178 <title>tests: allow to skip git version tests</title>
179 <updated>2020-01-13T20:17:19+00:00</updated>
180 <author>
181 <name>Christian Hesse</name>
182 <email>[email protected]</email>
183 </author>
184 <published>2020-01-13T20:04:46+00:00</published>
185 <link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/…
186 <id>5e49023b01e5dfaacfc89199159e53c0c6e41331</id>
187 <content type='text'>
188 This allows to run tests non-tagged git checkout or when bisecting.
189
190 Signed-off-by: Christian Hesse &lt;[email protected]&gt;
191 </content>
192 <content type='xhtml'>
193 <div xmlns='http://www.w3.org/1999/xhtml'>
194 <pre>
195 This allows to run tests non-tagged git checkout or when bisecting.
196
197 Signed-off-by: Christian Hesse &lt;[email protected]&gt;
198 </pre>
199 </div>
200 </content>
201 </entry>
202 <entry>
203 <title>Bump version</title>
204 <updated>2020-01-13T20:04:14+00:00</updated>
205 <author>
206 <name>Jason A. Donenfeld</name>
207 <email>[email protected]</email>
208 </author>
209 <published>2020-01-13T20:04:14+00:00</published>
210 <link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/…
211 <id>fa146ccabdd0de746a7076f0630af550e43d9088</id>
212 <content type='text'>
213 Signed-off-by: Jason A. Donenfeld &lt;[email protected]&gt;
214 </content>
215 <content type='xhtml'>
216 <div xmlns='http://www.w3.org/1999/xhtml'>
217 <pre>
218 Signed-off-by: Jason A. Donenfeld &lt;[email protected]&gt;
219 </pre>
220 </div>
221 </content>
222 </entry>
223 <entry>
224 <title>git: update to v2.25.0</title>
225 <updated>2020-01-13T19:50:55+00:00</updated>
226 <author>
227 <name>Christian Hesse</name>
228 <email>[email protected]</email>
229 </author>
230 <published>2019-12-25T23:02:23+00:00</published>
231 <link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/…
232 <id>bd68c98879ecc8ce9f7f6d3e01bc4ffeb9182b04</id>
233 <content type='text'>
234 Update to git version v2.25.0.
235
236 Upstream renamed 'init_display_notes()' to 'load_display_notes()' in
237 commit 1e6ed5441a61b5085978e0429691e2e2425f6846 ("notes: rename to
238 load_display_notes()").
239
240 Signed-off-by: Christian Hesse &lt;[email protected]&gt;
241 </content>
242 <content type='xhtml'>
243 <div xmlns='http://www.w3.org/1999/xhtml'>
244 <pre>
245 Update to git version v2.25.0.
246
247 Upstream renamed 'init_display_notes()' to 'load_display_notes()' in
248 commit 1e6ed5441a61b5085978e0429691e2e2425f6846 ("notes: rename to
249 load_display_notes()").
250
251 Signed-off-by: Christian Hesse &lt;[email protected]&gt;
252 </pre>
253 </div>
254 </content>
255 </entry>
256 <entry>
257 <title>tests: skip tests if strace is not functional</title>
258 <updated>2019-12-11T10:04:02+00:00</updated>
259 <author>
260 <name>Christian Hesse</name>
261 <email>[email protected]</email>
262 </author>
263 <published>2019-12-11T09:55:24+00:00</published>
264 <link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/…
265 <id>ca98c9e7bf31617efc3ff7d3575efe5bba3cde1a</id>
266 <content type='text'>
267 Chances are that strace is available but not functional due to
268 restricted permissions:
269
270 strace: test_ptrace_get_syscall_info: PTRACE_TRACEME: Operation not perm…
271 strace: ptrace(PTRACE_TRACEME, ...): Operation not permitted
272 +++ exited with 1 +++
273
274 Just skip the tests then.
275
276 Signed-off-by: Christian Hesse &lt;[email protected]&gt;
277 </content>
278 <content type='xhtml'>
279 <div xmlns='http://www.w3.org/1999/xhtml'>
280 <pre>
281 Chances are that strace is available but not functional due to
282 restricted permissions:
283
284 strace: test_ptrace_get_syscall_info: PTRACE_TRACEME: Operation not perm…
285 strace: ptrace(PTRACE_TRACEME, ...): Operation not permitted
286 +++ exited with 1 +++
287
288 Just skip the tests then.
289
290 Signed-off-by: Christian Hesse &lt;[email protected]&gt;
291 </pre>
292 </div>
293 </content>
294 </entry>
295 </feed>
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.