aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix cargo fmtAlex Auvolat2021-10-131-15/+23
|
* test in separate drone step (redundant stuff tho)Alex Auvolat2021-10-131-0/+9
|
* Add a modest integration testAlex Auvolat2021-10-134-2/+115
|
* Properly implement watches for BasaltAlex Auvolat2021-10-133-15/+20
|
* improve commentAlex Auvolat2021-10-131-1/+1
|
* Try to handle termination and closing of stuff properlyAlex Auvolat2021-10-1315-168/+266
|
* Fix netapp protocol & adapt basalt to new apiAlex Auvolat2021-10-1310-67/+128
|
* Move out things from conn.rs into two separate filesAlex Auvolat2021-10-127-154/+190
|
* WIP v0.3.0 with changed APIAlex Auvolat2021-10-129-250/+344
|
* fix fmt lintsv0.2.0-prereleaseAlex Auvolat2021-10-121-3/+1
|
* Use tokio_util::compat instead of the one from kuska-handshakeAlex Auvolat2021-10-124-568/+158
|
* Rewrite because clippy didn't understand dropAlex Auvolat2021-10-121-22/+24
|
* fix cargo fmt styleAlex Auvolat2021-10-122-4/+6
|
* Add cargo fmt and clippy checks to drone CIAlex Auvolat2021-10-121-44/+9
|
* fix clippy on basalt codeAlex Auvolat2021-10-121-7/+7
|
* Fix clippy lintsAlex Auvolat2021-10-125-38/+42
|
* Upgrade to tokio 1.0Alex Auvolat2021-10-129-155/+62
|
* Fix drone ?HEADmasterAlex Auvolat2021-03-151-1/+1
|
* update versionsAlex Auvolat2021-03-102-137/+201
|
* make basalt optionnal during compilationAlex Auvolat2021-03-103-8/+42
|
* v0.1.1v0.1.1Alex Auvolat2021-02-182-2/+2
|
* Add CI badgeAlex Auvolat2021-02-181-0/+2
|
* Publish BᴀsᴀʟᴛAlex Auvolat2021-02-185-1/+644
|
* Use nightly rustAlex Auvolat2021-02-171-1/+1
|
* add drone CIAlex Auvolat2021-02-171-0/+48
|
* Add resilience when peer_addr() failsAlex Auvolat2021-02-172-3/+6
|
* Update documentationAlex Auvolat2020-12-142-1/+3
|
* Update READMEAlex Auvolat2020-12-141-1/+3
|
* update arc-swapAlex Auvolat2020-12-142-3/+3
|
* Prepare Cargo.toml for publicationAlex Auvolat2020-12-143-4/+21
|
* Merge branch 'master' of git.deuxfleurs.fr:lx/netappAlex Auvolat2020-12-148-316/+175
|\
| * Replace pk,pubkey,PublicKey by id,NodeID,etcAlex Auvolat2020-12-128-178/+148
| |
| * Make it passive-client-friendlyAlex Auvolat2020-12-124-30/+50
| |
| * Useless dependencies get removedAlex Auvolat2020-12-122-156/+24
| |
* | We don't want to publish thisAlex Auvolat2020-12-146-656/+0
|/
* Tentative traceAlex Auvolat2020-12-111-0/+2
|
* tiny basalt changeAlex Auvolat2020-12-111-1/+1
|
* Add ability to specify our public addr for people to contact us backAlex Auvolat2020-12-115-6/+26
|
* Less verbosityAlex Auvolat2020-12-111-2/+2
|
* Small changesAlex Auvolat2020-12-075-34/+39
|
* Maybe fix something? IdkAlex Auvolat2020-12-072-4/+8
|
* Do not close connections immediately on close signal, await for remaining ↵Alex Auvolat2020-12-079-235/+192
| | | | responses
* Call on_disconnected_handler earlier (as soon as .disconnect() is called)Alex Auvolat2020-12-071-18/+23
|
* Don't close connection at first (stupid) excuseAlex Auvolat2020-12-043-8/+13
|
* a logAlex Auvolat2020-12-041-0/+2
|
* no dup logAlex Auvolat2020-12-042-3/+2
|
* more loggingAlex Auvolat2020-12-043-5/+13
|
* LoggingAlex Auvolat2020-12-046-38/+87
|
* Build docker container for basalt exampleAlex Auvolat2020-12-033-0/+16
|
* Complete basalt exampleAlex Auvolat2020-12-021-3/+42
|