aboutsummaryrefslogtreecommitdiffstats
path: root/include/nms/web.pm
Commit message (Expand)AuthorAgeLines
* web.pm spellingmistake jso->jsonMagnus Kirø2016-03-20-1/+1
* NMS: Emit EtagKristian Lyngstol2016-03-16-1/+3
* NMS: Implement improved ping mapKristian Lyngstol2016-03-16-4/+9
* NMS: Rewrite the SNMP fetcher and whatnotKristian Lyngstol2016-03-16-1/+2
* NMS: Do URL decoding and ISO 8601 time formatingKristian Lyngstol2016-03-12-8/+7
* NMS: Add (back) offset.Kristian Lyngstol2016-03-11-0/+3
* NMS: Prep for frontend poller-rewriteKristian Lyngstol2016-03-10-0/+4
* nms: Fix comments (presumably)Kristian Lyngstol2016-03-10-1/+1
* NMS: Remove now redundant "Security" thingsKristian Lyngstol2016-03-04-23/+0
* nms: Tweak switches.pl and add switch-state.plKristian Lyngstol2016-03-02-0/+7
* nms: Basic switches_add APIKristian Lyngstol2016-02-26-10/+19
* nms: Cache longer by default.Kristian Lyngstol2016-02-21-1/+1
* nms: Refactoring workKristian Lyngstol2016-02-21-4/+19
* nms: Start splitting up port-state.plKristian Lyngstol2016-02-21-0/+83
hotfix/0.7.0.9 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lib/basic_encoding_spec.rb
blob: d77465ad8e3cf66763620e8fdd70628ed46a7768 (plain)
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