15 Commits (d32d05f52e85c2ac870cb260d27fb9dace236387)

Author SHA1 Message Date
Georg Hopp d32d05f52e Revert "try for a threaded server, but not very much luck now." 11 years ago
Georg Hopp 17cf44b9b9 Revert "fixes and additions for threaded code" 11 years ago
Georg Hopp f71cac22a3 fixes and additions for threaded code 11 years ago
Georg Hopp c0b33ec777 try for a threaded server, but not very much luck now. 11 years ago
Georg Hopp 42d139f31e Some fixes and adaptations on changes trevent code. Add a simple echo client. 11 years ago
Georg Hopp 171d597994 Disable read completely when write is failing and buffer is full. Don't add endpoints to read or write when they are already in fin state. 11 years ago
Georg Hopp e3a6d0e919 change the whole thing to be more edge triggered no matter wich poll method is used. In fact this works now with edge triggered epoll 11 years ago
Georg Hopp 2885147eef finish edge level trigger for socket notification 11 years ago
Georg Hopp 2c3acbb3a9 some more small fixes 11 years ago
Georg Hopp 48ef354366 use explicit event done return type in all handler methods 11 years ago
Georg Hopp f79801180c fix leaks, close handling and things. 11 years ago
Georg Hopp 4b2d9eb0da fix some names and adapt to fixed PARENTCALL 11 years ago
Georg Hopp 3b4c855a59 add protocol handler 11 years ago
Georg Hopp d738e59156 fixes to make the code compile 11 years ago
Georg Hopp 31b1b404c6 add communication manager. These are the things that do poll, select, waitformultipleobjects or whatever. 11 years ago