EinMByte
|
3f3103572a
|
Merge pull request #237 from EinMByte/master
Fixes for #235 and #233.
Also tested by psi, and seems to be working fine.
|
9 years ago |
EinMByte
|
9c03be08da
|
Do not build unit tests by default with make (#233).
|
9 years ago |
EinMByte
|
e70f0d999f
|
Include address option for tunnels in README.md.
|
9 years ago |
EinMByte
|
524a02cb0d
|
Make address for proxies, BOB, SAM, ... configurable (#235).
|
9 years ago |
EinMByte
|
a7da2423ce
|
Do not bind HTTPServer to the "any" address (#235).
|
9 years ago |
Riccardo Spagni
|
668235c697
|
Merge pull request #230 from EinMByte/master
Base32/64 tests and documentation + GetMTU changes
|
9 years ago |
EinMByte
|
7d38b1a9b9
|
Base64/32 tests for #229.
|
9 years ago |
EinMByte
|
c612d21639
|
Fix #229 by returning zero instead of -1.
|
9 years ago |
EinMByte
|
2bde6fc13b
|
Fixes to GetMTUWindows and GetMTUWindowsIpv6 (thanks mlt).
|
9 years ago |
EinMByte
|
c3ec75756d
|
Also check the returned size in base64 tests.
|
9 years ago |
EinMByte
|
469981cce5
|
Tests and documentation for base32.
|
9 years ago |
EinMByte
|
28a4f4173d
|
Tests and documentation for base64.
|
9 years ago |
Meeh
|
53053105c9
|
Merge pull request #169 from guanqun/fix-binary-name
the binary should be i2pd
|
9 years ago |
Riccardo Spagni
|
85b1505e51
|
Merge pull request #228 from EinMByte/master
Various changes
|
9 years ago |
EinMByte
|
d0b2a0da14
|
Fix #227: Transports::GetRandomPeer() crashes if m_Peers is empty
|
9 years ago |
EinMByte
|
28969bfeab
|
Update todo.
|
9 years ago |
EinMByte
|
6f569f5334
|
Merge remote-tracking branch 'github/master'
Conflicts:
Log.cpp
Log.h
|
9 years ago |
Mikal Villa
|
5f644b1b04
|
Fixed build issue with Mac OSX, which don't support std::chrono::monotonic_clock.
|
9 years ago |
EinMByte
|
eb4109187a
|
Remove unused include (boost foreach).
|
9 years ago |
EinMByte
|
79e3f669f0
|
Cleanup util, add documentation.
|
9 years ago |
EinMByte
|
66754aac5a
|
Tests and documentation for util::url.
|
9 years ago |
EinMByte
|
4412dd198d
|
Tabs -> spaces (yes this breaks compatiblity with upstream)
|
9 years ago |
EinMByte
|
5d78e2f5e4
|
Setup unit test environment.
|
9 years ago |
EinMByte
|
4ce7b0e9ef
|
Minor changes based on cppcheck output.
|
9 years ago |
EinMByte
|
62ac53563c
|
Ensure zero-inialization, add TODO update gitignore.
|
9 years ago |
orignal
|
c939dec26a
|
check if current remote lease is not set
|
9 years ago |
orignal
|
6e54714c0e
|
use shared_ptr for garlic cloves
|
9 years ago |
orignal
|
6851644922
|
shared_ptr for DatabaseStore, DatabaseLookup and DatabaseSearchReply
|
9 years ago |
orignal
|
8f40167fe1
|
rollback of previous change. port must be accesses from a remote host
|
9 years ago |
orignal
|
de6e73c2eb
|
Merge pull request #224 from majestrate/master
bind I2PService and HTTPServer to loopback
|
9 years ago |
jeff
|
855f3833d2
|
bind to loopback
|
9 years ago |
jeff
|
37a5c10c66
|
Merge branch 'upstream-master' into http-bind-local
|
9 years ago |
jeff
|
23275a5949
|
have http server bind to loopback
|
9 years ago |
orignal
|
73d4025256
|
version 0.10.0
|
9 years ago |
orignal
|
3405ffd8d8
|
check for buffer size
|
9 years ago |
orignal
|
e03f1597a0
|
don't send DatabaseStore until time sync complete
|
9 years ago |
orignal
|
c5644e0e32
|
const I2NP messages
|
9 years ago |
orignal
|
bf14b7da9a
|
move FillI2NPMessageHeader into I2NPMessage
|
9 years ago |
orignal
|
0c8fb376db
|
some cleanup
|
9 years ago |
orignal
|
17acdcc4d5
|
temporary fix of crash
|
9 years ago |
orignal
|
654357f5ce
|
copy shared_ptr
|
9 years ago |
orignal
|
fbebdd3055
|
fixed race condition
|
9 years ago |
orignal
|
83e76c6b53
|
use shared flood message
|
9 years ago |
orignal
|
adf12b6084
|
handle DeliveryStatus garlic clove directly
|
9 years ago |
orignal
|
047c6a93a3
|
don't copy transit DatabaseStore
|
9 years ago |
orignal
|
bf4c33325c
|
random non-zero padding
|
9 years ago |
orignal
|
be1a4548e6
|
pass const I2NP message to HandleTunnelDataMsg
|
9 years ago |
orignal
|
d8cd2afd12
|
different input anf output I2NP message for tunnel encryption
|
9 years ago |
orignal
|
6ff3f8df87
|
Merge pull request #218 from mlt/fix208
Check for invalid SAM destination
|
9 years ago |
Mikhail Titov
|
95c4a87ccc
|
Check for invalid SAM destination
This closes #208
|
9 years ago |