-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.7.1 - Backport minor fixes and packaging from dev to master #1233
Commits on Apr 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cbb08c7 - Browse repository at this point
Copy the full SHA cbb08c7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9ae743a - Browse repository at this point
Copy the full SHA 9ae743aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b66441 - Browse repository at this point
Copy the full SHA 0b66441View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9933dad - Browse repository at this point
Copy the full SHA 9933dadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91aa488 - Browse repository at this point
Copy the full SHA 91aa488View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd9c8c9 - Browse repository at this point
Copy the full SHA dd9c8c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c84eac - Browse repository at this point
Copy the full SHA 8c84eacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7406dbc - Browse repository at this point
Copy the full SHA 7406dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f59cce - Browse repository at this point
Copy the full SHA 7f59cceView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb7ddae - Browse repository at this point
Copy the full SHA eb7ddaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b6357 - Browse repository at this point
Copy the full SHA a0b6357View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c3fab8 - Browse repository at this point
Copy the full SHA 6c3fab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf1cb3d - Browse repository at this point
Copy the full SHA cf1cb3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 744acce - Browse repository at this point
Copy the full SHA 744acceView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbaed61 - Browse repository at this point
Copy the full SHA dbaed61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73eef04 - Browse repository at this point
Copy the full SHA 73eef04View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3eaf92 - Browse repository at this point
Copy the full SHA b3eaf92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53bef47 - Browse repository at this point
Copy the full SHA 53bef47View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc575e1 - Browse repository at this point
Copy the full SHA bc575e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3a5032 - Browse repository at this point
Copy the full SHA d3a5032View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ce2542 - Browse repository at this point
Copy the full SHA 4ce2542View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e82a3f - Browse repository at this point
Copy the full SHA 7e82a3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc14c25 - Browse repository at this point
Copy the full SHA fc14c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ca8c25 - Browse repository at this point
Copy the full SHA 0ca8c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 012c081 - Browse repository at this point
Copy the full SHA 012c081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c81c75 - Browse repository at this point
Copy the full SHA 7c81c75View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc6d4e9 - Browse repository at this point
Copy the full SHA cc6d4e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ca8400 - Browse repository at this point
Copy the full SHA 7ca8400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 230f28f - Browse repository at this point
Copy the full SHA 230f28fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b630a31 - Browse repository at this point
Copy the full SHA b630a31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cfc02c - Browse repository at this point
Copy the full SHA 8cfc02cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2fbc28 - Browse repository at this point
Copy the full SHA c2fbc28View commit details -
Configuration menu - View commit details
-
Copy full SHA for e80f20e - Browse repository at this point
Copy the full SHA e80f20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0388a10 - Browse repository at this point
Copy the full SHA 0388a10View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 58133db - Browse repository at this point
Copy the full SHA 58133dbView commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for c9a8c67 - Browse repository at this point
Copy the full SHA c9a8c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16d2296 - Browse repository at this point
Copy the full SHA 16d2296View commit details -
Change mac install prefix to /opt/lokinet
/usr/local is probably going to get stomped on by homebrew.
Configuration menu - View commit details
-
Copy full SHA for 1221a24 - Browse repository at this point
Copy the full SHA 1221a24View commit details -
Configuration menu - View commit details
-
Copy full SHA for d65a0c9 - Browse repository at this point
Copy the full SHA d65a0c9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 35197a7 - Browse repository at this point
Copy the full SHA 35197a7View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 44b6cce - Browse repository at this point
Copy the full SHA 44b6cceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6391f32 - Browse repository at this point
Copy the full SHA 6391f32View commit details -
Pass CMAKE_PREFIX_PATH through to lokinet-gui
Needed to build against the right Qt
Configuration menu - View commit details
-
Copy full SHA for d49fe81 - Browse repository at this point
Copy the full SHA d49fe81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2036bca - Browse repository at this point
Copy the full SHA 2036bcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b56ff52 - Browse repository at this point
Copy the full SHA b56ff52View commit details -
Configuration menu - View commit details
-
Copy full SHA for dacea9a - Browse repository at this point
Copy the full SHA dacea9aView commit details -
Including mostly windows/macos packaging changes, plus a few minor fixes.
Configuration menu - View commit details
-
Copy full SHA for b2bd555 - Browse repository at this point
Copy the full SHA b2bd555View commit details -
Configuration menu - View commit details
-
Copy full SHA for a75015b - Browse repository at this point
Copy the full SHA a75015bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 496451e - Browse repository at this point
Copy the full SHA 496451eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47806b4 - Browse repository at this point
Copy the full SHA 47806b4View commit details