John Sully
979eb00220
complete malloc memory class work, and pass tests
...
Former-commit-id: 42d28c9ff6bd0b31ada42bdcbfde3e9fce42fff7
2019-02-04 16:56:13 -05:00
John Sully
9b94405241
Custom flash heap
...
Former-commit-id: 5c86d2faa2e504d8ccfcafd5646717fef3d333cc
2019-01-29 18:10:46 -05:00
Oran Agra
7496636280
various cleanups and minor fixes
2016-04-25 16:49:57 +03:00
antirez
7a5a646df9
Fixed grammar: before H the article is a, not an.
2013-12-05 16:35:32 +01:00
antirez
9281336e6b
ae.c event loop: API to resize the fd set size on the run.
2013-06-28 16:39:49 +02:00
antirez
a32d1ddff6
BSD license added to every C source and header file.
2012-11-08 18:31:32 +01:00
jokea
1324697567
mark fd as writable when EPOLLERR or EPOLLHUP is returned by epoll_wait.
2012-06-29 12:06:38 +08:00
antirez
ab6c78e66a
ae_epoll.c typo introduced in the previous commit fixed.
2011-12-15 11:50:15 +01:00
antirez
1beff5317a
Max limit to 10k clients removed, this implements feature request on issue #194
2011-12-15 11:42:40 +01:00
antirez
b81a46d89a
Fixed a theoretical memory leak with no practical effects in ae_kqueue.c and ae_epoll.c, thanks to magicyang87 for reporting it.
2011-12-07 08:58:29 +01:00
antirez
e2641e09cc
redis.c split into many different C files.
...
networking related stuff moved into networking.c
moved more code
more work on layout of source code
SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;)
cleanly compiling again after the first split, now splitting it in more C files
moving more things around... work in progress
split replication code
splitting more
Sets split
Hash split
replication split
even more splitting
more splitting
minor change
2010-07-01 14:38:51 +02:00