Commit Graph

7674 Commits

Author SHA1 Message Date
Jeff
3fbddac464 idempotent flush queues on path builds 2022-04-12 11:48:08 -04:00
majestrate
f702aacc38
add arch linux section to readme
cite current ongoing discussion thread on the aur.
2022-04-05 19:13:11 -04:00
majestrate
b6a087187c
Merge pull request #1881 from majestrate/mark-dead-obctx-2022-03-31
reduce excess path builds
2022-04-04 16:20:26 -04:00
Jeff
ffadcb2e93 clean up paths that are ignored and inactive 2022-04-01 10:32:38 -04:00
Jeff
af041cfee4 try not to spam builds 2022-04-01 10:32:34 -04:00
majestrate
619d8d3776
Merge pull request #1877 from majestrate/path-cache-cpu-reduction-2022-03-29
Cache best paths determined by GetPathByRouter to reduce cpu usage
2022-03-30 20:12:58 -04:00
Jeff
17687e300e drone-ci image name fix, use -builder images 2022-03-30 19:38:41 -04:00
Jeff
77bf2f4af9 disable building fat liblokinet.so on bionic because lto is broken on bionoic still 2022-03-30 17:35:45 -04:00
Jeff
38a157808e Cache best paths determined by GetPathByRouter to reduce cpu usage 2022-03-30 17:11:04 -04:00
majestrate
65ef0e4bfb
Merge pull request #1849 from majestrate/dry-cross-2022-02-02
dry cross compile
2022-03-30 16:48:00 -04:00
majestrate
1fc901330c
Merge pull request #1851 from majestrate/ci-docs-generation-2022-02-04
ci docs generation
2022-03-30 16:45:53 -04:00
majestrate
a71e9423bd
Merge pull request #1864 from majestrate/gutt-old-code-2022-02-27
remove old dead code
2022-03-30 16:42:32 -04:00
majestrate
3d32e3b36a
Merge pull request #1876 from majestrate/zlib-hashpin-update-2022-03-29
bump zlib hashpin
2022-03-30 16:34:07 -04:00
Jeff
e2a94b44bb bump zlib hashpin 2022-03-29 09:18:04 -04:00
Jeff
7265a6c80e ci pipeline for cross compile 2022-03-16 14:21:40 -04:00
Jeff
7251944adc redo contrib/cross.sh to take cmake arguments 2022-03-16 14:21:40 -04:00
Jeff
66b7c3698e remove unneeded line from contrib/cross.sh 2022-03-16 14:21:40 -04:00
Jeff
56492c88ac dry cross compile 2022-03-16 14:21:40 -04:00
majestrate
12044af04e
Update readme.md
add note about updating alternatives in windows cross build
2022-03-15 21:37:55 -04:00
majestrate
2476d97bf5
Merge pull request #1869 from pebu1337/patch-1
Fix spelling changes
2022-03-14 08:17:15 -04:00
Pebu
1a74abca31
Fix spelling changes 2022-03-14 08:04:58 -04:00
majestrate
27d883157d
Merge pull request #1865 from majestrate/proto-fix-2022-03-06
fix wire protocol race condition
2022-03-07 15:55:43 -05:00
Jeff
a76acd4956 fix wire protocol race condition
only send close packet once, before we were sending a close after we got a close causing excess log spam.
include handshake phase when checking for connection timeouts.

when we change our rc make sure to put it into nodedb too when we are a service node to prevent weirdness in dht lookups.
2022-03-05 21:08:53 -05:00
Jeff
b4c4c3977a oxenc 2022-02-28 10:49:23 -05:00
Jeff
6629e8c881 cmake workarround for quark in older cmake where pkg config produces non existing targets 2022-02-28 10:46:41 -05:00
Jeff
ae96458f8a remove old dead code 2022-02-27 11:10:15 -05:00
majestrate
6f46fe7e0c
Merge pull request #1862 from Bilb/fix-abort-exit-on-stop
summary status: no services means not running
2022-02-23 10:23:28 -05:00
Jeff
eeb93343c0 rpc fixes for lokinet gui
only add stats for services when we have them
2022-02-23 09:24:50 -05:00
audric
41405be612 summary status: no services means not running 2022-02-23 14:21:47 +11:00
majestrate
a8faffe76e
Merge pull request #1860 from Bilb/add-version-and-uptime-summary-status
add version and uptime to summary status endpoint
2022-02-22 20:17:14 -05:00
Audric Ackermann
ad6d206aa6
add version and uptime to summary status endpoint 2022-02-21 10:57:47 +11:00
Jeff
0fe716e1dd more docs 2022-02-19 16:08:09 -05:00
Jeff
54f431c9e8 make doxybook2 run from PATH if installed on our system 2022-02-17 18:01:53 -05:00
Jeff
6bb438ca33 make comments with colins in them not have them in it 2022-02-17 18:01:53 -05:00
Jeff
c39bd827d0 remove markdown extension that is not required 2022-02-17 18:01:53 -05:00
Jeff
bebfcbdba2 move documentation builder closer to the top of the ci jobs 2022-02-17 18:01:53 -05:00
Jeff
c70f1866f8 include mkdocs.yml in ci artifacts for docs 2022-02-17 18:01:53 -05:00
Jeff
283eabd1a8 use COPYONLY for the non templated configure_file targets 2022-02-17 18:01:53 -05:00
Jeff
97f4545fd5 make CI pipline generate docs with doxygen, doxybook2 and mkdocs. 2022-02-17 18:01:53 -05:00
majestrate
8a849e81df
Merge pull request #1858 from jagerman/omq-11
Crank oxen-mq to (1.2.)11; switch to oxen-encoding
2022-02-17 16:18:28 -05:00
Jason Rhinelander
d02558350a
Crank oxen-mq to (1.2.)11; switch to oxen-encoding
- Update oxen-mq submodule to latest stable
- Add oxen-encoding submodule
- Convert all oxenmq encoding usage to oxenc
- Modernize cmake handling of oxenmq/oxenc
2022-02-17 16:30:17 -04:00
majestrate
f8b6b9d34b
Merge pull request #1856 from Bilb/fix-num-path-built-summary-status
fix numPaths value in Router::ExtractSummaryStatus
2022-02-15 21:09:58 -05:00
Audric Ackermann
d9467f4dee fix numPaths value in Router::ExtractSummaryStatus 2022-02-16 13:07:55 +11:00
majestrate
6cec95f0f7
Merge pull request #1857 from majestrate/upstream-dns-default-quad-nine-2022-02-15
use quad nine as default upstream dns
2022-02-15 20:32:29 -05:00
Jeff
ac9fb9d479 use quad nine as default upstream dns 2022-02-15 20:29:55 -05:00
majestrate
c0f47063cb
Delete llarp.png
remove unused image
2022-02-12 19:08:01 -05:00
majestrate
79662aaa9a
spruce up README more
remove dead links for docs

link all support platforms

add anchors in markdown
2022-02-12 19:05:34 -05:00
majestrate
e61ca2934e
Update readme.md
fix anchor
2022-02-12 14:52:08 -05:00
majestrate
101650d742
Update readme.md
typofix
2022-02-12 14:51:20 -05:00
majestrate
09e91cce13
fix up readme
point install links to sections in readme.md
2022-02-12 14:50:43 -05:00