- Dec 01, 2013
-
-
kytv authored
-
- Nov 28, 2013
-
-
str4d authored
-
- Nov 26, 2013
-
-
zzz authored
(thx str4d)
-
- Nov 21, 2013
- Nov 19, 2013
-
-
kytv authored
-28
-
- Nov 17, 2013
-
-
zzz authored
-
- Nov 16, 2013
-
-
zzz authored
- volatile -> atomic - unused code and fields - closing streams - hashCode / equals - known non-null - Number.valueOf - new String Still avoiding SAM, BOB, SusiMail
-
- Nov 15, 2013
-
-
zzz authored
Eepsite fix for new installs only. Fix i2psnark BasicServlet javadoc about param prefix. (ticket #1128)
-
- Nov 11, 2013
-
-
zzz authored
-
- Nov 10, 2013
- Nov 07, 2013
- Nov 02, 2013
-
-
zzz authored
-
- Oct 31, 2013
-
-
zzz authored
-
- Oct 29, 2013
- Oct 26, 2013
-
-
zzz authored
-
- Oct 24, 2013
-
-
zzz authored
- Drop incoming connections on HTTP port - Define port 6881 in one place - Don't let random DHT port be 6881 - Exception tweak
-
- Oct 19, 2013
-
-
zzz authored
-
- Oct 17, 2013
-
-
zzz authored
-
- Oct 14, 2013
- 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
-
- Oct 09, 2013
-
-
zzz authored
- Combine getPeers and announce into a single method, as we must announce to the closest from the getPeers, not the closest from the kbuckets - Stop getPeers when nothing closer is found
-
zzz authored
- Increase dest lookup and search timeouts - Increase max search depth - Loop tracker client faster when in magnet mode - Loop tracker client faster if DHT announce fails - Don't return an empty peers list if we only know about the requestor - volatiles, log tweaks - Major fixes of getPeers() to follow
-
- Oct 08, 2013
-
-
zzz authored
-
- Oct 07, 2013
- Oct 06, 2013
-
-
zzz authored
-
- Oct 04, 2013
-
-
zzz authored
- Stub out support for clearnet su3 updating - PartialEepGet and SSLEepGet tweaks to support clearnet update - Remove proxy, key, and url config from /configupdate - More URI checks in UpdateRunner - Add su3 mime type - Move advanced setting to HelperBase
-
zzz authored
-
zzz authored
- Add torrent auto-stop support; enable for update file - Add tunnel auto-close when no torrents are running - Log/msg tweaks on add/create failures
-
- Sep 26, 2013
-
-
kytv authored
-
- Sep 23, 2013
-
-
zzz authored
-
- Sep 22, 2013
-
-
zzz authored
- new ROUTER_SIGNED_SU3 UpdateType - Add support for torrent and HTTP - Refactor UpdateRunners to return actual UpdateType - Deal with signed/su3 conflicts - unpack/verify stubbed only
-