* enable osx in travis config
* fix brew commands, change comiler
* disable clang build with make on linux
* update README
* tabulation fix in Crypto.cpp
Move old LDFLAGS variable to LDLIBS. By doing ths, a user can set their
own LDFLAGS without breaking the build. A case in which this can be
useful is hardening with debian, e.g.
$ dpkg-buildflags --get LDFLAGS
-Wl,-z,relro
Note; we use _MSC_VER instead of _WIN32 for MSVC spesific code.
* 'master' of github-meeh420:PrivacySolutions/i2pd: (35 commits)
handle incoming datagramms
send datagram through destination's thread
incoming ipv6 connections
support ipv6 for outgoing NTCP connections
some cleanup
Update Daemon.cpp
Add Upstart job to debian packaging
Implement reload in init script
Rename init.d to i2pd.init
Decouple logging and daemonization
verify signature through remore identity
moved remote RI and identity to TransportSession
set unreachable trough NetDb
moved AddressBook to ClientContext
initialize router identity
don't specify RI for inbound NTCP connections
use remote router indentity
take identity of local RI from private keys
send datagram from SAM
fixed windows build
...
Conflicts:
SAM.cpp
Compiles fine on 10.9,
$ uname -a
Darwin mikalv.local 13.1.0 Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST
2014; root:xnu-2422.90.20~2/RELEASE_X86_64 x86_64