0235c5ef40
merge of '155618ea1e5d1088da55cc657cc6b6d95e44e862'
...
and '6060c1530835d871f99ceba7209ed4031c582573'
2011-07-22 15:18:43 +00:00
661325af5a
Removed the last Set.entrySet(), sorry zzz.
2011-07-22 14:19:01 +00:00
c716071e9c
-14 adds x64 support to the OSX wrapper. With 0.8.7 the wrapper became fat
...
(i386 & ppc). With this check-in, the wrapper becomes quad-fat (i386, ppc,
x86_64, ppc64).
$ lipo -info libwrapper.jnilib wrapper
Architectures in the fat file: libwrapper.jnilib are: ppc i386 ppc64 x86_64
Architectures in the fat file: wrapper are: ppc i386 ppc64 x86_64
$ file libwrapper.jnilib wrapper
libwrapper.jnilib: Mach-O universal binary with 4 architectures
libwrapper.jnilib (for architecture ppc): Mach-O bundle ppc
libwrapper.jnilib (for architecture i386): Mach-O bundle i386
libwrapper.jnilib (for architecture ppc64): Mach-O 64-bit bundle ppc64
libwrapper.jnilib (for architecture x86_64): Mach-O 64-bit bundle x86_64
wrapper: Mach-O universal binary with 4 architectures
wrapper (for architecture ppc): Mach-O executable ppc
wrapper (for architecture i386): Mach-O executable i386
wrapper (for architecture ppc64): Mach-O 64-bit executable ppc64
wrapper (for architecture x86_64): Mach-O 64-bit executable x86_64
Binaries fetched from the tanuki software site and fattened with lipo.
2011-07-22 00:27:28 +00:00
370be48226
Remove extraneous whitespace
2011-07-22 00:23:50 +00:00
395173613f
* Console: Use capability method for counting integrated peers
...
* Netdb: Speed up collection of all the floodfill peers by using
PeerManager.getPeersByCapability()
* PeerManager: Capability cleanups
2011-07-21 15:34:23 +00:00
046175d866
merge of 'c0d12629a875b5dddde9fd729e05353d54a1bfc7'
...
and 'd07ed83f441d4c357e009e25aa4b55aee518dea3'
2011-07-21 15:32:44 +00:00
a731c890c2
merge of '6eb926f98c7348ee0979a7252be716e39205bb5e'
...
and '7a278a1855c16bd22e91f85da2b5167e4a3c3e7e'
2011-07-21 15:30:43 +00:00
66b19326d5
Dropping apps/atalk demo, which was an awful example as it was apparently written
...
before streaming existed, so it's trying to do chat and file transfer
with datagrams and no error detection / correction.
2011-07-21 14:53:42 +00:00
23c30a99cb
Changed all iterators using entrySet() to values().
...
Removed debug from main()
Recommented main out.
2011-07-21 13:06:59 +00:00
f4ce899810
merge of '67c0378bd8bbb541f96066910744b28a190bbf44'
...
and '6826e4301891ae52880ee2533838cc952c7a9118'
2011-07-20 21:17:02 +00:00
164f6603fd
* i2psnark: Don't let connection problem crash the DirMonitor (ticket #495 )
2011-07-20 14:47:30 +00:00
88b86333f4
merge of '72d7d8df8b0c2a79750e7f71fcc97cac4728d6b8'
...
and 'eb9435041f1c76de404d2b6ac10c1219730c9e16'
2011-07-20 14:16:22 +00:00
2669ae0995
add project info to .po
2011-07-20 13:40:43 +00:00
7c4f088b3e
Removed unneeded import.
2011-07-20 13:35:21 +00:00
a67adba710
merge of '0274eda1c4130faa95a34ea1d5e468bad761308b'
...
and '72d7d8df8b0c2a79750e7f71fcc97cac4728d6b8'
2011-07-20 13:33:43 +00:00
73f9b72d63
Sort output of RateStat.getPeriods().
2011-07-20 13:33:38 +00:00
6e98cf4fe0
merge of '4b9010e6402c729654f8a4766a63e65eeb88df2c'
...
and 'b768f0483dce793b4654191c2e649de04172087e'
2011-07-20 13:27:49 +00:00
085ca76bcc
Added support for adding/removing periods to already existing RateStats.
2011-07-20 13:27:44 +00:00
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
56d8b72b07
* Tunnel TestJob:
...
- Don't continue testing after the pool is dead
- Tweak test intervals
* TunnelPool: Make more methods package private
2011-07-19 20:54:22 +00:00
c78719bfe4
cleanup
2011-07-19 20:54:06 +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