- Aug 24, 2012
-
-
zzz authored
- Show totals line even if only one torrent
-
- Aug 23, 2012
- Aug 22, 2012
- Aug 21, 2012
-
-
zzz authored
- Use external, not internal port to sign SessionCreated message. Together with previous fix to allow external port change, this should fix session establish fails when NAT changes our port - Track outbound establishments by both Hash and IP/port, to improve lookups of establishments in progress - Fix expiration of outbound establishments - Validate address/port in RelayResponse messages - Change RemoteHostID to store Hash instead of byte[] for the peer hash - Log tweaks
-
zzz authored
-
zzz authored
-
zzz authored
-
- Aug 20, 2012
-
-
meeh authored
-
meeh authored
* Fixed the FIXME in createInstance where the method failed to ensures that there will be only one naming service instance.
-
zzz authored
* UPnP: - Prep for UPnP returning different external port - Better logging of errors
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
- Aug 18, 2012
-
-
kytv authored
-
- Aug 17, 2012
-
-
zzz authored
- Use remote MTU when published (ticket #687) - Queue outbound msgs during inbound establish - IntroManager cleanups - More synchronization - More log tweaks
-
zzz authored
- Adjust DHT timeouts - Add max peers per-torrent in tracker - Remove duplicate clean task for nodes - Fix another DHT warning message
-
sponge authored
-
- Aug 16, 2012
- Aug 15, 2012
-
-
zzz authored
-
zzz authored
to branch 'i2p.i2p' (head a8d4956565f7c58736c2a3001f2b08ecff59ab57)
-
zzz authored
- Remove local address from thread names for thread dump anonymity
-
zzz authored
- Fix bug preventing completion announcement, broken in 0.9.1 - Fix setting short retry time after initial announce failure - Fix DHT announce and getPeers - Fix DHT warning message - log tweaks
-
- Aug 14, 2012
-
-
zzz authored
to branch 'i2p.i2p.zzz.upnp' (head d28cfe73c2741ea264f73a7317f8a9919e108170)
-
- Aug 13, 2012
-
-
zzz authored
- log tweaks
-
zzz authored
- Remove use of outbound timers in EstablishmentManager; drive all events in Establisher thread - Don't change nonces when retransmitting intro packets - More synchronization in EstablishmentManager - Increase establishment timeouts and implement timeouts for individual phases (ticket #669) - Fix bug where InboundEstablishState.createdPacketSent() wasn't being called, so SessionCreated packets weren't retransmitted - Increase retransmission timeout for SessionCreated and implement backoff - Send destroy if establishment times out in the middle - Fix code that pulls outbound states off a deferred queue - Improve UDPPacket.toString() for debugging - More logging of packets dropped in EstablishmentManager - Change establish states to enums
-
zzz authored
-
- Aug 12, 2012
-
-
zzz authored
- Reject some packet types if they came in via fallback introKey - Increase retransmission timeout for SessionRequest, SessionConfirm, and RelayRequest; implement backoff - Move UDPFlooder to test - More volatiles, finals, cleanups, stat removals, log tweaks
-
zzz authored
-
zzz authored
-
zzz authored
-
str4d authored
-