🛡 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
Dmitry Marakasov 2115ce6606 Do not try to use miniupnp if upnp support is disabled 9 years ago
Win32 fixed windows build 9 years ago
build Do not try to use miniupnp if upnp support is disabled 9 years ago
contrib/certificates
debian * update debian/ 9 years ago
docs Update build_notes_windows.md 9 years ago
.gitignore Added Sphinx documentation files 9 years ago
.travis.yml integration with travis-ci 9 years ago
AddressBook.cpp * tune logs 9 years ago
AddressBook.h
BOB.cpp * sane log messages: BOB.cpp 9 years ago
BOB.h
Base.cpp
Base.h
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 fixed crash 9 years ago
Config.h * migrate to new settings 9 years ago
Crypto.cpp temporary disable openssl mutexes 9 years ago
Crypto.h fixed race condition of openssl calls 9 years ago
CryptoConst.cpp
CryptoConst.h
Daemon.cpp * fix updating address in RI 9 years ago
Daemon.h * Daemon.h : use boolean variables for flags 9 years ago
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 clean up remote destinations without outgoing and unconfirmed tags 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 show I2P tunnels at web console 9 years ago
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 fixed misalignment of certificate length 9 years ago
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 * tune logs 9 years ago
Log.h set correct log level for console 9 years ago
Makefile add "mkdir obj/Win32" in Windows 9 years ago
Makefile.bsd fixed FreeBSD build 9 years ago
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 * tune logs 9 years ago
NetDb.h
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 * merged branch 'sane-log-messages' 9 years ago
Reseed.h removed unused parameter 9 years ago
RouterContext.cpp * fix updating address in RI 9 years ago
RouterContext.h extra bandwidth caps 9 years ago
RouterInfo.cpp #343. check for malformed messages 9 years ago
RouterInfo.h #343. check for malformed messages 9 years ago
SAM.cpp * sane log messages: SAM.cpp 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 * fix warnings of type mismatch (#298) 9 years ago
SSUSession.cpp reduced numeber of error messages 9 years ago
SSUSession.h fixed misalignment for timestamp 9 years ago
Signature.cpp eliminate one extra multipilication 9 years ago
Signature.h call CryptoConstants from Crypto.cpp only 9 years ago
Streaming.cpp fixed typo 9 years ago
Streaming.h
Timestamp.h
TransitTunnel.cpp * sane log messages: TransitTunnel.cpp 9 years ago
TransitTunnel.h
TransportSession.h
Transports.cpp fixed race condition 9 years ago
Transports.h fixed race condition 9 years ago
Tunnel.cpp copy transit message for nedb 9 years ago
Tunnel.h
TunnelBase.h
TunnelConfig.h fixed unintialized reply key 9 years ago
TunnelEndpoint.cpp copy transit message for nedb 9 years ago
TunnelEndpoint.h
TunnelGateway.cpp
TunnelGateway.h
TunnelPool.cpp * tune logs 9 years ago
TunnelPool.h
UPnP.cpp * sane log messages: UPnP.cpp 9 years ago
UPnP.h
api.cpp * migrate to new settings 9 years ago
api.h fixed race condition of openssl calls 9 years ago
appveyor.yml Fix missing cached openssl in appveyor 9 years ago
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