🛡 I2P: End-to-End encrypted and anonymous Internet
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
orignal 4eef9e780f extract and verify family from RouterInfo 9 years ago
Win32
build Family.cpp added 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 case-insensitive http responses 9 years ago
AddressBook.h handle compressed addressbook 9 years ago
BOB.cpp
BOB.h
Base.cpp uncompress stream by chunks 9 years ago
Base.h uncompress stream by chunks 9 years ago
ClientContext.cpp start addressbook first 9 years ago
ClientContext.h
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
DaemonLinux.cpp #355. reopen log file by SIGHUP 9 years ago
DaemonWin32.cpp
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
Family.cpp extract and verify family from RouterInfo 9 years ago
Family.h extract and verify family from RouterInfo 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
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
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
NetDb.cpp family added 9 years ago
NetDb.h extract and verify family from RouterInfo 9 years ago
NetDbRequests.cpp
NetDbRequests.h
Profiling.cpp
Profiling.h
Queue.h
README.md
Reseed.cpp update reseeds list 9 years ago
Reseed.h
RouterContext.cpp * fix flags on std::ifstream 9 years ago
RouterContext.h
RouterInfo.cpp extract and verify family from RouterInfo 9 years ago
RouterInfo.h extract and verify family from RouterInfo 9 years ago
SAM.cpp fixed hanging connection 9 years ago
SAM.h
SOCKS.cpp
SOCKS.h
SSU.cpp
SSU.h
SSUData.cpp fixed incorrect long fragment size 9 years ago
SSUData.h
SSUSession.cpp
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
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 family added 9 years ago
i2pd.cpp
stdafx.cpp
stdafx.h
util.cpp case-insensitive http responses 9 years ago
util.h case-insensitive http responses 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