I2P: End-to-End encrypted and anonymous Internet https://i2pd.website/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
orignal b4e324ec0e flood to 3 closest floodfills 9 years ago
Win32
build Merge pull request #360 from AMDmi3/build-type 9 years ago
contrib/certificates family cetificates added 9 years ago
debian * update debian/i2pd.{init,upstart} : logging options 9 years ago
docs build with make added 9 years ago
.gitignore
.travis.yml
AddressBook.cpp try to download default hosts.txt until success 9 years ago
AddressBook.h try to download default hosts.txt until success 9 years ago
BOB.cpp
BOB.h
Base.cpp correct required base64 buffer size 9 years ago
Base.h add base64 buffer encoding bounds checking 9 years ago
ClientContext.cpp * correct shutdown of httpserver & socksproxy 9 years ago
ClientContext.h support multiple server tunnels with same destination and different ports 9 years ago
Config.cpp show actual name of an invalid parameter 9 years ago
Config.h + i2p::config::IsDefault 9 years ago
Crypto.cpp
Crypto.h use more efficient XOR over ChipherBlocks for win32 9 years ago
CryptoConst.cpp
CryptoConst.h
Daemon.cpp reset floodfill 9 years ago
Daemon.h * Daemon.h : use boolean variables for flags 9 years ago
DaemonLinux.cpp #355. reopen log file by SIGHUP 9 years ago
DaemonWin32.cpp * migrate to new settings 9 years ago
Datagram.cpp shared_ptr for Lease 9 years ago
Datagram.h
Destination.cpp check leaseset timestamp 9 years ago
Destination.h local destination leaseset storage verification 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 strip our Referer and replace User-Agent 9 years ago
HTTPProxy.h
HTTPServer.cpp doesn't store leases in netdb 9 years ago
HTTPServer.h
I2NPProtocol.cpp shared_ptr for Lease 9 years ago
I2NPProtocol.h copy transit message for nedb 9 years ago
I2PControl.cpp * I2PControl: send valid error response, instead closing connection 9 years ago
I2PControl.h Merge branch 'new-cmdline' into openssl 9 years ago
I2PEndian.cpp
I2PEndian.h
I2PService.cpp * tune logging 9 years ago
I2PService.h
I2PTunnel.cpp process remaining data from stream 9 years ago
I2PTunnel.h pass X-I2P_DestB32 and X-I2P-DestB64 9 years ago
Identity.cpp some cleanup 9 years ago
Identity.h
LICENSE
LeaseSet.cpp correct monotonic expiration time calculation 9 years ago
LeaseSet.h check leaseset timestamp 9 years ago
LittleBigEndian.h
Log.cpp #355. reopen log file by SIGHUP 9 years ago
Log.h #355. reopen log file by SIGHUP 9 years ago
Makefile * make target 'strip' 9 years ago
Makefile.bsd
Makefile.linux
Makefile.mingw use more efficient XOR over ChipherBlocks for win32 9 years ago
Makefile.osx
NTCPSession.cpp * tune logging 9 years ago
NTCPSession.h reduced numeber of error messages 9 years ago
NetDb.cpp flood to 3 closest floodfills 9 years ago
NetDb.h flood newer RI/LS only 9 years ago
NetDbRequests.cpp * tune logs 9 years ago
NetDbRequests.h
Profiling.cpp
Profiling.h
Queue.h
README.md Update README.md 9 years ago
Reseed.cpp update reseeds list 9 years ago
Reseed.h
RouterContext.cpp * fix flags on std::ifstream 9 years ago
RouterContext.h
RouterInfo.cpp flood newer RI/LS only 9 years ago
RouterInfo.h flood newer RI/LS only 9 years ago
SAM.cpp fixed hanging connection 9 years ago
SAM.h correct SAM datagram size for Windows 9 years ago
SOCKS.cpp sockoutproxy params added 9 years ago
SOCKS.h sockoutproxy params added 9 years ago
SSU.cpp * tune log messages 9 years ago
SSU.h
SSUData.cpp fixed incorrect long fragment size 9 years ago
SSUData.h
SSUSession.cpp reduced numeber of error messages 9 years ago
SSUSession.h
Signature.cpp
Signature.h
Streaming.cpp fixed messy http pages 9 years ago
Streaming.h shared path between streams 9 years ago
Timestamp.h
TransitTunnel.cpp
TransitTunnel.h
TransportSession.h
Transports.cpp fixed race condition 9 years ago
Transports.h
Tunnel.cpp * fix segfault when offline (#330) 9 years ago
Tunnel.h
TunnelBase.h
TunnelConfig.h
TunnelEndpoint.cpp copy transit message for nedb 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
UPnP.h
api.cpp use shared_ptr for log's stream 9 years ago
api.h use shared_ptr for log's stream 9 years ago
appveyor.yml
filelist.mk moved Config.cpp to libi2pd 9 years ago
i2pd.cpp
stdafx.cpp
stdafx.h
util.cpp Merge branch 'openssl' into new-cmdline 9 years ago
util.h - drop i2p::util::config namespace : not used anymore 9 years ago
version.h * bump version 9 years ago

README.md

i2pd

Independent C++ implementation of I2P router

License

This project is licensed under the BSD 3-clause license, which can be found in the file LICENSE in the root of the project source code.

Donations

BTC: 1K7Ds6KUeR8ya287UC4rYTjvC96vXyZbDY
LTC: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59
ANC: AQJYweYYUqM1nVfLqfoSMpUMfzxvS4Xd7z

Downloads

Official binary releases could be found at:
http://i2pd.website/releases/
older releases
http://download.i2p.io/purplei2p/i2pd/releases/

Supported OS

  • Linux x86/x64 - Build Status
  • Windows - Build status
  • Mac OS X
  • FreeBSD

More documentation