moonbridge
log
| age | author | description |
|---|---|---|
| 2015-04-17 | jbe | Check if file descriptors are in valid range before using them for select |
| 2015-04-16 | jbe | Added _GNU_SOURCE #define for Linux; Avoid compiler warning |
| 2015-04-16 | jbe | Restored Linux compatibility regarding #include section |
| 2015-04-16 | jbe | Cleanup regarding #include directives |
| 2015-04-16 | jbe | Proper distinction between AF_* and PF_* constants (and commented where it is not the case) |
| 2015-04-16 | jbe | Revised flushing behavior of write_nb(...) again |
| 2015-04-16 | jbe | Revised flushing behavior of write_nb(...) |
| 2015-04-15 | jbe | Example application uses new "main" protocol; Handler for "main" gets table with "main" set to true |