0325f6c4d2
more isEmpty and a static
2010-05-05 18:43:33 +00:00
8225ce063a
* Console: Print stack trace if exception on startup
2010-05-05 17:50:28 +00:00
c2c379c994
* i2psnark: Skip 'the' when sorting snarks
2010-05-05 17:45:52 +00:00
7344c2af47
* I2PTunnelHTTPClient: Reject 192.168.*
2010-05-05 17:34:24 +00:00
2baee7413c
* Replace size() <= 0 with isEmpty() everywhere, ditto > 0 -> !isEmpty()
2010-05-05 16:51:54 +00:00
10e669165a
Fix plugin version check bug
2010-05-02 12:19:17 +00:00
46f341d782
peers.jsp: cleanup and tag
2010-04-27 12:55:37 +00:00
8a3a1466c9
* i2psnark: Serve downloaded files from the servlet rather
...
than with a file: link
2010-04-27 12:52:17 +00:00
a5af9dc973
* Jetty: Backport directory listing bugfix from jetty 6
2010-04-27 12:51:14 +00:00
9683a110d6
plugin cleanups
2010-04-23 16:28:14 +00:00
c44698f61a
comments
2010-04-23 16:27:56 +00:00
7c3e4fd947
reduce floodfill max conns slightly; fix clients start button
2010-04-18 23:06:04 +00:00
ad4da54bc4
I2PTunnelServer: Log incoming connections with net.i2p.i2ptunnel.I2PTunnelServer=INFO
2010-04-18 15:22:33 +00:00
2415c5a38b
* BOB early session destroy to speed up tunnel tare-down.
2010-04-16 19:38:40 +00:00
ecbc0a2a2d
Show the start button when a plugin is not running, and the stop button when a plugin is running.
2010-04-16 03:58:48 +00:00
10d37a9be5
log tweaks
2010-04-15 18:16:00 +00:00
8258cdd6cf
Limit max header lines
2010-04-15 18:13:30 +00:00
2fcee6e87a
I2PTunnelHTTPClient: Test for " http://:/ " and output error page.
...
This avoids an ArrayIndexOutOfBoundsException, which can eventually
cause the eepproxy to stop functioning.
2010-04-15 06:38:35 +00:00
a0d6741ff5
fix wrong prefix for startOnLoad in plugin webapps.config
2010-04-12 21:11:22 +00:00
63562ddd48
* i2ptunnel: Implement access lists for TCP servers.
...
Enter b32 or b64 hash or dest into list box, and
check enable for whitelist. Uncheck enable and enter
i2cp.enableBlackList=true in advanced i2cp options for
blacklist. Todo: make black/whitelists radio buttons.
2010-04-12 19:18:21 +00:00
aac96b15b0
* configstats.jsp: Fix full stats checkbox default
2010-04-12 19:12:04 +00:00
a916f970b1
* i2psnark: - Concurrent, limit, display, log tweaks
2010-04-12 19:07:53 +00:00
7f2d0acc3b
merge of 'b12b7f42f59f400abd7032f3f2bffba289f3ec7a'
...
and 'b5a86744c2877d9d738a2fdd2b99970a0160e062'
2010-04-10 16:06:14 +00:00
8b6751f419
Streaming:
...
Fix the window size increment logic so it does it much more often.
The code increased the window size by MSS * MSS / N, like
in RFC 2581, but it did it only once every N,
so that was like MSS * MSS / N**2.
Now do it all the time, except for isolated packets like keepalives
that aren't using more than one message of the window.
Seems to speed up outbound significantly, without any
noticable increase in stream.sendsBeforeAck.
2010-04-10 15:42:08 +00:00
24020302fd
cleanup
2010-04-10 15:29:16 +00:00
89d0d7b266
Disconnect seeds that connect to a seed
2010-04-10 15:26:23 +00:00
e3c222b5c1
Lower per-torrent conn limits for large pieces
2010-04-10 15:25:57 +00:00
a199015bc9
Russian translation updated (trac.i2p2.i2p link)
2010-04-08 09:57:32 +00:00
e254c5f31a
* Streaming:
...
- Detect and drop dup SYNs rather than create
a duplicate connection - will hopefully fix
"Received a syn with the wrong IDs"
- Send reset for a SYN ACK with the wrong IDs
- Don't send a reset to a null dest
- Logging tweaks
- Cleanups
2010-04-07 23:18:58 +00:00
2a92be5946
* Console:
...
- More HTML transitional fixes
- Standardize on 'save' to the right of 'cancel'
2010-04-05 13:34:45 +00:00
caab860351
- Add tooltip support for plugin links
...
- Make target=_blank for plugin links
2010-04-05 13:22:16 +00:00
605dfec5e7
dont call exit
2010-03-31 18:33:40 +00:00
c43b16cfbb
* configclients.jsp:
...
- Always show start button for webapps and plugins
* configclients.jsp, configupdate.jsp:
- Fix submission when entering CR in a text box
* Plugins:
- Stop all plugins at shutdown
- Log tweaks
* WebApps:
- Remove the WAC after stopping it
- Stop a WAC before starting it to prevent dups
2010-03-29 21:20:48 +00:00
394903a8f0
- Implement destroy() in i2psnark to prevent dups
2010-03-29 21:14:35 +00:00
e31c0636ab
- Implement destroy() in addressbook to prevent dups
2010-03-29 21:13:45 +00:00
e9fe80f8e5
* HTTPResponseOutputStream: More static
2010-03-29 21:12:51 +00:00
3e2956da3f
* netdb.jsp: Tag transport properties
2010-03-25 20:25:03 +00:00
cf3fd01012
* Plugins: Remove final check and install console
...
messages after a while
2010-03-25 20:23:32 +00:00
25eaf8cad7
fix dup anchor
2010-03-25 19:06:47 +00:00
c8f97d9c73
* i2psnark:
...
- Send numwant=0 if we don't need peers
- Report returned complete and incomplete counts
if higher than peer count
- Allow missing peer list
- Log tweaks
2010-03-25 19:05:45 +00:00
d3f1fe1c30
* Console: Sort plugin links in summary bar
2010-03-25 19:04:45 +00:00
617d1cd648
propagate from branch 'i2p.i2p.zzz.test' (head c295ab421dd719cfe0e273268b5b4e48505e4f61)
...
to branch 'i2p.i2p' (head 995914d8e049d9bb695fd25e4cf5be860cd4e487)
2010-03-18 15:49:03 +00:00
d3c490e9d7
bold the rest of the update msg
2010-03-18 12:32:28 +00:00
2e8fd23f2b
concurrent
2010-03-18 12:32:01 +00:00
05597ae914
disable i2ptunnel nonce checking if console password is set
2010-03-17 16:23:20 +00:00
8745ffd42f
* config.jsp: Set burst to +10% for 20s by default,
...
to fix bug where the burst stays high when limits
are reduced.
2010-03-17 16:18:25 +00:00
db99e98658
display transport cost
2010-03-17 16:15:52 +00:00
9f1a663f63
typo fix thx duck
2010-03-16 13:52:57 +00:00
db0b3da446
snark up bw tracking tweak
2010-03-16 13:32:34 +00:00
b397de1d54
link to trac
2010-03-16 12:37:32 +00:00