{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":309117792,"defaultBranch":"main","name":"bsd-pidfile-rs","ownerLogin":"andrewshadura","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-11-01T14:48:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/309253?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1710141198.0","currentOid":""},"activityList":{"items":[{"before":"e6968c17b958fd6b469923dc45b206e814f6e5d5","after":"6e2a29b6d442f7090aa9f0c6ac4a6ac057517594","ref":"refs/heads/main","pushedAt":"2024-03-11T07:21:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"andrewshadura","name":"Andrej Shadura","path":"/andrewshadura","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/309253?s=80&v=4"},"commit":{"message":"Use assert! instead of assert_eq! with literal booleans","shortMessageHtmlLink":"Use assert! instead of assert_eq! with literal booleans"}},{"before":"1faadcb9acaca9d176847786d7d667c809baa492","after":"e6968c17b958fd6b469923dc45b206e814f6e5d5","ref":"refs/heads/main","pushedAt":"2024-03-11T07:17:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"andrewshadura","name":"Andrej Shadura","path":"/andrewshadura","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/309253?s=80&v=4"},"commit":{"message":"More efficient string handling\n\nEliminate 2-3 data copies while handling path names","shortMessageHtmlLink":"More efficient string handling"}},{"before":"e6968c17b958fd6b469923dc45b206e814f6e5d5","after":null,"ref":"refs/heads/pull/9/head","pushedAt":"2024-03-11T07:13:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"andrewshadura","name":"Andrej Shadura","path":"/andrewshadura","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/309253?s=80&v=4"}},{"before":null,"after":"e6968c17b958fd6b469923dc45b206e814f6e5d5","ref":"refs/heads/pull/9/head","pushedAt":"2024-03-11T07:12:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"andrewshadura","name":"Andrej Shadura","path":"/andrewshadura","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/309253?s=80&v=4"},"commit":{"message":"More efficient string handling\n\nEliminate 2-3 data copies while handling path names","shortMessageHtmlLink":"More efficient string handling"}},{"before":"8763bb756db7989493d1fd9d756bdcd6d0dcff02","after":"1faadcb9acaca9d176847786d7d667c809baa492","ref":"refs/heads/main","pushedAt":"2024-01-12T18:00:17.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"andrewshadura","name":"Andrej Shadura","path":"/andrewshadura","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/309253?s=80&v=4"},"commit":{"message":"On FreeBSD, use libc directly\n\nIt already defines the pidfile functions, and links to libutil.","shortMessageHtmlLink":"On FreeBSD, use libc directly"}},{"before":"4b72f07aa783ecbbe9ef575c6c93e064e5cd40e8","after":"8763bb756db7989493d1fd9d756bdcd6d0dcff02","ref":"refs/heads/main","pushedAt":"2024-01-12T17:52:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"andrewshadura","name":"Andrej Shadura","path":"/andrewshadura","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/309253?s=80&v=4"},"commit":{"message":"Update nix dev dependency to 0.27.0\n\nThis resolves a cargo audit alert. It also probably improves compile\ntimes since this version of Nix uses fine-grained feature flags.\n\nRUSTSEC-2021-0119","shortMessageHtmlLink":"Update nix dev dependency to 0.27.0"}},{"before":"cbf5fa963ac1e422b1f409fa30bcd3f8c4bd8008","after":"4b72f07aa783ecbbe9ef575c6c93e064e5cd40e8","ref":"refs/heads/main","pushedAt":"2024-01-09T11:24:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"andrewshadura","name":"Andrej Shadura","path":"/andrewshadura","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/309253?s=80&v=4"},"commit":{"message":"pidfile-rs 0.2.0","shortMessageHtmlLink":"pidfile-rs 0.2.0"}},{"before":"612851deb8bdafbc66acbd565e67a192fd418cb6","after":"cbf5fa963ac1e422b1f409fa30bcd3f8c4bd8008","ref":"refs/heads/main","pushedAt":"2024-01-09T11:21:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"andrewshadura","name":"Andrej Shadura","path":"/andrewshadura","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/309253?s=80&v=4"},"commit":{"message":"Update copyrights","shortMessageHtmlLink":"Update copyrights"}},{"before":"15e4c35ff911747d8a58bc71277d96fa03c1ca3d","after":"612851deb8bdafbc66acbd565e67a192fd418cb6","ref":"refs/heads/main","pushedAt":"2024-01-09T11:20:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"andrewshadura","name":"Andrej Shadura","path":"/andrewshadura","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/309253?s=80&v=4"},"commit":{"message":"Make write and close mutate self\n\nThe do, in fact, mutate self, even though this is hidden because\ndone by unsafe external code. Pure Rust implementation cannot work\naround it.","shortMessageHtmlLink":"Make write and close mutate self"}},{"before":"13d159a28c02290523ce1b1dc911c9f6a7fbc6d6","after":"15e4c35ff911747d8a58bc71277d96fa03c1ca3d","ref":"refs/heads/main","pushedAt":"2024-01-09T11:07:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"andrewshadura","name":"Andrej Shadura","path":"/andrewshadura","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/309253?s=80&v=4"},"commit":{"message":"fix: Add a linking fallback for environments that can't use pkgconfig","shortMessageHtmlLink":"fix: Add a linking fallback for environments that can't use pkgconfig"}},{"before":"7680fe654f037e6e35949ebddc72fb7339766ed1","after":"13d159a28c02290523ce1b1dc911c9f6a7fbc6d6","ref":"refs/heads/main","pushedAt":"2024-01-09T10:36:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"andrewshadura","name":"Andrej Shadura","path":"/andrewshadura","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/309253?s=80&v=4"},"commit":{"message":"Fix the build of docs on docs.rs\n\nThe build on docs.rs is failing because libbsd isn't found by pkgconf.\nBut pkgconf isn't needed to build this crate on FreeBSD. So switch the\ndocs.rs build to target that OS.\n\n(depends on #6)","shortMessageHtmlLink":"Fix the build of docs on docs.rs"}},{"before":"be2934c92ee874756f29a94e5587f693f0fa18ca","after":"7680fe654f037e6e35949ebddc72fb7339766ed1","ref":"refs/heads/main","pushedAt":"2024-01-09T10:34:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"andrewshadura","name":"Andrej Shadura","path":"/andrewshadura","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/309253?s=80&v=4"},"commit":{"message":"Fix the build on FreeBSD\n\nAnd DragonflyBSD too, probably (but not tested).","shortMessageHtmlLink":"Fix the build on FreeBSD"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEEfT-2gA","startCursor":null,"endCursor":null}},"title":"Activity ยท andrewshadura/bsd-pidfile-rs"}