index
:
pypaste
debugging
feature/new-keys
master
plugabble-clients
plugable-clients
pluggable-storage
A pastebin script using s3 and pygments.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
debugging
debugging
John Turner
5 months
feature/new-keys
create PasteInfo struct and replace read_row with read_paste_info
John Turner
5 months
master
improve error handling by narrowing down exception types and using transactions
John Turner
5 months
plugabble-clients
fix unused variable lint
John Turner
6 months
plugable-clients
fix unused variable lint
John Turner
6 months
pluggable-storage
implement sqlite storage backend
John Turner
6 months
Age
Commit message
Author
2025-09-09
implement sqlite storage backend
pluggable-storage
John Turner
2025-09-09
run meson in check.sh
John Turner
2025-09-09
create check.sh script
John Turner
2025-09-09
rewrite to support modular storage backends
John Turner
2025-09-07
return HTTPInternalServerError is checking for key fails
John Turner
2025-09-07
forgot to await self.database.exists
John Turner
2025-09-07
print warning when failing to find lexer
John Turner
2025-09-07
print a warning instead of an error when failing to find a style
John Turner
2025-09-07
check for error when checking if key exists in database
John Turner
2025-09-07
whitespace fixup
John Turner
[...]