about summary refs log tree commit diff stats
path: root/rf.c
Commit message (Expand)AuthorAgeFilesLines
* Add config parserRory Bradford2020-08-131-19/+117
* Fix double slashesRory Bradford2020-08-111-1/+5
* Add change root directory optionRory Bradford2020-08-111-2/+7
* Make calloc types explicitRory Bradford2020-08-101-1/+1
* Fix loop break out logicRory Bradford2020-08-081-3/+2
* Additional safetyRory Bradford2020-08-021-21/+30
* Various minor improvementsRory Bradford2020-08-021-23/+15
* Add wholename optionRory Bradford2020-04-181-109/+96
* Initialise struct with defaultsRory Bradford2020-04-181-30/+17
* Re-introduce optional substring matchingRory Bradford2020-04-171-25/+28
* Add unlink and shell options, refactor optsRory Bradford2020-04-141-100/+95
* Fix invert exclusionRory Bradford2020-04-141-0/+1
* Tidy up help textRory Bradford2020-04-141-6/+5
* Fix invert logicRory Bradford2020-04-141-11/+7
* RefactorRory Bradford2020-04-101-88/+26
* More code reformattingRory Bradford2020-04-091-295/+310
* Add missing dirname short optRory Bradford2020-03-251-1/+5
* Add dirname optionRory Bradford2020-02-221-9/+19
* Reformat with default clang styleRory Bradford2020-02-221-314/+275
* Fix uninitialised variablesRory Bradford2019-12-221-5/+18
* Fix memory leak when using --limitRory Bradford2019-12-041-8/+25
* Improve code formattingRory Bradford2019-12-011-248/+289
* Fix argument syntax in docsRory Bradford2019-12-011-1/+1
* Make POSIX compatibleRory Bradford2019-11-291-1/+5
* Implement limitRory Bradford2019-11-251-8/+28
* Implement invert switchRory Bradford2019-11-191-7/+20
* Initial implementationRory Bradford2019-11-151-0/+261
ists running load processes' href='/akspecs/ranger/commit/ranger/ext/accumulator.py?id=ddf828fb5ce5a539e01d968aee5817ad1c921a01'>ddf828fb ^
d6e2900a ^
ddf828fb ^
cb116bf0 ^
ddf828fb ^

























ea87d005 ^
ddf828fb ^





75c3e884 ^



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