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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
5
-238
/
+273
*
static, pie build
Ben Morrison
2019-06-08
1
-1
/
+3
*
sqlite functionality added
Ben Morrison
2019-06-08
6
-61
/
+127
*
added User.RLen to leveldb push/pull
Ben Morrison
2019-06-08
1
-5
/
+8
*
cleaned up error handling
Ben Morrison
2019-06-08
7
-57
/
+34
*
working on adding sqlite
Ben Morrison
2019-06-08
1
-0
/
+7
*
database refs and static assets concurrency-safe
Ben Morrison
2019-06-08
3
-28
/
+64
*
updated available intervals for cache/push
Ben Morrison
2019-06-08
1
-1
/
+1
*
moved type declarations into respective files
Ben Morrison
2019-06-08
6
-78
/
+68
*
simplified formatting
Ben Morrison
2019-06-08
1
-3
/
+1
*
updated deps
Ben Morrison
2019-06-08
3
-0
/
+17
*
updated makefile/deps
v0.2.3
Ben Morrison
2019-06-06
5
-4
/
+190
*
deduplicated duplicate deduplication functions
Ben Morrison
2019-06-06
2
-40
/
+18
*
renamed functions
Ben Morrison
2019-06-06
3
-25
/
+10
*
version constant changed
Ben Morrison
2019-06-06
1
-1
/
+1
*
modified readme a bit
Ben Morrison
2019-06-06
1
-24
/
+38
*
config and logging functions split into own file
Ben Morrison
2019-06-06
1
-0
/
+187
*
help and manual text moved to help.go
Ben Morrison
2019-06-06
1
-0
/
+273
*
moved funcs out of init.go to aid organization
Ben Morrison
2019-06-06
1
-479
/
+0
*
enabled apiTagsHandler and apiTagsBaseHandler tests
Ben Morrison
2019-06-06
1
-2
/
+1
*
moved initDatabase() to db.go
Ben Morrison
2019-06-06
1
-0
/
+30
*
brief readme
Ben Morrison
2019-06-06
1
-0
/
+8
*
updated tests to work with new project structure
Ben Morrison
2019-06-06
4
-6
/
+93
*
fixed some import comments
Ben Morrison
2019-06-05
7
-7
/
+7
*
moved bulk of code to its own package to clean up source tree
Ben Morrison
2019-06-05
21
-100
/
+203
*
updated nginx configuration section
Ben Morrison
2019-06-05
1
-2
/
+5
*
added db type, assets dir to config
v0.2.2
Ben Morrison
2019-06-05
1
-0
/
+5
*
expanded manual to include assets dir, db type, db path flags and config
Ben Morrison
2019-06-05
1
-2
/
+21
*
set version constant to 0.2.2
Ben Morrison
2019-06-05
1
-1
/
+1
*
updated readme installation/configuration sections
Ben Morrison
2019-06-05
1
-1
/
+12
*
new install instructions, updated benchmark
Ben Morrison
2019-06-05
1
-30
/
+30
*
temporarily disabling Test_pushpullDatabase()
Ben Morrison
2019-06-05
1
-1
/
+2
*
moved cacheAndPush() outside of initDatabase()
Ben Morrison
2019-06-05
1
-1
/
+1
*
moved db test funcs to db_test.go
Ben Morrison
2019-06-05
2
-86
/
+91
*
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
8
-10
/
+89
*
updated index.AddUser() calls to reflect new version of registry lib
Ben Morrison
2019-06-04
3
-5
/
+5
*
updated registry library dep
Ben Morrison
2019-06-04
2
-3
/
+3
*
updated readme to mention other database back-ends in development
Ben Morrison
2019-06-04
1
-4
/
+5
*
split caching and db function files
Ben Morrison
2019-06-04
2
-129
/
+135
*
expanding options for databases. abstractions for database push/pull functions
Ben Morrison
2019-06-04
4
-30
/
+94
*
updated version constant
Ben Morrison
2019-06-04
1
-1
/
+1
*
fixed most example api calls with horizontal scrolling
v0.2.1
Ben Morrison
2019-06-04
1
-10
/
+10
*
link to buckket/twtxt in notes section
Ben Morrison
2019-06-04
1
-0
/
+3
*
added long flags list to -h output
Ben Morrison
2019-06-04
1
-4
/
+5
*
expanded readme
Ben Morrison
2019-06-04
1
-16
/
+54
*
minor correction in landing page query output example
Ben Morrison
2019-06-04
1
-1
/
+1
*
refactored landing page template and tweaked styling
Ben Morrison
2019-06-04
2
-20
/
+44
*
expanded -m help text to cover landing page customization, example api queries
Ben Morrison
2019-06-04
1
-25
/
+150
[next]