index
:
x
fcuny/rust
main
experimental monorepo
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix URL to the repository
Franck Cuny
2024-04-28
2
-3
/
+1
*
Merge pull request #9 from fcuny/fcuny/bump-deps
Franck Cuny
2024-04-28
5
-365
/
+486
|
\
|
*
bump a number of dependencies to their latest versions
dependabot[bot]
2024-04-28
5
-365
/
+486
|
/
*
Merge pull request #8 from fcuny/dependabot/cargo/clap-4.5.4
Franck Cuny
2024-04-22
2
-73
/
+80
|
\
|
*
build(deps): bump clap from 4.0.18 to 4.5.4
dependabot[bot]
2024-04-22
2
-73
/
+80
|
/
*
use `add_trust_anchors`
Franck Cuny
2024-04-16
1
-1
/
+1
*
clippy should fail on warnings
Franck Cuny
2024-04-16
1
-1
/
+1
*
Merge pull request #2 from fcuny/dependabot/cargo/rustls-0.21.10
Franck Cuny
2024-04-15
2
-21
/
+148
|
\
|
*
build(deps): bump rustls from 0.20.7 to 0.21.10
dependabot[bot]
2024-04-16
2
-21
/
+148
|
/
*
Merge pull request #4 from fcuny/dependabot/cargo/anyhow-1.0.82
Franck Cuny
2024-04-15
2
-3
/
+3
|
\
|
*
build(deps): bump anyhow from 1.0.70 to 1.0.82
dependabot[bot]
2024-04-16
2
-3
/
+3
*
|
Merge pull request #1 from fcuny/dependabot/cargo/x509-parser-0.16.0
Franck Cuny
2024-04-15
2
-57
/
+88
|
\
\
|
|
/
|
/
|
|
*
build(deps): bump x509-parser from 0.14.0 to 0.16.0
dependabot[bot]
2024-04-16
2
-57
/
+88
|
/
*
add some workflows for CI and dependabot config
Franck Cuny
2024-04-15
3
-0
/
+86
*
replace rust-overlay with naersk
Franck Cuny
2023-07-05
4
-171
/
+282
*
remove configuration for drone
Franck Cuny
2023-03-30
1
-50
/
+0
*
update metadata in Cargo.toml
Franck Cuny
2023-03-30
1
-2
/
+4
*
simplify the main function
Franck Cuny
2023-03-30
1
-5
/
+1
*
use anyhow for error handling
Franck Cuny
2023-03-30
3
-3
/
+11
*
add a flag to check expired certificate
Franck Cuny
2023-03-28
5
-36
/
+94
*
doc: update README
Franck Cuny
2022-11-13
1
-7
/
+55
*
Merge pull request 'ref: print succinct or detailed information about a cert'...
Franck
2022-11-13
3
-71
/
+106
|
\
|
*
ref: print succinct or detailed information about a cert
Franck Cuny
2022-11-13
3
-71
/
+106
|
/
*
Merge pull request 'fcuny/minor-changes' (#2) from fcuny/reduce-build-time in...
Franck
2022-11-09
2
-2
/
+4
|
\
|
*
fix: small nit
Franck Cuny
2022-11-09
1
-1
/
+1
|
*
fix: ensure rust-src is installed
Franck Cuny
2022-11-09
1
-1
/
+3
|
/
*
fix: configure properly the overlay
Franck Cuny
2022-11-08
1
-1
/
+1
*
flake.lock: Update
Franck
2022-11-08
1
-12
/
+12
*
ci: add pipeline to update flacks
Franck Cuny
2022-11-07
1
-0
/
+14
*
Merge pull request 'ci: switch from GitHub action to drone' (#1) from fcuny/d...
fcuny
2022-11-06
4
-60
/
+37
|
\
|
*
ci: switch from GitHub action to drone
Franck Cuny
2022-11-06
4
-60
/
+37
|
/
*
Merge pull request #5 from fcuny/fcuny/crane
Franck Cuny
2022-11-04
2
-30
/
+114
|
\
|
*
buid: use crane to build the binary
Franck Cuny
2022-11-04
2
-30
/
+114
|
/
*
Merge pull request #4 from fcuny/fcuny/rewrite-actions
Franck Cuny
2022-11-01
7
-208
/
+215
|
\
|
*
build: follow flake-inputs for rust overlay
Franck Cuny
2022-11-01
2
-16
/
+4
|
*
build: add pre-commit checks
Franck Cuny
2022-11-01
3
-4
/
+56
|
*
ci: rewrite GitHub actions to use `nix develop|build`
Franck Cuny
2022-11-01
1
-75
/
+36
|
*
fix: disable default feature on `chrono` crate
Franck Cuny
2022-11-01
2
-49
/
+46
|
*
build: get rid of naersk
Franck Cuny
2022-11-01
2
-55
/
+28
|
*
build: configure rust overlay to follow nixpkgs
Franck Cuny
2022-11-01
2
-18
/
+7
|
*
meta: add a configuration to allow/deny dependencies
Franck Cuny
2022-11-01
1
-0
/
+46
|
*
meta: ignore result directory
Franck Cuny
2022-11-01
1
-0
/
+1
|
/
*
Merge pull request #3 from fcuny/dependabot/cargo/clap-4.0.18
Franck Cuny
2022-10-24
2
-5
/
+5
|
\
|
*
build(deps): bump clap from 4.0.17 to 4.0.18
dependabot[bot]
2022-10-24
2
-5
/
+5
|
/
*
build(deps): bump actions/checkout from 2 to 3
dependabot[bot]
2022-10-21
1
-5
/
+5
*
feat: get information about a given certificate
Franck Cuny
2022-10-21
7
-1
/
+1197
*
build: fix the name of the workflow
Franck Cuny
2022-10-19
1
-1
/
+1
*
meta: initial commit
Franck Cuny
2022-10-19
10
-0
/
+182