~james-page/ubuntu/precise/nodejs/0.6.x-merge

« back to all changes in this revision

Viewing changes to doc/api/api/index.json

  • Committer: James Page
  • Date: 2012-03-30 12:09:16 UTC
  • mfrom: (7.1.23 sid)
  • Revision ID: james.page@canonical.com-20120330120916-40hfu9o00qr5t87b
* Merge from Debian unstable:
  - New upstream release (LP: #892034).
  - This package is x86/arm only. Update control to match
  - d/patches/2009_increase_test_timeout.patch: Increased default test
    timeout from 60 to 120 seconds to support reliable execution of all
    tests on armhf/armel architectures.
  - d/patches/2005_expected_failing_tests.patch: 
    - Allow racey tests to fail: test-cluster-kill-workers,
      test-child-process-fork2 
    - Allow test-fs-watch to fail as LP buildd's don't support
      inotify.
    - Revert all other Ubuntu changes as no longer required.
* Update Standards-Version to 3.9.3.
* Patch wscript to enable build on mipsel arch, libv8 being available.
  Upstream does not support that arch, failure expected.
* test-cluster-kill-workers is expected to fail on armhf,
  Bug#660802 will be closed when test pass.
* test-buffer is expected to fail on armel,
  Bug#660800 will be closed when test pass.
* Add epoch to dependency on libev >= 1:4.11. Closes: bug#658441.
* Remove tools/doc because node-doc-generator has no license for now.
* Add copyright for doc/sh* files (shjs).
* source.lintian-overrides : source-contains-waf-binary tools/node-waf
  it is simply not the case here.
* test-stream-pipe-multi expected to timeout sometimes on busy builds. 
* New upstream release.
* Remove upstream patches.
* test-dgram-pingpong expected to timeout, the test itself is buggy.
* test-buffer expected to fail on armel, allow building package to make
  it easier to find the cause of the failure.
  Closes: bug#639636.
* Expect tests dgram-multicast and broadcast to fail.
  debian/patches/2005_expected_failing_tests.patch
* Drop dpkg-source local-options: Defaults since dpkg-source 1.16.1.
* New upstream release.
* Depend on libev-dev 4.11, see bug#657080.
* Bump dependency on openssl to 1.0.0g.
* Remove useless uv_loop_refcount from libuv,
  refreshed 2009_fix_shared_ev.patch.
* Apply to upstream patches landed after 0.6.10 release,
  to fix debugger repl and http client.
* New upstream release. Closes:bug#650661
* Repackage to remove non-dfsg font files ./deps/npm/html/*/*.ttf
* Remove unneeded bundled dependencies: lighter tarball,
  debian/copyright is easier to maintain.
* Drop unneeded build-dependency on scons.
* Depend on zlib1g, libc-ares, libev.
  Patches done to support building with those shared libs.
* Fix DEB_UPSTREAM_URL in debian/rules, and debian/watch.
* nodejs.pc file for pkgconfig is no more available.
* Build-depend on procps package, a test is using /bin/ps.
* Refreshed debian/patches/2005_expected_failing_tests.patch,
  only for tests that need networking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "source": "doc/api/index.markdown",
 
3
  "desc": [
 
4
    {
 
5
      "type": "list_start",
 
6
      "ordered": false
 
7
    },
 
8
    {
 
9
      "type": "list_item_start"
 
10
    },
 
11
    {
 
12
      "type": "text",
 
13
      "text": "[About these Docs](documentation.html)"
 
14
    },
 
15
    {
 
16
      "type": "list_item_end"
 
17
    },
 
18
    {
 
19
      "type": "list_item_start"
 
20
    },
 
21
    {
 
22
      "type": "text",
 
23
      "text": "[Synopsis](synopsis.html)"
 
24
    },
 
25
    {
 
26
      "type": "list_item_end"
 
27
    },
 
28
    {
 
29
      "type": "list_item_start"
 
30
    },
 
31
    {
 
32
      "type": "text",
 
33
      "text": "[Globals](globals.html)"
 
34
    },
 
35
    {
 
36
      "type": "list_item_end"
 
37
    },
 
38
    {
 
39
      "type": "list_item_start"
 
40
    },
 
41
    {
 
42
      "type": "text",
 
43
      "text": "[STDIO](stdio.html)"
 
44
    },
 
45
    {
 
46
      "type": "list_item_end"
 
47
    },
 
48
    {
 
49
      "type": "list_item_start"
 
50
    },
 
51
    {
 
52
      "type": "text",
 
53
      "text": "[Timers](timers.html)"
 
54
    },
 
55
    {
 
56
      "type": "list_item_end"
 
57
    },
 
58
    {
 
59
      "type": "list_item_start"
 
60
    },
 
61
    {
 
62
      "type": "text",
 
63
      "text": "[Modules](modules.html)"
 
64
    },
 
65
    {
 
66
      "type": "list_item_end"
 
67
    },
 
68
    {
 
69
      "type": "list_item_start"
 
70
    },
 
71
    {
 
72
      "type": "text",
 
73
      "text": "[C/C++ Addons](addons.html)"
 
74
    },
 
75
    {
 
76
      "type": "list_item_end"
 
77
    },
 
78
    {
 
79
      "type": "list_item_start"
 
80
    },
 
81
    {
 
82
      "type": "text",
 
83
      "text": "[Process](process.html)"
 
84
    },
 
85
    {
 
86
      "type": "list_item_end"
 
87
    },
 
88
    {
 
89
      "type": "list_item_start"
 
90
    },
 
91
    {
 
92
      "type": "text",
 
93
      "text": "[Utilities](util.html)"
 
94
    },
 
95
    {
 
96
      "type": "list_item_end"
 
97
    },
 
98
    {
 
99
      "type": "list_item_start"
 
100
    },
 
101
    {
 
102
      "type": "text",
 
103
      "text": "[Events](events.html)"
 
104
    },
 
105
    {
 
106
      "type": "list_item_end"
 
107
    },
 
108
    {
 
109
      "type": "list_item_start"
 
110
    },
 
111
    {
 
112
      "type": "text",
 
113
      "text": "[Buffer](buffer.html)"
 
114
    },
 
115
    {
 
116
      "type": "list_item_end"
 
117
    },
 
118
    {
 
119
      "type": "list_item_start"
 
120
    },
 
121
    {
 
122
      "type": "text",
 
123
      "text": "[Stream](stream.html)"
 
124
    },
 
125
    {
 
126
      "type": "list_item_end"
 
127
    },
 
128
    {
 
129
      "type": "list_item_start"
 
130
    },
 
131
    {
 
132
      "type": "text",
 
133
      "text": "[Crypto](crypto.html)"
 
134
    },
 
135
    {
 
136
      "type": "list_item_end"
 
137
    },
 
138
    {
 
139
      "type": "list_item_start"
 
140
    },
 
141
    {
 
142
      "type": "text",
 
143
      "text": "[TLS/SSL](tls.html)"
 
144
    },
 
145
    {
 
146
      "type": "list_item_end"
 
147
    },
 
148
    {
 
149
      "type": "list_item_start"
 
150
    },
 
151
    {
 
152
      "type": "text",
 
153
      "text": "[String Decoder](string_decoder.html)"
 
154
    },
 
155
    {
 
156
      "type": "list_item_end"
 
157
    },
 
158
    {
 
159
      "type": "list_item_start"
 
160
    },
 
161
    {
 
162
      "type": "text",
 
163
      "text": "[File System](fs.html)"
 
164
    },
 
165
    {
 
166
      "type": "list_item_end"
 
167
    },
 
168
    {
 
169
      "type": "list_item_start"
 
170
    },
 
171
    {
 
172
      "type": "text",
 
173
      "text": "[Path](path.html)"
 
174
    },
 
175
    {
 
176
      "type": "list_item_end"
 
177
    },
 
178
    {
 
179
      "type": "list_item_start"
 
180
    },
 
181
    {
 
182
      "type": "text",
 
183
      "text": "[Net](net.html)"
 
184
    },
 
185
    {
 
186
      "type": "list_item_end"
 
187
    },
 
188
    {
 
189
      "type": "list_item_start"
 
190
    },
 
191
    {
 
192
      "type": "text",
 
193
      "text": "[UDP/Datagram](dgram.html)"
 
194
    },
 
195
    {
 
196
      "type": "list_item_end"
 
197
    },
 
198
    {
 
199
      "type": "list_item_start"
 
200
    },
 
201
    {
 
202
      "type": "text",
 
203
      "text": "[DNS](dns.html)"
 
204
    },
 
205
    {
 
206
      "type": "list_item_end"
 
207
    },
 
208
    {
 
209
      "type": "list_item_start"
 
210
    },
 
211
    {
 
212
      "type": "text",
 
213
      "text": "[HTTP](http.html)"
 
214
    },
 
215
    {
 
216
      "type": "list_item_end"
 
217
    },
 
218
    {
 
219
      "type": "list_item_start"
 
220
    },
 
221
    {
 
222
      "type": "text",
 
223
      "text": "[HTTPS](https.html)"
 
224
    },
 
225
    {
 
226
      "type": "list_item_end"
 
227
    },
 
228
    {
 
229
      "type": "list_item_start"
 
230
    },
 
231
    {
 
232
      "type": "text",
 
233
      "text": "[URL](url.html)"
 
234
    },
 
235
    {
 
236
      "type": "list_item_end"
 
237
    },
 
238
    {
 
239
      "type": "list_item_start"
 
240
    },
 
241
    {
 
242
      "type": "text",
 
243
      "text": "[Query Strings](querystring.html)"
 
244
    },
 
245
    {
 
246
      "type": "list_item_end"
 
247
    },
 
248
    {
 
249
      "type": "list_item_start"
 
250
    },
 
251
    {
 
252
      "type": "text",
 
253
      "text": "[Readline](readline.html)"
 
254
    },
 
255
    {
 
256
      "type": "list_item_end"
 
257
    },
 
258
    {
 
259
      "type": "list_item_start"
 
260
    },
 
261
    {
 
262
      "type": "text",
 
263
      "text": "[REPL](repl.html)"
 
264
    },
 
265
    {
 
266
      "type": "list_item_end"
 
267
    },
 
268
    {
 
269
      "type": "list_item_start"
 
270
    },
 
271
    {
 
272
      "type": "text",
 
273
      "text": "[VM](vm.html)"
 
274
    },
 
275
    {
 
276
      "type": "list_item_end"
 
277
    },
 
278
    {
 
279
      "type": "list_item_start"
 
280
    },
 
281
    {
 
282
      "type": "text",
 
283
      "text": "[Child Processes](child_process.html)"
 
284
    },
 
285
    {
 
286
      "type": "list_item_end"
 
287
    },
 
288
    {
 
289
      "type": "list_item_start"
 
290
    },
 
291
    {
 
292
      "type": "text",
 
293
      "text": "[Assertion Testing](assert.html)"
 
294
    },
 
295
    {
 
296
      "type": "list_item_end"
 
297
    },
 
298
    {
 
299
      "type": "list_item_start"
 
300
    },
 
301
    {
 
302
      "type": "text",
 
303
      "text": "[TTY](tty.html)"
 
304
    },
 
305
    {
 
306
      "type": "list_item_end"
 
307
    },
 
308
    {
 
309
      "type": "list_item_start"
 
310
    },
 
311
    {
 
312
      "type": "text",
 
313
      "text": "[ZLIB](zlib.html)"
 
314
    },
 
315
    {
 
316
      "type": "list_item_end"
 
317
    },
 
318
    {
 
319
      "type": "list_item_start"
 
320
    },
 
321
    {
 
322
      "type": "text",
 
323
      "text": "[OS](os.html)"
 
324
    },
 
325
    {
 
326
      "type": "list_item_end"
 
327
    },
 
328
    {
 
329
      "type": "list_item_start"
 
330
    },
 
331
    {
 
332
      "type": "text",
 
333
      "text": "[Debugger](debugger.html)"
 
334
    },
 
335
    {
 
336
      "type": "list_item_end"
 
337
    },
 
338
    {
 
339
      "type": "list_item_start"
 
340
    },
 
341
    {
 
342
      "type": "text",
 
343
      "text": "[Cluster](cluster.html)"
 
344
    },
 
345
    {
 
346
      "type": "list_item_end"
 
347
    },
 
348
    {
 
349
      "type": "list_item_start"
 
350
    },
 
351
    {
 
352
      "type": "text",
 
353
      "text": "Appendixes"
 
354
    },
 
355
    {
 
356
      "type": "list_start",
 
357
      "ordered": false
 
358
    },
 
359
    {
 
360
      "type": "list_item_start"
 
361
    },
 
362
    {
 
363
      "type": "text",
 
364
      "text": "[Appendix 1: Recommended Third-party Modules](appendix_1.html)"
 
365
    },
 
366
    {
 
367
      "type": "space"
 
368
    },
 
369
    {
 
370
      "type": "list_item_end"
 
371
    },
 
372
    {
 
373
      "type": "list_end"
 
374
    },
 
375
    {
 
376
      "type": "list_item_end"
 
377
    },
 
378
    {
 
379
      "type": "list_end"
 
380
    }
 
381
  ]
 
382
}