about summary refs log tree commit diff stats
path: root/include/uv_link_t.h
Commit message (Expand)AuthorAgeFilesLines
* api: rename default cbFedor Indutny2016-06-041-6/+6
* src: experiment fixFedor Indutny2016-06-031-1/+0
* src: more experimentsFedor Indutny2016-06-031-1/+3
* src: attempt at non-breaking close_cbFedor Indutny2016-06-031-24/+14
* api: default method implementationsFedor Indutny2016-05-311-0/+28
* api: inherit structs from uv_link_tFedor Indutny2016-05-271-25/+30
* src: simplify uv_link_closeFedor Indutny2016-05-271-9/+3
* include: close callbacksFedor Indutny2016-05-271-3/+18
* api: simplifyFedor Indutny2016-05-271-13/+20
* include: add `arg` to write/shutdownFedor Indutny2016-05-271-8/+14
* uv_link_t: pass source to write/shutdownFedor Indutny2016-05-261-6/+10
* include: invoke => propagateFedor Indutny2016-05-261-9/+11
* example: initialFedor Indutny2016-05-261-4/+7
* src: move methods to separate read-only structureFedor Indutny2016-05-261-16/+46
* uv_link_t: default alloc_cb/read_cbFedor Indutny2016-05-261-0/+6
* src: stub out observerFedor Indutny2016-05-261-7/+36
* src: shuffle files aroundFedor Indutny2016-05-261-0/+61
'alt'>
674d571 ^
3b36093 ^
674d571 ^

3b36093 ^
674d571 ^


3b36093 ^
674d571 ^


3b36093 ^
674d571 ^


3b36093 ^
674d571 ^


3b36093 ^
674d571 ^


3b36093 ^
674d571 ^


3b36093 ^
674d571 ^

3b36093 ^
674d571 ^
3b36093 ^
674d571 ^
3850fba ^
69c88da ^
de495ae ^

b7a67ab ^

69c88da ^
3850fba ^
69c88da ^
3b36093 ^
674d571 ^
3b36093 ^
674d571 ^

3b36093 ^
674d571 ^

3b36093 ^
674d571 ^

de495ae ^
3b36093 ^
674d571 ^
3b36093 ^
de495ae ^
3b36093 ^
de495ae ^
674d571 ^

3b36093 ^
674d571 ^
3b36093 ^
674d571 ^

8d4d00d ^
3b36093 ^
674d571 ^
8d4d00d ^
3b36093 ^
674d571 ^
3b36093 ^
674d571 ^
8d4d00d ^
674d571 ^
8d4d00d ^
3b36093 ^
674d571 ^
8d4d00d ^
3b36093 ^
674d571 ^
3b36093 ^
674d571 ^
8d4d00d ^
9bbfc2b ^
3b36093 ^
674d571 ^


3b36093 ^
674d571 ^
de495ae ^
674d571 ^
3b36093 ^
674d571 ^
de495ae ^
674d571 ^
3b36093 ^
674d571 ^
de495ae ^
674d571 ^
3b36093 ^
674d571 ^
de495ae ^
674d571 ^
3b36093 ^
674d571 ^
e27165c ^
674d571 ^
3b36093 ^
674d571 ^
e27165c ^
3850fba ^
69c88da ^
de495ae ^

674d571 ^

de495ae ^
674d571 ^
de495ae ^
674d571 ^
de495ae ^
674d571 ^
de495ae ^

674d571 ^
de495ae ^

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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147