150270b14f
merge of '13af6dbeb49a0ab1855da31595ba3c141e54bc59'
...
and '6b869c4d924c79a0f7695feaa15a002a061bce06'
2011-07-20 13:23:42 +00:00
9a6888d7f9
Removed double ;;.
2011-07-20 10:16:37 +00:00
6c182ba4bb
tweak debian translations
2011-07-20 02:34:41 +00:00
42cffea077
partly update de translation
2011-07-20 01:21:36 +00:00
6d6799b99e
* Netdb:
...
- Add reseed hosts thx matt .at. drollette.com
- Remove https://a.netdb.i2p2.de/ , bad cert for months
- Remove https://c.netdb.i2p2.de/ , no data for months
2011-07-18 14:33:59 +00:00
3f8df84a4a
* Streaming: Improve conn limit log message
2011-07-18 14:29:32 +00:00
127aebeadc
merge of '5985a037ecd49475ed49c120a5ab9d898f058fe6'
...
and 'adba1e5ca6162b93d450aee8fd7e723bac51abf0'
2011-07-18 14:07:56 +00:00
dbaa659912
Now you can ?i2paddresshelper=<b32>.b32.i2p and the address helper will look up the b32 for you. (Can't/shouldn't add b32s to your addressbook). Tested and it works for me.
2011-07-17 23:54:42 +00:00
a8378d0411
* I2PTunnel: Rename privkey file when deleting tunnel to prevent inadvertent reuse
2011-07-17 16:38:02 +00:00
7fbb3b12d1
* FileUtil: Add a rename method and a new copy method
2011-07-17 16:33:40 +00:00
1ced604354
* UDP: Lower max port below 31000 since wrapper uses that
2011-07-17 16:31:21 +00:00
41021e1abb
Fix Arabic CSS routerconsole
2011-07-15 14:04:25 +00:00
65656b333a
eliminate max
2011-07-15 02:12:10 +00:00
0bf0715adc
* Shutdown:
...
- Cancel our JVM shutdown hook when shutting down
- Run a spinner task so shutdown always completes
- exit() instead of halt() so other JVM shutdown hooks run
- Prevent duplicate wrapper notifier hooks
- Notify the wrapper twice, once for stopping and once for stopped
2011-07-15 01:13:35 +00:00
857f0a0448
javadoc links for wrapper
2011-07-15 01:07:35 +00:00
dfbf01dad5
* Blocklist:
...
- Fix delayed lookup of reason from file
- Tag strings for translation
- Sort IPs on configpeer.jsp correctly
- Cleanups
2011-07-13 14:21:42 +00:00
688634695d
javadoc
2011-07-13 14:20:20 +00:00
3380ecfa28
* SummaryHelper: Fix NPE at startup (ticket #493 )
2011-07-13 14:19:34 +00:00
48896568ce
added link to translated picture in susidns messages_fr.po
2011-07-13 08:40:10 +00:00
4ad2cf91d7
added link to translated picture in susidns messages_fr.po
2011-07-13 08:31:56 +00:00
15f7981dd2
added link to translated picture in susidns messages_fr.po
2011-07-13 08:21:48 +00:00
30a0ddc3fb
upd i2ptunnel & susidns messages_fr.po
2011-07-12 08:07:32 +00:00
526c42b246
merge of '04b92dda3c1b3fa598f3f58762e44e3646c98d80'
...
and '4b8d5fe248604e47e00c2e674ad30d9678389f80'
2011-07-12 06:43:39 +00:00
0ca035dc44
merge of '49bba51653177b041a98b902ac624c8feae61698'
...
and 'f2281f98637dc74181e14a40f3b346436e95be88'
2011-07-10 15:04:50 +00:00
3455d3f943
* Message Registry: Clear pending messages at restart / shutdown
...
* OCMOSJ: Clear caches at restart
* UPnP:
- Fix device rediscovery and port opening after restart
2011-07-10 15:04:42 +00:00
42acdc314a
* Router Clock: First cut at recognizing and reacting to large system
...
clock shifts by partially restarting the router. Also improve
restarts initiated from config.jsp
Tickets #465 , #468 , #494
* UPnP: Wait for a while to ensure port removal at shutdown or restart
2011-07-10 00:00:58 +00:00
4fd1800944
log tweaks
2011-07-09 23:09:55 +00:00
dccdb99632
prevent log error at shutdown
2011-07-09 17:26:09 +00:00
94af227b70
* DH, YK:
...
- Improve YK speed test
- Shut down thread faster
- Refiller keeps going until full
- Cleanups
2011-07-09 17:11:38 +00:00
fdd0d6ceb1
remove static log refs
2011-07-09 14:57:41 +00:00
5402bd0dc2
javadoc
2011-07-09 14:55:34 +00:00
9d2816f4a7
- Use a different lock for the executor than for shared clients
...
so shutdown doesn't hang
- Javadocs
2011-07-09 14:30:33 +00:00
2eab528af0
merge of 'f2281f98637dc74181e14a40f3b346436e95be88'
...
and 'f452317ba7735d99e285e2c580491a100bea305b'
2011-07-09 07:53:12 +00:00
b41c58341f
another NPE from ticket 493
2011-07-08 19:03:38 +00:00
90b8aa7811
concurrent
2011-07-08 18:31:50 +00:00
56650ebfb4
more misc. findbugs
2011-07-08 18:05:28 +00:00
44f4e551b7
more misc findbugs
2011-07-08 17:54:57 +00:00
9d4cc26890
misc. findbugs fixes
2011-07-08 17:40:43 +00:00
f173e88787
kill a debug log
2011-07-08 17:05:13 +00:00
ef40282081
* I2NP: Consolidate common code from TunnelBuildMessage and
...
TunnelBuildReplyMessage into a common base class
2011-07-08 17:03:19 +00:00
32d9204e4a
* Sha256Standalone:
...
- Use system SHA-256 MessageDigest instead of Sha256Standalone in PRNG
- Deprecate DataHelper functions using Sha256Standalone arguments;
used only by Syndie
- Note deprecation in javadocs
2011-07-08 13:51:50 +00:00
dd4906258d
javadoc
2011-07-08 13:47:49 +00:00
c4b355124a
upd
2011-07-08 13:47:44 +00:00
15165aa9af
* NetDB: Fix NPE at startup (ticket #493 )
2011-07-08 13:46:26 +00:00
c7fcef2096
drop file used only by dropped naming service
2011-07-08 13:44:45 +00:00
2b4f8ed55c
* Blockfile:
...
- Log error on out-of-order spans
- Log error on corrupt level and discard
- Fix SkipSpan non-flush bug causing null levels
- Add level fixer that repairs nulls and out-of-order levels
- Fix bug on backwards span construction, not hit in practice
- Lots of log level changes
2011-07-07 15:19:59 +00:00
681890780c
Don't delete debian/copyright during "ant clean".
...
Instead of deleting debian/copyright with "ant clean", add it to .mtn-ignore.
With the current method, the copyright file doesn't end up in the debian source
package...
2011-07-06 22:27:46 +00:00
49b39008c5
-5
2011-07-06 12:06:20 +00:00
98b14158e6
fix error on HTTP Proxy shutdown
2011-07-05 12:47:19 +00:00
476caf3f59
catch exception on dup entry
2011-07-05 12:46:23 +00:00