Go to file
EinMByte 45d27f8ddc Merge pull request #281 from anonimal/master
Catch exception in SSUServer that would dump core.
2015-10-14 11:05:43 +02:00
benchmark Add benchmarking code and optimization option. 2015-08-30 19:00:26 +02:00
build/cmake_modules Sorted out the documentation 2015-09-10 02:09:56 +08:00
client English corrections. 2015-10-05 11:44:48 +00:00
contrib/certificates Remove orignal certificate. 2015-09-27 17:10:23 +02:00
core Catch exception in SSUServer that would dump core. 2015-10-13 20:26:32 +00:00
debian Update copyright 2015-01-23 14:03:41 -05:00
doc Add Arch Linux support to documentation. 2015-10-05 10:33:30 +00:00
tests Several improvements to HTTPServer. 2015-09-17 11:47:16 +02:00
webui Display outbound tunnels in webui. 2015-09-21 15:58:36 +02:00
.gitignore Add Netbeans-related to .gitignore 2015-10-05 10:24:22 +00:00
CMakeLists.txt Changes to static build (related to #270). 2015-09-27 14:45:24 +02:00
LICENSE Update LICENSE 2015-01-23 14:02:37 -05:00
README.md Merge branch 'master' of https://github.com/PurpleI2P/i2pd 2015-09-11 18:58:40 +02:00
stdafx.cpp Precompiled headers 2015-06-10 13:41:08 -05:00
stdafx.h Precompiled headers 2015-06-10 13:41:08 -05:00
TODO Update TODO. 2015-07-27 21:28:50 +02:00

i2pd

I2P router written in C++.

Documentation for config files, command line options, build instructions and more can be found under the doc directory.

Downloads

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

Build Statuses

  • Linux x64 - Maintenance
  • Linux ARM - Maintenance
  • Mac OS X - Maintenance
  • Microsoft VC13 - To be added