|
f8830a759e
|
Threads: More conversions to I2PAppThread
|
2015-11-04 15:01:56 +00:00 |
|
|
b15ea8ba2f
|
Timers: Improve OutboundMessageRegistry locking
SimpleTimer2 cleanups
possible fix for ticket #1694
|
2015-11-04 14:57:07 +00:00 |
|
|
ef428d559e
|
merge of '7db2f97711361f598cb14aa579cb008ac8438577'
and 'cb9b4af48ca3c515eeddd44aefc040857a109b05'
|
2015-11-04 14:50:17 +00:00 |
|
|
39d749ba16
|
Fixed generation of eepget target filenames for basic page URLs, URLs with query parameters, certain edge cases.
|
2015-11-02 17:27:04 +00:00 |
|
|
a3a092a454
|
Utils: Double IP lookup cache size (ticket #1700)
|
2015-11-01 19:31:22 +00:00 |
|
|
787921aa89
|
spelling
|
2015-11-01 17:29:20 +00:00 |
|
|
bbb6da2ac6
|
cleanups, javadoc
|
2015-11-01 16:47:59 +00:00 |
|
|
b7dc55e326
|
checklist update
|
2015-11-01 00:45:30 +00:00 |
|
|
805979b987
|
UPnP: Fix deadlock in callbacks (ticket #1699)
possibly more to do
|
2015-10-31 22:58:51 +00:00 |
|
|
c37cc7ad52
|
Convert remaining Threads to I2PThread or I2PAppThread
|
2015-10-31 19:13:57 +00:00 |
|
|
02c1417cc5
|
update ancient snark docs
|
2015-10-31 14:20:10 +00:00 |
|
|
627d0d29db
|
Router: Fix cascading I2CP error (ticket #1692)
caused by not setting message ID.
only happens when serialized (external I2CP)
|
2015-10-30 16:53:45 +00:00 |
|
|
c595895877
|
i2psnark: More consistency and torrent links in messages
|
2015-10-21 13:22:32 +00:00 |
|
|
6efce31eed
|
Increase timer thread priority
|
2015-10-21 13:11:35 +00:00 |
|
|
f713a19785
|
Disable TLS_DHE_DSS_WITH_AES_128_CBC_SHA
|
2015-10-17 20:13:03 +00:00 |
|
|
abc0f4c720
|
lint core, console, i2ptunnel, jetty
|
2015-10-17 17:38:57 +00:00 |
|
|
71bc55b470
|
lint core, i2psnark, jetty, susimail
|
2015-10-17 16:49:37 +00:00 |
|
|
5f175455c7
|
lint console,streaming
|
2015-10-17 15:47:49 +00:00 |
|
|
9bddba56a0
|
lint router
|
2015-10-17 14:38:02 +00:00 |
|
|
4e6ddfcea3
|
lint core
|
2015-10-17 14:01:08 +00:00 |
|
|
3411a7c884
|
Crypto: Consolidate duplicate unlimited strength crypto check code
|
2015-10-17 12:55:39 +00:00 |
|
|
70921a2b09
|
i2psnark: Don't balloon files on ARM (ticket #1684)
|
2015-10-16 22:17:09 +00:00 |
|
|
dd36176997
|
big fat Java 6 warning
|
2015-10-16 21:38:12 +00:00 |
|
|
fe26052189
|
add mime type for .mka
|
2015-10-16 20:54:12 +00:00 |
|
|
ba1488bcce
|
i2psnark: Add "smart sort" option, set sort based on language (tickets #637, #1303)
|
2015-10-16 19:45:23 +00:00 |
|
|
39b218b216
|
i2psnark: Fix deadlock (ticket #1432)
|
2015-10-16 14:25:55 +00:00 |
|
|
b43417bf77
|
update jetty javadoc link
|
2015-10-15 18:59:37 +00:00 |
|
|
649a63db6f
|
Update: Fix persistence of the available dev version
Java 7 check at startup with persisted versions
|
2015-10-14 19:18:10 +00:00 |
|
|
6aa8ed1280
|
Update: Require Java 7 to download dev builds
|
2015-10-14 18:22:35 +00:00 |
|
|
9224afb78d
|
i2psnark: Don't show empty fields on details page
|
2015-10-13 21:38:19 +00:00 |
|
|
5e879b85a8
|
fix installer build
|
2015-10-13 19:49:18 +00:00 |
|
|
2c03b434e1
|
Startup: Delete our old RI from netDB when rekeying
|
2015-10-13 19:24:30 +00:00 |
|
|
55a6f44651
|
Crypto: Test for broken Gentoo ECDSA support
Add SystemVersion.isJava9()
|
2015-10-11 15:39:28 +00:00 |
|
|
971a2652e3
|
adjust date in warning
|
2015-10-10 19:53:34 +00:00 |
|
|
68aa8800b6
|
increase rekey probability
|
2015-10-10 15:45:54 +00:00 |
|
|
dd4d12f287
|
i2psnark: Increase max piece size to 16 MB, max files to 999,
close files faster based on file count (tickets #1626, #1671)
Remove dup synchs
|
2015-10-10 14:02:48 +00:00 |
|
|
7063609f05
|
JobQueue: Only adjust timing for negative clock shifts
|
2015-10-10 13:33:46 +00:00 |
|
|
b32c8d5fa4
|
NamingServices: Add support for lookups prefixed with "www."
|
2015-10-10 12:29:52 +00:00 |
|
|
419d6a8e18
|
SimpleTimer2: Additional fix for uncaught IllegalStateException
affecting streaming timers (ticket #1672)
Minor streaming cleanup
|
2015-10-08 13:42:31 +00:00 |
|
|
03f9df4ff0
|
JobQueue: Listen to clock shifts as well as clock changes (ticket #1014).
Restarter: Don't restart the JobQueue or PeerManager (ticket #1014)/undo previous commit.
More to do.
|
2015-10-04 15:17:26 +00:00 |
|
|
f4a6cf2002
|
Show 'none' if no part. tunnels on /tunnels
|
2015-10-03 14:06:12 +00:00 |
|
|
f93da93cf0
|
Router: Minor cleanup, remove some deprecated and small methods
|
2015-10-02 13:45:42 +00:00 |
|
|
b068f9a262
|
Router: Don't check config files for reload on Android
|
2015-10-02 13:43:54 +00:00 |
|
|
5fa059b4a8
|
Adding the new reseed server hosted by our friends at TorontoCrypto. Thanks. :)
|
2015-09-29 19:41:01 +00:00 |
|
|
2f92b27446
|
Ticket #1596 - part 2
Removing 193.150.121.66 as a reseed host from the source and its certificate.
|
2015-09-29 19:30:13 +00:00 |
|
|
5d345f65a3
|
SusiDNS: Hide table headers and buttons if there are no search results
|
2015-09-28 16:58:18 +00:00 |
|
|
ccc8c04782
|
i2psnark: Support adding plain base 32 hashes
convert plain hashes to upper case
|
2015-09-28 14:52:55 +00:00 |
|
|
58ccfed41d
|
Addressbook:
- Use Patterns instead of replaceAll()
- Fix isValidDest() for EC/Ed dests
|
2015-09-28 14:50:53 +00:00 |
|
|
59b05d4214
|
Util: Speed up IP address validation by using Apache's implementation (ticket #1198)
|
2015-09-27 21:54:14 +00:00 |
|
|
f46a902256
|
Router: Fix soft restarts for 'massive' clock jumps (over +150s or -61s) and recover from standby/hibernate (ticket #1014).
I2P should now recover (better) from a system hibernate/standby and be able to reconnect to peers automatically.
|
2015-09-27 21:15:51 +00:00 |
|