about summary refs log tree commit diff stats
path: root/tests/unittests/test_callbacks.c
Commit message (Expand)AuthorAgeFilesLines
* Apply coding styleMichael Vetter2020-07-071-8/+10
* Revert "Apply coding style"Michael Vetter2020-07-071-13/+11
* Apply coding styleMichael Vetter2020-07-071-11/+13
* Fix memleak in test_callbacks unittestMichael Vetter2019-10-061-0/+2
* Fix test_callbacks memleakMichael Vetter2019-10-061-0/+5
* Unit test for callback_add_command()James Booth2016-07-041-7/+32
* Free plugins commands on quitJames Booth2016-07-041-0/+32
+0100 Added common module for glib compatibility' href='/danisanti/profani-tty/commit/common.h?id=8c68fa0be51f9f12e971b01c6dc9c358a99cfb02'>8c68fa0b ^
2630c111 ^
fc5bfb7d ^
8c68fa0b ^


0ef52901 ^
b3d49f2a ^
0ef52901 ^



8c68fa0b ^

b1da6d1b ^

40299882 ^
b1da6d1b ^

9e686c0e ^



6644fa95 ^

b6f36673 ^
f2638e00 ^



b6f36673 ^
a48b48b7 ^
f2638e00 ^
a48b48b7 ^

f2638e00 ^
a48b48b7 ^
e6749d66 ^
e9225687 ^














e6749d66 ^
0ef52901 ^
8c68fa0b ^
b3d49f2a ^
b1da6d1b ^
6dbcc035 ^
b1da6d1b ^
6f498d1f ^

6bad38c2 ^
0fe70ce7 ^

2630c111 ^
06ecfef1 ^
c7100203 ^
66647546 ^

8c68fa0b ^
e9225687 ^




92837ec1 ^
1c62d7fd ^
d5e9ca64 ^
42c3a1c1 ^
b5eb0958 ^
42c3a1c1 ^
be7c4f5a ^

8c68fa0b ^
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