Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request 'Extensively use rustfmt' (#11) from quality/rustfmt into ... | Quentin | 2021-09-20 | 13 | -67/+149 |
|\ | |||||
| * | Use the official rust image | Quentin Dufour | 2021-09-20 | 1 | -1/+2 |
| * | Fix the CONTRIBUTING doc for the new formattingquality/rustfmt | Quentin Dufour | 2021-09-20 | 1 | -6/+17 |
| * | Stricter Rust formating rules and build in the CI | Quentin Dufour | 2021-09-20 | 12 | -62/+132 |
|/ | |||||
* | Merge pull request 'added rustfmt, a guide about this, and a CI job to enforc... | Quentin | 2021-09-17 | 16 | -344/+467 |
|\ | |||||
| * | added a line to CI to actually install rustfmt on the runner | adrien | 2021-09-11 | 1 | -0/+1 |
| * | added rustfmt: a rustfmt.toml file diescribing syntax (soft tabs of 2 spaces)... | adrien | 2021-09-11 | 16 | -344/+466 |
|/ | |||||
* | Merge pull request 'Environment parsing done with Serde Envy' (#5) from adrie... | Quentin | 2021-08-19 | 11 | -80/+368 |
|\ | |||||
| * | a last pass to remove warnings from my code | LUXEY Adrien | 2021-08-16 | 2 | -3/+6 |
| * | environment.rs successfully replaced with new config/ configuration loader. N... | LUXEY Adrien | 2021-08-16 | 7 | -78/+34 |
| * | New configuration parsing using envy. Added minimal functionnality for | LUXEY Adrien | 2021-08-16 | 7 | -10/+339 |
* | | Merge pull request 'Edited README: declare system dependency to a TLS library... | adrien | 2021-08-16 | 1 | -0/+5 |
|\ \ | |/ |/| | |||||
| * | edited README: declare system dependency to a TLS library | LUXEY Adrien | 2021-08-14 | 1 | -0/+5 |
|/ | |||||
* | change image nameHEADmaster | darkgallium | 2020-07-13 | 1 | -1/+1 |
* | Merge pull request 'Automatically manage firewall rules (iptables) for servic... | Quentin | 2020-07-04 | 10 | -38/+334 |
|\ | |||||
| * | corrections after review | darkgallium | 2020-07-04 | 2 | -35/+40 |
| * | ensure chain jump is added only onceadd-firewall-rules | darkgallium | 2020-06-28 | 6 | -19/+12 |
| * | update README & Dockerfile | darkgallium | 2020-06-28 | 4 | -15/+17 |
| * | add actor for firewall & massive refactor | darkgallium | 2020-05-24 | 6 | -32/+129 |
| * | add better error handling | darkgallium | 2020-05-24 | 1 | -12/+28 |
| * | changing backend to use the cleaner ipt bindings | darkgallium | 2020-05-24 | 4 | -212/+169 |
| * | first basic support for adding nft rules | darkgallium | 2020-05-24 | 3 | -2/+228 |
|/ | |||||
* | Dockerize app | Quentin Dufour | 2020-05-23 | 6 | -19/+42 |
* | Working IGD | Quentin Dufour | 2020-05-23 | 3 | -15/+33 |
* | WIP igd actor | Quentin Dufour | 2020-05-22 | 1 | -5/+49 |
* | Connecting elements | Quentin Dufour | 2020-05-22 | 3 | -18/+27 |
* | WIP software | Quentin Dufour | 2020-05-22 | 7 | -116/+82 |
* | Rewrite for clarity | Quentin Dufour | 2020-05-22 | 1 | -15/+24 |
* | Handle UDP/TCP | Quentin Dufour | 2020-05-22 | 3 | -11/+25 |
* | Better retry mechanism | Quentin Dufour | 2020-05-22 | 2 | -2/+7 |
* | Fix tag format | Quentin Dufour | 2020-05-22 | 1 | -1/+1 |
* | Working parsing | Quentin Dufour | 2020-05-22 | 5 | -11/+78 |
* | Consul Actor basic logic works | Quentin Dufour | 2020-05-22 | 2 | -10/+10 |
* | WIP consul actor | Quentin Dufour | 2020-05-22 | 4 | -5/+46 |
* | WIP consul | Quentin Dufour | 2020-05-22 | 3 | -0/+24 |
* | Some guidelines | Quentin Dufour | 2020-05-22 | 1 | -0/+9 |
* | We are now able to watch | Quentin Dufour | 2020-05-22 | 2 | -8/+22 |
* | Working Consul | Quentin Dufour | 2020-05-21 | 5 | -18/+60 |
* | Broken Diplonat | Quentin Dufour | 2020-05-21 | 9 | -85/+150 |
* | Working on logic | Quentin Dufour | 2020-05-21 | 8 | -50/+69 |
* | WIP loops | Quentin Dufour | 2020-05-21 | 3 | -3/+27 |
* | Bullet points are needed ^^ | Quentin Dufour | 2020-05-09 | 1 | -3/+3 |
* | Remove bullet points | Quentin Dufour | 2020-05-09 | 1 | -3/+3 |
* | Add some content to the README | Quentin Dufour | 2020-05-09 | 1 | -0/+8 |
* | Rewrite as an object | Quentin Dufour | 2020-05-09 | 4 | -22/+22 |
* | Consul URL is now a parameter | Quentin Dufour | 2020-05-09 | 1 | -1/+5 |
* | Split logic in multiple files! | Quentin Dufour | 2020-05-09 | 3 | -10/+23 |
* | Add context to errors | Quentin Dufour | 2020-05-09 | 3 | -13/+22 |
* | Rewrite with anyhow | Quentin Dufour | 2020-05-09 | 4 | -31/+16 |
* | Rewrite with modules, still in progress... | Quentin Dufour | 2020-05-09 | 3 | -6/+29 |