about summary refs log tree commit diff stats
path: root/src/resource.c
Commit message (Collapse)AuthorAgeFilesLines
* most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-5/+6
| | | | | | FREE_SET_NULL makes extra assignment of NULL for pointers in stack or dynamic memory that is going to be freed. FREE_SET_NULL is useful for pointers that can be used in future.
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-0/+30
|
* Use resource_presence_t in ResourceJames Booth2013-02-101-7/+2
|
* Only create contacts resource when onlineJames Booth2013-02-101-0/+1
|
* Fixed error clearing contact listJames Booth2013-02-101-1/+0
|
* Added default resource to contactJames Booth2013-02-101-1/+4
|
* Added resource.cJames Booth2013-02-091-0/+61
erted a part of 45cf5174. Allow "source ranger ranger" again' href='/akspecs/ranger/commit/ranger.py?h=v1.8.1&id=8fa8705476d5023083bc27a3fddaee8402ac94e5'>8fa87054 ^
06848dc3 ^
240394a4 ^
f027adc0 ^
08f08fb9 ^
654af129 ^
08f08fb9 ^
d8084b41 ^

99400080 ^
08f08fb9 ^

654af129 ^

d1a1173d ^
d8084b41 ^
cba63cf3 ^
b4250dbc ^

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