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
4f3c15eb04
use HostsTxtNamingService if default fails to initialize
2011-07-04 22:07:13 +00:00
c839799023
increase min floodfills again
2011-07-04 19:16:54 +00:00
b7ff4fe87a
* Netdb exploration:
...
- Remove floodfills from dont-include list in exploration
DatabaseLookupMessage, as the dont-include-floodfills flag
has been supported since release 0.7.9.
This will make exploration work better, as there is room for
non-floodfills in the don't-include list now.
- Reduce min and max exploration intervals
- Explore aggressively at startup and if known routers is low
- Explore slowly if known routers is high
2011-07-04 18:48:31 +00:00
435683c5d1
* Tunnels: Use exploratory tunnels to help maintain a minimum number
...
of connected peers
2011-07-04 17:43:45 +00:00
1f3f17c8e6
* PeerManager: Load profiles in separate thread to avoid slowing
...
down the context initAll()
2011-07-04 16:13:28 +00:00
d4b28058a7
* EepGet: Add method to add extra headers to request
2011-07-04 14:26:35 +00:00
43044586d1
* AppContext: Add hasWrapper() method
...
* Shutdown:
- Clear more resources in peer manager, netdb, stat manager,
session key manager, naming service, tunnel dispatcher,
OCMOSJ (result of testing with jvisualvm)
- Don't call wrapper on shutdown (starting two threads) if we
were started with runplain
2011-07-03 13:46:29 +00:00
6074a02cf5
* I2PThread: Remove logging, too many issues with extra contexts
2011-07-01 11:27:49 +00:00
57d196edd6
* Router, console, i2psnark: Change three errors to warns (tickets #479 , #482 , #487 )
2011-07-01 11:05:06 +00:00
bf832a407e
* EepGet:
...
- Fix error output bug
- Output error data for 504 too
2011-07-01 11:04:09 +00:00
5ae41521a0
Set Blockfile as default naming service
2011-06-30 12:45:29 +00:00
d537379798
back to normal-sized updater
2011-06-30 12:43:22 +00:00
4f5e3401f7
change default news fetch to 36 hours
2011-06-30 12:42:45 +00:00
81beb63916
propagate from branch 'i2p.i2p.zzz.android' (head cbf2d39e1944b9d601558761d0eedcdebfd2f589)
...
to branch 'i2p.i2p' (head c2393e50afccfd5682a9086f0eec2a0700cda2c9)
2011-06-30 12:27:00 +00:00
3a2e9ad5d3
propagate from branch 'i2p.i2p.zzz.test4' (head 50c95d70238ff224e57acfca3d8797990ff3d01d)
...
to branch 'i2p.i2p' (head 1fa62c230eba5af7849024338fecf51bb2719c4e)
2011-06-30 12:22:12 +00:00
01b4b227ae
small optimization
2011-06-30 12:21:43 +00:00
f854ac031d
change old host name from mixed case to lower case
2011-06-29 21:48:02 +00:00
14e7a8eb12
Debian: If the i2p-doc (javadoc) package is installed, add a javadoc link on
...
the router console.
2011-06-28 23:19:15 +00:00
1339049886
build_jbigi.sh: make dynamic library build compatible with --as-needed GNU linker flag
...
See http://www.gentoo.org/proj/en/qa/asneeded.xml for details
2011-06-28 15:57:48 +00:00
73bd8c8515
* EepGet:
...
- Add method to get response code
- Add method to write error data to the output
- Increase buffer size to 8 KB
2011-06-28 00:03:39 +00:00
e2c7315759
merge of '4016f0b3372bfe07d914506d696a999c20d4c02c'
...
and '66ef156941e22ca82de6bf0b9ec70dd74c7a130b'
2011-06-27 21:21:32 +00:00
7a9b1297ca
Debian: Add -deb1 to router's extra version field
2011-06-27 12:35:49 +00:00
7c255d6cb1
merge of 'a4b347fba401e0a80981d93f36f07b5146665bec'
...
and 'c25ab2c347bca5e3c4157389ecb6f68c35ce5a6f'
2011-06-27 11:02:58 +00:00
54aff53afe
0.8.7
i2p-0.8.7
2011-06-27 02:25:18 +00:00
2f10cca40f
* Fixes after review:
...
- Fix Polish po file
- Install as a service by default on Windows again
- Change CPUID getters to package private
- Split new jbigi install messages into two lines
- Javadocs
2011-06-26 19:07:01 +00:00
ae428394a9
The debian/ directory for 0.8.7-1 (debian revision 1)
2011-06-26 19:04:54 +00:00
81dd267e29
throw IOE if uncompressed data too big, instead of silently truncating
2011-06-24 17:41:23 +00:00
4ec4013a44
merge of '8a8371472757453d5667080f0ba7a288ff139e5f'
...
and 'd48e528757ae7b1384eacca6ea802cebfd728841'
2011-06-24 10:55:37 +00:00
46c78ca4a4
debian debconf translation es and de
2011-06-24 10:51:38 +00:00
50bd1c05ac
merge of '59d72ad41332fbcf2829c85f6b3e38aaca9ee528'
...
and 'eff7849dc937d5c853a2fbfb1811eab5f7300296'
2011-06-24 09:14:51 +00:00