|
424770be0b
|
Set TCP_NODELAY on the socket
Nagle's algorithm probably serves no purpose with whois queries
often being tiny.
|
2024-05-10 09:41:28 +00:00 |
|
|
f44bf47b1f
|
Don't try to maximize the send buffer
Get rid of code that did a binary search to maximize the send buffer
via setsockopt SO_SNDBUF. It caused problems for modern Mac users.
|
2024-05-01 12:00:17 +00:00 |
|
|
95d3a4c12b
|
Release 1.12
|
2024-02-12 16:57:03 +00:00 |
|
|
a28752247c
|
update changelog
|
2023-06-20 12:24:28 +00:00 |
|
|
8883f13b74
|
Release 1.9
|
2023-03-05 12:09:54 +00:00 |
|
|
b85bea6324
|
update CHANGELOG
|
2023-01-20 15:54:38 +00:00 |
|
|
277126f5ea
|
Release 1.7
|
2022-11-03 10:17:20 +00:00 |
|
|
30110bad46
|
new release
|
2022-09-07 12:49:37 +00:00 |
|
|
3ec83e255a
|
Bump version and change log for 1.5 release (#61)
|
2022-07-25 16:11:44 +02:00 |
|
|
b1074667e8
|
Add missing closure in bird aspath output
|
2021-08-20 10:58:07 +00:00 |
|
|
8cc7ba2751
|
Bump version
|
2021-08-20 10:08:59 +00:00 |
|
|
6c8c6cfec1
|
Reduce memory usage
|
2021-08-20 01:58:38 +00:00 |
|
|
903704ef3b
|
Update CHANGES
|
2021-08-20 01:03:18 +00:00 |
|
|
773849fc3a
|
Release 0.0.9
|
2021-08-18 00:46:52 +00:00 |
|
|
cb15aea505
|
Release 0.0.8
|
2021-08-17 22:54:15 +00:00 |
|
|
b1a9f4f089
|
Add 0.0.7 changelog
|
2021-08-17 14:27:06 +00:00 |
|
|
d9a2ee92a6
|
Release 0.0.6
|
2020-03-12 13:24:44 +01:00 |
|
|
20d04b5d54
|
Release 0.0.5
|
2020-01-01 19:19:35 +01:00 |
|
|
fd34dd8fa3
|
Bump version to 0.0.4
|
2019-12-31 00:13:33 +00:00 |
|
|
484ae33948
|
Update changelog
|
2019-12-30 18:35:16 +00:00 |
|
|
3c4f0ad276
|
Update small bits
|
2019-12-30 18:18:39 +00:00 |
|
|
7fa7e76d8e
|
Release bgpq4 0.0.3
|
2019-12-30 03:35:22 +00:00 |
|
|
2e427a0f47
|
Remove ASDOT support
|
2019-12-14 15:12:10 +01:00 |
|
|
87966dc1f0
|
Add support for Mikrotik
|
2019-12-14 15:11:46 +01:00 |
|
|
26f49e46a5
|
Rename bgpq3 to bgpq4
|
2019-12-14 14:41:14 +01:00 |
|
|
97d9ade46f
|
log wrong address family only with debugging.
|
2019-11-08 11:41:40 +03:00 |
|
|
ad840c452f
|
Aggregation/Refine support for Nokia classic.
|
2019-10-25 19:46:58 +03:00 |
|
|
df52fc8632
|
0.1.35.
|
2018-11-30 12:46:59 +03:00 |
|
|
ab8316c196
|
update CHANGES
|
2018-11-30 12:44:28 +03:00 |
|
|
82339d7dad
|
Nokia MD-CLI.
|
2018-11-11 19:50:44 +03:00 |
|
|
e49e16acd3
|
make -t (as-sets) work for BIRD too.
|
2018-10-04 13:33:06 +03:00 |
|
|
a90de3a359
|
fix typo
|
2018-10-04 13:00:04 +03:00 |
|
|
128c26f1a8
|
new flag -t: as-sets for OpenBGPD and JSON formats
|
2018-10-03 19:16:34 +03:00 |
|
|
25f34bf92b
|
update CHANGES
|
2018-10-02 19:47:11 +03:00 |
|
|
7d2a9f185b
|
'backport' asn validation in -f/-G
|
2018-09-05 14:47:30 +03:00 |
|
|
51e27a7292
|
OpenBGPD: -E now generates prefix-sets instead of prefix-lists.
|
2018-09-05 14:07:47 +03:00 |
|
|
f199f1a7c7
|
fix ipv6 prefix-ranges.
|
2018-08-14 12:42:18 +03:00 |
|
|
2152ecdb43
|
Huawei support, copyright year update.
|
2018-08-10 15:02:08 +03:00 |
|
|
c6c5d7d4a6
|
juniper route-filter-lists (junos 16.2+).
|
2017-09-08 19:40:25 +03:00 |
|
|
aed955f868
|
correct handling for too large sources list
|
2017-07-19 20:43:53 +03:00 |
|
|
f8450f6944
|
document -a <asn>, bump version.
|
2017-06-14 17:57:14 +03:00 |
|
|
0985bd3950
|
openbgpd 'deny any any' shall be avoided.
|
2017-06-14 15:21:46 +03:00 |
|
|
99260c1267
|
check/include sys/select.h if present.
|
2017-06-12 20:11:39 +03:00 |
|
|
4551bce41f
|
update CHANGES/configure to 0.1.35-rc
|
2017-03-05 20:35:21 +03:00 |
|
|
def51b4c17
|
handle socket() EAFNOSUPPORT as non-fatal error.
|
2017-02-08 12:18:08 +03:00 |
|
|
dfa5a41fe6
|
documentation sync
|
2016-12-30 13:47:59 +03:00 |
|
|
94d138dada
|
OpenBGPD support.
|
2016-10-14 18:54:12 +03:00 |
|
|
34372ce4fa
|
tag 0.1.32, correct autoconf
|
2016-08-28 19:18:20 +03:00 |
|
|
d5036d10c1
|
rollback 0.1.32-rc2 (2015-07-01).
|
2016-08-28 19:15:50 +03:00 |
|
|
066d35e74f
|
fix build issue on Solaris 10.
|
2016-05-11 15:21:30 +03:00 |
|