- Dec 15, 2011
-
-
dream authored
Add hooks so the new PortMapper lets i2p plugins not fail when the router console is not on port 7657. Also raise an exception when requesting unregistered ports so as to encourage swift adding of the registration hooks when those ports are taken.
-
- Dec 14, 2011
- Dec 13, 2011
-
-
kytv authored
The author field showed the "may eat your children" line..
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
- Speed up heavily used long/byte[] converters - Add little endian versions of the converters - Cache common properties keys * RouterAddress: Cache transport names
-
zzz authored
- Flush at shutdown - Fix file location, only delete if enabled - Cleanups, concurrent
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
- Dec 12, 2011
- Dec 11, 2011
-
-
zzz authored
- Payloads an exact multiple of 512 bytes failed to decompress - Data at the end of the stream could be lost - read() returned -1 when the data was 0xff
-
zzz authored
- Deprecate unused stream methods and I2NPMessageReader since all transports provide encapsulation. - Don't throw IOE from byte array methods - Use cached null cert in GarlicClove - Add method to limit size of buffer to read - Don't check checksum at input, in most cases - Reuse checksum at output, for unomodified pass-through messages (but recalculating it now and logging on a mismatch for testing) - Fix DatabaseLookupMessage to internally store the don't include peers as a List, not a Set, so it doesn't get reordered and break the checksum - Log cleanup * NTCP: - Zero-copy and limit size when handing buffer to I2NP - Log hex dump message on I2NPMessageException, like in SSU - Don't close connection on I2NPMessageException
-
zzz authored
and 'eb56602a5a6fb7a1d5b54be0a0618c0e861da10f'
-
sponge authored
-
zzz authored
-
zzz authored
-
zzz authored
it's complete, as DLM now makes a copy - SearchState generics and cleanups
-
zzz authored
-
zzz authored
-
kytv authored
The OS' release version is discarded anyway....so we won't ask for it.
-
kytv authored
-
kytv authored
Without quotes will work in most shells but in some configurations it will fail.
-
kytv authored
[ test $condition -a test $condition ] is only used in bash (and I want to make this script work in any bourne compatible shell)
-
kytv authored
-
kytv authored
Revisiting this script now that I know a bit about regex.
-
kytv authored
Thanks to zzz for pointing me in the right direction so I could fix my own bug. :)
-
- Dec 10, 2011