summary refs log tree commit diff stats
path: root/lib/posix
Commit message (Expand)AuthorAgeFilesLines
* Made TSocketHandle distinct and fixed problems it caused for SSL.Dominik Picheta2013-10-231-22/+26
* Added a TSocketHandle type to winlean.nim and posix.nimClay Sweetser2013-10-151-0/+3
* some fixes for HaikuAraq2013-09-011-45/+49
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* Added fsmonitor module.Dominik Picheta2012-09-021-0/+70
* Many fixes for asynchronous sockets. Asyncio should now work well with buffer...Dominik Picheta2012-07-221-1/+1
* changed integer promotion rules; added math.fmodAraq2012-06-281-1/+1
* produce errors on proc types with implicit empty param lists.Zahary Karadjov2012-04-201-2/+2
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-3/+12
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* attempt to fix tunidecode test; GC cares for seq->openArray conversionsAraq2011-11-211-3/+5
* new osproc implementation may work with mac os xAraq2011-11-181-1/+7
* cgen: no type canon for integral types; osproc use posix_spawn instead of for...Araq2011-11-181-6/+7
* The sockets module supports non-blocking sockets now. Many other fixes in soc...dom962011-04-301-3/+10
* docgen: module dependencies are now listedAraq2011-01-161-3/+3
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* bugfix: fd_set mustn't be prefixed with structAndreas Rumpf2010-01-141-1/+1
* sockets module completeAndreas Rumpf2010-01-131-97/+186
* version 0.8.2rumpf_a@web.de2009-10-211-0/+2
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* overload resolution for proc varsAndreas Rumpf2009-06-241-1839/+1840
* version0.7.10Andreas Rumpf2009-06-084-2090/+33
* some bugfixesAndreas Rumpf2009-05-141-12/+14
* version 0.7.6Andreas Rumpf2009-04-223-0/+2064
* version 0.7.6Andreas Rumpf2009-04-221-198/+795
* version 0.7.0Andreas Rumpf2008-11-161-135/+152
* too many changes to listAndreas Rumpf2008-08-231-40/+40
* first releaseRumpf2008-06-231-0/+0
* Initial importAndreas Rumpf2008-06-221-0/+1818
ty.se> 2017-01-21 23:09:24 +0100 linting: pylint: Enable `broad-except`, Improve logging' href='/akspecs/ranger/commit/ranger/gui/widgets/statusbar.py?id=1687e0f41f172cef6923f75f4c6f1038f19671dc'>1687e0f4 ^
d1a1173d ^



































76791a70 ^
d1a1173d ^















1687e0f4 ^
d1a1173d ^



b3d031a9 ^
d1a1173d ^












1687e0f4 ^
d1a1173d ^







84a22ae0 ^
d1a1173d ^








84a22ae0 ^
d1a1173d ^

1687e0f4 ^
d1a1173d ^






914d37cd ^
d1a1173d ^
4b9a296e ^
d1a1173d ^
8c1403d6 ^

8c1403d6 ^
92ed0b31 ^
4b9a296e ^

96dd8db4 ^
92ed0b31 ^
014fd772 ^


6d24d8cd ^
3fe88d2b ^
4b9a296e ^

6d24d8cd ^
a9000364 ^

014fd772 ^
92ed0b31 ^
014fd772 ^
4b9a296e ^
b72ad9ae ^

014fd772 ^
d1a1173d ^























9048a778 ^
d1a1173d ^













453a282e ^






2375cc57 ^



d1a1173d ^
453a282e ^
0c7c036c ^

d1a1173d ^

17e9b429 ^
d1a1173d ^

185c022e ^

d1a1173d ^
















84a22ae0 ^
03ee065e ^
d1a1173d ^






4fc54db1 ^
76791a70 ^
d1a1173d ^
f5741fb1 ^
d1a1173d ^














4fc54db1 ^
d1a1173d ^

6f43de0a ^
ab41c776 ^
7f9df493 ^
d1a1173d ^
1a5c0cb9 ^
7f9df493 ^
ab41c776 ^
b3d031a9 ^
d1a1173d ^


6f43de0a ^
d1a1173d ^



ea87d005 ^
d1a1173d ^

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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340