[v0.11 -> v0.13] Catalin(ux) M. BOIE (8): Fixed strcmp on a NULL variable Added support to change poll timeout Bump version to 0.12 Restart accept interrupted by signal Lots of changes Switch to v0.13 duilder update rpm changelog [v0.10 -> v0.11] Catalin(ux) M. BOIE (3): SOCK_DCCP is not defined on CentOS. :( Log also the version in the log file. Added support for deny and fake for Kevin [v0.9 -> v0.10] Catalin(ux) M. BOIE (8): Corrected a merge problem. More stuff added to TODO More duilder updates Big fix for stuck programs. Stupid. Ignore more files in repo. Bump version to 0.10. Added example for config file. More fixes for spec file [v0.8 -> v0.9] Catalin(ux) M. BOIE (6): Duilder updates. Spec files updates. Removed some debugging leftovers. SO_MARK may not be defined by glibc. Remove the need for SO_DOMAIN because we can get domain from accepting socket. Bump version to 0.9. [v0.7 -> v0.8] Catalin(ux) M. BOIE (10): Added support for connecting clients (socket -> connect or socket -> sendto). Added support for IPv6 flowinfo (class + label). Added support for FWMARK. Added possibility to force skb priority field (SO_PRIORITY). Give a real example for bandwidth enforcing. Do not count the time spent in sleep! Added support for multiple connections and chunk size for send_udp example. Merge branch 'master' of kernel.embedromix.ro/us/force_bind/force_bind Added a good example for tc prio classification. Bump version to 0.8. [v0.6 -> v0.7] Catalin(ux) M. BOIE (2): Corrected description and license. Bump version to 0.7. [v0.5 -> v0.6] Catalin(ux) M. BOIE (7): Added KA. Ignore Changelog-last file. Added TOS test script. Added MSS. Added TODO to %doc rpm section. Added support for separate FORCE_ADDR for IPv4 and IPv6, MSS, TTL etc. Bump version to 0.6. [v0.4 -> v0.5] Catalin(ux) M. BOIE (9): Silence compiler useless warning. Improved description. Aded license information to README file. Typo. TODO in. No need for duilder_release. I will use a global one. Added support to force TOS by using env var FORCE_NET_TOS. Duilder updates. Bump up the version to 0.5. [v0.3 -> v0.4] Catalin(ux) M. BOIE (2): Corrected documentation. Bump up the version to 0.4. [v0.2 -> v0.3] Catalin(ux) M. BOIE (3): Store latest version/revision into LATEST_VER/REV for easy web update. Bump version to 0.3. Nothing to install in /usr/bin! [v0.1 -> v0.2] Catalin(ux) M. BOIE (1): Fixed install command.