Commit Graph

5476 Commits (44b6ccebbd92768f0d10776b3908fcdb2e31b366)
 

Author SHA1 Message Date
Jason Rhinelander 44b6ccebbd Move release motto string into CMakeLists.txt
Right after project() which contains the version, so that version +
motto updates are basically in one place (and so that non-Makefile cmake
invocations get it).
4 years ago
Jason Rhinelander 35197a7620 codesigning and notarization
Codesigns and notarizes the package.  Requires a bunch of stuff to
actually get this working.  (see contrib/macos-signing.txt).

I'm currently also building with

    -DLOKINET_GUI_REPO=https://github.com/jagerman/loki-network-control-panel.git -DLOKINET_GUI_CHECKOUT=cmake

because it needs the camke-ification PR for the control panel to
properly sign everything there.
4 years ago
Jason Rhinelander d65a0c97ed Add simple installer readme 4 years ago
Jason Rhinelander 1221a24c25 Change mac install prefix to /opt/lokinet
/usr/local is probably going to get stomped on by homebrew.
4 years ago
Jason Rhinelander 16d2296b11 Add -DBUILD_PACKAGE=ON to make cpack code opt-in 4 years ago
Jason Rhinelander c9a8c67276 Build lokinet-gui with ExternalProject
Also installs it without the extra hack by specifying ../../Applications
for the destination.  (This definitely feels kind of nasty, but it works).
4 years ago
Jason Rhinelander 58133db753 Consolidate cmake vars & definitions
CMake will set version variables itself if you give the version in the
project(), which is cleaner.  Also removes some (nearly) duplicate
definitions and settings added in basic_definitions.cmake for unknown
reasons.

Removes some redundant settings (name, description, version) from the
cpack settings which already default to the values from the project()
call.
4 years ago
Stephen Shelton 0388a10f81 Bundle gui in mac installer 4 years ago
Stephen Shelton e80f20ecb8 MacOS installer / runtime nonsense 4 years ago
Jeff Becker c2fbc28bbf gut ui-* 4 years ago
Jeff Becker 8cfc02ca56 add plist 4 years ago
Jeff Becker b630a3135a macos post install script that bootstraps, generates configs and registers plist 4 years ago
Jeff Becker 230f28f20a tinker with release scripts to hopefully appease the apple gods. 4 years ago
Jeff Becker 7ca8400e66 make apple builds build for older versions and embrace the bitrot 4 years ago
Jeff Becker cc6d4e9401 turn off optimizations for releases 4 years ago
Jeff Becker 7c81c7502d static link on macos 4 years ago
Jeff Becker 012c0816a0 make gitlab mac runner poop out mac pkg builds too 4 years ago
Jeff Becker 0ca8c25b49 remove god awful "packaging" cruft that is no longer used. 4 years ago
Jeff Becker fc14c25771 fix up cpack for macos 4 years ago
Jeff Becker 7e82a3fefb use 64 bit windows target for now 4 years ago
Jeff Becker 4ce2542bbf fix gitlab tag (again) 4 years ago
Jeff Becker d3a503261e fix gitlab tag 4 years ago
Jeff Becker bc575e1649 fix gitlab ci file 4 years ago
Jeff Becker 53bef479a3 more macos installer bits 4 years ago
Jeff Becker b3eaf92588 add mac target for release 4 years ago
Jeff Becker 73eef0427a move cmake unix down 4 years ago
Jeff Becker dbaed61100 make gitlab pump out 32 bit installers, no lto for builds as that is cursed for now. 4 years ago
Jeff Becker 744acce8d2 update lokinet-bootstrap 4 years ago
Jeff Becker cf1cb3d304 allow fail 4 years ago
Jeff Becker 6c3fab84ec update ci for windows installers 4 years ago
Jeff Becker a0b6357e0a make installer pull in tuntap driver 4 years ago
Jeff Becker eb7ddae863 initial lokinet-bootstrap in powershell for windows 4 years ago
Jeff Becker 7f59cce443 set license 4 years ago
Jeff Becker 7406dbc964 cpack win32 4 years ago
Jeff Becker 8c84eac718 strict check of bounds 4 years ago
Jeff Becker dd9c8c91a3 add bounds check 4 years ago
Jeff Becker 91aa488024 remove un needed check 4 years ago
Jeff Becker 9933dadb20 fix use after move 4 years ago
Jeff Becker 0b66441e07 disable accedental fec in iwp outbound messages 4 years ago
Jeff Becker 9ae743a65b when we have an inbound session and we do a forward dns lookup
we should not look up the descriptor on the network as we
already have a session with them
4 years ago
Ryan Tharp cbb08c762e fix make static when TOOLCHAIN isn't set 4 years ago
Jeff 250a817c6e
Merge pull request #1189 from loki-project/dev
0.7.0
5 years ago
Jeff b1f036bb7f
Merge pull request #1188 from majestrate/call-jsonrpc-server-cleanup-2020-03-16
fix memleak in jsonrpc
5 years ago
Jeff Becker 1e434c03f8
cleanup 5 years ago
Jeff Becker d1f8752b7c
fix memleak in jsonrpc
llarp_tcp_acceptor ticker wasn't being called so connections where not
being cleaned up
5 years ago
Jeff 03da1d7d8f
Merge pull request #1187 from majestrate/future-proof-intro-sets-2020-03-14
discard unknown fields in introset for future use
5 years ago
jeff 7089996ac5 discard unknown fields in introset for future use 5 years ago
Jeff 9ccaed71a5
Merge pull request #1183 from majestrate/add-random-snode-a-record-dns-2020-03-12
add an A Record for random.snode so that it works
5 years ago
Jeff Becker 4452b152aa
add an A Record for random.snode so that it works 5 years ago
Jeff 50514d55b7
Merge pull request #1181 from loki-project/dev
rc3
5 years ago