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
/
svc
Commit message (
Expand
)
Author
Age
Files
Lines
*
mutex and readability cleanup
Ben Morrison
2019-06-13
6
-45
/
+22
*
removed mutex from remoteRegistries
Ben Morrison
2019-06-13
6
-21
/
+0
*
updated cacheUpdate bench
Ben Morrison
2019-06-13
1
-1
/
+1
*
linter warning about func signature
Ben Morrison
2019-06-13
1
-1
/
+1
*
made svc/ a package instead of a module for ease of development
Ben Morrison
2019-06-13
2
-215
/
+0
*
added new options to manual
Ben Morrison
2019-06-12
1
-4
/
+30
*
removed unused func/var
Ben Morrison
2019-06-12
1
-7
/
+0
*
separate request and message log
Ben Morrison
2019-06-12
5
-48
/
+40
*
updated deps
Ben Morrison
2019-06-12
2
-3
/
+3
*
temporarily disabling cacheUpdate test
Ben Morrison
2019-06-12
1
-0
/
+5
*
more context to cacheUpdate test failure
Ben Morrison
2019-06-12
1
-1
/
+1
*
testing simple error log function
Ben Morrison
2019-06-12
1
-0
/
+15
*
tests for most of query.go
Ben Morrison
2019-06-11
1
-0
/
+76
*
apiPostUser benchmark
Ben Morrison
2019-06-11
1
-0
/
+20
*
cache.go tests finished
Ben Morrison
2019-06-11
2
-17
/
+113
*
cleaned up staticHandler
Ben Morrison
2019-06-11
1
-10
/
+8
*
runtime bugs in staticHandler
Ben Morrison
2019-06-11
1
-19
/
+12
*
fixed content-types
Ben Morrison
2019-06-11
1
-2
/
+2
*
added support for TLS and hostname resolution
Ben Morrison
2019-06-11
3
-7
/
+40
*
check if behind reverse proxy
Ben Morrison
2019-06-11
4
-10
/
+28
*
merged indexHandler with cssHandler, updated tests
Ben Morrison
2019-06-11
3
-43
/
+38
*
push() changes
v0.3.3
Ben Morrison
2019-06-11
1
-3
/
+0
*
updated deps
Ben Morrison
2019-06-11
2
-135
/
+6
*
readability changes
Ben Morrison
2019-06-11
1
-6
/
+0
*
readability changes
Ben Morrison
2019-06-11
2
-32
/
+21
*
moved timed/periodic functions and types to periodic.go
Ben Morrison
2019-06-11
3
-95
/
+108
*
updated cache benchmarks
Ben Morrison
2019-06-11
1
-0
/
+18
*
eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ticker...
Ben Morrison
2019-06-11
6
-38
/
+10
*
cache and db now use time.Ticker for events. refactored some initialization.
Ben Morrison
2019-06-11
5
-108
/
+170
*
dbLevel.Push() and dbLevel.Pull() now expecting pointer receiver only
Ben Morrison
2019-06-11
1
-2
/
+2
*
dbSqlite.Push() now updating confObj.LastPush; dbSqlite.Push() and dbSqlite.P...
Ben Morrison
2019-06-11
1
-5
/
+8
*
adding fs sync after db push
Ben Morrison
2019-06-11
2
-1
/
+4
*
log formatting fix
Ben Morrison
2019-06-10
1
-1
/
+1
*
closing test response bodies & readability improvements
Ben Morrison
2019-06-10
1
-0
/
+31
*
refactored initConfig()
Ben Morrison
2019-06-10
2
-70
/
+42
*
changed some log formatting
Ben Morrison
2019-06-10
3
-4
/
+4
*
Start() broken into multiple functions
Ben Morrison
2019-06-10
1
-19
/
+30
*
refactored http err handling to combine 3 funcs into 1
Ben Morrison
2019-06-10
4
-102
/
+46
*
updated deps
v0.3.1
Ben Morrison
2019-06-09
2
-4
/
+133
*
handler unit tests finished
Ben Morrison
2019-06-09
2
-2
/
+22
*
setting version via build flags
Ben Morrison
2019-06-09
5
-9
/
+8
*
removed redundant code
Ben Morrison
2019-06-09
1
-39
/
+9
*
handler tests now more substantial
Ben Morrison
2019-06-09
1
-16
/
+66
*
apiEndpointHandler now 404s invalid endpoints, better testing for it
Ben Morrison
2019-06-09
2
-9
/
+68
*
moving mock registry creation to its own func
Ben Morrison
2019-06-09
2
-9
/
+10
*
error missed
Ben Morrison
2019-06-09
1
-1
/
+1
*
start time added to help differentiate run sessions in log file
Ben Morrison
2019-06-09
1
-1
/
+2
*
explicit init of static assets and test template init were removed: redundant
Ben Morrison
2019-06-09
5
-37
/
+5
*
init staticAssets explicitly on startup
Ben Morrison
2019-06-09
4
-10
/
+44
*
cache-related tests
Ben Morrison
2019-06-09
2
-4
/
+55
[next]