98038e9282
* Build files:
...
- Use the depend task with caching for more accurate dependencies
- Make sure the routerconsole gets the latest router version
- Fix addressbook repeated builds
2008-11-12 17:08:09 +00:00
6169904c76
oops remove extra stuff in IndexBean
2008-11-11 13:02:45 +00:00
04509f593a
* Streaming: Enforce a minimum MTU of 512
2008-11-11 02:30:49 +00:00
875dd65dcb
* I2PTunnel: Change "interactive" max window size to 16 (was 1)
2008-11-11 02:30:21 +00:00
b0ec6a0870
* Streaming - Fix several bugs and improve performance
...
when the initial data is larger than one MTU,
e.g. HTTP GETs with large URLs, CGI params or cookies,
or large HTTP POSTS:
- Don't reject additional packets received without a
send stream ID (i.e. sent before the SYN ACK was received)
- Put unknown non-SYN packets on the SYN queue also
so they won't be rejected
- Reduce flusher delay to 250ms (was 500)
- Flush unless window is full (was window is non-empty)
2008-11-10 20:30:14 +00:00
5271838a14
-9
2008-11-09 16:18:45 +00:00
9ec45bbcf5
provide a link when starting a webapp
2008-11-09 16:10:59 +00:00
9f57be5f03
* Jetty: Add a I2PRequestLog class to log request dest hash
2008-11-09 16:05:13 +00:00
f95c324832
* configtunnels.jsp:
...
- Code cleanup
- Add 4-hop option
- Remove +/- 0-2 option
2008-11-09 15:59:35 +00:00
016c843ad6
* I2PTunnelHTTPServer: Put the requestor's dest hash
...
in the request headers
2008-11-09 15:57:58 +00:00
7722ab5f6f
* Routerconsole: Replace wtf msg w/ something nicer
2008-11-09 15:55:40 +00:00
2e72ece384
* build.xml: Build speedups:
...
- Don't distclean in the updaterRouter target
- Don't make prepUpdate and prepupdateSmall depend
on distclean
- Don't make susimail build always clean
- Make pkg depend on distclean to be sure
- Clean out more routerconsole and susidns files in 'ant clean'
- i2ptunnel, routerconsole, susidns:
Only build WEB-INF when necessary
- systray: Only build jar when necessary
- Don't build i2psnark standalone for the updater target
2008-11-09 15:46:08 +00:00
bf12c5f9bf
* Certificates:
...
- Add a signed Certificate type
- Add a main() to PrivateKeyFile to generate
Destinations with various Certificate types
- Add a VerifiedDestination class to check Certificates
of various types
- Add a HashCash library from http://www.nettgryppa.com/code/
(no distribution restrictions)
- Allow non-null Certificates in addressbook
2008-11-02 22:13:11 +00:00
d89f97acd5
* I2PTunnel: Move some wayward stats to the I2PTunnel group
2008-11-02 21:38:49 +00:00
f3c9343c79
* NewsFetcher: Fix last updated time
2008-11-02 21:37:28 +00:00
16ec091209
* Streaming: Increase MTU to 1730 (was 960);
...
see ConnectionOptions.java for analysis
2008-11-02 21:36:52 +00:00
0b599c45ec
Refactored code.
...
Piles of pedantic lock checks to ensure we don't get deadlocked, it's ugly.
2008-10-31 21:11:03 +00:00
7f3f6dfde3
Patches to (hoefully) fix deadlock in BOB and revision bumpped to B
...
SusiMail JavaDoc additions.
2008-10-30 15:04:16 +00:00
33221ce7fd
More findbugs cleanup
2008-10-26 18:18:34 +00:00
152f824779
* config.jsp: Add more help
...
* summary.jsp: Indicate if hidden
2008-10-26 17:24:11 +00:00
baa70299fc
* I2Ping:
...
- Add -n count option
- Add rtt output
- Enhance help
- Fix option handling
2008-10-26 17:15:59 +00:00
47856f312c
* i2ptunnel/edit.jsp: Disable word wrap in textarea
2008-10-26 17:14:07 +00:00
e6e4c60a25
BOB version bump to 0xA
2008-10-22 06:59:48 +00:00
2dc699b382
Better handling of listening sockets.
2008-10-22 06:57:07 +00:00
0e0459f88a
more findbugs
2008-10-19 22:36:18 +00:00
20effe3a7f
Big findbugs cleanup
2008-10-19 22:09:14 +00:00
af630e9559
* configclients.jsp: Handle clients with no args
2008-10-19 21:45:04 +00:00
2d6007cf49
readme_sv.html
2008-10-19 21:42:56 +00:00
4f8d84e9e7
Add multilanguage support for index.jsp
2008-10-14 16:23:23 +00:00
ae967d6ef4
Disable word wrap in textareas
2008-10-14 15:46:21 +00:00
3b46b16038
Remove failing count from summary bar
2008-10-14 14:28:02 +00:00
c4030f8dab
Fixed one javadoc problem in snark.
...
This patch completes the javadoc fixups. Additions are pending.
2008-10-13 03:18:44 +00:00
e103f33c29
Addressbook javadoc fixes
...
Addressbook now JDK5
build.xml fixed to remove annoying javadoc warnings.
2008-10-12 17:07:21 +00:00
1c6b78a8da
SAM davadoc cleanups
...
JDK5 compliance
2008-10-12 16:07:23 +00:00
8117d0465c
BOB fixes: Default Properties work, files are properly closed.
2008-10-11 21:59:18 +00:00
0ff846deee
Added package details for BOB
2008-10-11 16:50:55 +00:00
41c38e64c3
Added JDK5 lint fixes
...
Streaming lib javadocs
2008-10-11 13:23:55 +00:00
ca5c15d4de
Added more complete javadocs to ministreaming and cleaned up overrides so
...
the code is JDK5 compliant. There remains some unchecked warnings, but these
aren't important at this juncture.
2008-10-11 10:28:31 +00:00
f3f7537ec6
Set BOB source/target to JDK 5 (AKA 1.5)
...
Minor bugfixes/code cleanup on BOB
Add/Cleanup some documentation to streaming lib javadocs
2008-10-11 07:45:30 +00:00
4c2d4144d1
* i2psnark: Change default tunnel length from 1+1 to 2+0
2008-10-10 17:33:27 +00:00
4ec82beec5
* build files: Change to source=1.5, target=1.5
2008-10-10 17:25:58 +00:00
224ebb16d4
Bugfixes for BOB, Important database locking to prevent thread collisions.
2008-10-09 11:58:00 +00:00
cb17fb8805
Made BOB 1.4 java compliant.
2008-10-08 16:40:07 +00:00
00d537e5e4
Added new command to BOB, and made API a little better.
2008-10-08 15:28:06 +00:00
5eef43d239
BOB "option" added, next small push will have an API fix.
2008-10-08 14:57:02 +00:00
caaf0ccfc3
Additional BOB fixes.
...
Added BOB to clients.config and wrapper.config for new installs.
2008-10-08 14:28:35 +00:00
18d42ec925
A few fixes to make BOB a little more quiet,
...
there is possibly a little left, though.
2008-10-07 20:00:08 +00:00
872d2c48c9
Added demos for BOB
2008-10-07 19:43:43 +00:00
bb32672c11
NEW BOB, a replacement for SAM, added It does have a different API. See it's java-doc.
2008-10-07 18:30:07 +00:00
f1c4a85991
Code cleanup in I2PSocketManagerFull and I2PServerSocketFull
...
BUGFIX ConnectionHandler had a comparason bug that caused it to block when infact it was asked NOT to block
2008-10-06 09:28:59 +00:00