|
c9002b327b
|
#2293 - Use CachedIteratorCollection in PeerState
|
2018-08-27 06:36:49 +00:00 |
|
|
e64ad7ce57
|
More findbugs all over
|
2018-08-26 15:13:49 +00:00 |
|
|
1f92232253
|
Findbugs all over
|
2018-08-26 13:50:40 +00:00 |
|
|
db54edc36d
|
NTCP2: Publish outbound address after transition to firewalled
Fix exception thrower
|
2018-08-26 12:05:49 +00:00 |
|
|
819985f3b4
|
lint
|
2018-08-25 17:56:30 +00:00 |
|
|
21fbcb8749
|
NTCP2: Enable by default
|
2018-08-25 17:35:29 +00:00 |
|
|
57ddc8ea4f
|
conversion cleanup
|
2018-08-25 14:29:32 +00:00 |
|
|
c3881a811b
|
fix deprecations
|
2018-08-25 13:26:28 +00:00 |
|
|
1453527382
|
NTCP2 remove unused code
|
2018-08-23 15:27:05 +00:00 |
|
|
cc2056d4cf
|
NTCP2 code consolidation, minor changes
|
2018-08-23 15:25:45 +00:00 |
|
|
6cf84ac5a3
|
log tweak
|
2018-08-23 15:22:30 +00:00 |
|
|
658faf9dcf
|
0.9.36
|
2018-08-22 20:07:41 +00:00 |
|
|
68feb080e7
|
Jetty 9.2.25.v20180606
|
2018-08-20 13:18:29 +00:00 |
|
|
f2e00ca130
|
More translation updates
GeoIPv6 update 2018-08-16 from Maxmind
|
2018-08-19 21:25:46 +00:00 |
|
|
a846271cd4
|
NTCP2: Catch bad IV exception
|
2018-08-19 18:56:59 +00:00 |
|
|
c455f15b2a
|
i2ptunnel: Change read timeout defaults now that streaming read timeout works
|
2018-08-16 18:39:07 +00:00 |
|
|
e310a6ab31
|
Add CachedIteratorCollectionTest
|
2018-08-13 08:38:24 +00:00 |
|
|
8dbc11566b
|
log level tweaks
|
2018-08-10 16:35:03 +00:00 |
|
|
9e237b5086
|
new hosts
|
2018-08-07 20:58:57 +00:00 |
|
|
f97ec8820c
|
CachedIteratorCollection - Fix add() function
|
2018-08-07 12:04:49 +00:00 |
|
|
177ef573ee
|
Update javadocs for CachedIteratorCollection
|
2018-08-06 15:14:15 +00:00 |
|
|
da5c922c40
|
Rename CachedIteratorAbstractCollection.java to CachedIteratorCollection.java
|
2018-08-06 12:05:51 +00:00 |
|
|
4aff615687
|
Revert changes to PeerState and .idea/ folder in previous commit
|
2018-08-06 09:47:32 +00:00 |
|
|
0b3abb3b63
|
Add CachedIteratorAbstractCollection
Update PeerState.java to use CachedIteratorAbstract
Add some debugging lines to determine cause(s) of higher udp.sendFailed/sendAggressiveFailed stats
|
2018-08-06 08:54:44 +00:00 |
|
|
775188a36c
|
I2NP: Fix DI test
|
2018-08-04 16:31:10 +00:00 |
|
|
21fe962abd
|
I2NP: Remove unused OutputStream methods
|
2018-08-04 15:23:36 +00:00 |
|
|
9b3eb8d2c3
|
I2NP: Change DeliveryInstructions internal flags storage from long to int
|
2018-08-04 15:16:21 +00:00 |
|
|
a5a5f7dbde
|
I2NP: Don't call toLong() for 1 byte
|
2018-08-04 14:50:33 +00:00 |
|
|
30f25de49b
|
I2NP: Remove unused InputStream parsing methods
|
2018-08-04 14:35:00 +00:00 |
|
|
2cc362ca7b
|
javadoc fix
|
2018-08-04 14:33:57 +00:00 |
|
|
f1df49606d
|
Data: Check sooner for unknown sig type;
minor efficiency improvements in parsing
|
2018-08-04 13:41:01 +00:00 |
|
|
0b2ef3da13
|
NTCP2: Fix termination handling
log tweaks
|
2018-08-03 20:14:46 +00:00 |
|
|
526aadb559
|
NTCP2: Fix padding calculation for small frames
|
2018-08-02 21:08:20 +00:00 |
|
|
8fb7bd264f
|
NTCP2: Remove debug code
|
2018-08-02 11:48:55 +00:00 |
|
|
1b6c002883
|
NTCP2: Send termination on idle timeout
Use timer to delay close after sending termination
Prevent sending more data after termination
|
2018-08-02 10:56:14 +00:00 |
|
|
75d86727ec
|
SSU: Pull call out of loop for efficiency
|
2018-07-31 14:26:03 +00:00 |
|
|
b5ed39f10d
|
Streaming: Throw exception on read timeout (ticket #2292)
Log tweaks
|
2018-07-28 21:44:56 +00:00 |
|
|
2586db91c0
|
Router: Implement router.rejectStartupTime config (ticket #2285)
|
2018-07-27 15:58:14 +00:00 |
|
|
fc817b0ec0
|
NTCP2: Defer NTCP 1/2 classifiation until receiving 64 bytes
|
2018-07-26 12:17:50 +00:00 |
|
|
18e24edce5
|
NTCP2: Fix double-free of buffers after msg3 p2 fails
Fix sending termination after msg3 p2 fails
|
2018-07-23 20:50:42 +00:00 |
|
|
1470ea2d72
|
reduce more log levels
|
2018-07-21 13:27:28 +00:00 |
|
|
292b7e6dc1
|
NTCP2 (ticket #2286):
Fix error sending large message
Fix NPE after handshake failure
|
2018-07-21 13:11:41 +00:00 |
|
|
c35d1583d4
|
NTCP2: Reduce log levels
|
2018-07-19 14:17:37 +00:00 |
|
|
1b0102bd1c
|
i2psnark: Enable sequential order option for single-file torrents (ticket #2234)
|
2018-07-18 12:08:40 +00:00 |
|
|
2a68a01a35
|
Console: Fix HTML errors on /configservice w/o wrapper
|
2018-07-16 18:09:54 +00:00 |
|
|
63f4e04624
|
Router: Add CLI tool to generate family keys
|
2018-07-15 14:39:02 +00:00 |
|
|
4ff62c291e
|
NTCP: Increase failsafe sleep threshold for busy routers (ticket #2251)
Hardcode useDirectBuffers config
|
2018-07-15 11:39:30 +00:00 |
|
|
d4992936b1
|
i2psnark: Recreate deleted files on recheck/reopen (ticket #2125)
|
2018-07-14 17:09:51 +00:00 |
|
|
2a0b927022
|
i2psnark: CSS for in-order form (ticket #2234)
|
2018-07-13 16:58:55 +00:00 |
|
|
b78870de54
|
NTCP2: Remove dup getHash() method
|
2018-07-11 14:25:43 +00:00 |
|