blob: 77350377fc07cd24299293eb52c25e5cadd87260 (
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
|
bin/cbc
bin/cbc-admin
bin/cbc-bucket-create
bin/cbc-bucket-delete
bin/cbc-bucket-flush
bin/cbc-bucket-list
bin/cbc-cat
bin/cbc-collection-id
bin/cbc-collection-manifest
bin/cbc-connstr
bin/cbc-create
bin/cbc-decr
bin/cbc-gen
bin/cbc-hash
bin/cbc-incr
bin/cbc-keygen
bin/cbc-lock
bin/cbc-mcversion
bin/cbc-n1ql
bin/cbc-n1qlback
bin/cbc-observe
bin/cbc-observe-seqno
bin/cbc-pillowfight
bin/cbc-ping
bin/cbc-proxy
bin/cbc-rm
bin/cbc-role-list
bin/cbc-stats
bin/cbc-strerror
bin/cbc-subdoc
bin/cbc-touch
bin/cbc-unlock
bin/cbc-user-delete
bin/cbc-user-list
bin/cbc-user-upsert
bin/cbc-verbosity
bin/cbc-version
bin/cbc-view
bin/cbc-watch
bin/cbc-write-config
include/libcouchbase/assert.h
include/libcouchbase/auth.h
include/libcouchbase/cntl-private.h
include/libcouchbase/cntl.h
include/libcouchbase/configuration.h
include/libcouchbase/couchbase.h
include/libcouchbase/crypto.h
include/libcouchbase/error.h
include/libcouchbase/iometrics.h
include/libcouchbase/iops.h
include/libcouchbase/ixmgmt.h
include/libcouchbase/kvbuf.h
include/libcouchbase/libev_io_opts.h
include/libcouchbase/libevent_io_opts.h
include/libcouchbase/libuv_io_opts.h
include/libcouchbase/logger.h
include/libcouchbase/metrics.h
include/libcouchbase/pktfwd.h
include/libcouchbase/plugins/io/bsdio-inl.c
include/libcouchbase/plugins/io/libuv/libuv_compat.h
include/libcouchbase/plugins/io/libuv/plugin-internal.h
include/libcouchbase/plugins/io/libuv/plugin-libuv.c
include/libcouchbase/plugins/io/wsaerr-inl.c
include/libcouchbase/plugins/io/wsaerr.h
include/libcouchbase/select_io_opts.h
include/libcouchbase/sysdefs.h
include/libcouchbase/tracing.h
include/libcouchbase/utils.h
include/libcouchbase/vbucket.h
include/libcouchbase/visibility.h
lib/libcouchbase.so
lib/libcouchbase.so.8
lib/libcouchbase.so.8.0.16
lib/libcouchbase/libcouchbase_libev.so
lib/libcouchbase/libcouchbase_libevent.so
lib/libcouchbase/libcouchbase_libuv.so
libdata/pkgconfig/libcouchbase.pc
share/man/man1/cbc-admin.1.gz
share/man/man1/cbc-bucket-create.1.gz
share/man/man1/cbc-bucket-delete.1.gz
share/man/man1/cbc-cat.1.gz
share/man/man1/cbc-connstr.1.gz
share/man/man1/cbc-cp.1.gz
share/man/man1/cbc-create.1.gz
share/man/man1/cbc-decr.1.gz
share/man/man1/cbc-flush.1.gz
share/man/man1/cbc-hash.1.gz
share/man/man1/cbc-incr.1.gz
share/man/man1/cbc-lock.1.gz
share/man/man1/cbc-mcversion.1.gz
share/man/man1/cbc-n1ql.1.gz
share/man/man1/cbc-n1qlback.1.gz
share/man/man1/cbc-observe.1.gz
share/man/man1/cbc-pillowfight.1.gz
share/man/man1/cbc-ping.1.gz
share/man/man1/cbc-rm.1.gz
share/man/man1/cbc-role-list.1.gz
share/man/man1/cbc-stats.1.gz
share/man/man1/cbc-subdoc.1.gz
share/man/man1/cbc-unlock.1.gz
share/man/man1/cbc-user-delete.1.gz
share/man/man1/cbc-user-list.1.gz
share/man/man1/cbc-user-upsert.1.gz
share/man/man1/cbc-verbosity.1.gz
share/man/man1/cbc-version.1.gz
share/man/man1/cbc-view.1.gz
share/man/man1/cbc-watch.1.gz
share/man/man1/cbc.1.gz
share/man/man4/cbcrc.4.gz
|