Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Fixed many deprecation warnings. asyncio.recvLine now throws an | Dominik Picheta | 2012-12-23 | 1 | -19/+31 |
| | | | | exception when an error occurs. Added sockets.SocketError. | ||||
* | Redis fixed to use unbuffered sockets. | Dominik Picheta | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | made tests green again | Araq | 2012-08-16 | 1 | -13/+13 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | sockets.recv optimizations; stdlib now supports taint mode | Araq | 2011-09-24 | 1 | -11/+11 |
| | |||||
* | preparations for 0.8.12 | Araq | 2011-07-10 | 1 | -0/+0 |
| | |||||
* | Added a helpful iterator to redis. Fixed some issues with stderr in osproc. ↵ | dom96 | 2011-05-22 | 1 | -0/+13 |
| | | | | Fixed doc generation issues. | ||||
* | copy replaced by substr | Araq | 2011-05-14 | 1 | -3/+3 |
| | |||||
* | fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ↵ | dom96 | 2011-05-14 | 1 | -4/+4 |
| | | | | addresses. copy and delete for json module. | ||||
* | little repo cleanup | Araq | 2011-05-02 | 1 | -3/+6 |
| | |||||
* | Lots of fixes in redis.nim | dom96 | 2011-04-24 | 1 | -175/+217 |
| | |||||
* | Removed the parseBulkStr() proc in redis.nim | dom96 | 2011-04-23 | 1 | -23/+20 |
| | |||||
* | Consistency fix in redis.nim | dom96 | 2011-04-23 | 1 | -4/+4 |
| | |||||
* | Added redis client module. | dom96 | 2011-04-23 | 1 | -0/+834 |