Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed grammar: before H the article is a, not an. | antirez | 2013-12-05 | 1 | -1/+1 |
* | ae.c event loop: API to resize the fd set size on the run. | antirez | 2013-06-28 | 1 | -0/+7 |
* | BSD license added to every C source and header file. | antirez | 2012-11-08 | 1 | -2/+29 |
* | mark fd as writable when EPOLLERR or EPOLLHUP is returned by epoll_wait. | jokea | 2012-06-29 | 1 | -0/+2 |
* | ae_epoll.c typo introduced in the previous commit fixed. | antirez | 2011-12-15 | 1 | -1/+1 |
* | Max limit to 10k clients removed, this implements feature request on issue #194 | antirez | 2011-12-15 | 1 | -2/+9 |
* | Fixed a theoretical memory leak with no practical effects in ae_kqueue.c and ... | antirez | 2011-12-07 | 1 | -1/+4 |
* | redis.c split into many different C files. | antirez | 2010-07-01 | 1 | -0/+91 |