summary refs log tree commit diff stats
path: root/lib/pure/httpclient.nim
Commit message (Expand)AuthorAgeFilesLines
* Rewrote the implementation of parsing chunked transfer coding inDominik Picheta2012-12-231-56/+36
* Fixes error in httpclient.Dominik Picheta2012-12-021-1/+1
* Fixes SSL httpclient and problems with hidden path splitting in OS.Dominik Picheta2012-12-021-11/+20
* Fixed httpclient bugs, fixed socket bugs and fixed sockets for windows.Dominik Picheta2012-06-091-69/+71
* Sockets are now buffered and have ssl support through openssl.Dominik Picheta2012-06-031-2/+18
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-241-6/+6
* deprecated system.copy: use system.substr insteadAraq2011-05-141-3/+3
* ugh, maybe broke gitAraq2011-04-011-4/+1
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-151-6/+6
* bugfix: httpclientAraq2010-10-301-2/+4
* version 0.8.8Andreas Rumpf2010-03-141-3/+3
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-8/+0
* more enhancements for the libAndreas Rumpf2010-02-081-10/+22
* httpclient uses strtabsAndreas Rumpf2010-02-071-0/+334
a>
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