summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Collapse)AuthorAgeFilesLines
* Fix body in httpclientdef2015-01-131-2/+2
| | | | | - Never append a newline to the body in a HTTP post. - Pass the entire body to redirections, including multipart data
* Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-01-131-2/+0
|\
| * Fix: Only handle EPOLLERR as an error eventdef2015-01-131-2/+0
| | | | | | | | | | When an EPOLLRDHUP is received with epoll_ctl, there can still be data to be read. So we shouldn't immediately close the socket and abort.
* | make net.nim compile again (quick workaround for a regression)Araq2015-01-131-3/+3
|/
* Remove unnecessary check in list comprehensionsdef2015-01-101-1/+0
|
* Merge pull request #1876 from flaviut/unittest-stacktraceAndreas Rumpf2015-01-071-0/+1
|\ | | | | Add stack trace to unitest.nim exceptions
| * Make unittest.nim print stack traceFlaviu Tamas2015-01-051-0/+1
| |
* | Merge pull request #1889 from ramnes/develAndreas Rumpf2015-01-0731-31/+31
|\ \ | | | | | | Happy new year!
| * | Happy new year!Guillaume Gelin2015-01-0631-31/+31
| | |
* | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-01-077-194/+356
|\| | | | | | | | | | | | | | Conflicts: compiler/semexprs.nim
| * | Merge pull request #1883 from flaviut/add-unittest-docsVarriount2015-01-051-6/+21
| |\ \ | | | | | | | | Add an example and remove future claims from unittest.nim
| | * | Add an example and remove future claimsFlaviu Tamas2015-01-051-6/+21
| | |/ | | | | | | | | | | | | The future claims haven't been addressed for 3 years, they are unlikely to be fixed soon.
| * / Properly use the terminal moduleFlaviu Tamas2015-01-051-0/+2
| |/ | | | | | | | | | | | | The documentation for terminal says > Changing the style is permanent even after program termination! Use the code > `system.addQuitProc(resetAttributes)` to restore the defaults.
| * Merge pull request #1867 from def-/httpclient-multipartDominik Picheta2015-01-051-35/+142
| |\ | | | | | | Add multipart parameter to httpclient's post and postContent
| | * Rename newData() to newMultipartData()def2015-01-051-5/+5
| | |
| | * A few more fixes to httpclient multipartdef2015-01-051-4/+9
| | |
| | * post should work when extra headers don't have trailing newlinedef2015-01-051-2/+11
| | |
| | * Check that p is not nil in formatdef2015-01-051-1/+1
| | |
| | * Add multipart parameter to httpclient's post and postContentdef2015-01-051-35/+128
| | |
| * | Handle interrupt on epoll_wait graciously (allows strace to work)def2015-01-041-1/+5
| | |
| * | Close async socket on error (instead of looping on epoll_wait with 100% CPU)def2015-01-042-1/+8
| |/
| * Merge pull request #1852 from def-/fix-urireactormonk2015-01-041-2/+0
| |\ | | | | | | Remove debug messages. Bad def-.
| | * Remove debug messagesdef2015-01-031-2/+0
| | |
| * | Merge pull request #1848 from def-/fix-uriDominik Picheta2015-01-032-16/+43
| |\| | | | | | | Fix uri & httpclient
| | * Apply #1824 to fix #1823def2015-01-031-2/+4
| | |
| | * Minor cleanupdef2015-01-031-3/+2
| | |
| | * Fix (u: Uri), add test cases and make it work for opaque URIsdef2015-01-031-14/+35
| | |
| | * Fix httpclient to properly encode queries (path?queries)def2015-01-031-2/+7
| | |
| * | Translate md5 module to unsigned numbersdef2015-01-031-135/+135
| |/ | | | | | | Fixes the bug that files > 256 MB get wrong md5 sum calculated
| * Merge pull request #1815 from def-/asynchttpserverAndreas Rumpf2015-01-021-0/+2
| |\ | | | | | | Add imports to asynchttpserver example
| | * Add imports to asynchttpserver exampledef2014-12-291-0/+2
| | |
* | | minor cleanupsAraq2015-01-071-1/+1
|/ /
* / ignore signal SIGPIPE on DarwinAndre2014-12-301-0/+4
|/
* work around a regression caused by the new 'echo' implementationAraq2014-12-281-1/+3
|
* minor improvementsAraq2014-12-281-1/+1
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-269-89/+150
|\
| * Fixes asynchttpsever.Dominik Picheta2014-12-262-1/+5
| |
| * Deprecated asyncio module. Fixed old tests.Dominik Picheta2014-12-261-0/+7
| |
| * Fixes #1745.Dominik Picheta2014-12-262-26/+42
| |
| * More deprecation warning fixes (asyncdispatch, uri).Dominik Picheta2014-12-262-16/+16
| |
| * Fixes deprecation warnings in asynchttpserver.Dominik Picheta2014-12-261-21/+21
| |
| * Added more HTTP status codes to asynchttpserver.Dominik Picheta2014-12-261-2/+29
| |
| * Added warning to scgi module.Dominik Picheta2014-12-261-0/+4
| |
| * Deprecated the parseurl module.Dominik Picheta2014-12-261-3/+5
| |
| * Fix some deprecation warnings in the uri module.Dominik Picheta2014-12-261-17/+17
| |
| * Emphasises deprecation warning in sockets module.Dominik Picheta2014-12-261-3/+4
| |
* | implemented --bestEffort switch for nimfixAraq2014-12-261-0/+426
|/
* fixes #685Araq2014-12-261-1/+1
|
* fixes #495Araq2014-12-261-4/+1
|
* fixes #1776Araq2014-12-241-1/+1
|
; 2017-01-17 05:59:02 +0100 linting: autopep8' href='/akspecs/ranger/commit/ranger/core/loader.py?id=76791a70467d7223a966aa9f12f5583b01d704a8'>76791a70 ^
df64986f ^
d1a1173d ^
df64986f ^
d1a1173d ^

23fed83c ^

08593420 ^
b68d28c1 ^
d1a1173d ^






dded3cb8 ^
89a1a316 ^
76791a70 ^
d1a1173d ^





89a1a316 ^

b880d02d ^
d1a1173d ^

e37671c0 ^
89a1a316 ^



b880d02d ^



d1a1173d ^
89a1a316 ^
c6cfbaf2 ^




89a1a316 ^
c6cfbaf2 ^
89a1a316 ^


c6cfbaf2 ^
d1a1173d ^


89a1a316 ^

d1a1173d ^

d1a1173d ^






89a1a316 ^

d1a1173d ^


















8bd0a3c8 ^
d1a1173d ^
7b7b75b0 ^

d1a1173d ^




d1a1173d ^




89a1a316 ^

c1760b60 ^





89a1a316 ^
d1a1173d ^

bedfed3d ^
d1a1173d ^







bedfed3d ^
d1a1173d ^






c1760b60 ^



42ae9500 ^
996d96d1 ^
755e7df1 ^
d1a1173d ^



d0193ba8 ^

d1a1173d ^

755e7df1 ^

c8d84d00 ^
726eecb6 ^


d1a1173d ^



















442e731f ^
b68d28c1 ^

d1a1173d ^
442e731f ^


d1a1173d ^


442e731f ^



319be03a ^
d1a1173d ^

























1a0e0a66 ^
d1a1173d ^








319be03a ^
d1a1173d ^





b68d28c1 ^
d1a1173d ^















b68d28c1 ^

d1a1173d ^









































319be03a ^
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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427