]> git.saurik.com Git - redis.git/history - src/ae.c
Even inside #if 0 comments are comments.
[redis.git] / src / ae.c
2012-04-06  jokeaimplement aeWait using poll(2). Fixes issue #267.
2012-03-09  antirezMerge conflicts resolved.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-16  antirezMerge branch 'issue327' into unstable
2012-02-14  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-02-08  antirezA few small BSD related fixes.
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezaeCreateEventLoop() cleanup on error unified in a singl...
2012-01-25  Mukund SivaramanIf aeApiCreate() fails, there's probably not much one...
2011-12-20  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-16  antirezae.c: solved a memory leak with no practical effects...
2011-12-15  antirezMax limit to 10k clients removed, this implements featu...
2011-11-22  Salvatore SanfilippoMerge pull request #199 from jerem/patch-1
2011-11-21  antireznew ae.c API to get current events by file descriptor.
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.