Commit Graph

4838 Commits (ce0d316150cc09c0d076029eae5b9cab78bc96d7)
 

Author SHA1 Message Date
Ryan Tharp ce0d316150
Merge pull request #1004 from majestrate/v0.6.1-version-bump-2019-12-25
0.6.1 version bump
4 years ago
Jeff Becker 59257815d5
version bump with intentional grammar troll motto for science related ventures. 4 years ago
Jeff 5cddf1d90a
Merge pull request #999 from loki-project/dev
merge dev into master for 0.6.1
4 years ago
Jeff 7672294fa5
Merge pull request #1001 from majestrate/dev-format-2019-12-22
make format
4 years ago
Jeff Becker 8b8d636ded
make format 4 years ago
Jeff 013a312363
Merge pull request #1000 from despair86/dev
no more MSVC builds pls
4 years ago
Rick V b9c02d999f
why was this there
we do not support MSVC
4 years ago
Jeff 693a8de669
Merge pull request #997 from jagerman/travis-salt
Enable DOWNLOAD_SODIUM for travis builds
5 years ago
Jeff 9444a7b8d1
Merge pull request #989 from loki-project/neuroscr-readme-update
Update readme.md
5 years ago
Jeff 8db9ae2e40
Merge pull request #998 from notlesh/enable_api_by_default
Enable the JSON RPC API by default
5 years ago
Ryan Tharp 5a7fda50a8
remove win32 note per Jeff 5 years ago
Stephen Shelton 1300de2387 Enable the JSON RPC API by default 5 years ago
Jeff 414c2f042b
Merge pull request #996 from jagerman/hash-fix
AlignedBuffer<N>::Hash fix
5 years ago
Jason Rhinelander 9cf30c424a Enable DOWNLOAD_SODIUM for travis builds 5 years ago
Jason Rhinelander 1b710455a7 Disallow AlignedBuffer < 8 bytes; add oddball buffer sizes 5 years ago
Jason Rhinelander d57d6bfc6d Use memcpy to extract hash value
Using the straight reinterpret_cast runs into type aliasing issues,
which manifest on armhf.  C++20 adds `std::bit_cast` to deal with
exactly this, but memcpy is the pre-C++20 way to do it properly.
5 years ago
Jeff 3c9df38b88
Merge pull request #990 from tewinget/libuv-timers
Libuv-based timers
5 years ago
Jeff Becker 16c7e7dd33 fix unit tests 5 years ago
Jeff 4a6034bb1f
Merge pull request #994 from loki-project/neuroscr-gitlabci-fix
try to fix gitlab CI (redo 991)
5 years ago
Ryan Tharp 4230ca8d77
correct ninja binary case 5 years ago
Ryan Tharp 47e19b8c19
try to fix gitlab CI (from 991) 5 years ago
Jason Rhinelander 134707d327
Merge pull request #993 from jagerman/m2d
Merge master changes into dev
5 years ago
Jason Rhinelander c105f16fd6
Merge pull request #992 from loki-project/neuroscr-xenial-compat
Xenial compatibility
5 years ago
Ryan Tharp 4bea4867d0
Xenial compatibility
per https://github.com/loki-project/loki-network/blob/ubuntu/xenial/debian/patches/0004-Reduce-required-cmake-version.patch
5 years ago
Thomas Winget f4c9e09d44 remove obsolete timer-related code 5 years ago
Ryan Tharp 46a86741c2
Update readme.md 5 years ago
Thomas Winget e53e3db171 make dht context use new libuv timers 5 years ago
Thomas Winget 55b44cfc13 fix derp nested function call and derp merge error 5 years ago
Thomas Winget 50118c3127 Change ILinkLayer::ScheduleTick to use new timer 5 years ago
Thomas Winget 71bb0dd520 implement timers using libuv
So far only a bit of the code using timers has been modified to use
the new libuv-based timers.  Also only the non-Windows case has been
implemented.  Seems to be working though, so it's a good time to commit.
5 years ago
Jeff a980eff8ef
Merge pull request #981 from jagerman/optional-sodium-dl
Add -DDOWNLOAD_SODIUM=ON to re-enable downloaded sodium (but now opt-in)
5 years ago
Jeff 2fde993a7a
Merge pull request #980 from despair86/dev
netid changed again
5 years ago
Rick V 5d9225dbf9
do not hardcode version into user-agent string 5 years ago
Jason Rhinelander 54b644e280 Add -DDOWNLOAD_SODIUM to re-enabled dl&build of sodium
Also supported in the Makefile (e.g. `make DOWNLOAD_SODIUM=ON`)

Also DRYs out the Makefile a little.
5 years ago
Rick V 9aefa32964
update netid on windows side 5 years ago
Jeff 89aedcb0b2
Merge pull request #979 from majestrate/master
netid update
5 years ago
Jeff Becker 0eb4efdce9
netid update 5 years ago
Jeff a8ec956e64
Merge pull request #978 from loki-project/dev
v0.6.0
5 years ago
Jeff d532c4784e
Merge pull request #968 from despair86/dev
post-RC2 fixes for windows and unix
5 years ago
Rick V a62a75d640
nit 5 years ago
Rick V ccd936feb1
the internal windows toolchain _already_ provides a default manifest 5 years ago
Rick V a08d2ff64e
microsoft libc a shit 5 years ago
Rick V caa6549cbb
clang-format everything 5 years ago
Rick V fd6602bf05
fix versiontag 5 years ago
Rick V 5d914cedd8
add definitions for System5 and generic non-Apple BSD 5 years ago
Rick V 64710ca4d4
Explicitly align to 16 bytes on Win32 targets 5 years ago
Rick V e144d9e762
fix test suite 5 years ago
Rick V 9fa9209114
don't be aggressive
remove libcurl packaging rules. We still build it, but ship only the curl.exe
5 years ago
Rick V d1b9b89812
add note
add libuv build

add its dependent libraries to the final link line
5 years ago
Rick V 6d49ffd60b
include all platform dependencies transitively 5 years ago