🛡 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 2a4d78d9bf wordwrapping (by sha-db) 9 years ago
Win32 fixed windows build 9 years ago
build * fix cmake output library name (#315) 9 years ago
contrib/certificates
debian * update default tunnels.cfg 9 years ago
docs more parameters 9 years ago
.gitignore Added Sphinx documentation files 9 years ago
.travis.yml integration with travis-ci 9 years ago
AddressBook.cpp * Addressbook : readable http-req assembly 9 years ago
AddressBook.h
BOB.cpp
BOB.h
Base.cpp
Base.h
ClientContext.cpp handle I2CP keys correctly 9 years ago
ClientContext.h tunnel parameters 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 notransit parameter added 9 years ago
Daemon.h + add --pidfile cmdline option 9 years ago
DaemonLinux.cpp * DaemonLinux : restore old behaviour: always write pidfile by default, but allow override path 9 years ago
DaemonWin32.cpp
Datagram.cpp
Datagram.h
Destination.cpp
Destination.h
Garlic.cpp
Garlic.h
HTTPProxy.cpp
HTTPProxy.h
HTTPServer.cpp wordwrapping (by sha-db) 9 years ago
HTTPServer.h show I2P tunnels at web console 9 years ago
I2NPProtocol.cpp check I2NP message buffer size 9 years ago
I2NPProtocol.h check I2NP message buffer size 9 years ago
I2PControl.cpp
I2PControl.h
I2PEndian.cpp
I2PEndian.h
I2PService.cpp
I2PService.h
I2PTunnel.cpp show I2P tunnels at web console 9 years ago
I2PTunnel.h show I2P tunnels at web console 9 years ago
Identity.cpp fixed race conditin 9 years ago
Identity.h fixed misalignment of certificate length 9 years ago
LICENSE
LeaseSet.cpp
LeaseSet.h
LittleBigEndian.h
Log.cpp
Log.h
Makefile
Makefile.bsd
Makefile.linux
Makefile.mingw
Makefile.osx
NTCPSession.cpp fixed misalignment 9 years ago
NTCPSession.h fixed misalignment 9 years ago
NetDb.cpp * prevent zero-division exception when running offline 9 years ago
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 clear extra bandwidth bit 9 years ago
RouterContext.h extra bandwidth caps 9 years ago
RouterInfo.cpp fixed typo 9 years ago
RouterInfo.h extra bandwidth caps 9 years ago
SAM.cpp
SAM.h
SOCKS.cpp
SOCKS.h
SSU.cpp
SSU.h
SSUData.cpp check I2NP message buffer size 9 years ago
SSUData.h
SSUSession.cpp fixed misalignment for timestamp 9 years ago
SSUSession.h fixed misalignment for timestamp 9 years ago
Signature.cpp eliminate one extra multipilication 9 years ago
Signature.h
Streaming.cpp correct buffer size for deflate 9 years ago
Streaming.h
Timestamp.h
TransitTunnel.cpp
TransitTunnel.h
TransportSession.h
Transports.cpp extra bandwidth caps 9 years ago
Transports.h extra bandwidth caps 9 years ago
Tunnel.cpp ignore LeaseSets coming from transit tunnels 9 years ago
Tunnel.h
TunnelBase.h
TunnelConfig.h fixed unintialized reply key 9 years ago
TunnelEndpoint.cpp check I2NP message buffer size 9 years ago
TunnelEndpoint.h
TunnelGateway.cpp
TunnelGateway.h
TunnelPool.cpp
TunnelPool.h
UPnP.cpp
UPnP.h
api.cpp fixed race condition of openssl calls 9 years ago
api.h fixed race condition of openssl calls 9 years ago
appveyor.yml
filelist.mk
i2pd.cpp
stdafx.cpp
stdafx.h
util.cpp Update util.cpp 9 years ago
util.h
version.h version 2.3.0 9 years ago

README.md

i2pd

I2P router written in C++ Contains all ongoing changes from https://bitbucket.org/orignal/i2pd/src

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
  • Mac OS X - Not well tested. (Only works with clang, not GCC)
  • Windows - Build status

More documentation