aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deletes git branches that are merged back into the main branchFranck Cuny2025-09-071-0/+213
* a utility to gathers detailed information about Apple Silicon SystemFranck Cuny2025-09-0614-1762/+493
* certcheck to see x509 certification detailsFranck Cuny2025-09-0611-1546/+183
* ssh-cert-info in goFranck Cuny2025-09-067-233/+169
* add a tool to check validity of SSH certificatesFranck Cuny2025-08-295-1/+237
* don't check errorsFranck Cuny2025-08-293-3/+8
* check returned error when running the scrobblerFranck Cuny2025-08-292-2/+4
* fix import paths for mpd-scrobblerFranck Cuny2025-08-294-6/+24
* Merge remote-tracking branch 'import/main'Franck Cuny2025-08-298-0/+438
|\
| * prepare the migrationFranck Cuny2025-08-295-47/+0
| * doc: update README with instruction for installingFranck Cuny2021-10-251-0/+8
| * build: install the binary and systemd unitFranck Cuny2021-10-251-0/+12
| * scrobbler: add a systemd unit fileFranck Cuny2021-10-251-0/+43
| * scrobbler: read mpd status before processing songFranck Cuny2021-10-111-4/+21
| * scrobbler: record how long a song was playedFranck Cuny2021-10-102-1/+16
| * mpd-scrobbler: proper default argumentsFranck Cuny2021-10-101-2/+31
| * scrobbler: use helper function EqualAttrsFranck Cuny2021-10-101-3/+1
| * record: add some basic testingFranck Cuny2021-10-102-0/+59
| * mpd-stats: pass database path to the scrobblerFranck Cuny2021-10-102-5/+31
| * scrobbler: add timestamp to the recordFranck Cuny2021-10-101-9/+11
| * scrobbler: add interface to the sqlite3 databaseFranck Cuny2021-10-103-0/+57
| * mpd-stats: create and run the scrobblerFranck Cuny2021-10-101-39/+4
| * scrobbler: add functions to create and run itFranck Cuny2021-10-101-0/+66
| * mpd: export the type PlayerFranck Cuny2021-10-101-4/+4
| * mpd: add function `Close` to the playerFranck Cuny2021-10-102-2/+15
| * mpd: rename function to create the playerFranck Cuny2021-10-102-2/+2
| * scrobbler: create a record on new songFranck Cuny2021-10-091-5/+27
| * scrobbler: initial log record typeFranck Cuny2021-10-093-1/+40
| * scrobbler: watch for events and print song detailsFranck Cuny2021-10-094-0/+77
| * README: add some information about loggingFranck Cuny2021-10-091-1/+14
| * add initial go.modFranck Cuny2021-10-091-0/+3
| * Add README.org, LICENSE.txtFranck Cuny2021-10-092-0/+21
| * Initial commitFranck Cuny2021-10-090-0/+0
* fix readme for x509-info projectFranck Cuny2025-08-291-4/+4
* update rust workspaceFranck Cuny2025-08-292-3/+1268
* Merge remote-tracking branch 'import/main'Franck Cuny2025-08-297-0/+1541
|\
| * remove unused filesFranck Cuny2025-08-2911-499/+0
| * Merge pull request #26 from fcuny/dependabot/cargo/clap-4.5.8Franck Cuny2024-07-042-7/+7
| |\
| | * build(deps): bump clap from 4.5.4 to 4.5.8dependabot[bot]2024-07-012-7/+7
| * | Merge pull request #27 from fcuny/dependabot/github_actions/DeterminateSystem...Franck Cuny2024-07-041-1/+1
| |\ \ | | |/ | |/|
| | * build(deps): bump DeterminateSystems/update-flake-lock from 21 to 23dependabot[bot]2024-07-011-1/+1
| |/
| * Merge pull request #17 from fcuny/update_flake_lock_actionFranck Cuny2024-06-241-12/+12
| |\
| | * chore: update flakegithub-actions[bot]2024-06-231-12/+12
| * | Merge pull request #24 from fcuny/dependabot/cargo/webpki-roots-0.26.3Franck Cuny2024-06-242-3/+3
| |\ \ | | |/ | |/|
| | * build(deps): bump webpki-roots from 0.26.1 to 0.26.3dependabot[bot]2024-06-242-3/+3
| |/
| * Merge pull request #16 from fcuny/dependabot/cargo/rustls-0.23.8Franck Cuny2024-06-032-7/+7
| |\
| | * build(deps): bump rustls from 0.23.5 to 0.23.8dependabot[bot]2024-05-272-7/+7
| * | Merge pull request #12 from fcuny/update_flake_lock_actionFranck Cuny2024-06-031-12/+12
| |\ \ | | |/ | |/|
| | * chore: update flakegithub-actions[bot]2024-06-021-12/+12
| |/
| * Merge pull request #10 from fcuny/update_flake_lock_actionFranck Cuny2024-05-121-9/+9
| |\
| | * chore: update flakegithub-actions[bot]2024-05-121-9/+9
| |/
| * fix URL to the repositoryFranck Cuny2024-04-282-3/+1
| * Merge pull request #9 from fcuny/fcuny/bump-depsFranck Cuny2024-04-285-365/+486
| |\
| | * bump a number of dependencies to their latest versionsdependabot[bot]2024-04-285-365/+486
| |/
| * Merge pull request #8 from fcuny/dependabot/cargo/clap-4.5.4Franck Cuny2024-04-222-73/+80
| |\
| | * build(deps): bump clap from 4.0.18 to 4.5.4dependabot[bot]2024-04-222-73/+80
| |/
| * use `add_trust_anchors`Franck Cuny2024-04-161-1/+1
| * clippy should fail on warningsFranck Cuny2024-04-161-1/+1
| * Merge pull request #2 from fcuny/dependabot/cargo/rustls-0.21.10Franck Cuny2024-04-152-21/+148
| |\
| | * build(deps): bump rustls from 0.20.7 to 0.21.10dependabot[bot]2024-04-162-21/+148
| |/
| * Merge pull request #4 from fcuny/dependabot/cargo/anyhow-1.0.82Franck Cuny2024-04-152-3/+3
| |\
| | * build(deps): bump anyhow from 1.0.70 to 1.0.82dependabot[bot]2024-04-162-3/+3
| * | Merge pull request #1 from fcuny/dependabot/cargo/x509-parser-0.16.0Franck Cuny2024-04-152-57/+88
| |\ \ | | |/ | |/|
| | * build(deps): bump x509-parser from 0.14.0 to 0.16.0dependabot[bot]2024-04-162-57/+88
| |/
| * add some workflows for CI and dependabot configFranck Cuny2024-04-153-0/+86
| * replace rust-overlay with naerskFranck Cuny2023-07-054-171/+282
| * remove configuration for droneFranck Cuny2023-03-301-50/+0
| * update metadata in Cargo.tomlFranck Cuny2023-03-301-2/+4
| * simplify the main functionFranck Cuny2023-03-301-5/+1
| * use anyhow for error handlingFranck Cuny2023-03-303-3/+11
| * add a flag to check expired certificateFranck Cuny2023-03-285-36/+94
| * doc: update READMEFranck Cuny2022-11-131-7/+55
| * Merge pull request 'ref: print succinct or detailed information about a cert'...Franck2022-11-133-71/+106
| |\
| | * ref: print succinct or detailed information about a certFranck Cuny2022-11-133-71/+106
| |/
| * Merge pull request 'fcuny/minor-changes' (#2) from fcuny/reduce-build-time in...Franck2022-11-092-2/+4
| |\
| | * fix: small nitFranck Cuny2022-11-091-1/+1
| | * fix: ensure rust-src is installedFranck Cuny2022-11-091-1/+3
| |/
| * fix: configure properly the overlayFranck Cuny2022-11-081-1/+1
| * flake.lock: UpdateFranck2022-11-081-12/+12
| * ci: add pipeline to update flacksFranck Cuny2022-11-071-0/+14
| * Merge pull request 'ci: switch from GitHub action to drone' (#1) from fcuny/d...fcuny2022-11-064-60/+37
| |\
| | * ci: switch from GitHub action to droneFranck Cuny2022-11-064-60/+37
| |/
| * Merge pull request #5 from fcuny/fcuny/craneFranck Cuny2022-11-042-30/+114
| |\
| | * buid: use crane to build the binaryFranck Cuny2022-11-042-30/+114
| |/
| * Merge pull request #4 from fcuny/fcuny/rewrite-actionsFranck Cuny2022-11-017-208/+215
| |\
| | * build: follow flake-inputs for rust overlayFranck Cuny2022-11-012-16/+4
| | * build: add pre-commit checksFranck Cuny2022-11-013-4/+56
| | * ci: rewrite GitHub actions to use `nix develop|build`Franck Cuny2022-11-011-75/+36
| | * fix: disable default feature on `chrono` crateFranck Cuny2022-11-012-49/+46
| | * build: get rid of naerskFranck Cuny2022-11-012-55/+28
| | * build: configure rust overlay to follow nixpkgsFranck Cuny2022-11-012-18/+7
| | * meta: add a configuration to allow/deny dependenciesFranck Cuny2022-11-011-0/+46
| | * meta: ignore result directoryFranck Cuny2022-11-011-0/+1
| |/
| * Merge pull request #3 from fcuny/dependabot/cargo/clap-4.0.18Franck Cuny2022-10-242-5/+5
| |\
| | * build(deps): bump clap from 4.0.17 to 4.0.18dependabot[bot]2022-10-242-5/+5
| |/
| * build(deps): bump actions/checkout from 2 to 3dependabot[bot]2022-10-211-5/+5
| * feat: get information about a given certificateFranck Cuny2022-10-217-1/+1197
| * build: fix the name of the workflowFranck Cuny2022-10-191-1/+1
| * meta: initial commitFranck Cuny2022-10-1910-0/+182
* add tools to format rust and TOMLFranck Cuny2025-08-291-2/+7
* update rust workspacefcuny/rustFranck Cuny2025-08-293-0/+71
* delete unneeded filesFranck Cuny2025-08-295-69/+1
* Merge remote-tracking branch 'import/main' into fcuny/rustFranck Cuny2025-08-2911-0/+492
|\
| * Merge pull request #3 from fcuny/dependabot/cargo/thiserror-2.0.11Franck Cuny2025-01-152-5/+5
| |\
| | * Bump thiserror from 2.0.9 to 2.0.11dependabot[bot]2025-01-132-5/+5
| |/
| * Merge pull request #2 from fcuny/fcuny/e_and_p_coresFranck Cuny2024-12-291-13/+62
| |\
| | * fix clippy feedbackFranck Cuny2024-12-291-2/+2
| | * report the number of E cores and P coresFranck Cuny2024-12-291-13/+62
| |/
| * Merge pull request #1 from fcuny/dependabot/cargo/thiserror-2.0.9Franck Cuny2024-12-292-9/+9
| |\
| | * Bump thiserror from 1.0.61 to 2.0.9dependabot[bot]2024-12-292-9/+9
| * | add a few more useful files to the repoFranck Cuny2024-12-292-0/+24
| |/
| * add initial github actionsFranck Cuny2024-12-292-0/+45
| * update project's metadataFranck Cuny2024-12-291-0/+11
| * split main.rs into bin/apple_silicon.rs and lib.rsFranck Cuny2024-12-292-3/+4
| * report TDP for GPU and CPUFranck Cuny2024-12-292-11/+186
| * use a constant value for the path to sysctlFranck Cuny2024-12-281-1/+3
| * document the public typesFranck Cuny2024-12-281-0/+4
| * be more explicit in the default outputFranck Cuny2024-12-281-1/+1
| * initial commitFranck Cuny2024-07-096-0/+181
* add `git-leaderboard`Franck Cuny2025-08-251-0/+128
* add seq-stat: terminal histogram generator for number sequencesFranck Cuny2025-08-251-0/+115
* add nix configurations for building and running `goget`Franck Cuny2025-08-249-6/+163
* add Go vanity URL service for custom import pathsFranck Cuny2025-08-243-0/+198
* set some environment variables in the dev shellsFranck Cuny2025-08-181-0/+4
* small cleanupFranck Cuny2025-08-171-19/+5
* manage the repository with nixFranck Cuny2025-08-175-0/+288
* format go code with `nix fmt`Franck Cuny2025-08-171-9/+17
* first command added: pvizFranck Cuny2025-08-174-0/+266