e151ef74e1
* Streaming lib: Plug timer leak, don't send keepalives
...
after close, don't disconnect hard after close
2009-02-16 19:42:28 +00:00
129fc5b838
Backport rev 1c20e222438c8098ed49a4e5a5a609f0d2cf14c5 before the prop forward
2009-02-15 14:27:46 +00:00
775ab9a7bf
* I2PTunnel:
...
- Display destination even when stopped
- Enable key generation, dest modification, and
hashcash estimation in the GUI
- Add new CONNECT client
2009-02-15 05:17:18 +00:00
374360c7b4
save a little space
2009-02-15 05:15:25 +00:00
cc3165bf72
* Streaming lib:
...
- Move ConEvent from SimpleTimer to SimpleScheduler
- Move RetransmissionTimer (ResendPacketEvent)
from SimpleTimer to new SimpleTimer2
- Move ActivityTimer and Flusher from SimpleTimer to RetransmissionTimer
- SimpleTimer2 allows specifying "fuzz" to reduce
timer queue churn further
2009-02-15 05:11:35 +00:00
7b12f700dd
plug a tunnel build leak
2009-02-12 17:10:47 +00:00
806e2f88c8
Dont buffer all the POST data so we wont OOM on huge POSTs. Use unbuffered read for the first line, and for all the headers if POST
2009-02-12 16:50:20 +00:00
8591dfe71c
i2psnark tmp files take 3
2009-02-10 02:34:48 +00:00
7756e20b86
enforce max leaseset publish frequency
2009-02-09 16:52:54 +00:00
39a1958bf4
fix dest save broken in 0.7
2009-02-09 14:55:48 +00:00
f9d8a2d79b
allow smaller leasesets
2009-02-09 14:34:23 +00:00
cdab99bd25
concurrentify _availableMessages
2009-02-09 12:56:53 +00:00
f344c9e0be
plug connection leak
2009-02-09 12:55:35 +00:00
6504e1f91d
export symbol
2009-02-07 21:25:27 +00:00
b125276be9
correct comment
2009-02-07 21:24:53 +00:00
06e1305df2
prevent race NPE http://forum.i2p/viewtopic.php?t=3066
2009-02-06 21:19:45 +00:00
e7bccb2f47
fix idle property names
2009-02-06 15:45:34 +00:00
bdf7dda3b4
Use the right error msg when a b32 address fails to resolve
2009-02-06 13:14:10 +00:00
a7d4b3d6ba
* I2PTunnel & I2CP:
...
- Fix tunnel reduction/restore, hook in the GUI
- Hook leaseset encryption into the GUI
- Implement saves for all the new stuff
- Add cancel button
- Add b32 display for non-http servers
- Prep for CONNECT
- Fix error msg when connection goes away
2009-02-06 04:22:44 +00:00
a82de3d1cf
Netdb: Remove all DataPublisher stuff
2009-02-04 17:18:00 +00:00
a6dc27adaf
Bound and concurrentify SYN queue to hopefully prevent explosion
2009-02-04 14:32:09 +00:00
69f051da41
concurrentify TunnelDispatcher
2009-02-04 14:17:10 +00:00
5946c35a88
avoid illegalstateexception
2009-02-04 14:16:36 +00:00
3d8cb3b90d
print torrent and peer count
2009-02-04 14:04:52 +00:00
3b9fec1857
save a little space
2009-02-03 15:34:47 +00:00
ececf5407d
concurrentify shitlist
2009-02-03 15:15:09 +00:00
d236b9b44a
more concurrent
2009-02-02 19:25:29 +00:00
7ec29b0c5a
use concurrent
2009-02-02 18:03:16 +00:00
8d7340500f
* I2CP: Implement optional reduce tunnels on idle - not hooked
...
in to i2ptunnel GUI yet - still needs tweaks
2009-02-02 14:03:17 +00:00
1ee2b5e899
one more static
2009-02-02 14:00:51 +00:00
6f948df089
remove dup
2009-02-02 13:59:50 +00:00
78d5080d78
* Tunnel Pool:
...
- Remove tunnel from participating if can't contact next hop
- Fail outbound build faster if can't contact first hop
2009-01-31 15:36:24 +00:00
395baf0274
* Convert some inner classes to static (findbugs)
2009-01-31 14:27:45 +00:00
951f082884
* i2psnark: Increase tunnels and pipeline to 3
2009-01-31 14:23:33 +00:00
a5ab6f576d
* SimpleScheduler: New replacement for SimpleTimer when events
...
will not be rescheduled or cancelled, to reduce SimpleTimer
lock contention
2009-01-31 14:22:07 +00:00
d75e1deae7
Fix readLong() bug where it wasnt throwing an exception on EOF
2009-01-30 21:25:18 +00:00
4aa9c7fdcf
* NTCP: Use a java.util.concurrent execution queue instead of
...
SimpleTimer for afterSend() to reduce lock contention
2009-01-29 21:13:24 +00:00
69e6393442
* Routerconsole:
...
- Move common methods to new HelperBase class
- Make reseed link a button
2009-01-29 02:16:18 +00:00
9d9d4093bc
simple readme for the source pkg
2009-01-29 02:13:00 +00:00
37f9d3afe1
* Remove source from susimail.war, susidns.war, i2ptunnel.war (85KB)
2009-01-29 02:12:02 +00:00
6235b49300
cleanup of lease stuff
2009-01-25 01:01:48 +00:00
6ed17c1a5f
prevent null spoofhost
2009-01-24 23:42:31 +00:00
ae0bcc492d
* netdb.jsp: Don't show stats by default
...
* RebuildRouterInfoJob: Don't run it
* PublishLocalRouterInfoJob:
- Delay for 5m at startup
- Run every 20m (was 7.5m)
2009-01-24 20:07:41 +00:00
d8298c63ab
http error message
2009-01-24 17:27:06 +00:00
9a089b7da0
* Build files:
...
- Don't bundle unneeded XML parser xercesImpl.jar for Jetty (1MB)
- Don't include unneeded stuff in Copy, Delete, Exec.jar (300KB)
2009-01-24 17:20:51 +00:00
e5d76a5a77
beginnings of outproxy configuration and routing
2009-01-23 19:17:27 +00:00
f7170aa00a
Move getDestinationI2PSocket from SocksServer to Socks5Server
...
so we can do better error handling
2009-01-23 16:02:53 +00:00
c02711ccad
Fix socks so it uses existing tunnels rather than building a new one for every request.
...
Now works with or without 'shared clients' enabled.
2009-01-23 02:23:13 +00:00
9885779cab
Add socks to gui, prevent NPE on socks 4 request, general cleanup
2009-01-23 01:22:14 +00:00
e105ca92f2
Bundle a reply when we switch tunnels, to detect failure sooner
2009-01-22 18:25:30 +00:00