R4SAS
919bf4e144
[i18n] add cmake build
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2021-05-23 15:39:29 +03:00
R4SAS
ce14ea6fe5
[windows] add file version to installer
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2020-12-03 09:35:43 +03:00
R4SAS
bc330ff0ea
update makefiles, license year
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2020-11-23 01:46:08 +03:00
R4SAS
0a3af12ee9
[make] track changes in includes
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2020-11-17 17:59:40 +03:00
R4SAS
62cd9fffa3
Automate AES-NI and AVX detection on runtime, make it default on x86-based systems ( #1578 )
...
Rework CPU extensions detection code and build with AES-NI and AVX support by default
2020-11-15 01:31:20 +03:00
orignal
57d6c7a3b3
Added TunnelConfig.cpp. Removed CryptoWroker.h
2020-10-22 21:06:23 -04:00
R4SAS
614921276e
[appveyor] update configuration to support cache ( #1559 )
2020-10-13 15:33:27 +03:00
orignal
faae2709d9
removed NTCP
2020-10-03 21:58:20 -04:00
R4SAS
78640532e1
[appveyor] add build fix ( #1520 )
...
Add fix due to msys2/MSYS2-packages#1967
2020-05-22 16:01:25 +03:00
R4SAS
db6a0e6ad9
[cmake] remove windows build support ( #1517 )
...
Removes support for MSVC, MSYS, MinGW and included NSIS installer in cmake
2020-05-20 12:17:54 +03:00
R4SAS
a9436aa9af
drop i2lua
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2020-04-03 14:31:38 +03:00
R4SAS
dd8200e8b0
cleanup websocks
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2020-03-12 03:50:21 +03:00
R4SAS
2f56547d5f
Merge pull request #1477 from PurpleI2P/drop-websockets
...
drop websockets support
2020-03-11 12:37:38 +00:00
R4SAS
2ac2da41cf
cmake: fix else statement
2020-02-28 23:28:41 +03:00
R4SAS
ed574f9d79
use C++17 if available when configuring with cmake
2020-02-28 23:05:26 +03:00
R4SAS
bca0809918
cleanup removed websockets funtions
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2020-02-28 18:48:43 +03:00
R4SAS
00db527377
drop websockets support
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2020-02-27 14:58:06 +03:00
orignal
f651baab25
ECIESX25519AEADRatchetSession added
2020-01-15 15:13:43 -05:00
orignal
29f0e10411
Elligator added
2019-12-04 15:37:24 -05:00
R4SAS
95debf8c80
update mingw build script
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2019-11-19 14:29:55 +03:00
Alexey Korepanov
7147a3694c
link libi2pd to boost and zlib
2019-06-01 12:57:09 +01:00
orignal
39400fd381
move key blinding code from LeaseSet.cpp to Blinding.cpp
2019-05-14 11:42:25 -04:00
l-n-s
1db4076bbd
CMake: bump version of ZLib
2018-12-19 12:19:30 -05:00
R4SAS
b7940e0002
add tunnels.d to packages
2018-11-06 20:04:26 +03:00
R4SAS
460cf6fd20
update windows build script, change makefile.mingw line ending
2018-07-20 22:57:47 +03:00
yangfl
52f3081a40
fix typo
2018-07-10 17:39:21 +08:00
Dmitry Marakasov
41e8ab5383
Limit tampering with standard C++ library to Linux
...
Otherwise it breaks e.g. FreeBSD build where it is not needed at all
2018-06-27 17:47:22 +03:00
yangfl
dec848f072
use builtin __AVX__ and __AES__ macros and reduce code duplication
2018-06-27 17:32:38 +08:00
R4SAS
d5214099c5
move out android binary build info from README
...
little change in MSYS build script
2018-06-16 10:55:59 +03:00
orignal
86c1984982
NTCP2 added
2018-06-05 12:53:13 -04:00
orignal
cd0f75106a
moved Ed25519 away from signature
2018-06-04 16:06:38 -04:00
orignal
516f140bef
ntcp2 crypto added
2018-05-24 14:32:14 -04:00
R4SAS
ce8d701ecb
WITH_LIBRARY usage
...
closes #1146 . Need to be checked before.
2018-03-11 19:20:47 +03:00
Fabrice Fontaine
1d934bd543
Install libi2pdclient
...
When building with -DBUILD_SHARED_LIBS=ON, libi2pdclient is not
installed on target so install it by calling install. Moreover, rename
i2pdclient to libi2pdclient so library is installed with correct name.
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2018-03-05 15:17:23 +01:00
Fabrice Fontaine
6d15be9a32
Fix cmake error when -DBUILD_SHARED_LIBS=ON
...
Fixes "CMake Error: TARGETS given no LIBRARY DESTINATION for shared
library target" by adding LIBRARY parameter to INSTALL call
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2018-03-04 18:31:02 +01:00
orignal
f5349dcef9
Merge pull request #1115 from majestrate/aesni-avx-runtime-detect
...
AESNI/AVX runtime detection [WIP]
2018-02-16 12:40:28 -05:00
Jeff Becker
2277dcb069
add cpu.cpp to cmake
2018-02-16 12:34:17 -05:00
orignal
ca057177c7
Merge pull request #1110 from radfish/PR--remove-openssl-1.1-warning
...
cmake: remove warning for OpenSSL 1.1
2018-02-11 14:36:03 -05:00
redfish
f1b8742782
cmake: remove warning for OpenSSL 1.1
...
Works fine.
2018-02-11 13:14:12 -05:00
redfish
7786c97330
cmake: add stdlib args for clang build on Linux
...
Otherwise linking fails with undefined symbol ... basic_string ... and
libstdc++: DSO not on included in link command.
or with
Host compiler must support std::atomic!
which is due to
undefined reference to `__gxx_personality_v0' and __cxa_begin_catch and
std::terminate()
This was already patched in 7b537a4e94
PR #972 but it got lost, and also needed some tweaking.
Thested with Clan 5.0.1 on Arch Linux (on armv7h).
2018-02-11 13:11:12 -05:00
R4SAS
32d300248e
update building stuff
2018-01-30 18:09:26 +03:00
yangfl
951f8972c7
replace non-working CheckLibcxxAtomic
2018-01-17 16:12:46 +08:00
yangfl
46f62e1af9
remove trailing whitespaces
2018-01-06 22:24:03 +08:00
yangfl
e3238ff75c
CMakeLists: autodetect libatomic
2018-01-06 22:06:44 +08:00
Jeff Becker
c68c5af856
fix lib name
2017-12-20 08:56:39 -05:00
Jeff Becker
950dffbe06
update gitignore
2017-12-20 08:54:41 -05:00
Jeff Becker
5d557003b6
include cmake stuff
2017-12-20 08:54:02 -05:00
Jeff Becker
3b8c3c1346
try fixing issue #897
2017-12-20 08:49:47 -05:00
yangfl
18b6353803
fix typo
2017-12-07 21:26:28 +08:00
Dmitry Marakasov
44d6d4405e
Don't meddle with stdlib
...
Forgotten part of #1014 : -stdlib should not be changed. It breaks build on e.g. FreeBSD where libc++ is used.
2017-12-05 13:45:22 +03:00
R4SAS
6d01a3a7d1
fix (quote)
2017-11-21 21:33:24 +03:00
orignal
b71e20dfa3
changed back
2017-11-21 13:25:40 -05:00
orignal
474158dd18
rollback. build error
2017-11-21 11:04:32 -05:00
Dmitry Marakasov
4485d6fdf4
Fix flags
...
-stdlib should not be changed. It breaks build on e.g. FreeBSD where libc++ is used.
2017-11-21 14:35:39 +03:00
R4SAS
100f3380c4
fix upnp definitions and make cmake silent ( #999 )
2017-11-14 08:38:45 +03:00
R4SAS
7a857e08c1
update windows build batch
2017-11-13 03:30:52 +03:00
orignal
88ba494701
fixed build error
2017-11-06 15:12:51 -05:00
redfish
291f28fcce
cmake: add stdlib args for clang build on Linux
...
Otherwise linking fails with undefined symbol ... basic_string ... and
libstdc++: DSO not on included in link command.
2017-10-08 19:11:12 -04:00
redfish
8179e7dbf8
cmake: issue a non-fatal warning for openssl >=1.1
2017-09-26 20:46:06 -04:00
redfish
94bba69dee
cmake: check openssl version
...
See #835 for memory leak issues with OpenSSL >= 1.1
2017-09-26 10:56:02 -04:00
Darknet Villain
05c2adeefd
fix typo
2017-09-18 15:24:53 -04:00
R4SAS
8121ab5163
added including of configs and certificates in mingw batch build
2017-06-22 15:37:02 +03:00
R4SAS
a1e9c3d270
remove NSIS template
2017-06-11 09:34:19 +03:00
Jeff Becker
4e5c2ff620
add AVX option to cmake build system
2017-05-22 11:12:08 -04:00
Jeff Becker
8a3bb50143
fix cmake compile error with websockets
2017-05-21 08:18:16 -04:00
Jeff Becker
cf3f8a796a
fix path
2017-04-21 06:36:49 -04:00
Jeff Becker
4cc3b7f9fb
restructure build to separate the 3 main components into 3 subdirectories
...
libi2pd for core libs
libi2pd_client for i2pd client libs
daemon for i2pd daemon libs
2017-04-21 06:33:45 -04:00
Jeff Becker
9b62f238ed
add option for client tunnels to build tunnels such that OBEP==IBGW
2017-04-08 15:10:06 -04:00
R4SAS
2aa8cf7104
update gitignore
2017-03-21 15:24:27 +03:00
R4SAS
1b1cfe1b92
rewrote win build script and moved it to build folder
2017-03-21 15:03:31 +03:00
orignal
af2a3f3a65
Gost.cpp added
2017-03-14 21:14:23 -04:00
orignal
b4657a0d05
Merge pull request #771 from majestrate/websocks
...
merge recent features and bugfixes
2017-01-07 14:13:42 -05:00
Mikal Villa
3755002381
Moving dockerfile to trigger autobuild of docker images.
2017-01-07 02:56:45 +01:00
Mikal Villa
5b2bc23d03
Adding readme
2017-01-07 02:30:17 +01:00
Mikal Villa
a4cfdcb5c4
Improved and minimalized docker image
2017-01-07 02:17:02 +01:00
Jeff Becker
0d83a34cfd
add initial WebSOCKS implementation
2016-12-09 15:36:38 -05:00
Jeff Becker
79e1d54e4c
implement simple bloom filter
2016-12-09 09:08:03 -05:00
atnaguzin
3a3b0cc847
New logo
2016-11-21 00:27:39 +03:00
Jeff Becker
e5f5f96771
merge webui code
2016-11-01 10:46:07 -04:00
Jeff Becker
9575f70f38
fix conflicts
2016-11-01 10:02:10 -04:00
Jeff Becker
b4e9ed7d18
add web socket ui
2016-11-01 09:59:50 -04:00
Jeff Becker
6688f9a5ef
update cmake for i2lua
2016-10-23 08:14:55 -04:00
brain5lug
5a796a86d7
thread sanitizer configuration option have been added
2016-10-06 22:49:44 +03:00
orignal
315f672254
Timestamp.cpp added
2016-09-21 12:02:52 -04:00
brain5lug
6c7316408b
address sanitizer configuration option have been added
2016-09-17 11:01:01 +03:00
Solomenchuk, Vlad
f3a61007a7
build instruction for iOS
2016-09-06 12:26:59 -07:00
Dmitry Marakasov
959843ee9c
Find miniupnpc library as well as header
2016-08-19 12:16:28 +03:00
Jeff Becker
2e74d91ddc
try fixing https://github.com/PurpleI2P/i2pd/issues/612
2016-08-16 10:27:33 -04:00
hagen
fac6229e43
* cmake debug ( closes #562 )
2016-07-13 01:01:47 +00:00
Jeff Becker
346b0c9d68
disable testnet by default
2016-06-30 17:50:47 -04:00
Jeff Becker
f2dde98e2f
add meshnet option to cmake build files
2016-06-29 09:37:38 -04:00
hagen
6350f5e6e8
* Base.cpp : extract gzip classes to separate file
2016-06-28 01:45:07 +00:00
hagen
c84468dbed
* fix cmake build with upnp=on
2016-06-27 01:12:20 +00:00
anon5
28c2ca8bf8
gitignore improved - added various generated files
2016-06-14 23:17:37 +08:00
hagen
5c9a69e0e8
* drop boost_regex from build deps
2016-05-27 01:32:03 +00:00
orignal
67f1e07508
I2CP added
2016-05-12 15:37:46 -04:00
hagen
06a1a8690d
* add HTTP.{cpp,h} to build
2016-04-27 00:39:12 +00:00
Mikhail Titov
0a08765d73
Win32: hide to tray, webconsole menu item
...
Standard icon works for me on Windows 8
2016-03-14 02:35:15 -05:00
Mikhail Titov
abdef67ccc
_WIN32_WINNT drove nuts 64 bit MSVC builds
...
TODO: figure out why
2016-03-10 14:20:44 -06:00
Mikhail Titov
daad975f5d
fixup! invoke win32app functions from main
2016-03-10 14:20:43 -06:00