| author | Andriy Senkovych <jolly_roger@itblog.org.ua> | |
| Sun, 3 Aug 2014 23:10:55 +0000 (00:10 +0100) | ||
| committer | Andriy Senkovych <jolly_roger@itblog.org.ua> | |
| Sun, 3 Aug 2014 23:10:55 +0000 (00:10 +0100) | ||
| commit | 7b0a4c78bcef98492a364b7702701dbe4b04840f | |
| tree | 8fa6de2efd3f1d36e1ada512c1886363b586bf77 | tree | snapshot |
| .gitignore | [new file with mode: 0644] | blob |
| .travis.yml | [new file with mode: 0644] | blob |
| COPYING | [new file with mode: 0644] | blob |
| Makefile | [new file with mode: 0644] | blob |
| README.markdown | [new file with mode: 0644] | blob |
| acl.c | [new file with mode: 0644] | blob |
| acl.h | [new file with mode: 0644] | blob |
| b64/cencode.c | [new file with mode: 0644] | blob |
| b64/cencode.h | [new file with mode: 0644] | blob |
| client.c | [new file with mode: 0644] | blob |
| client.h | [new file with mode: 0644] | blob |
| cmd.c | [new file with mode: 0644] | blob |
| cmd.h | [new file with mode: 0644] | blob |
| conf.c | [new file with mode: 0644] | blob |
| conf.h | [new file with mode: 0644] | blob |
| formats/common.c | [new file with mode: 0644] | blob |
| formats/common.h | [new file with mode: 0644] | blob |
| formats/custom-type.c | [new file with mode: 0644] | blob |
| formats/custom-type.h | [new file with mode: 0644] | blob |
| formats/json.c | [new file with mode: 0644] | blob |
| formats/json.h | [new file with mode: 0644] | blob |
| formats/msgpack.c | [new file with mode: 0644] | blob |
| formats/msgpack.h | [new file with mode: 0644] | blob |
| formats/raw.c | [new file with mode: 0644] | blob |
| formats/raw.h | [new file with mode: 0644] | blob |
| hiredis/.gitignore | [new file with mode: 0644] | blob |
| hiredis/COPYING | [new file with mode: 0644] | blob |
| hiredis/Makefile | [new file with mode: 0644] | blob |
| hiredis/README.md | [new file with mode: 0644] | blob |
| hiredis/TODO | [new file with mode: 0644] | blob |
| hiredis/adapters/ae.h | [new file with mode: 0644] | blob |
| hiredis/adapters/libev.h | [new file with mode: 0644] | blob |
| hiredis/adapters/libevent.h | [new file with mode: 0644] | blob |
| hiredis/async.c | [new file with mode: 0644] | blob |
| hiredis/async.h | [new file with mode: 0644] | blob |
| hiredis/dict.c | [new file with mode: 0644] | blob |
| hiredis/dict.h | [new file with mode: 0644] | blob |
| hiredis/example-ae.c | [new file with mode: 0644] | blob |
| hiredis/example-libev.c | [new file with mode: 0644] | blob |
| hiredis/example-libevent.c | [new file with mode: 0644] | blob |
| hiredis/example.c | [new file with mode: 0644] | blob |
| hiredis/fmacros.h | [new file with mode: 0644] | blob |
| hiredis/hiredis.c | [new file with mode: 0644] | blob |
| hiredis/hiredis.h | [new file with mode: 0644] | blob |
| hiredis/net.c | [new file with mode: 0644] | blob |
| hiredis/net.h | [new file with mode: 0644] | blob |
| hiredis/sds.c | [new file with mode: 0644] | blob |
| hiredis/sds.h | [new file with mode: 0644] | blob |
| hiredis/test.c | [new file with mode: 0644] | blob |
| hiredis/util.h | [new file with mode: 0644] | blob |
| http-parser/.gitignore | [new file with mode: 0644] | blob |
| http-parser/CONTRIBUTIONS | [new file with mode: 0644] | blob |
| http-parser/LICENSE-MIT | [new file with mode: 0644] | blob |
| http-parser/README.md | [new file with mode: 0644] | blob |
| http-parser/http_parser.c | [new file with mode: 0644] | blob |
| http-parser/http_parser.h | [new file with mode: 0644] | blob |
| http.c | [new file with mode: 0644] | blob |
| http.h | [new file with mode: 0644] | blob |
| jansson/.gitignore | [new file with mode: 0644] | blob |
| jansson/CHANGES | [new file with mode: 0644] | blob |
| jansson/LICENSE | [new file with mode: 0644] | blob |
| jansson/Makefile.am | [new file with mode: 0644] | blob |
| jansson/README.rst | [new file with mode: 0644] | blob |
| jansson/configure.ac | [new file with mode: 0644] | blob |
| jansson/jansson.pc.in | [new file with mode: 0644] | blob |
| jansson/src/Makefile.am | [new file with mode: 0644] | blob |
| jansson/src/dump.c | [new file with mode: 0644] | blob |
| jansson/src/error.c | [new file with mode: 0644] | blob |
| jansson/src/hashtable.c | [new file with mode: 0644] | blob |
| jansson/src/hashtable.h | [new file with mode: 0644] | blob |
| jansson/src/jansson.h | [new file with mode: 0644] | blob |
| jansson/src/jansson_config.h | [new file with mode: 0644] | blob |
| jansson/src/jansson_config.h.in | [new file with mode: 0644] | blob |
| jansson/src/jansson_config.h.win32 | [new file with mode: 0644] | blob |
| jansson/src/jansson_private.h | [new file with mode: 0644] | blob |
| jansson/src/load.c | [new file with mode: 0644] | blob |
| jansson/src/strbuffer.c | [new file with mode: 0644] | blob |
| jansson/src/strbuffer.h | [new file with mode: 0644] | blob |
| jansson/src/utf.c | [new file with mode: 0644] | blob |
| jansson/src/utf.h | [new file with mode: 0644] | blob |
| jansson/src/value.c | [new file with mode: 0644] | blob |
| jansson/src/variadic.c | [new file with mode: 0644] | blob |
| md5/md5.c | [new file with mode: 0644] | blob |
| md5/md5.h | [new file with mode: 0644] | blob |
| pool.c | [new file with mode: 0644] | blob |
| pool.h | [new file with mode: 0644] | blob |
| server.c | [new file with mode: 0644] | blob |
| server.h | [new file with mode: 0644] | blob |
| sha1/sha1.c | [new file with mode: 0644] | blob |
| sha1/sha1.h | [new file with mode: 0644] | blob |
| slog.c | [new file with mode: 0644] | blob |
| slog.h | [new file with mode: 0644] | blob |
| tests/Makefile | [new file with mode: 0644] | blob |
| tests/README.tests | [new file with mode: 0644] | blob |
| tests/basic.py | [new file with mode: 0755] | blob |
| tests/bench.sh | [new file with mode: 0755] | blob |
| tests/limits.py | [new file with mode: 0755] | blob |
| tests/pubsub.c | [new file with mode: 0644] | blob |
| tests/websocket.c | [new file with mode: 0644] | blob |
| tests/websocket.html | [new file with mode: 0644] | blob |
| version.h | [new file with mode: 0644] | blob |
| webdis.c | [new file with mode: 0644] | blob |
| webdis.json | [new file with mode: 0644] | blob |
| webdis.prod.json | [new file with mode: 0644] | blob |
| websocket.c | [new file with mode: 0644] | blob |
| websocket.h | [new file with mode: 0644] | blob |
| worker.c | [new file with mode: 0644] | blob |
| worker.h | [new file with mode: 0644] | blob |