8c2550c39a
* Streaming: MessageOutputStream logging tweaks
2010-02-15 16:10:41 +00:00
1d3f0fe96c
* Transport:
...
- Update addressses before publishing
- Increment address cost if near capacity
- Synchronize notifyReplaceAddress()
2010-02-15 04:08:02 +00:00
49a6cdbda6
- Clear the geoip negative cache periodically
2010-02-14 01:17:19 +00:00
2700028da7
* Transport: Adjust bids based on address cost
...
- More finals
2010-02-13 15:16:12 +00:00
4f70a7d0fe
* Clock:
...
- getFramedAveragePeerClockSkew() now returns a long (ms);
was a Long (s)
- Implement NTP-style clock slewing so the clock is adjusted
gradually
- Implement clock strata so we prefer better clocks
- Implement a timestamper in the transport so we will periodically
update the clock even if NTP is not working
This allows the router to converge the clock instead of simply
hoping the first connected peer is correct.
- Slow down NTP attempts after several consecutive failures
2010-02-13 01:20:23 +00:00
375118fe02
Refactor and tag update status messages
2010-02-05 21:12:10 +00:00
3aebe45a7d
refactor the storage of signing keys
2010-02-05 19:19:33 +00:00
2f8b55ceda
propagate from branch 'i2p.i2p' (head d84bac5f340fb1f9f4826a3326847a84cf32b1a1)
...
to branch 'i2p.i2p.zzz.test' (head c055e344e2d86aa417bb248bb0a6c54ba3b2f52d)
2010-02-05 00:31:33 +00:00
b77be20cc1
set up transport cost constants
2010-02-05 00:31:00 +00:00
101135a99a
fix sending of stopped events to the tracker
2010-02-04 14:47:15 +00:00
746c1bd628
* NetDb: Lower min RouterInfo expiration to 2.5h (was 3h)
...
* i2psnark debug logging tweak
2010-02-03 14:21:55 +00:00
6801fc667a
- Hide update buttons and update config if install dir is readonly or if configured
2010-02-02 15:25:26 +00:00
794db19b6d
javadoc
2010-02-02 15:19:17 +00:00
d4637818be
- Show yellow star if no outbound tunnels
2010-02-02 15:18:22 +00:00
33b7dca782
* i2psnark: Don't prefer to opportunistically unchoke unchoking peers when not interested
2010-02-02 15:14:44 +00:00
bfd1306a56
fix for missing tgz build error
2010-01-31 20:26:57 +00:00
ed443fe0d6
jetty 5.1.15
2010-01-31 05:06:50 +00:00
390981e10c
Fix NPE in TCPtoI2P when a lookup fails, report the error to the stream.
...
Fix setkeys bug in DoCMDS, forgot to create the object before calling t's methods, which threw an NPE.
2010-01-30 05:26:30 +00:00
f86f2701ff
- Speed up some hashcode() and equals()
...
- Cleanup and javadoc
2010-01-29 13:57:57 +00:00
63d3685652
* Jetty: Turn on checkAliases
2010-01-29 13:55:16 +00:00
0a93466999
- Add basic DOS prevention for lookups
...
- Move flood throttle check so we don't throttle ourselves
2010-01-29 13:53:14 +00:00
81664bc776
- Don't update unused lease fail stats
2010-01-29 13:47:50 +00:00
6d60a6f833
- Don't store over client tunnels to pre-0.7.10 floodfills
2010-01-29 13:42:42 +00:00
4186894a39
* build.xml: Add a debian-source target
...
* Startup: Disable browser launch for debian daemon
2010-01-29 13:41:40 +00:00
cfeafacd07
update the pos
2010-01-29 09:26:02 +00:00
9c2edf5c6a
update history
2010-01-28 20:06:16 +00:00
72396f0f96
merge of '3679ca64eea825719eb0d26b285091a9e81107f3'
...
and '36fc8877438b0f8fa6220cd52459497af5a2eed6'
2010-01-28 20:05:12 +00:00
45388b0d48
added an getTargetAddresses(transportStyle) method to the RouterInfo structure
2010-01-28 20:05:03 +00:00
a8ae36c403
fixup
2010-01-26 20:05:03 +00:00
164b39d8df
* I2NP: Various cleanup and bulletproofing
2010-01-26 19:59:39 +00:00
ccc95087a1
shrink the stats.jsp dropdown
2010-01-26 19:56:36 +00:00
b97f4f8bd7
try to silence log errors at shutdown
2010-01-26 19:53:25 +00:00
76c1f47b20
* Profiles: Fix lack of profiles at router startup, especially for new routers
2010-01-26 19:52:06 +00:00
ce74e49236
* Clock: Don't refuse to update because of peer skew the first time
2010-01-26 19:49:35 +00:00
977d39aeb1
minor license updates
2010-01-26 19:49:21 +00:00
a821ea2752
take non-linux stuff out of debian jbigi.jar
2010-01-26 16:25:03 +00:00
b97197c0fa
* Debian: Fixup, update, enhance dream's scripts
...
* build.xml: Speed up sponge's distclean additions
2010-01-26 15:21:41 +00:00
474691927a
fix date
2010-01-24 15:41:33 +00:00
81dcbedd17
* Transport clock skews:
...
- Store and report UDP clock skews even for large values, so
a badly skewed local clock will be reported to the console
- Don't shitlist for NTCP clock skew if we don't know what time it is
- If NTP hasn't worked yet, have NTCP or SSU update the clock one time
- Include failed clock skew in NTCP skew vector if there aren't many connections
- Don't include NTCP clock skews for non-established connections
- Fix framed clock skew frame size
- Report framed clock skew even if for only one peer, if NTP hasn't worked yet
- Don't log RRD errors after clock adjustment
- Reduce min skew for console warning to 30s (was 45s)
- More Java 5 cleanups
2010-01-24 15:38:44 +00:00
4f5cfdee57
adjust welt reseed hostname
2010-01-24 15:35:02 +00:00
2c7725a8e4
cleanups
2010-01-24 15:34:40 +00:00
0ba6482da5
-1
2010-01-24 02:42:06 +00:00
4c1fd67925
propagate from branch 'i2p.i2p.zzz.test' (head 9b243b031d937eaefcd4c15ae61bb4fa280d78f3)
...
to branch 'i2p.i2p' (head 9383c447b12abf45f80bd0059f719acfce4c70a3)
2010-01-24 02:37:55 +00:00
25683cc0de
merge of '338745763da1ce77c8adc9f889449dc14451f3fb'
...
and 'ba40565ead71f8ce02500978ca95ca90340a294d'
2010-01-24 02:37:21 +00:00
087fd5a909
* NetDb:
...
- Move stat initialization, reduce number of rates
- Add basic DOS prevention by not flooding if stores are too-frequent
2010-01-24 02:36:42 +00:00
fdfbab850a
minor cleanups
2010-01-24 02:16:36 +00:00
f1c50b7fc3
* Clock:
...
- Don't let a client update the router clock
- Restore and enhance vanished clock error log message
2010-01-24 02:14:39 +00:00
959bf4a7f4
limit max graph size
2010-01-24 02:11:55 +00:00
5dda915467
* Startup:
...
- Enable multiple parallel job runners much sooner to speed startup
- Rearrange the startup order to get the long jobs started sooner
- Don't allow the netDb readin job to clog the job queue
2010-01-23 19:12:37 +00:00
66d8fd6c2a
* ProfileOrganizer:
...
- Limit High Cap to 75 max
- Reduce max lock wait time
- More cleanup
2010-01-23 03:40:56 +00:00