d3f1fe1c30
* Console: Sort plugin links in summary bar
2010-03-25 19:04:45 +00:00
5fb01a01af
history for prop, -1
2010-03-18 15:55:42 +00:00
617d1cd648
propagate from branch 'i2p.i2p.zzz.test' (head c295ab421dd719cfe0e273268b5b4e48505e4f61)
...
to branch 'i2p.i2p' (head 995914d8e049d9bb695fd25e4cf5be860cd4e487)
2010-03-18 15:49:03 +00:00
f672193fcf
enable VTBM
2010-03-18 15:48:40 +00:00
d3c490e9d7
bold the rest of the update msg
2010-03-18 12:32:28 +00:00
2e8fd23f2b
concurrent
2010-03-18 12:32:01 +00:00
3eef403b04
concurrent
2010-03-18 12:31:44 +00:00
f3b78fc82f
post-release cost cleanup
2010-03-17 22:05:45 +00:00
80654b2732
Discard at IBGW based on router clock not system clock
2010-03-17 17:00:35 +00:00
05597ae914
disable i2ptunnel nonce checking if console password is set
2010-03-17 16:23:20 +00:00
0f1eb464e8
add reseed host thx mathiasdm
2010-03-17 16:22:11 +00:00
8745ffd42f
* config.jsp: Set burst to +10% for 20s by default,
...
to fix bug where the burst stays high when limits
are reduced.
2010-03-17 16:18:25 +00:00
db99e98658
display transport cost
2010-03-17 16:15:52 +00:00
9f1a663f63
typo fix thx duck
2010-03-16 13:52:57 +00:00
db0b3da446
snark up bw tracking tweak
2010-03-16 13:32:34 +00:00
5d22d41201
pack200 for installer (-3.3MB)
2010-03-16 12:38:07 +00:00
b397de1d54
link to trac
2010-03-16 12:37:32 +00:00
4bda79b263
merge of '7e9ec9156e65514e00e0d9f82be002cf9aadac5f'
...
and '9df57c2abc8e859828f9edf80e9d104fd6bf6729'
2010-03-15 19:01:28 +00:00
697a9dbd06
merge of '59ab6afe6ba2e217124fe55e8d854d0e04b965c4'
...
and '6cf70779bcd05bcf782d6d7bb8d131ce8d71426f'
2010-03-15 19:01:07 +00:00
accaabcfde
added c.netdb.i2p2.de to the reseed sites
2010-03-15 19:01:03 +00:00
5026cbdc8d
0.7.12
i2p-0.7.12
2010-03-15 18:03:46 +00:00
16a14d4ebd
* Clients:
...
- Negative delay means run immediately and inline
- Add methods to test class and run inline,
to propagate errors to the console
- Add javadoc for clients.config format
- Use new methods for plugins
2010-03-15 16:19:19 +00:00
c151352910
cleanup
2010-03-15 16:15:23 +00:00
52e2aaa20d
javadoc cleanup after review
2010-03-15 14:34:25 +00:00
9df87ba167
partial fix for i2ptunnel nonce troubles
2010-03-13 20:33:48 +00:00
b80f70fc54
dont yell so loud
2010-03-13 16:04:32 +00:00
939cdb019b
log tweak
2010-03-13 15:00:47 +00:00
fde36fe238
flip backwards arraycopy args
2010-03-13 14:59:54 +00:00
116be93160
Russian translation updated (snark file open error message, reseed messages, SOCKS IRC proxy)
2010-03-13 09:57:55 +00:00
40e820cabb
* UDP:
...
- Big refactor of several classes for concurrent,
elimination of several locks
- Reduce max number of resent acks in a packet to
lower overhead
- Take incoming messages from the head of the queue,
not sure why taking them from the tail "reduces latency"
- Java 5 cleanup
2010-03-09 20:44:46 +00:00
d79387bd92
* TunnelGatewayPumper: Refactor for concurrent
2010-03-09 20:43:30 +00:00
05f2a62cbb
* Job Queue:
...
- Replace some locks with concurrent
- Change job ID to a long so it won't wrap
- Remove some unused stats
- Java 5 and debug cleanup
2010-03-09 17:32:29 +00:00
78a965dc90
* FIFOBandwidthRefiller:
...
- Replace global counters with atomics
- Use lockless shortcut methods to grant
requests if we can satisfy immediately
2010-03-09 17:10:18 +00:00
5b603d6627
cleanups and comments
2010-03-08 22:17:46 +00:00
e93d2046d3
Remove some unused stats
2010-03-08 22:15:42 +00:00
995871db8a
more java 5 cleanups
2010-03-08 22:13:43 +00:00
501535f196
Java 5 cleanups
2010-03-08 22:07:52 +00:00
91e854e99c
* Peer Manager:
...
- Replace some locks with concurrent
- Switch back to fast version of getPeersByCapability()
- Java 5 cleanup
2010-03-08 22:02:42 +00:00
9b05d8e774
* ByteCache:
...
- Remove some locks with concurrent
2010-03-08 21:32:14 +00:00
e70793c3bc
propagate from branch 'i2p.i2p' (head b7a8a00272124eec0d149224af58bd144358c009)
...
to branch 'i2p.i2p.zzz.test' (head a4d67a357c36f4e94718bf237a7af96b8617a4a7)
2010-03-08 20:04:55 +00:00
abb2603bea
one more unused class
2010-03-08 20:04:35 +00:00
c91218be27
Add i2pbote.net to the list of reseed hosts
2010-03-08 05:14:26 +00:00
9eab44128a
* Random: Remove and deprecate some old classses
2010-03-08 00:48:56 +00:00
f98101afa6
* i2psnark: Better track outgoing bandwidth by incrementing
...
counter before the blocking write
2010-03-08 00:45:08 +00:00
4fae7a8cb6
* Floodfills: Increase max to 60 (was 28) and min to 45 (was 20)
2010-03-08 00:44:40 +00:00
26cf1922db
* Reseeder: Reduce max response size to 1MB (was 8MB)
2010-03-08 00:44:15 +00:00
c087b0695f
An update of the network configuration page in the messages_fr.po file.
2010-03-06 13:22:49 +00:00
16930d2004
merge of '18a87911d2a41f5a1fa0f5019d9bcd7249731338'
...
and '1d260b764d0fde4b8df67bdb23320b85e6944721'
2010-03-05 15:56:57 +00:00
33939e7cfb
translate country names on flag popups
2010-03-05 15:56:17 +00:00
e759ef5865
tag console reseed messages
2010-03-05 15:36:24 +00:00