a2c867c224
cleanups
2011-09-24 21:45:52 +00:00
6e236f753d
remove a.netdb.i2p2.de
2011-09-21 22:51:16 +00:00
57523f11c1
added https://netdb.i2p2.de/ as reseed host
2011-09-21 17:55:49 +00:00
3df7ef0366
-20
2011-09-20 12:41:49 +00:00
3d91fac2fd
* JobQueue, RepublishLeaseSetJob: Out-of-order JobQueue 3rd try to fix
2011-09-20 12:26:18 +00:00
aec3976896
* I2PTunnel, NTCP: Catch unchecked exceptions from GNU NIO (ticket # 519)
2011-09-20 04:03:01 +00:00
8a78de2b8c
limit max explore queue
2011-09-20 03:28:16 +00:00
a139d915bd
clogged job queue fix 2nd try
2011-09-20 02:54:53 +00:00
47d2b80aa5
* ClientMessage: Remove unused MessageReceptionInfo
...
* RouterContext: Remove unused MessageStateMonitor
2011-09-19 13:44:33 +00:00
dc04414e9a
cleanups, logging, javadoc
2011-09-16 14:49:41 +00:00
a7f8560acf
* JobQueue:
...
- Add warning to setStartAfter() as queue is no longer
continuously sorted
- Fix StartExplorerJob not calling requeue()
- More pumper cleanups
2011-09-16 14:47:40 +00:00
217cb1f66d
* Reseed:
...
- Add HTTP proxy authorization support
- Stub out SSL proxy support
- Disable i2pbote reseed
* EepGet: Add some new command line options
2011-09-16 14:45:02 +00:00
ba9754ac59
* Router: Fix router changing client-side tunnel options,
...
causing original tunnel quantity to not be restored
(ticket #513 )
2011-09-16 14:34:52 +00:00
46481fb733
javadoc fix
2011-09-14 13:52:29 +00:00
87439e19ca
* i2psnark:
...
- Add refresh time option
- Add public file permissions option (ticket #501 )
- Fix configuration of tunnel parameters (ticket #524 )
- Allow changing I2CP parameters while tunnel is open
- Remove duplicated options in I2CP options string
- Don't open tunnel when saving config
2011-09-14 13:06:03 +00:00
bd06a44706
* Router: Set permissions on router.ping file
2011-09-14 12:59:53 +00:00
3a8a8c4256
-17 (i2prouter script update)
2011-09-13 00:06:44 +00:00
540172117f
cleanups and comments
2011-09-12 13:11:57 +00:00
16640722d6
* Build Executor:
...
- Limit max parallel builds on really slow machines (ticket #519 )
- Slow down build loop when network is apparently disconnected (ticket #519 )
2011-09-12 13:10:43 +00:00
e0c8eb7640
* NetDB: Disable floodfill at shutdown time if enabled
2011-09-12 13:08:50 +00:00
3aa7f19530
* TunnelDispatcher: Fix bug in -13 preventing participating
...
tunnels from being expired and causing high CPU usage
2011-09-09 03:56:59 +00:00
0a83510690
* Blocklist: Include IP in shitlist reason
2011-09-08 14:20:19 +00:00
f3521228e9
* Blocklist: Include IP in shitlist reason
2011-09-08 14:10:08 +00:00
ab38e35bcd
* NTCP: Hopefully fix race NPE, thx devzero
2011-09-08 14:08:38 +00:00
4b989eb092
* JobQueue: Change queue from a HashSet to a TreeSet for more efficiency
2011-09-07 01:38:30 +00:00
8233c4f9e4
cleanups
2011-09-07 01:35:42 +00:00
e71d2012ca
* TunnelDispatcher: Change participant expire List to a Queue for
...
efficiency and to remove global lock. Also remove separate
time List for space savings.
2011-09-07 01:34:54 +00:00
640782ae00
* Console: Move configservice.jsp rendering code from the router to the console
2011-09-06 15:02:28 +00:00
3882e49231
* JobQueue: Change queue from a List to a Set for efficiency
2011-09-06 13:27:07 +00:00
b64cb14456
cleanup
2011-09-06 13:24:44 +00:00
2c502c5e27
shorten netdb expiration again
2011-09-04 22:16:04 +00:00
63958df99b
* NetDB: Try again to fix ISJ deadlock, thx devzero
2011-09-04 20:26:47 +00:00
42fc22eec9
Remove one global lock in OutboundMessageRegistry.
...
This isn't the cause of the ISJ deadlocks though.
2011-09-04 19:36:08 +00:00
b39ba06d92
log tweak
2011-09-04 19:34:51 +00:00
6364f142ff
* UDP Inbound:
...
- Hopefully fix race NPE, thx dream
- Catch some more fragment errors
- Exception and log tweaks
- Cleanups and javadocs
2011-09-03 17:44:23 +00:00
3d3352438b
* NetDB: Hopefully fix ISJ deadlock, thx dream
2011-09-02 17:25:26 +00:00
f4e64d9df7
-8
2011-09-02 01:45:05 +00:00
30702e9b23
sent relay tag cleanup
2011-09-01 23:59:55 +00:00
1bd71abf66
cache country codes
2011-09-01 23:59:20 +00:00
d7a4e0357a
explore more aggressively if hidden or K
2011-09-01 13:50:17 +00:00
cdb6313c33
cleanup
2011-09-01 13:50:00 +00:00
a69267dc87
UDP cleanups
2011-09-01 13:24:31 +00:00
9e6f993af5
De-fuglify the service path in Windows
...
The default service path in Windows is fugly and not very convenient. I2P uses
the correct path, but if you want to access snark or eepsite data, one must go to
%SYSTEMROOT%\config\systemprofile\AppData\Roaming\I2P\ (Vista/7) or
%SYSTEMROOT%\system32\config\systemprofile\Application Data\I2P (XP/2003). If
this wasn't bad enough, in some cases one must take ownership of this path and
grant permission to him- or herself to access the folder.
With this changeset, I'm setting the path to %ALLUSERSPROFILE%\Application
Data\I2P as well as adding a shortcut to the I2P folder in the Start menu.
2011-08-31 17:11:23 +00:00
b328b47bf4
* OCMOSJ: Remove some global cache locks, other cleanups
2011-08-31 12:52:22 +00:00
a928f5ef1f
javadoc fixes
2011-08-31 12:48:47 +00:00
d73eb16aeb
* I2CP: Cache b32 lookups client-side
...
* I2PTunnelHTTPClient: Use existing session for b32 lookups
rather than a new SimpleSession
* Naming: Increase b32 lookup timeout to 15 sec.
2011-08-30 13:41:26 +00:00
a6728a33da
cleanups
2011-08-29 17:53:01 +00:00
20855c9c44
* Tunnels:
...
- Increase timeouts on all deferred netdb lookups to 15s; add lookup stats
- Cleanups, javadocs, log tweaks
2011-08-29 17:51:00 +00:00
92ffea2237
* NetDB:
...
- Replace the old parallel lookup method with a true
Kademlia lookup that iteratively queries additional floodfill
peers returned in DatabaseSearchReplyMessages. This is a more
efficient and reliable lookup that will work much better
when not all floodfill peers are known, and it removes a serious
limitation to network growth.
- Limit max number of DSRM entries to look up
- Cleanups, javadocs, log tweaks
2011-08-29 17:48:08 +00:00
81240a5240
revert change causing ConcurrentModificationExceptions
2011-08-29 00:50:25 +00:00