Win32
|
changed tray icon back to ictoopie
|
9 years ago |
build
|
Win32: hide to tray, webconsole menu item
|
9 years ago |
contrib/certificates
|
update mca2-i2p.crt
|
9 years ago |
debian
|
* update year in copyrights
|
9 years ago |
docs
|
* docs/configuration.md
|
9 years ago |
.gitignore
|
…
|
|
.travis.yml
|
Trying to fix broken builds on 10.7. Works fine on local 10.11
|
9 years ago |
AddressBook.cpp
|
check if hosts is incomplete
|
9 years ago |
AddressBook.h
|
check if hosts is incomplete
|
9 years ago |
BOB.cpp
|
…
|
|
BOB.h
|
…
|
|
Base.cpp
|
fixed typo
|
9 years ago |
Base.h
|
Merge branch 'openssl' into new-fs
|
9 years ago |
ClientContext.cpp
|
Adding exceptions for SOCKS, SAM and BOB proxy/briges
|
9 years ago |
ClientContext.h
|
webirc support
|
9 years ago |
Config.cpp
|
specify bandwidth for floodfill
|
9 years ago |
Config.h
|
oveeride --log for windows
|
9 years ago |
Crypto.cpp
|
clean montgomery context
|
9 years ago |
Crypto.h
|
use more efficient XOR over ChipherBlocks for win32
|
9 years ago |
CryptoConst.cpp
|
…
|
|
CryptoConst.h
|
…
|
|
Daemon.cpp
|
specify bandwidth for floodfill
|
9 years ago |
Daemon.h
|
graceful shutdown by SIGINT
|
9 years ago |
DaemonLinux.cpp
|
don't initiate graceful shutdown twice
|
9 years ago |
DaemonWin32.cpp
|
* migration
|
9 years ago |
Datagram.cpp
|
shared_ptr for Lease
|
9 years ago |
Datagram.h
|
…
|
|
Destination.cpp
|
show streams from all streaming destinations
|
9 years ago |
Destination.h
|
show streams from all streaming destinations
|
9 years ago |
FS.cpp
|
persist etag for addressbook subscription
|
9 years ago |
FS.h
|
local addresses
|
9 years ago |
Family.cpp
|
Merge branch 'new-fs' into openssl
|
9 years ago |
Family.h
|
set router's family
|
9 years ago |
Garlic.cpp
|
use rtt for ack timeout
|
9 years ago |
Garlic.h
|
process remaining data from stream
|
9 years ago |
HTTPProxy.cpp
|
check if i2p address to call jump service
|
9 years ago |
HTTPProxy.h
|
…
|
|
HTTPServer.cpp
|
* HandleDestinationRequestTimeout() : readable code
|
9 years ago |
HTTPServer.h
|
jump services
|
9 years ago |
I2NPProtocol.cpp
|
use shared_ptr for transit tunnels
|
9 years ago |
I2NPProtocol.h
|
reuse tunnel pair for LS request
|
9 years ago |
I2PControl.cpp
|
* set bw limits thru i2pcontrol (#461) (experimental)
|
9 years ago |
I2PControl.h
|
* set bw limits thru i2pcontrol (#461) (experimental)
|
9 years ago |
I2PEndian.cpp
|
…
|
|
I2PEndian.h
|
…
|
|
I2PService.cpp
|
initial support for out proxy via local upstream socks proxy
|
9 years ago |
I2PService.h
|
initial support for out proxy via local upstream socks proxy
|
9 years ago |
I2PTunnel.cpp
|
variable name
|
9 years ago |
I2PTunnel.h
|
fixed warnings
|
9 years ago |
Identity.cpp
|
fixed race condition
|
9 years ago |
Identity.h
|
fixed race condition
|
9 years ago |
LICENSE
|
…
|
|
LeaseSet.cpp
|
correct monotonic expiration time calculation
|
9 years ago |
LeaseSet.h
|
increase LeaseSet expiration threshold
|
9 years ago |
LittleBigEndian.h
|
…
|
|
Log.cpp
|
* logger: print also thread id
|
9 years ago |
Log.h
|
fix issue #449 failed build of freebsd 10.1
|
9 years ago |
Makefile
|
* chg default branch for 'dist' target
|
9 years ago |
Makefile.bsd
|
…
|
|
Makefile.linux
|
…
|
|
Makefile.mingw
|
* convert makefiles back to unix linefeeds
|
9 years ago |
Makefile.osx
|
…
|
|
NTCPSession.cpp
|
use shared_ptr for Address
|
9 years ago |
NTCPSession.h
|
reduced numeber of error messages
|
9 years ago |
NetDb.cpp
|
hold previous lookup response
|
9 years ago |
NetDb.h
|
hold previous lookup response
|
9 years ago |
NetDbRequests.cpp
|
…
|
|
NetDbRequests.h
|
…
|
|
Profiling.cpp
|
* Profiling : move storage from FS.cpp to Profiling.cpp
|
9 years ago |
Profiling.h
|
* Profiling : move storage from FS.cpp to Profiling.cpp
|
9 years ago |
Queue.h
|
* drop MsgQueue wrapper : not used anymore
|
9 years ago |
README.md
|
Removed downloads. Added Docimentation
|
9 years ago |
Reseed.cpp
|
updated reseeds list
|
9 years ago |
Reseed.h
|
…
|
|
RouterContext.cpp
|
recreate router.info if missing or malformed
|
9 years ago |
RouterContext.h
|
* RouterContext : replace Set(Low|High|Extra)Bandwidth with SetBandwidth()
|
9 years ago |
RouterInfo.cpp
|
Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl
|
9 years ago |
RouterInfo.h
|
* RouterInfo::SaveToFile() now returns bool
|
9 years ago |
SAM.cpp
|
shard_ptr for SAMSession
|
9 years ago |
SAM.h
|
shard_ptr for SAMSession
|
9 years ago |
SOCKS.cpp
|
fixed warnings
|
9 years ago |
SOCKS.h
|
initial support for out proxy via local upstream socks proxy
|
9 years ago |
SSU.cpp
|
…
|
|
SSU.h
|
…
|
|
SSUData.cpp
|
fixed incorrect long fragment size
|
9 years ago |
SSUData.h
|
…
|
|
SSUSession.cpp
|
don't send own RouterInfo twice
|
9 years ago |
SSUSession.h
|
pass flag to SSU header
|
9 years ago |
Signature.cpp
|
fixed race condition at startup
|
9 years ago |
Signature.h
|
…
|
|
Streaming.cpp
|
fixe memory leak
|
9 years ago |
Streaming.h
|
added gzip parameter for server tunnels
|
9 years ago |
Timestamp.h
|
…
|
|
TransitTunnel.cpp
|
use shared_ptr for transit tunnels
|
9 years ago |
TransitTunnel.h
|
use shared_ptr for transit tunnels
|
9 years ago |
TransportSession.h
|
…
|
|
Transports.cpp
|
* Transports: update IsBandwidthExceeded() and comments in header
|
9 years ago |
Transports.h
|
* Transports: update IsBandwidthExceeded() and comments in header
|
9 years ago |
Tunnel.cpp
|
set established state for zero-hops tunnles
|
9 years ago |
Tunnel.h
|
zero-hops outbound tunnels
|
9 years ago |
TunnelBase.h
|
…
|
|
TunnelConfig.h
|
enable zero-hops inbound tunnel
|
9 years ago |
TunnelEndpoint.cpp
|
fixed typo
|
9 years ago |
TunnelEndpoint.h
|
…
|
|
TunnelGateway.cpp
|
…
|
|
TunnelGateway.h
|
…
|
|
TunnelPool.cpp
|
fixed race condition of DeliveryStatus message
|
9 years ago |
TunnelPool.h
|
fixed race condition of DeliveryStatus message
|
9 years ago |
UPnP.cpp
|
fixed race condition
|
9 years ago |
UPnP.h
|
* UPnP.h : comments
|
9 years ago |
api.cpp
|
* logger: explicit allow log output
|
9 years ago |
api.h
|
use shared_ptr for log's stream
|
9 years ago |
appveyor.yml
|
AppVeyor msys fix attempt
|
9 years ago |
filelist.mk
|
Merge branch 'openssl' into new-fs
|
9 years ago |
i2pd.cpp
|
fixup! invoke win32app functions from main
|
9 years ago |
stdafx.cpp
|
…
|
|
stdafx.h
|
…
|
|
util.cpp
|
check for chunk size
|
9 years ago |
util.h
|
Merge branch 'openssl' into new-fs
|
9 years ago |
version.h
|
release 2.6.0
|
9 years ago |