index
:
gos
main
Social Media sharing tool written in Go - Personal replacement for buffer.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
types
Age
Commit message (
Expand
)
Author
2024-09-21
cleanup
Paul Buetow
2024-09-21
jo
Paul Buetow
2024-09-18
some stuff
Paul Buetow
2024-09-12
can set an entry shared
Paul Buetow
2024-09-12
persist and add
Paul Buetow
2024-09-12
add pending.delete
Paul Buetow
2024-09-12
refactor a bit
Paul Buetow
2024-09-06
rename more
Paul Buetow
2024-09-06
rename ent to entry
Paul Buetow
2024-09-06
add Next
Paul Buetow
2024-09-06
use PlatformName as an alias for better readability
Paul Buetow
2024-08-31
fix and so on
Paul Buetow
2024-08-31
refactored entry.Shared to be a map
Paul Buetow
2024-08-15
return changed boolean var, no need to keep it as a member value
Paul Buetow
2024-08-15
Update marks checksum only dirty when there was really something changed in t...
Paul Buetow
2024-08-15
fix test
Paul Buetow
2024-08-12
rename again
Paul Buetow
2024-08-12
rename
Paul Buetow
2024-07-28
refactor
Paul Buetow
2024-07-28
rename entry to ent
Paul Buetow
2024-07-28
can update/upload entry
Paul Buetow
2024-07-28
initial posting real data over
Paul Buetow
2024-06-04
dealing with two TODO items
Paul Buetow
2024-06-04
more on testing
Paul Buetow
2024-06-04
unit tests pass again
Paul Buetow
2024-06-04
more on unit testing and some refactoring
Paul Buetow
2024-05-27
move the interface to the client
Paul Buetow
2024-05-26
add negative memory fs test as well
Paul Buetow
2024-05-25
add memoryfs vfs implementation
Paul Buetow
2024-05-25
refactor vfs into its own package
Paul Buetow
2024-05-25
initial VFS
Paul Buetow
2024-05-19
fix xpected checksum for the test
Paul Buetow
2024-05-19
can update an entry
Paul Buetow
2024-05-19
add equals unit test
Paul Buetow
2024-05-19
initial equality test for the entries
Paul Buetow
2024-05-19
move SaveFile to entry
Paul Buetow
2024-05-16
more on this
Paul Buetow
2024-05-16
more on merge support
Paul Buetow
2024-05-11
also return the checksums for each element of the repository
Paul Buetow
2024-05-06
refactor project file structure
Paul Buetow