Commit Graph

8103 Commits (e4962b855f14d1f0baa7a017fbd422c9ef9ca7e7)
 

Author SHA1 Message Date
orignal 4fab07b4da fixed build error 9 years ago
orignal d07c68bd9a Merge pull request #210 from mlt/fixes
Few fixes
9 years ago
Mikhail Titov 2738169a9d Use static for now while returning HTTP 500 error 9 years ago
Mikhail Titov 490b65dfe2 Materialize temporary string obtained from boost path 9 years ago
Mikhail Titov 38ebe28923 Rearrange eol removal for handshake 9 years ago
orignal 4ed7e29896 use shared_ptr for I2NP messages through tunnels 9 years ago
orignal 122b8c2a84 use shared_ptr for transit tunnel participant 9 years ago
orignal 98c91a01e3 use shared_ptr for outbound tunnel build messages 9 years ago
orignal a7cd16c159 use shared_ptr for direct DatabaseLookup message 9 years ago
orignal 5ca86b87f5 create shared I2NP tunnel message in OBGW 9 years ago
orignal 25a163cdeb send I2NP messages as shared_ptr 9 years ago
orignal 3a63f6775a pass I2NP message to transport session as shared_ptr 9 years ago
orignal d65257c7b0 pass I2NP as shared_ptr to netDB 9 years ago
orignal 465945f8a8 more generic queue 9 years ago
orignal a0de60e179 use share_ptr for garlic messages 9 years ago
orignal b48682012d verify adler checksum 9 years ago
orignal e624cb31bd Merge branch 'master' of https://github.com/PurpleI2P/i2pd 10 years ago
orignal 20e43951e5 reduce CPU usage 10 years ago
orignal 576802a1d6 Merge pull request #202 from mlt/fix201
This closes #201
10 years ago
Mikhail Titov 23a3d48611 This closes #201 10 years ago
orignal b6ec0a3526 Merge pull request #200 from mlt/cmake
Cmake: fix static, precompiled headers, fix crypto++ include dir search
10 years ago
orignal ef6a038451 handle explicitPeers I2CP parameter 10 years ago
Mikhail Titov 0354685e35 Precompiled headers
Sample times:
MSVC 2013, debug x64: 5min 15sec -> 2min 15sec
Ubuntu 15.04, with hardening, static, release: 5min 21sec -> 3min 24sec
10 years ago
Mikhail Titov ba2b792916 Cleanup cryptopp headers path search 10 years ago
Mikhail Titov 44768e92ad CMake: fix static builds, add LTO for MinSizeRel 10 years ago
orignal 0e8bdf8299 fixed race condition 10 years ago
orignal 09298d7457 changed profiling algorithm 10 years ago
orignal e8d80e16ba very hash in one pass 10 years ago
orignal e461982a31 support multiple transport sessions to the same peer 10 years ago
orignal c896f6d0d7 select first hop for inbound tunnel from connected peers 10 years ago
orignal 9a9b38a8c3 Merge pull request #199 from mlt/cmake-msvc
MSVC specific debug symbols don't belong to other platforms
10 years ago
orignal b26b52cca8 Merge pull request #198 from mlt/upnp
Fix UPnP for Win32
10 years ago
Mikhail Titov b5ee997da9 MSVC specific debug symbols don't belong to other platforms 10 years ago
Mikhail Titov 046ffd8648 Fix UPnP for Win32
* find_package for headers
* Swap includes order to pass compilation with MSVC 2013
* Enforce SO address resolution checks
* Change SO/DLL name on Windows
* Portable sleep from C++11

This closes #186
10 years ago
orignal d7e7823606 Merge pull request #197 from mlt/cmake-msvc
Fix Win32 build with CMake and MSVC
10 years ago
Mikhail Titov 2d3493a225 Perhaps bitness detection is an introspection
http://www.cmake.org/cmake/help/v3.0/command/find_library.html
10 years ago
Mikhail Titov a3b08c0016 Fix Win32 build with CMake and MSVC 10 years ago
orignal d9c0f52846 don't pick node for 5 minutes if declined 10 years ago
orignal a96482b186 skip missing sections 10 years ago
orignal 10e78785cd additional statistics for profiling 10 years ago
orignal da56397b39 fixed bug with zero-size clove 10 years ago
orignal abc05b4485 version 0.9.20 10 years ago
orignal 09fd0baf78 replace Host: for server http tunnels 10 years ago
orignal d7deb938c5 catch HTTP header of HTTP server tunnel connection 10 years ago
orignal 68834df271 use addresses in server tunnel configuration 10 years ago
orignal 8a3c276e66 I2PTunnelConnectionHTTP added 10 years ago
orignal 6a043649f5 use random msg_id for I2NP messages 10 years ago
orignal 019af7bd3a http server tunnel added 10 years ago
orignal 4f2f67d5b1 Merge branch 'master' of https://github.com/PurpleI2P/i2pd 10 years ago
orignal 2a59ae294d check length of garlic message 10 years ago