index
:
getwtxt
this commit
master
twtxt registry written in Go
gbmor <ben@gbmor.dev>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cache.go
Commit message (
Collapse
)
Author
Age
Files
Lines
*
moved bulk of code to its own package to clean up source tree
Ben Morrison
2019-06-05
1
-130
/
+0
|
*
cache/push check interval increased to 1s
Ben Morrison
2019-06-05
1
-0
/
+1
|
*
cli flags for db path/type, assets dir. systemd unit file. makefile.
Ben Morrison
2019-06-05
1
-3
/
+7
|
*
split caching and db function files
Ben Morrison
2019-06-04
1
-129
/
+0
|
*
expanding options for databases. abstractions for database push/pull functions
Ben Morrison
2019-06-04
1
-8
/
+25
|
*
bugfix: errors logged as strings (prev. bytes)
Ben Morrison
2019-05-31
1
-9
/
+9
|
*
preventing race cond in refreshCache()
Ben Morrison
2019-05-27
1
-31
/
+57
|
*
fixed race condition
Ben Morrison
2019-05-27
1
-2
/
+12
|
*
removed extraneous comments
Ben Morrison
2019-05-27
1
-42
/
+2
|
*
updated field refs wrt getwtxt/registry update
Ben Morrison
2019-05-27
1
-5
/
+5
|
*
simplified indexHandler to reference staticCache
Ben Morrison
2019-05-26
1
-1
/
+1
|
|
|
|
sending ETag with all GET responses: sha256 of raw bytes
*
method names changed in registry lib
Ben Morrison
2019-05-25
1
-1
/
+1
|
*
removed unnecessary type conversion
Ben Morrison
2019-05-24
1
-2
/
+2
|
*
mutex RLock for remoteRegistries on recache/dbpush
Ben Morrison
2019-05-23
1
-0
/
+4
|
*
reusing template init func for recache
Ben Morrison
2019-05-23
1
-6
/
+2
|
*
caching all static assets
Ben Morrison
2019-05-23
1
-22
/
+25
|
*
caching some static assets
Ben Morrison
2019-05-23
1
-0
/
+51
|
*
configuration init changes
Ben Morrison
2019-05-23
1
-8
/
+8
|
*
runtime bugs re: http400 and database reading on startup
Ben Morrison
2019-05-21
1
-49
/
+43
|
*
runtime bugs related to api output
Ben Morrison
2019-05-21
1
-4
/
+4
|
*
review of db functions
Ben Morrison
2019-05-21
1
-28
/
+62
|
*
database push/pull functions
Ben Morrison
2019-05-21
1
-0
/
+159