Commit Graph

663 Commits (dependabot/cargo/serde_bytes-0.11.9)
 

Author SHA1 Message Date
Revertron 90c5ba7e83
Merge pull request #239 from la-ninpre/master
Add support for other BSDs
2 years ago
la-ninpre e744b95a7e
Add support for other BSDs
Tested basic functionality[1] on these systems:
FreeBSD
NetBSD
DragonflyBSD

[1]: by basic functionality I mean syncing the blockchain and resolving
DNS queries.

GUI doesn't work on NetBSD due to different locations of shared
libraries which could be fixed. DragonflyBSD isn't supported by
webview-sys create so GUI doen't work there too. Also DragonflyBSD
isn't supported by `thread-priority` crate, so it is disabled in the
code.
2 years ago
Revertron e29bc482a3
Merge pull request #235 from la-ninpre/master
Add OpenBSD support
2 years ago
la-ninpre 370db66ce5
Added OpenBSD support 2 years ago
Revertron dd12ddeed0
Merge pull request #233 from 13werwolf13/master
small changes
2 years ago
Дмитрий Марков 09fd432b2e
small changes 2 years ago
Revertron 594dabcab8 Implemented resolution of domain records through NS-servers. Updated dependencies. 2 years ago
Revertron fe43117a03 Fixed TXT records resolve. 2 years ago
Revertron fd9da6f6fd Updated dependencies. 2 years ago
Revertron 542be0ea54 Fixed #218. 2 years ago
Revertron bfebdce19c Merge remote-tracking branch 'origin/master' 2 years ago
Revertron eec8a2d0a6 Updated dependencies. 2 years ago
Revertron 58e230a504 Updated dependencies. 2 years ago
Revertron 5cf8fb17f6
Merge pull request #217 from averyanalex/tld-change
Recheck domain availability on TLD change
2 years ago
Alex Averyanov ce235c0547
Recheck domain availability on TLD change 2 years ago
Revertron 09afbdd16b
Merge pull request #213 from exepirit/master
build: reduce Docker image size
2 years ago
exepirit 5bd471e6f5
build: add Dockerfile for Alpine Linux distribution 2 years ago
exepirit b42f71901c
build: use Debian slim Docker image 2 years ago
Revertron c088469390 Merge remote-tracking branch 'origin/master' 2 years ago
Revertron efa3e3f79d Small p2p optimizations. 2 years ago
Revertron 1fdebeb344
Merge pull request #206 from exepirit/master
Add armlf architecture support
2 years ago
exepirit a9f12acd55
deploy: add armlf package to release artifacts 2 years ago
exepirit eb23f88a3c
build: support armlf architecture 2 years ago
Revertron 5b420af312 Merge remote-tracking branch 'origin/master' 2 years ago
Revertron b8d505da2e Sped up P2P reconnections after sleep. Ensured successfull peer resolution. Updated dependencies. 2 years ago
Revertron d5dcc14e5b
Merge pull request #193 from renesat/master
Update NixOS support
2 years ago
Revertron fceaa2eaac Added docker instruction to readme. 2 years ago
Revertron 63d3593e10 Fixed default AdGuard DNS IP. 2 years ago
Revertron b2aa001dc5 Fixed build warning on linux. 2 years ago
Revertron f7799fefd6 Updated dependencies. 2 years ago
Revertron 6ce092f184 Some network refactoring, updated dependencies. 2 years ago
Revertron 0f73741433
Merge pull request #198 from rex4539/typos
Fix typo
2 years ago
Dimitris Apostolou 08f49d52da
Fix typo 2 years ago
Revertron c111da6250 Fixed network message reading. 3 years ago
Revertron 797584c516 Fixed multiple clippy warnings. 3 years ago
renesat ba716d9d4c Update nixos support
Add flake.nix file and update shell.nix.
3 years ago
Revertron d776cca5b3 Updated dependencies and README. 3 years ago
Revertron 27f0df16f4
Merge pull request #188 from Revertron/dependabot/cargo/serde-1.0.131
Bump serde from 1.0.130 to 1.0.131
3 years ago
Revertron bb067cc1a2
Merge pull request #187 from Revertron/dependabot/cargo/simplelog-0.11.1
Bump simplelog from 0.11.0 to 0.11.1
3 years ago
Revertron c77def54b8
Merge pull request #186 from Revertron/dependabot/cargo/digest-0.10.0
Bump digest from 0.9.0 to 0.10.0
3 years ago
dependabot[bot] 7557bcf508
Bump serde from 1.0.130 to 1.0.131
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.130 to 1.0.131.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.130...v1.0.131)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot] 1d34ca2a45
Bump simplelog from 0.11.0 to 0.11.1
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/drakulix/simplelog.rs/releases)
- [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.11.0...v0.11.1)

---
updated-dependencies:
- dependency-name: simplelog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot] c07ccd70ce
Bump digest from 0.9.0 to 0.10.0
Bumps [digest](https://github.com/RustCrypto/traits) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.9.0...digest-v0.10.0)

---
updated-dependencies:
- dependency-name: digest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Revertron 51e4a39ac5
Merge pull request #185 from Revertron/dependabot/cargo/sha2-0.10.0
Bump sha2 from 0.9.8 to 0.10.0
3 years ago
dependabot[bot] de07552305
Bump sha2 from 0.9.8 to 0.10.0
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.8 to 0.10.0.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.8...sha2-v0.10.0)

---
updated-dependencies:
- dependency-name: sha2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Revertron baa6060bee
Merge pull request #184 from Revertron/dependabot/cargo/open-2.0.2
Bump open from 2.0.1 to 2.0.2
3 years ago
Revertron 276277f79c
Merge pull request #183 from Revertron/dependabot/cargo/thread-priority-0.4.1
Bump thread-priority from 0.2.4 to 0.4.1
3 years ago
dependabot[bot] 6e48bebf51
Bump open from 2.0.1 to 2.0.2
Bumps [open](https://github.com/Byron/open-rs) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](https://github.com/Byron/open-rs/compare/open-v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: open
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot] 1627e4a5ac
Bump thread-priority from 0.2.4 to 0.4.1
Bumps [thread-priority](https://github.com/vityafx/thread-priority) from 0.2.4 to 0.4.1.
- [Release notes](https://github.com/vityafx/thread-priority/releases)
- [Commits](https://github.com/vityafx/thread-priority/commits)

---
updated-dependencies:
- dependency-name: thread-priority
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Revertron c73e0db585
Merge pull request #182 from Revertron/dependabot/cargo/derive_more-0.99.17
Bump derive_more from 0.99.16 to 0.99.17
3 years ago