- Dec 04, 2008
-
-
zzz authored
-
- Dec 03, 2008
-
-
zzz authored
-
zzz authored
- Fixes and cleanups when NTCP and/or UDP transports disabled - More TCP removal cleanup - Clean up bandwidth limiting, centralize defaults - Force burst to be >= limit - Increase default bw to 48/24, burst 64/32
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
- Add default i2psnark.config for new installs - Remove wishlist link
-
- Dec 02, 2008
- Dec 01, 2008
-
-
zzz authored
-
zzz authored
to branch 'i2p.i2p' (head 7bc276bf13158ca72d687031fdf5e9921efc5050)
-
complication authored
-
- Nov 28, 2008
- Nov 27, 2008
-
-
dev authored
-
- Nov 26, 2008
- Nov 21, 2008
-
-
zzz authored
* Delay shitlist cleaner at startup * Strip wrapper properties from client config * Define multiple cert type * Prohibit negative maxSends in streaming * HTML fixup on configtunnels.jsp * Increase wrapper exit timeout from default 15s to 30s
-
- Nov 20, 2008
-
-
zzz authored
to branch 'i2p.i2p' (head 8cb6295e6a3492fd3b93366bfb0ebf231115fa85)
-
zzz authored
shutdown the whole router when ooming.
-
zzz authored
- Better handling of 504 gateway timeout (keep going up to limit of retry count rather than just one more partial fetch) - Add -t cmd line option for timeout - Better handling of 403, 409, 503 errors - Don't keep going after unknown return code - Don't delay before exiting after a failure
-
- Nov 18, 2008
-
-
zzz authored
- Don't create SnarkManager instance until first call, so it doesn't create the i2psnark dir, read the config, etc., for single Snark instances. - Don't read i2psnark.config twice; fix setting i2psnark.dir - More Snark constructor changes for calling from router - Make max connections per torrent configurable
-
- Nov 16, 2008
-
-
zzz authored
-
zzz authored
- Use new I2PAppThread that does not call global listeners on OOM, so that OOMing apps will not shutdown the whole router.
-
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
-
- Nov 15, 2008
-
-
zzz authored
- Refactor to allow running a single Snark without a SnarkManager again, by moving some things from SnarkManager to I2PSnarkUtil, having Snark call completeListener callbacks, and having Storage call storageListener callbacks. This is in preparation for using Snark for router updates. Step 2 is to allow multiple I2PSnarkUtil instances. - Big rewrite of Storage to open file descriptors on demand, and close them when unused, so we can support large numbers of torrents.
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
- Add i2cp.gzip option (default true) - Don't bother compressing if really small
-
- Nov 14, 2008
-
-
zzz authored
- Don't die if depend not available - Only verify Jetty hash once - Add streaming lib tests to depends task
-
- Nov 13, 2008
-
-
zzz authored
-
- Nov 12, 2008