6caa1c3e81
HTTP server tunnel, use log.WARN for 3 first minutes. ( closes #460 )
2011-12-11 17:22:28 +00:00
b47deadc97
log tweak
2011-12-11 13:54:03 +00:00
60e25b98b7
dont use stream method to avoid data copy
2011-12-11 13:40:06 +00:00
474909ae66
- Don't set the DatabaseLookupMessage dont-include collection until
...
it's complete, as DLM now makes a copy
- SearchState generics and cleanups
2011-12-11 13:37:42 +00:00
caada2bfa0
better logging of corrupted I2NP msgs
2011-12-11 13:36:50 +00:00
ec460794eb
* PortMapper: New service for registering application ports in the context
2011-12-11 13:27:52 +00:00
929d471aa8
uname -s is sufficient
...
The OS' release version is discarded anyway....so we won't ask for it.
2011-12-11 12:52:32 +00:00
6c4dbc545d
Redo functions to remove the dependency on bash
2011-12-11 12:50:24 +00:00
f8a3afd672
Enclose the tr parameters in quotes.
...
Without quotes will work in most shells but in some configurations it will fail.
2011-12-11 12:19:39 +00:00
5f81e923ca
Change my earlier tests to something POSIX compliant
...
[ test $condition -a test $condition ] is only used in bash
(and I want to make this script work in any bourne compatible shell)
2011-12-11 11:56:59 +00:00
d9f5a8621d
Enclose "tr" parameters in quotes
2011-12-11 11:50:41 +00:00
27d9616126
Remove the GNU-only -r parameter to sed
...
Revisiting this script now that I know a bit about regex.
2011-12-11 11:47:48 +00:00
50e3cdba05
Replace eepget's whitelist of allowed characters with the blacklist from i2psnark. ( closes #562 )
...
Thanks to zzz for pointing me in the right direction so I could fix my own bug. :)
2011-12-11 00:10:38 +00:00
6fa01a3b2d
Better command to determine JAVABINARY
...
Switch to one awk command instead of using grep and cut.
2011-12-10 20:11:21 +00:00
fc7d8f72b0
merge of '20dbef275b439ce677bcad2e5044fbe2c3f2699b'
...
and '63fb5d00844b9465a8c7bfdece6a16946dd0085e'
2011-12-10 10:48:08 +00:00
03ff4dc0fd
Add wrapper.java.maxmemory to debconf
...
The amount of RAM that I2P is limited to can be adjusted using debconf. The
value in /etc/i2p/wrapper.config is stored in the debconf db and is written to
/etc/default/i2p.
2011-12-10 02:17:37 +00:00
1d842f024a
If dpkg -P i2p is run, remove /etc/default/i2p
2011-12-10 02:12:16 +00:00
1c4b0335a5
move error check to a better place
2011-12-09 23:01:19 +00:00
50606a6828
javadoc fix
2011-12-09 20:19:00 +00:00
25b0603fde
* I2NP:
...
- Earlier detection and better logging of
truncated TunnelGatewayMessage and DatabaseStoreMessage
- Fix and enhance UnknownI2NPMessage implementation
- Don't deserialize or verify the checksum of the
embeddedI2NP message in the TunnelGatewayMessage
at the IBGW, just use UnknownI2NPMessage and pass it along,
except if zero hop; Still to do: similar thing at OBEP
- Round expiration times when converting to/from seconds for SSU
- Cleanups and javadoc
2011-12-09 17:36:49 +00:00
937ae8ad60
* UDP:
...
- Round expiration times when converting to seconds
- Zero-copy of single-fragment messages in MessageReceiver
- Optimizations, log tweaks, comments
2011-12-09 16:43:54 +00:00
6d4a9abd35
- Fix major bug from 2005 that corrupted outbound messages
...
that were an exact multiple of the fragment size.
2011-12-09 16:41:41 +00:00
533f7620ad
bounds check
2011-12-09 13:19:18 +00:00
49d88f0060
* Console, i2psnark: More button CSS tweaks
2011-12-09 13:18:20 +00:00
1c4d1e9a62
* LeaseSet: Fix size calculations
2011-12-09 13:16:29 +00:00
51f20c2c33
* Base64: Add decodestring command in main()
2011-12-09 13:15:19 +00:00
258effcc84
* UDP PacketBuilder:
...
- Again allow transmitting all new acks if there is room;
only limit resend acks
- Sanity checks to limit to 255 acks
2011-12-07 00:51:31 +00:00
3bd641abd0
* UDP: Fix major MTU bug introduced in 0.8.9.
...
- Change large MTU from 1492 to 1484 and small from 608 to 620
for encryption padding efficiency
- Enforce sent MTU limit
- Increase receive buffer size from 1536 to 1572 so that excessive-sized
packets sent by 0.8.9-0.8.11 routers aren't dropped
- Limit the max acks in a data packet
- Limit the duplicate acks in successive data packets
- Only include acks that will fit in the mtu in a data packet
- Correctly remove acks from the pending set after they are sent,
so they aren't sent repeatedly
- Don't pad data packets unless necessary
- Debug logging and javadocs
2011-12-06 21:50:33 +00:00
be1d95e991
form size increase to match future hq.postman.i2p limits
2011-12-06 21:49:55 +00:00
bd82a0c435
increase next hop send timeout; log tweaks
2011-12-06 21:49:23 +00:00
0f384c86fe
* Router:
...
- More refactoring tasks to their own files
- Adjust some thread priorities
2011-12-05 16:18:35 +00:00
5362e7cf15
comment out some stats
2011-12-05 16:17:29 +00:00
4c2c198c0a
cleanup
2011-12-05 16:17:09 +00:00
51899e9ea0
CSS
2011-12-05 01:01:14 +00:00
3fc312a66b
locking tweaks
2011-12-05 00:59:58 +00:00
e9d0d79809
* Tunnel RED:
...
- Complete rework of participating traffic RED.
Implement an accurate bandwidth tracker in FIFOBandwidthRefiller.
- Fix drop priority of VTBM at OBEP
- Lower drop priority of VTBRM at IBGW
- Raise threshold from 95% to 120%
- Remove unused things in HopConfig
...needs more testing...
2011-12-04 19:01:52 +00:00
69cae1a052
cleanup
2011-12-04 18:53:24 +00:00
cc71e3a5ca
useless null check removal
2011-12-04 18:52:31 +00:00
c5f98a04fa
* Console:
...
- Less icons on configclients.jsp
- Fix some browsers breaking line on negative numbers
- Tab CSS tweaks
2011-12-04 18:52:17 +00:00
489a0ead14
* UDP: Fix i2np.udp.allowLocal operation (thx Quizzers)
2011-12-04 18:50:40 +00:00
88e7d60e3e
* IRC Client: Lower log level for connect error to warn (thx echelon/sponge)
2011-12-04 18:49:50 +00:00
0d145fc77f
* i2psnark: Fix directories not always deleted when torrent is deleted
2011-12-04 18:49:07 +00:00
b2e4ab4a30
merge of '400a5244d9222e3fa5b59c06d1d1e2aff96bc0ad'
...
and 'cd21f20ad4b02cde232d083cca6b68b8c3097edc'
2011-12-02 18:02:10 +00:00
c9cccd7581
* Console:
...
- Summary bar tweaks
- Config nav CSS tabs
- CSS cleanups from last checkin
2011-12-02 17:21:04 +00:00
58f562d1bd
added irc.echelon.i2p to list of IRC servers
2011-12-02 17:15:07 +00:00
0a76a0db22
* Susimail:
...
- Login screen tweaks
- Cleanups, generics, static
2011-12-02 17:05:08 +00:00
080cc962fb
* Console:
...
- Split up config network page
- CSS tweaks and cleanups
- Change some form notices to errors
- Spiff up the buttons
new silk icons: See licenses/LICENSE-SilkIcons.txt
new toopie icon: Shrunk from existing one
2011-11-30 23:23:41 +00:00
b3fcdb8e46
* Throttle: Update throttle status immediately on shutdown request;
...
clear starting-up message after 20 minutes
2011-11-30 23:17:40 +00:00
f6cff78528
* IRC Server: Fix IOOBE (ticket #559 )
2011-11-30 23:16:29 +00:00
5fd20fc77c
* i2psnark:
...
- Retry link on torrent download fail
- Clear URL after clicking 'add torrent'
- Message tweaks
- CSS tweaks
2011-11-30 23:15:22 +00:00