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
/
init.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed mutex from remoteRegistries
Ben Morrison
2019-06-13
1
-2
/
+0
*
added support for TLS and hostname resolution
Ben Morrison
2019-06-11
1
-1
/
+0
*
check if behind reverse proxy
Ben Morrison
2019-06-11
1
-3
/
+4
*
readability changes
Ben Morrison
2019-06-11
1
-4
/
+3
*
moved timed/periodic functions and types to periodic.go
Ben Morrison
2019-06-11
1
-18
/
+5
*
cache and db now use time.Ticker for events. refactored some initialization.
Ben Morrison
2019-06-11
1
-13
/
+33
*
log formatting fix
Ben Morrison
2019-06-10
1
-1
/
+1
*
changed some log formatting
Ben Morrison
2019-06-10
1
-1
/
+1
*
setting version via build flags
Ben Morrison
2019-06-09
1
-2
/
+2
*
explicit init of static assets and test template init were removed: redundant
Ben Morrison
2019-06-09
1
-1
/
+0
*
init staticAssets explicitly on startup
Ben Morrison
2019-06-09
1
-1
/
+7
*
runtime bugfix for sqlite3
Ben Morrison
2019-06-08
1
-1
/
+1
*
template panic fix
v0.2.4
Ben Morrison
2019-06-08
1
-2
/
+4
*
split db-specific funcs into separate files
Ben Morrison
2019-06-08
1
-3
/
+1
*
sqlite functionality added
Ben Morrison
2019-06-08
1
-4
/
+3
*
cleaned up error handling
Ben Morrison
2019-06-08
1
-4
/
+14
*
moved type declarations into respective files
Ben Morrison
2019-06-08
1
-11
/
+1
*
version constant changed
Ben Morrison
2019-06-06
1
-1
/
+1
*
moved funcs out of init.go to aid organization
Ben Morrison
2019-06-06
1
-479
/
+0
*
updated tests to work with new project structure
Ben Morrison
2019-06-06
1
-2
/
+5
*
moved bulk of code to its own package to clean up source tree
Ben Morrison
2019-06-05
1
-0
/
+600