File tree
Expand file treeCollapse file tree
15 files changed
+91
-164
lines changedFilter options
- examples
- archive_async/src
- archive_sync/src
- postgresql_archive
- benches
- src
- hasher
- matcher
- repository
- github
- tests
- postgresql_embedded
- build
- src
Expand file treeCollapse file tree
15 files changed
+91
-164
lines changedexamples/archive_async/src/main.rs
Copy file name to clipboardExpand all lines: examples/archive_async/src/main.rs+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
| 5 | + |
| 6 | + |
5 | 7 |
|
6 | 8 |
|
7 | 9 |
|
8 | 10 |
|
9 |
| - |
| 11 | + |
| 12 | + |
10 | 13 |
|
11 | 14 |
|
12 | 15 |
|
|
examples/archive_sync/src/main.rs
Copy file name to clipboardExpand all lines: examples/archive_sync/src/main.rs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
|
postgresql_archive/benches/archive.rs
Copy file name to clipboardExpand all lines: postgresql_archive/benches/archive.rs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
|
postgresql_archive/src/archive.rs
Copy file name to clipboardExpand all lines: postgresql_archive/src/archive.rs+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| ||
213 | 214 |
|
214 | 215 |
|
215 | 216 |
|
216 |
| - |
| 217 | + |
217 | 218 |
|
218 | 219 |
|
219 | 220 |
|
220 | 221 |
|
221 | 222 |
|
222 | 223 |
|
223 | 224 |
|
224 |
| - |
| 225 | + |
225 | 226 |
|
226 | 227 |
|
227 | 228 |
|
|
postgresql_archive/src/hasher/registry.rs
Copy file name to clipboardExpand all lines: postgresql_archive/src/hasher/registry.rs+26-51Lines changed: 26 additions & 51 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
| ||
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
118 |
| - |
| 118 | + |
119 | 119 |
|
120 | 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 |
| - |
| 121 | + |
146 | 122 |
|
147 | 123 |
|
148 | 124 |
|
149 |
| - |
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| - |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
154 | 131 |
|
155 | 132 |
|
156 | 133 |
|
157 |
| - |
158 |
| - |
159 |
| - |
160 |
| - |
161 |
| - |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
162 | 140 |
|
163 | 141 |
|
164 | 142 |
|
165 |
| - |
166 |
| - |
167 |
| - |
168 |
| - |
169 |
| - |
| 143 | + |
| 144 | + |
170 | 145 |
|
171 | 146 |
|
postgresql_archive/src/lib.rs
Copy file name to clipboardExpand all lines: postgresql_archive/src/lib.rs+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| ||
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
121 |
| - |
| 121 | + |
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
|
postgresql_archive/src/matcher/mod.rs
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 | 2 |
|
| 3 | + |
postgresql_archive/src/matcher/registry.rs
Copy file name to clipboardExpand all lines: postgresql_archive/src/matcher/registry.rs+10-13Lines changed: 10 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
70 | 70 |
|
71 | 71 |
|
72 |
| - |
73 | 72 |
|
74 | 73 |
|
75 | 74 |
|
| ||
102 | 101 |
|
103 | 102 |
|
104 | 103 |
|
105 |
| - |
106 | 104 |
|
107 | 105 |
|
108 | 106 |
|
| ||
119 | 117 |
|
120 | 118 |
|
121 | 119 |
|
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
128 | 124 |
|
129 |
| - |
130 |
| - |
| 125 | + |
| 126 | + |
| 127 | + |
131 | 128 |
|
132 | 129 |
|
postgresql_archive/src/matcher/default.rs renamed to postgresql_archive/src/matcher/target_os_arch.rs
Copy file name to clipboardFile renamed without changes.
postgresql_archive/src/repository/github/repository.rs
Copy file name to clipboardExpand all lines: postgresql_archive/src/repository/github/repository.rs+6-50Lines changed: 6 additions & 50 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 | 83 |
|
96 | 84 |
|
97 | 85 |
|
| ||
334 | 322 |
|
335 | 323 |
|
336 | 324 |
|
337 |
| - |
338 |
| - |
339 |
| - |
340 |
| - |
341 |
| - |
342 |
| - |
343 |
| - |
344 |
| - |
345 |
| - |
346 |
| - |
347 |
| - |
348 |
| - |
| 325 | + |
349 | 326 |
|
350 | 327 |
|
351 | 328 |
|
352 |
| - |
| 329 | + |
353 | 330 |
|
354 | 331 |
|
355 | 332 |
|
| ||
379 | 356 |
|
380 | 357 |
|
381 | 358 |
|
382 |
| - |
| 359 | + |
383 | 360 |
|
384 | 361 |
|
385 | 362 |
|
| ||
388 | 365 |
|
389 | 366 |
|
390 | 367 |
|
391 |
| - |
| 368 | + |
392 | 369 |
|
393 | 370 |
|
394 | 371 |
|
| ||
397 | 374 |
|
398 | 375 |
|
399 | 376 |
|
400 |
| - |
| 377 | + |
401 | 378 |
|
402 | 379 |
|
403 | 380 |
|
| ||
410 | 387 |
|
411 | 388 |
|
412 | 389 |
|
413 |
| - |
| 390 | + |
414 | 391 |
|
415 | 392 |
|
416 | 393 |
|
| ||
436 | 413 |
|
437 | 414 |
|
438 | 415 |
|
439 |
| - |
440 |
| - |
441 |
| - |
442 |
| - |
443 |
| - |
444 |
| - |
445 |
| - |
446 |
| - |
447 |
| - |
448 |
| - |
449 |
| - |
450 |
| - |
451 |
| - |
452 |
| - |
453 |
| - |
454 |
| - |
455 |
| - |
456 |
| - |
457 |
| - |
458 |
| - |
459 |
| - |
460 | 416 |
|
0 commit comments