index
:
newsboat
dennis/bugfix/2912-ci-coveralls
feature/2326-filepath
feature/bump-catch
master
minoru/feature/1344-utf8string
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
dennis/bugfix/2912-ci-coveralls
Remove GCOV override
Dennis van der Schagt
10 months
feature/2326-filepath
Avoid passing non-UTF-8 data to strprintf::fmt in {File,Dir}Browser
Alexander Batischev
10 months
feature/bump-catch
Update Catch to 3.7.1
Alexander Batischev
12 months
master
Merge pull request #2920 from newsboat/dependabot/cargo/cxx-f4e3696ad4
dependabot[bot]
10 months
minoru/feature/1344-utf8string
Switch TextViewWidget's storage to Utf8String
Alexander Batischev
4 years
Tag
Download
Author
Age
r2.31.1
newsboat-r2.31.1.tar.gz
newsboat-r2.31.1.tar.zst
newsboat-r2.31.1.zip
Alexander Batischev
12 months
r2.32.1
newsboat-r2.32.1.tar.gz
newsboat-r2.32.1.tar.zst
newsboat-r2.32.1.zip
Alexander Batischev
12 months
r2.33.1
newsboat-r2.33.1.tar.gz
newsboat-r2.33.1.tar.zst
newsboat-r2.33.1.zip
Alexander Batischev
12 months
r2.34.1
newsboat-r2.34.1.tar.gz
newsboat-r2.34.1.tar.zst
newsboat-r2.34.1.zip
Alexander Batischev
12 months
r2.35.1
newsboat-r2.35.1.tar.gz
newsboat-r2.35.1.tar.zst
newsboat-r2.35.1.zip
Alexander Batischev
12 months
r2.36.1
newsboat-r2.36.1.tar.gz
newsboat-r2.36.1.tar.zst
newsboat-r2.36.1.zip
Alexander Batischev
12 months
r2.23.1
newsboat-r2.23.1.tar.gz
newsboat-r2.23.1.tar.zst
newsboat-r2.23.1.zip
Alexander Batischev
12 months
r2.24.1
newsboat-r2.24.1.tar.gz
newsboat-r2.24.1.tar.zst
newsboat-r2.24.1.zip
Alexander Batischev
12 months
r2.25.1
newsboat-r2.25.1.tar.gz
newsboat-r2.25.1.tar.zst
newsboat-r2.25.1.zip
Alexander Batischev
12 months
r2.26.1
newsboat-r2.26.1.tar.gz
newsboat-r2.26.1.tar.zst
newsboat-r2.26.1.zip
Alexander Batischev
12 months
[...]
Age
Commit message
Author
Files
Lines
2024-11-22
Avoid passing non-UTF-8 data to strprintf::fmt in {File,Dir}Browser
feature/2326-filepath
Alexander Batischev
2
-4
/
+5
2024-11-22
Remove remaining implicit conversions from {File,Dir}BrowserFormAction
Alexander Batischev
6
-35
/
+144
2024-11-22
Remove some implicit Filepath conversions from {File,Dir}BrowserFormAction
Alexander Batischev
3
-34
/
+28
2024-11-22
Fix signature of `get_formatted_{file,dir}name()`
Alexander Batischev
4
-8
/
+9
2024-11-22
Remove implicit Filepath conversions from Filepath tests
Alexander Batischev
1
-9
/
+10
2024-11-22
Change `Filepath::starts_with()` to take Filepath as argument
Alexander Batischev
3
-7
/
+8
2024-11-22
Remove implicit Filepath conversions from a few miscelaneous files
Dennis van der Schagt
8
-44
/
+37
2024-11-22
Return Filepath from TempFile
Dennis van der Schagt
7
-43
/
+39
2024-11-22
Create separate method for creating cache in-memory
Dennis van der Schagt
15
-457
/
+449
2024-11-22
Cache: Pass ConfigContainer by reference
Dennis van der Schagt
16
-170
/
+170
[...]