summary refs log tree commit diff stats
path: root/lib/pure/cgi.nim
Commit message (Collapse)AuthorAgeFilesLines
* udpated the compiler and tester to use getOrDefaultAraq2015-10-131-1/+1
|
* renamed writeln to writeLine in libpatrick dw2015-06-191-3/+3
|
* renamed URLencode to encodeUrlAraq2014-09-101-7/+9
|
* Add depraction warnings for URLencode/decode.Dominik Picheta2014-09-101-1/+2
|
* Fixes case in cgi module.Dominik Picheta2014-09-101-5/+5
|
* Nimrod renamed to NimAraq2014-08-281-4/+4
|
* more modules updatedAraq2014-08-281-8/+8
|
* big renameAraq2014-08-271-5/+7
|
* renamefestAraq2014-08-231-38/+38
|
* made large parts of the stdlib gcsafeAraq2014-04-201-1/+1
|
* merged better html links #850Araq2014-04-081-1/+1
|
* Rework CGI error reporting.Michał Zieliński2013-12-181-9/+27
| | | | | | - remove 'undocumented' stackTraceNL - add 'undocumented' errorMessageWriter - make printing errors for browser optional (for security)
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* made tests green againAraq2012-08-161-2/+2
|
* exported strutils.abbrevAraq2012-02-241-1/+1
|
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-241-6/+6
|
* beginning of a taint mode; type system enhancementsAraq2011-09-241-35/+35
|
* lib/pure/cgi.nim: fix typo 'passwort' instead of 'password'Keita Haga2011-08-171-46/+46
|
* newStringOfCap implemented and used to optimize some procsAraq2011-05-081-6/+13
|
* docgen understands and ignores *when false*Araq2010-11-181-23/+7
|
* bugfix: httpclientAraq2010-10-301-0/+5
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* wrappers do not contain invalid identifiersAndreas Rumpf2010-01-171-2/+2
|
* sockets module completeAndreas Rumpf2010-01-131-40/+46
|
* version 0.8.6Andreas Rumpf2009-12-221-1/+1
|
* version 0.8.5: bugfixes; compiler now maintained in NimrodAndreas Rumpf2009-12-071-0/+34
|
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
|
* version0.7.10Andreas Rumpf2009-06-081-0/+341
'Blame the previous revision' href='/akspecs/aerc/blame/go.sum?h=0.1.3&id=d274bf926c79ec834afcac00dab3f95f8bd5325f'>^
16c3f0a ^

072bc26 ^



8d20e92 ^


072bc26 ^
855362d ^
072bc26 ^

43dba93 ^

648ca98 ^

072bc26 ^





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