Commit Graph

1251 Commits (21e3778e6970b388b10317c8fd33ec2fff1f4edf)
 

Author SHA1 Message Date
Kill Your TV 21e3778e69 Revert the 'clean-up' commits so that custom build-time flags can be set
These commits removed the 'NEEDED*' vars which were added so that CXX*
and LDFLAGS could be specified at build time. By doing away with these
and using solely CXXFLAGS and LDFLAGS, special flags cannot be added.
Indeed, specifying your own CXXFLAGS would cause the build to fail. We
want the build flags to be APPENDED, not overwritten.
10 years ago
orignal f4f6e74ea2 process addressbook request response 10 years ago
orignal c887f54740 fixed crash 10 years ago
orignal 1179731959 send request to addressbook link directly without proxy 10 years ago
orignal 91e833cdaf fixed crash at shutdown 10 years ago
orignal 84e5f30c70 delete local destination on session close 10 years ago
orignal b007b66b15 store SAMSession by pointer 10 years ago
orignal 8b05455545 Cancel added 10 years ago
orignal a44ca91409 terminate acceptor and sessions on stop 10 years ago
orignal 84235fe479 fixed typo 10 years ago
orignal 25ccfef4b0 version updated 10 years ago
orignal ec8e3574f9 delete local destination on session close 10 years ago
orignal 7da694825d fixed handshake 10 years ago
orignal 9606883b78 handle signature type for SAM 3.1 10 years ago
orignal 54cffb583f check max version 10 years ago
orignal fe4d640504 drop incoming garlic messages if local destination doesn't exist anymore 10 years ago
orignal 1a69770e15 fixed compilation warning 10 years ago
orignal 75b67b7ea7 CRC32 verification 10 years ago
orignal e3f077ee9a create io_service together with destination 10 years ago
orignal f357a5864c pass local destination by pointer 10 years ago
orignal 6e32c389b1 some cleanup 10 years ago
orignal 219abaa7e1 don't use AESNI if not supported 10 years ago
orignal 82d5bf2f8a load certificates before reseed 10 years ago
orignal 1ffe7955a3 RSA raw verifier 10 years ago
orignal ef73353a0a use RSA-raw for SU3 verification 10 years ago
orignal 52a0b9ca03 extend LeaseSet buffer to fir RSA-4096 key and signature 10 years ago
orignal 0a9eca9f94 load certificates and verify signatures 10 years ago
orignal b399d45d66 extract public key from ceritificate 10 years ago
orignal d6fe4556fb don't make executable as shared 10 years ago
orignal 6ad0313dbe Merge pull request #117 from hagen-i2p/library-build-2
Library build 2
10 years ago
hagen ca2566e778 * reorder makefile rules : fix depends on header 10 years ago
orignal 2b093a0e3f extract issuer name 10 years ago
hagen 0e212f29d0 * update build/CMakeLists.txt 10 years ago
hagen cd3a7040b0 * Makefile : add dist target 10 years ago
hagen cf8e229098 * almost fixed static linking 10 years ago
hagen 05a62af99b * move USE_* to main Makefile 10 years ago
hagen 56c404e6c1 * Makefile.linux : use idents with spaces 10 years ago
hagen 5ee4969322 * Makefile.linux : reorder checks 10 years ago
hagen 8a43e070d8 * Makefile.osx : exchange options 10 years ago
hagen aa0cb6b2c4 * (3/3) cleanup : unused variable 10 years ago
hagen d6ec412422 * (2/3) cleanup : use $CXXFLAGS instead $NEEDED_FLAGS 10 years ago
hagen 4e94bc9efc * (1/3) cleanup : use $CXXFLAGS instead $CPU_FLAGS 10 years ago
hagen bc0f0e96a3 * (3/3) 2nd try : drop api/ subdir 10 years ago
hagen 9552edf82d * (2/3) update main Makefile 10 years ago
hagen 8c218bd5df * (1/3) update filelist.mk : 3 lists of sources: common, daemon-specific and library-specific 10 years ago
hagen 01bb492faf * cleanup : remove 100% garbage in Makefile.osx 10 years ago
orignal afd0a43725 read certificate file 10 years ago
orignal 366b160727 initial parsin of X.509 certificate 10 years ago
Kill Your TV 8b61aedc3f sync certificates with the java router 10 years ago
orignal 23e49e730f process SU3 files with data descriptor 10 years ago