414 Commits (7add4cc30b19d466d2f0fc50e53261e2026d176c)
 

Author SHA1 Message Date
Nicolas Favre-Felix 7add4cc30b Release 0.1.8 5 years ago
Jessie Murray a077c98fc2
Update Dockerfile to use Alpine Linux (#169)
* Change base image to Alpine 3.11.3
* Use multi-stage build (reducing size from 276 MB to 9.5 MB)
* Change Makefile to build with -O3 instead of -O0 -ggdb
5 years ago
StefanosChaliasos 79c13ba18a Add missing Make dependencies (#168)
* Add missing Make dependencies
* Update gitignore
5 years ago
Nicolas Favre-Felix b91f10ce73 Update Dockerfile to Debian Jessie, enable MessagePack, fix RUN command + add Docker example to README 5 years ago
Nicolas Favre-Felix 60f9be88da Version bump after release 5 years ago
Nicolas Favre-Felix fd4ff04ea4 Release 0.1.7 5 years ago
Nicolas Favre-Felix 03ec822c97 Avoid new lines in basic auth pre-computation 5 years ago
Nicolas Favre-Felix bf99000a9d Version bump after release 5 years ago
Nicolas Favre-Felix 8dd258468d Release 0.1.6 5 years ago
Nicolas Favre-Felix 1fe10288e1
Merge pull request #160 from granolamatt/master
Fixed websocket not reading multiple messages in one packet
5 years ago
Matt Smith feb58b5c8c Fixed websocket not reading multiple messages in one packet 5 years ago
Nicolas Favre-Felix 77dab78acd Version bump after release 6 years ago
Nicolas Favre-Felix 5940faeabf Release 0.1.5 6 years ago
Nicolas Favre-Felix abb46831a5
Merge pull request #156 from ccvca/fix_segfault_disconnect_subscription
Fix crash when subscribed connections are closed #155
6 years ago
Christian von Arnim 95d1236b8c
Fix crash when subscribed connections are closed #155 6 years ago
Nicolas Favre-Felix 91a8ea3a50 Version bump after release 6 years ago
Nicolas Favre-Felix 9e05a825fa Release 0.1.4 6 years ago
Nicolas Favre-Felix 577df6ba87
Merge pull request #148 from wasade/segfault-in-free
BUG: adjust order of memory release
6 years ago
Daniel McDonald 49ef169484 Use tab instead of space 6 years ago
Daniel McDonald 7b7b51af5f BUG: adjust order of memory release 6 years ago
Nicolas Favre-Felix 5bc864db3f Version bump after release 7 years ago
Nicolas Favre-Felix 506934311b Release 0.1.3 7 years ago
Nicolas Favre-Felix 2a98d462b5 Merge pull request #113 from jplevyak/master
Fix handling of ports over 32767 by using 'int' instead of 'short'.
7 years ago
Nicolas Favre-Felix 9ee6fe2742 Version bump after release 9 years ago
Nicolas Favre-Felix 4b804133c4 Release 0.1.2 9 years ago
Nicolas Favre-Felix 1a2a281d63 Fix unused warning, use llabs instead of abs 9 years ago
Nicolas Favre-Felix 19d78ff935 Merge branch 'ngoyal-master' 9 years ago
Nicolas Favre-Felix a7be6e6a01 Merge branch 'master' of https://github.com/ngoyal/webdis into ngoyal-master 9 years ago
Nicolas Favre-Felix 45fd72b15b Merge pull request #118 from boothj5/connection-close
Handle Connection:close header
9 years ago
James Booth 07887428a9 Fixed indentation and whitespace 9 years ago
James Booth 7d3dea5d56 Removed debug flag from Makefile 9 years ago
James Booth f85c64c94b Handle Connection:close header
When the client sends a connection close, the server now returns
the same header, and the socket is closed. Instead of a 400 Bad Request
clients should get a socket read error.
9 years ago
Neel Goyal 3dc4f98a2d Schedule a reconnect if connecting fails 9 years ago
Neel Goyal 6e6176b656 Update to hiredis 0.13.1 9 years ago
John Plevyak bab330e467 Fix handling of ports over 32767 by using 'int' instead of 'short'. 10 years ago
Nicolas Favre-Felix 00ab5518c3 Merge pull request #55 from littlefrog/master
Enable KEEPALIVE socket option
11 years ago
Nicolas Favre-Felix f69c28c632 #91: Add missing return after sending HTTP Options 11 years ago
Nicolas Favre-Felix 8b1e91a2e5 #89: Add Authorization to CORS headers 11 years ago
Nicolas Favre-Felix b6202150f7 Add Dockerfile 11 years ago
Nicolas Favre-Felix ca7cf009e9 Version bump after release 11 years ago
Nicolas Favre-Felix 4915fef97d Release 0.1.1 11 years ago
Nicolas Favre-Felix 867cda7b56 Merge pull request #88 from jollyroger/debian-patches
Debian patches.
11 years ago
Andriy Senkovych a712b078b3 Make dependencies' *_OBJS variables overridable via environment variables. 11 years ago
Andriy Senkovych b616c37b5f Remove comments mentioning borrowing code from redis repository.
This is no longer true. Files slog.[ch] were introduced in webdis codebase by
mrb <michaelrbernstein@gmail.com> and were merged into master branch by
upstream developer in commit bec19d06. This file originally contained one
function void slog(...) with 13 statements. 12 of these statements were copied
from function void redisLog(...) from redis-server codebase
(https://github.com/antirez/redis, commit aa81e4d5, file src/redis.c, 18
statements). Since that time these files were refactored and have nothing to do
with the codebase it was originally based on. Not to mention current
src/redis.c from redis repository greatly differs from the mentioned commit
where code was borrowed from.
11 years ago
Andriy Senkovych 8deffc7403 Rename libb64 to b64 for compatibility reasons, move to DEPS. 11 years ago
Andriy Senkovych 46e872a090 Allow setting CFLAGS and LDFLAGS from environment variables 11 years ago
Andriy Senkovych b1cda7e376 Add makefile targets to run tests 11 years ago
Andriy Senkovych 3156b530af Allow test programs use custom port using environment variable or command-line argument 11 years ago
Nicolas Favre-Felix 11c1e60f5d post-release version bump 11 years ago
Nicolas Favre-Felix 290a188067 Release 0.1.0 11 years ago