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 7ca1cfab1a use shared_ptr for log's stream 9 years ago
Win32
build Merge pull request #360 from AMDmi3/build-type 9 years ago
contrib/certificates
debian * update debian/ 9 years ago
docs Update build_notes_windows.md 9 years ago
.gitignore
.travis.yml
AddressBook.cpp * tune logs 9 years ago
AddressBook.h
BOB.cpp
BOB.h
Base.cpp
Base.h
ClientContext.cpp * correct shutdown of httpserver & socksproxy 9 years ago
ClientContext.h
Config.cpp fixed crash 9 years ago
Config.h * migrate to new settings 9 years ago
Crypto.cpp
Crypto.h
CryptoConst.cpp
CryptoConst.h
Daemon.cpp * fix updating address in RI 9 years ago
Daemon.h
DaemonLinux.cpp * migrate to new settings 9 years ago
DaemonWin32.cpp * migrate to new settings 9 years ago
Datagram.cpp
Datagram.h
Destination.cpp I2CP option crypto.tagsToSend added for I2P tunnels 9 years ago
Destination.h clean up remote destinations without outgoing and unconfirmed tags 9 years ago
Garlic.cpp clean up remote destinations without outgoing and unconfirmed tags 9 years ago
Garlic.h compatibility with gcc 4.6 9 years ago
HTTPProxy.cpp sockoutproxy params added 9 years ago
HTTPProxy.h
HTTPServer.cpp show tags for local destinations 9 years ago
HTTPServer.h
I2NPProtocol.cpp copy transit message for nedb 9 years ago
I2NPProtocol.h copy transit message for nedb 9 years ago
I2PControl.cpp * I2PControl.cpp : fix handling relative paths for cert/key 9 years ago
I2PControl.h Merge branch 'new-cmdline' into openssl 9 years ago
I2PEndian.cpp
I2PEndian.h
I2PService.cpp
I2PService.h
I2PTunnel.cpp fixed POST for server http tunnel 9 years ago
I2PTunnel.h pass X-I2P_DestB32 and X-I2P-DestB64 9 years ago
Identity.cpp #343. check for malformed messages 9 years ago
Identity.h
LICENSE
LeaseSet.cpp #343. check for malformed messages 9 years ago
LeaseSet.h #343. check for malformed messages 9 years ago
LittleBigEndian.h
Log.cpp use shared_ptr for log's stream 9 years ago
Log.h use shared_ptr for log's stream 9 years ago
Makefile add "mkdir obj/Win32" in Windows 9 years ago
Makefile.bsd
Makefile.linux
Makefile.mingw check for USE_AESNI=1 9 years ago
Makefile.osx
NTCPSession.cpp reduced numeber of error messages 9 years ago
NTCPSession.h reduced numeber of error messages 9 years ago
NetDb.cpp
NetDb.h
NetDbRequests.cpp
NetDbRequests.h
Profiling.cpp
Profiling.h
Queue.h
README.md Update README.md 9 years ago
Reseed.cpp
Reseed.h
RouterContext.cpp * fix updating address in RI 9 years ago
RouterContext.h
RouterInfo.cpp #343. check for malformed messages 9 years ago
RouterInfo.h #343. check for malformed messages 9 years ago
SAM.cpp
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 typo 9 years ago
Streaming.h
Timestamp.h
TransitTunnel.cpp
TransitTunnel.h
TransportSession.h
Transports.cpp fixed race condition 9 years ago
Transports.h
Tunnel.cpp copy transit message for nedb 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
TunnelPool.h
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 * update buildsystems to include Config.cpp 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