nbeng

a non-blocking client/server engine
git clone git://git.2f30.org/nbeng
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2012-07-03 18:34bind works , SO_REUSEADDR needs the client to close first (TODO)dsp1+8-10
2012-07-03 14:03update coding style and a few trivial changessin1+62-51
2012-07-03 13:31removed default dot printing, fixed select linux bug (timeout reset must be in loop)dsp1+4-7
2012-07-03 11:45reintroduce lostd patches.+fixesdsp1+111-50
2012-07-03 01:11Revert "commited 2 more patches from lostd@ which fix select() logic and better abstract the code."dsp1+42-97
2012-07-03 00:43commited 2 more patches from lostd@ which fix select() logic and better abstract the code.dsp1+97-42
2012-07-02 14:32applied lostd patch in style and abstractiondsp1+195-141
2012-06-24 20:50initial tcp code (EXPERIMENTAL) by lostd@dsp1+39-15
2012-06-24 19:11fixed bug due to AI_PASSIVE missing from lostd@dsp1+3-2
2012-06-24 16:34fixed a bug where quitflag was being set all the time. removed the ftcp flag , now context knows the type. added the listening fdsets as well as the client fds for connected tcp sessions in the context.dsp1+44-26
2012-06-18 22:14changed the way nbeng works , now utilizing only one socket. removed assl dependencies, soon we will provide our custom ssl wrapper. removed tcp code, just created placeholder. general cleanup and comments.dsp8+156-82
2012-06-14 17:11implemented server logicdsp1+108-32
2012-06-14 12:14more styling by lostd@dsp1+37-31
2012-06-14 11:47styled according to style(9) police (aka lostd@)dsp1+23-25
2012-06-14 11:23initial release, client logic onlydsp3+185-0