-
Notifications
You must be signed in to change notification settings - Fork 50
/
ChangeLog
52 lines (43 loc) · 2.01 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
iprange (1.0.4) - 2017-09-16
- bugfix: fix invalid size of ipset while reducing non-optimized ipsets #18
iprange (1.0.3) - 2016-10-16
- speedup: used high speed mutex instead of read/write locks, for speed
iprange (1.0.2) - 2015-12-23
- bugfix: last batch of dns host resolutions were being lost from results
iprange (1.0.1) - 2015-11-28
- resolved a case with dns resolution, where all threads were waiting
without resolving the IPs
- packaging improvements
iprange (1.0.0) - 2015-11-15
2015-11-12 Costa Tsaousis ([email protected])
- added logic to retry temporary DNS failures
2015-11-11 Costa Tsaousis ([email protected])
- added --diff to find the differences between ipsets
2015-11-05 Costa Tsaousis ([email protected])
- added threaded DNS resolution of hostnames
2015-11-05 Costa Tsaousis ([email protected])
- better error handling when parsing input files
- optimized printing using internal ip2str() implementation
- added DNS resolution of hostnames
2015-06-06 Costa Tsaousis ([email protected])
- added support for loading multiple sets
- added support for merging multiple files
- added support for comparing ipsets (all-to-all, one-to-all)
- added support for parsing IP ranges from the input file
(much like -s did for a single range)
- added support for parsing netmasks
- added support for min prefix generated
- added support for generated only specific prefixes
- added support for reducing the prefixes for iptables ipsets
- the output is now always optimized (reduced / merged)
- removed option -s (convert a single IP range to CIDR)
- added support for finding the common IPs in multiple files
- added timings
- added verbose output
2015-05-31 Costa Tsaousis ([email protected])
- added -C option to report count of unique IPs
- some optimizations to speed it up by 10% - 20%
2004-10-16 Paul Townsend (alpha alpha beta at purdue dot edu)
- more general input/output formatting
2003 Gabriel L. Somlo, the original author of iprange.c core
- found at http://www.cs.colostate.edu/~somlo/iprange.c