Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix adding ranges to hash types | Jozsef Kadlecsik | 2011-05-06 | 1 | -0/+8 |
| | | | | | | When ranges are added to hash types, the elements may trigger rehashing the set. However, the last successfully added element was not kept track so the adding started again with the first element after the rehashing. Bug reported by Mr Dash Four. | ||||
* | Use unified diff output in tests | Jozsef Kadlecsik | 2011-04-11 | 1 | -2/+2 |
| | |||||
* | Testsuite changes: keep temporary files | Jozsef Kadlecsik | 2011-04-08 | 1 | -1/+1 |
| | | | | | Keep temporary files in the tests and erase them only after successfully running the testsuite. This makes simpler to analyze failed tests. | ||||
* | Add more test to check adding/deleting multiple entries. | Jozsef Kadlecsik | 2010-12-17 | 1 | -0/+6 |
| | |||||
* | Speed up testing a little bit | Jozsef Kadlecsik | 2010-12-13 | 1 | -3/+3 |
| | | | | Lower timeout values to max 5s, so we can lower sleep values too. | ||||
* | Fixes, cleanups, commentsv5.0-pre8 | Jozsef Kadlecsik | 2010-10-24 | 1 | -0/+51 |
- More comments added to the code - ICMP and ICMPv6 support added to the hash:ip,port, hash:ip,port,ip and hash:ip,port,net types - hash:net and hash:ip,port,net types are reworked - hash:net,port type added - Wrong direction parameters fixed in hash:ip,port - Helps and manpage are updated - More tests added - Ugly macros are rewritten to functions in parse.c (Holger Eitzenberger) - resize related bug in hash types fixed (Holger Eitzenberger) - autoreconf patches by Jan Engelhardt applied - netlink patch minimalized: dumping can be initialized by a second parsing of the message (thanks to David and Patrick for the suggestion) - IPv4/IPv6 address attributes are introduced in order to fix the context (suggested by David) |