Import webdis_0.1.1.orig.tar.gz
authorAndriy Senkovych <jolly_roger@itblog.org.ua>
Sun, 3 Aug 2014 23:10:55 +0000 (00:10 +0100)
committerAndriy Senkovych <jolly_roger@itblog.org.ua>
Sun, 3 Aug 2014 23:10:55 +0000 (00:10 +0100)
commit7b0a4c78bcef98492a364b7702701dbe4b04840f
tree8fa6de2efd3f1d36e1ada512c1886363b586bf77
Import webdis_0.1.1.orig.tar.gz

[dgit import orig webdis_0.1.1.orig.tar.gz]
108 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
COPYING [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.markdown [new file with mode: 0644]
acl.c [new file with mode: 0644]
acl.h [new file with mode: 0644]
b64/cencode.c [new file with mode: 0644]
b64/cencode.h [new file with mode: 0644]
client.c [new file with mode: 0644]
client.h [new file with mode: 0644]
cmd.c [new file with mode: 0644]
cmd.h [new file with mode: 0644]
conf.c [new file with mode: 0644]
conf.h [new file with mode: 0644]
formats/common.c [new file with mode: 0644]
formats/common.h [new file with mode: 0644]
formats/custom-type.c [new file with mode: 0644]
formats/custom-type.h [new file with mode: 0644]
formats/json.c [new file with mode: 0644]
formats/json.h [new file with mode: 0644]
formats/msgpack.c [new file with mode: 0644]
formats/msgpack.h [new file with mode: 0644]
formats/raw.c [new file with mode: 0644]
formats/raw.h [new file with mode: 0644]
hiredis/.gitignore [new file with mode: 0644]
hiredis/COPYING [new file with mode: 0644]
hiredis/Makefile [new file with mode: 0644]
hiredis/README.md [new file with mode: 0644]
hiredis/TODO [new file with mode: 0644]
hiredis/adapters/ae.h [new file with mode: 0644]
hiredis/adapters/libev.h [new file with mode: 0644]
hiredis/adapters/libevent.h [new file with mode: 0644]
hiredis/async.c [new file with mode: 0644]
hiredis/async.h [new file with mode: 0644]
hiredis/dict.c [new file with mode: 0644]
hiredis/dict.h [new file with mode: 0644]
hiredis/example-ae.c [new file with mode: 0644]
hiredis/example-libev.c [new file with mode: 0644]
hiredis/example-libevent.c [new file with mode: 0644]
hiredis/example.c [new file with mode: 0644]
hiredis/fmacros.h [new file with mode: 0644]
hiredis/hiredis.c [new file with mode: 0644]
hiredis/hiredis.h [new file with mode: 0644]
hiredis/net.c [new file with mode: 0644]
hiredis/net.h [new file with mode: 0644]
hiredis/sds.c [new file with mode: 0644]
hiredis/sds.h [new file with mode: 0644]
hiredis/test.c [new file with mode: 0644]
hiredis/util.h [new file with mode: 0644]
http-parser/.gitignore [new file with mode: 0644]
http-parser/CONTRIBUTIONS [new file with mode: 0644]
http-parser/LICENSE-MIT [new file with mode: 0644]
http-parser/README.md [new file with mode: 0644]
http-parser/http_parser.c [new file with mode: 0644]
http-parser/http_parser.h [new file with mode: 0644]
http.c [new file with mode: 0644]
http.h [new file with mode: 0644]
jansson/.gitignore [new file with mode: 0644]
jansson/CHANGES [new file with mode: 0644]
jansson/LICENSE [new file with mode: 0644]
jansson/Makefile.am [new file with mode: 0644]
jansson/README.rst [new file with mode: 0644]
jansson/configure.ac [new file with mode: 0644]
jansson/jansson.pc.in [new file with mode: 0644]
jansson/src/Makefile.am [new file with mode: 0644]
jansson/src/dump.c [new file with mode: 0644]
jansson/src/error.c [new file with mode: 0644]
jansson/src/hashtable.c [new file with mode: 0644]
jansson/src/hashtable.h [new file with mode: 0644]
jansson/src/jansson.h [new file with mode: 0644]
jansson/src/jansson_config.h [new file with mode: 0644]
jansson/src/jansson_config.h.in [new file with mode: 0644]
jansson/src/jansson_config.h.win32 [new file with mode: 0644]
jansson/src/jansson_private.h [new file with mode: 0644]
jansson/src/load.c [new file with mode: 0644]
jansson/src/strbuffer.c [new file with mode: 0644]
jansson/src/strbuffer.h [new file with mode: 0644]
jansson/src/utf.c [new file with mode: 0644]
jansson/src/utf.h [new file with mode: 0644]
jansson/src/value.c [new file with mode: 0644]
jansson/src/variadic.c [new file with mode: 0644]
md5/md5.c [new file with mode: 0644]
md5/md5.h [new file with mode: 0644]
pool.c [new file with mode: 0644]
pool.h [new file with mode: 0644]
server.c [new file with mode: 0644]
server.h [new file with mode: 0644]
sha1/sha1.c [new file with mode: 0644]
sha1/sha1.h [new file with mode: 0644]
slog.c [new file with mode: 0644]
slog.h [new file with mode: 0644]
tests/Makefile [new file with mode: 0644]
tests/README.tests [new file with mode: 0644]
tests/basic.py [new file with mode: 0755]
tests/bench.sh [new file with mode: 0755]
tests/limits.py [new file with mode: 0755]
tests/pubsub.c [new file with mode: 0644]
tests/websocket.c [new file with mode: 0644]
tests/websocket.html [new file with mode: 0644]
version.h [new file with mode: 0644]
webdis.c [new file with mode: 0644]
webdis.json [new file with mode: 0644]
webdis.prod.json [new file with mode: 0644]
websocket.c [new file with mode: 0644]
websocket.h [new file with mode: 0644]
worker.c [new file with mode: 0644]
worker.h [new file with mode: 0644]