blob: 42d15360da08b29230053bfa79bc167ec5ba95d5 (
plain) (
blame)
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
|
include/tbox/algorithm/algorithm.h
include/tbox/algorithm/binary_find.h
include/tbox/algorithm/binary_find_if.h
include/tbox/algorithm/bubble_sort.h
include/tbox/algorithm/count.h
include/tbox/algorithm/count_if.h
include/tbox/algorithm/distance.h
include/tbox/algorithm/find.h
include/tbox/algorithm/find_if.h
include/tbox/algorithm/for.h
include/tbox/algorithm/for_if.h
include/tbox/algorithm/heap_sort.h
include/tbox/algorithm/insert_sort.h
include/tbox/algorithm/predicate.h
include/tbox/algorithm/prefix.h
include/tbox/algorithm/quick_sort.h
include/tbox/algorithm/remove.h
include/tbox/algorithm/remove_first.h
include/tbox/algorithm/remove_first_if.h
include/tbox/algorithm/remove_if.h
include/tbox/algorithm/rfind.h
include/tbox/algorithm/rfind_if.h
include/tbox/algorithm/rfor.h
include/tbox/algorithm/rfor_if.h
include/tbox/algorithm/rwalk.h
include/tbox/algorithm/sort.h
include/tbox/algorithm/walk.h
include/tbox/charset/charset.h
include/tbox/charset/prefix.h
include/tbox/config.h
include/tbox/container/array_iterator.h
include/tbox/container/bloom_filter.h
include/tbox/container/circle_queue.h
include/tbox/container/container.h
include/tbox/container/element.h
include/tbox/container/element/hash.h
include/tbox/container/element/prefix.h
include/tbox/container/hash_map.h
include/tbox/container/hash_set.h
include/tbox/container/heap.h
include/tbox/container/iterator.h
include/tbox/container/list.h
include/tbox/container/list_entry.h
include/tbox/container/prefix.h
include/tbox/container/priority_queue.h
include/tbox/container/queue.h
include/tbox/container/single_list.h
include/tbox/container/single_list_entry.h
include/tbox/container/stack.h
include/tbox/container/vector.h
include/tbox/coroutine/channel.h
include/tbox/coroutine/coroutine.h
include/tbox/coroutine/impl/coroutine.h
include/tbox/coroutine/impl/impl.h
include/tbox/coroutine/impl/prefix.h
include/tbox/coroutine/impl/scheduler.h
include/tbox/coroutine/impl/scheduler_io.h
include/tbox/coroutine/impl/stackless/coroutine.h
include/tbox/coroutine/impl/stackless/prefix.h
include/tbox/coroutine/impl/stackless/scheduler.h
include/tbox/coroutine/impl/stackless/scheduler_io.h
include/tbox/coroutine/impl/stackless/stackless.h
include/tbox/coroutine/lock.h
include/tbox/coroutine/prefix.h
include/tbox/coroutine/scheduler.h
include/tbox/coroutine/semaphore.h
include/tbox/coroutine/stackless/core.h
include/tbox/coroutine/stackless/coroutine.h
include/tbox/coroutine/stackless/lock.h
include/tbox/coroutine/stackless/prefix.h
include/tbox/coroutine/stackless/scheduler.h
include/tbox/coroutine/stackless/semaphore.h
include/tbox/coroutine/stackless/stackless.h
include/tbox/database/database.h
include/tbox/database/impl/mysql.h
include/tbox/database/impl/prefix.h
include/tbox/database/impl/sqlite3.h
include/tbox/database/prefix.h
include/tbox/database/sql.h
include/tbox/database/value.h
include/tbox/hash/adler32.h
include/tbox/hash/ap.h
include/tbox/hash/arch/arm/crc32.S
include/tbox/hash/arch/crc32.S
include/tbox/hash/bkdr.h
include/tbox/hash/blizzard.h
include/tbox/hash/crc16.h
include/tbox/hash/crc32.h
include/tbox/hash/crc8.h
include/tbox/hash/djb2.h
include/tbox/hash/fnv32.h
include/tbox/hash/fnv64.h
include/tbox/hash/hash.h
include/tbox/hash/md5.h
include/tbox/hash/murmur.h
include/tbox/hash/prefix.h
include/tbox/hash/rs.h
include/tbox/hash/sdbm.h
include/tbox/hash/sha.h
include/tbox/hash/uuid.h
include/tbox/libc/impl/impl.h
include/tbox/libc/impl/libc.h
include/tbox/libc/impl/prefix.h
include/tbox/libc/libc.h
include/tbox/libc/misc/ctype.h
include/tbox/libc/misc/limits.h
include/tbox/libc/misc/misc.h
include/tbox/libc/misc/prefix.h
include/tbox/libc/misc/stdarg.h
include/tbox/libc/misc/time/prefix.h
include/tbox/libc/misc/time/time.h
include/tbox/libc/misc/time/type.h
include/tbox/libc/prefix.h
include/tbox/libc/stdio/prefix.h
include/tbox/libc/stdio/printf_object.h
include/tbox/libc/stdio/stdio.h
include/tbox/libc/stdlib/prefix.h
include/tbox/libc/stdlib/setlocale.h
include/tbox/libc/stdlib/stdlib.h
include/tbox/libc/string/impl/arm/prefix.h
include/tbox/libc/string/impl/prefix.h
include/tbox/libc/string/impl/sh4/prefix.h
include/tbox/libc/string/impl/x86/prefix.h
include/tbox/libc/string/prefix.h
include/tbox/libc/string/string.h
include/tbox/libm/ceil.h
include/tbox/libm/fabs.h
include/tbox/libm/floor.h
include/tbox/libm/impl/impl.h
include/tbox/libm/impl/libm.h
include/tbox/libm/impl/prefix.h
include/tbox/libm/inf.h
include/tbox/libm/libm.h
include/tbox/libm/maf.h
include/tbox/libm/math.h
include/tbox/libm/mif.h
include/tbox/libm/nan.h
include/tbox/libm/pi.h
include/tbox/libm/prefix.h
include/tbox/libm/round.h
include/tbox/math/fixed.h
include/tbox/math/fixed16.h
include/tbox/math/fixed30.h
include/tbox/math/fixed6.h
include/tbox/math/impl/fixed16_arm.h
include/tbox/math/impl/fixed30_arm.h
include/tbox/math/impl/impl.h
include/tbox/math/impl/math.h
include/tbox/math/impl/prefix.h
include/tbox/math/int32.h
include/tbox/math/math.h
include/tbox/math/prefix.h
include/tbox/math/random/linear.h
include/tbox/math/random/prefix.h
include/tbox/math/random/random.h
include/tbox/memory/allocator.h
include/tbox/memory/buffer.h
include/tbox/memory/default_allocator.h
include/tbox/memory/fixed_pool.h
include/tbox/memory/impl/impl.h
include/tbox/memory/impl/memory.h
include/tbox/memory/impl/native_large_allocator.h
include/tbox/memory/impl/prefix.h
include/tbox/memory/impl/static_fixed_pool.h
include/tbox/memory/impl/static_large_allocator.h
include/tbox/memory/large_allocator.h
include/tbox/memory/memory.h
include/tbox/memory/native_allocator.h
include/tbox/memory/prefix.h
include/tbox/memory/queue_buffer.h
include/tbox/memory/small_allocator.h
include/tbox/memory/static_allocator.h
include/tbox/memory/static_buffer.h
include/tbox/memory/string_pool.h
include/tbox/memory/virtual_allocator.h
include/tbox/network/cookies.h
include/tbox/network/dns/cache.h
include/tbox/network/dns/dns.h
include/tbox/network/dns/looker.h
include/tbox/network/dns/prefix.h
include/tbox/network/dns/server.h
include/tbox/network/http.h
include/tbox/network/hwaddr.h
include/tbox/network/impl/http/date.h
include/tbox/network/impl/http/method.h
include/tbox/network/impl/http/option.h
include/tbox/network/impl/http/prefix.h
include/tbox/network/impl/http/status.h
include/tbox/network/impl/impl.h
include/tbox/network/impl/network.h
include/tbox/network/impl/prefix.h
include/tbox/network/impl/ssl/prefix.h
include/tbox/network/ipaddr.h
include/tbox/network/ipv4.h
include/tbox/network/ipv6.h
include/tbox/network/network.h
include/tbox/network/prefix.h
include/tbox/network/ssl.h
include/tbox/network/unixaddr.h
include/tbox/network/url.h
include/tbox/object/array.h
include/tbox/object/boolean.h
include/tbox/object/data.h
include/tbox/object/date.h
include/tbox/object/dictionary.h
include/tbox/object/impl/impl.h
include/tbox/object/impl/object.h
include/tbox/object/impl/prefix.h
include/tbox/object/impl/reader/bin.h
include/tbox/object/impl/reader/bplist.h
include/tbox/object/impl/reader/json.h
include/tbox/object/impl/reader/prefix.h
include/tbox/object/impl/reader/reader.h
include/tbox/object/impl/reader/xml.h
include/tbox/object/impl/reader/xplist.h
include/tbox/object/impl/writer/bin.h
include/tbox/object/impl/writer/bplist.h
include/tbox/object/impl/writer/json.h
include/tbox/object/impl/writer/prefix.h
include/tbox/object/impl/writer/writer.h
include/tbox/object/impl/writer/xml.h
include/tbox/object/impl/writer/xplist.h
include/tbox/object/null.h
include/tbox/object/number.h
include/tbox/object/object.h
include/tbox/object/prefix.h
include/tbox/object/string.h
include/tbox/platform/addrinfo.h
include/tbox/platform/android/android.h
include/tbox/platform/android/prefix.h
include/tbox/platform/arch/arm/context.S
include/tbox/platform/arch/arm/frame.h
include/tbox/platform/arch/arm/prefix.h
include/tbox/platform/arch/arm64/context.S
include/tbox/platform/arch/arm64/prefix.h
include/tbox/platform/arch/atomic.h
include/tbox/platform/arch/atomic32.h
include/tbox/platform/arch/atomic64.h
include/tbox/platform/arch/context.S
include/tbox/platform/arch/frame.h
include/tbox/platform/arch/mips/context.S
include/tbox/platform/arch/mips/prefix.h
include/tbox/platform/arch/prefix.h
include/tbox/platform/arch/x64/atomic64.h
include/tbox/platform/arch/x64/context.S
include/tbox/platform/arch/x64/frame.h
include/tbox/platform/arch/x64/prefix.h
include/tbox/platform/arch/x86/atomic32.h
include/tbox/platform/arch/x86/context.S
include/tbox/platform/arch/x86/frame.h
include/tbox/platform/arch/x86/prefix.h
include/tbox/platform/atomic.h
include/tbox/platform/atomic32.h
include/tbox/platform/atomic64.h
include/tbox/platform/backtrace.h
include/tbox/platform/bsd/prefix.h
include/tbox/platform/cache_time.h
include/tbox/platform/compiler/gcc/atomic.h
include/tbox/platform/compiler/gcc/atomic32.h
include/tbox/platform/compiler/gcc/atomic64.h
include/tbox/platform/compiler/gcc/prefix.h
include/tbox/platform/compiler/prefix.h
include/tbox/platform/context.h
include/tbox/platform/cpu.h
include/tbox/platform/deprecated/atomic.h
include/tbox/platform/deprecated/atomic64.h
include/tbox/platform/deprecated/deprecated.h
include/tbox/platform/deprecated/prefix.h
include/tbox/platform/directory.h
include/tbox/platform/dynamic.h
include/tbox/platform/environment.h
include/tbox/platform/event.h
include/tbox/platform/exception.h
include/tbox/platform/file.h
include/tbox/platform/filelock.h
include/tbox/platform/fwatcher.h
include/tbox/platform/hostname.h
include/tbox/platform/ifaddrs.h
include/tbox/platform/impl/charset.h
include/tbox/platform/impl/dns.h
include/tbox/platform/impl/exception.h
include/tbox/platform/impl/impl.h
include/tbox/platform/impl/mutex.h
include/tbox/platform/impl/platform.h
include/tbox/platform/impl/poller.h
include/tbox/platform/impl/pollerdata.h
include/tbox/platform/impl/prefix.h
include/tbox/platform/impl/socket.h
include/tbox/platform/impl/thread_local.h
include/tbox/platform/libc/atomic.h
include/tbox/platform/libc/atomic32.h
include/tbox/platform/libc/atomic64.h
include/tbox/platform/libc/exception.h
include/tbox/platform/libc/prefix.h
include/tbox/platform/linux/prefix.h
include/tbox/platform/ltimer.h
include/tbox/platform/mach/ios/prefix.h
include/tbox/platform/mach/prefix.h
include/tbox/platform/mutex.h
include/tbox/platform/native_memory.h
include/tbox/platform/page.h
include/tbox/platform/path.h
include/tbox/platform/pipe.h
include/tbox/platform/platform.h
include/tbox/platform/poller.h
include/tbox/platform/posix/prefix.h
include/tbox/platform/posix/sockaddr.h
include/tbox/platform/prefix.h
include/tbox/platform/print.h
include/tbox/platform/process.h
include/tbox/platform/sched.h
include/tbox/platform/semaphore.h
include/tbox/platform/socket.h
include/tbox/platform/spinlock.h
include/tbox/platform/stdfile.h
include/tbox/platform/syserror.h
include/tbox/platform/systemv/prefix.h
include/tbox/platform/thread.h
include/tbox/platform/thread_local.h
include/tbox/platform/thread_pool.h
include/tbox/platform/time.h
include/tbox/platform/timer.h
include/tbox/platform/unix/prefix.h
include/tbox/platform/unix/syscall.h
include/tbox/platform/virtual_memory.h
include/tbox/platform/windows/atomic.h
include/tbox/platform/windows/atomic32.h
include/tbox/platform/windows/atomic64.h
include/tbox/platform/windows/exception.h
include/tbox/platform/windows/interface/dbghelp.h
include/tbox/platform/windows/interface/interface.h
include/tbox/platform/windows/interface/iphlpapi.h
include/tbox/platform/windows/interface/kernel32.h
include/tbox/platform/windows/interface/mswsock.h
include/tbox/platform/windows/interface/ole32.h
include/tbox/platform/windows/interface/prefix.h
include/tbox/platform/windows/interface/shell32.h
include/tbox/platform/windows/interface/user32.h
include/tbox/platform/windows/interface/ws2_32.h
include/tbox/platform/windows/iocp_object.h
include/tbox/platform/windows/ntstatus.h
include/tbox/platform/windows/prefix.h
include/tbox/platform/windows/socket_pool.h
include/tbox/platform/windows/windows.h
include/tbox/prefix.h
include/tbox/prefix/abort.h
include/tbox/prefix/arch.h
include/tbox/prefix/arm/prefix.S
include/tbox/prefix/arm64/prefix.S
include/tbox/prefix/assembler.h
include/tbox/prefix/assert.h
include/tbox/prefix/cache.h
include/tbox/prefix/check.h
include/tbox/prefix/compiler.h
include/tbox/prefix/config.h
include/tbox/prefix/cpu.h
include/tbox/prefix/endian.h
include/tbox/prefix/keyword.h
include/tbox/prefix/limits.h
include/tbox/prefix/malloc.h
include/tbox/prefix/mips/prefix.S
include/tbox/prefix/packed.h
include/tbox/prefix/prefix.S
include/tbox/prefix/prefix.h
include/tbox/prefix/state.h
include/tbox/prefix/trace.h
include/tbox/prefix/type.h
include/tbox/prefix/utils.h
include/tbox/prefix/version.h
include/tbox/prefix/x64/prefix.S
include/tbox/prefix/x86/prefix.S
include/tbox/regex/impl/impl.h
include/tbox/regex/impl/prefix.h
include/tbox/regex/prefix.h
include/tbox/regex/regex.h
include/tbox/stream/filter.h
include/tbox/stream/impl/filter.h
include/tbox/stream/impl/filter/prefix.h
include/tbox/stream/impl/prefix.h
include/tbox/stream/impl/stream.h
include/tbox/stream/impl/stream/prefix.h
include/tbox/stream/prefix.h
include/tbox/stream/static_stream.h
include/tbox/stream/stream.h
include/tbox/stream/transfer.h
include/tbox/string/prefix.h
include/tbox/string/static_string.h
include/tbox/string/string.h
include/tbox/tbox.config.h
include/tbox/tbox.h
include/tbox/utils/base32.h
include/tbox/utils/base64.h
include/tbox/utils/bits.h
include/tbox/utils/dump.h
include/tbox/utils/impl/bits_arm.h
include/tbox/utils/impl/bits_gcc.h
include/tbox/utils/impl/bits_sh4.h
include/tbox/utils/impl/bits_x86.h
include/tbox/utils/impl/impl.h
include/tbox/utils/impl/prefix.h
include/tbox/utils/lock_profiler.h
include/tbox/utils/option.h
include/tbox/utils/prefix.h
include/tbox/utils/singleton.h
include/tbox/utils/trace.h
include/tbox/utils/url.h
include/tbox/utils/used.h
include/tbox/utils/utils.h
include/tbox/xml/node.h
include/tbox/xml/prefix.h
include/tbox/xml/reader.h
include/tbox/xml/writer.h
include/tbox/xml/xml.h
include/tbox/zip/gzip.h
include/tbox/zip/prefix.h
include/tbox/zip/zip.h
include/tbox/zip/zlib.h
include/tbox/zip/zlibraw.h
lib/libtbox.so
lib/libtbox.so.1
lib/libtbox.so.1.7.7
|