- May 19, 2015
-
-
zzz authored
untested
-
- Sep 09, 2014
-
-
zzz authored
-
- Jun 26, 2014
-
-
zzz authored
-
- Nov 26, 2013
-
-
str4d authored
-
- Oct 12, 2013
-
-
zzz authored
- Make I2PSocketFull.close() nonblocking; it will now cause any user-side writes blocked in I/O (Connection.packetSendChoke()) to throw an exception (tickets #629, #1041) - Don't ignore InterruptedExceptions; throw InterruptedIOException - Back out static disconnect exception - MessageInputStream locking fixes - Cleanups I2PSnark: - Close socket before closing output stream to avoid blocking in Peer.disconnect(), and prevent Peer.disconnect() loop
-
- Apr 14, 2013
-
-
zzz authored
- Set unique tunnel nickname for additional instances - Increase page size to 50 - Restore 1-arg SnarkManager constructor for compatibility - Add note about DHT file w/ multiple instances, to be fixed - Log tweak
-
- Jun 02, 2012
-
-
zzz authored
- Change DHT from option bit to extension message - Add DHT start/stop code - Add UI for DHT enabling - Add raw datagram protocol type and use for response port
-
- May 19, 2012
-
-
zzz authored
- Store received chunks in temp files - Don't allocate from heap for unneeded chunks - Remove peer count restriction for torrents with large pieces - Use priorities and rarest calculations to sort partials - Preserve p parameter in clear messages link
-
- Feb 18, 2012
-
-
zzz authored
Handle announce URLs with parameters correctly
-
- Feb 05, 2011
-
-
zzz authored
-
- Jan 13, 2011
-
-
zzz authored
- Disable KRPC - Shorten tracker string
-
- Jan 10, 2011
-
-
zzz authored
- Update session options when max bandwidth changes - BufferedStream cleanup and comments - torrent name display tweak - findbugs
-
- Jan 05, 2011
-
-
zzz authored
-
- Jan 03, 2011
-
-
zzz authored
-
- Dec 27, 2010
-
-
zzz authored
- Better BEValue.toString() (most of the following got missed in the last checkin) - Fix about 9 NPEs - Fix numwant in magnet mode - Send metadata size in extension handshake - Open trackers are primary if we don't have primary trackers - Add missing break in port message handling - Increase max msg size to account for metadata msg - Remember magnets across restarts - Drop peers w/o extensions if we need metainfo - Fix DATA messages - Fix tracker transition to non-magnet - Fix infohash for non-magnet - Fix up peer transition to non-magnet - More logging
-
- Dec 26, 2010
-
-
zzz authored
-
- Dec 22, 2010
-
-
zzz authored
- Announce peers to local tracker - Ping node on port reception - More info on directory pages - Cleanups
-
- Dec 21, 2010
- Dec 20, 2010
- Dec 19, 2010
-
-
zzz authored
-
- Dec 17, 2010
-
-
zzz authored
-
- Nov 28, 2010
-
-
zzz authored
- Fix NPE and other partials bugs - More extension message stubbing - Log tweaks
-
- Nov 26, 2010
-
-
zzz authored
in preparation for more improvements
-
- Nov 21, 2010
-
-
zzz authored
- Defer piece loading until required - Stub out Extension message support
-
- Nov 01, 2010
-
-
zzz authored
- Limit number of parallel requests of a single piece when in the end game - Shorten and weight the speed tracker so the display is more reflective of current speed
-
- Oct 29, 2010
-
-
zzz authored
-
- Oct 27, 2010
-
-
zzz authored
- Don't stay interested if we run out of pieces to request (thanks sponge) - Enhance debug mode to show requests
-
- Jul 09, 2010
- Jun 01, 2010
-
-
zzz authored
- More listing fixes (more thanks to 'backup') - Start end game a little sooner
-
- Aug 11, 2009
-
-
sponge authored
* Code Janitor time! Many fixes and documenting fixes that should be done in the future. for the most part, this is a general code cleanup. * On smaller/embedded systems, the "final" keyword cleanups will have more of an impact than on larger systems. * Document missing hashCode() methods. * Unhide more variables to make code easier to read.
-
- Nov 16, 2008
-
-
zzz authored
- Remove static instances of I2PSnarkUtil, ConnectionAcceptor, and PeerCoordinatorSet - Convert static classes in Snark to listeners - Fix Snark to work in single torrent mode again - Should now work with multiple single Snarks
-
- Jul 16, 2008
-
-
Oldaris authored
-
- Jun 30, 2008
-
-
zzz authored
- Fix NPE caused by race (thanks echelon!) - Add mastertracker, remove de-ebook
-
- Mar 25, 2008
-
-
zzz authored
- Add support for secondary open trackers - Refactor and simplify the TrackerClient code - Add welterde's tracker to the default list - Don't have eepget retry announces - Slow down tracker contacts if they've failed for a while - Add some debug support showing connections (?p=2)
-
- Nov 26, 2007
-
- Mar 18, 2007
-
- Mar 08, 2007
-