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
*
renamed files for clarity
Ben Morrison
2019-05-20
4
-242
/
+242
*
streamlined error handling and misc minor fixes
Ben Morrison
2019-05-20
3
-93
/
+148
*
error handling after http.Request.ParseForm()
Ben Morrison
2019-05-20
1
-2
/
+7
*
removing windows builds from travis due to beta status
Ben Morrison
2019-05-20
1
-1
/
+0
*
endpoint query function added
Ben Morrison
2019-05-20
6
-13
/
+115
*
middleware func to attach remote ip to context
Ben Morrison
2019-05-20
4
-12
/
+79
*
updated readme
Ben Morrison
2019-05-19
1
-0
/
+6
*
updated template and adjusted styling
Ben Morrison
2019-05-19
2
-14
/
+19
*
appveyor removed for now
Ben Morrison
2019-05-17
1
-20
/
+0
*
trying new appveyor conf
Ben Morrison
2019-05-17
1
-6
/
+0
*
trying new appveyor conf
Ben Morrison
2019-05-17
1
-2
/
+13
*
adding appveyor for windows CI
Ben Morrison
2019-05-17
1
-3
/
+1
*
adding appveyor for windows CI
Ben Morrison
2019-05-17
1
-2
/
+1
*
adding appveyor for windows CI
Ben Morrison
2019-05-17
1
-1
/
+0
*
adding appveyor for windows CI
Ben Morrison
2019-05-17
1
-0
/
+19
*
allowing underscore and hyphen in users/tags
Ben Morrison
2019-05-14
1
-2
/
+2
*
rewrote travis config
Ben Morrison
2019-05-14
1
-7
/
+6
*
rewrote travis config
Ben Morrison
2019-05-14
1
-1
/
+2
*
rewrote travis config
Ben Morrison
2019-05-14
1
-9
/
+9
*
expanded travis config
Ben Morrison
2019-05-14
1
-0
/
+7
*
updated travis build badge
Ben Morrison
2019-05-14
1
-1
/
+1
*
moved registry library to separate repo
Ben Morrison
2019-05-14
6
-890
/
+0
*
ignoring local assets
Ben Morrison
2019-05-14
1
-0
/
+1
*
initialized new go module for registry library
Ben Morrison
2019-05-14
6
-3
/
+685
*
fleshing out Indexer interface
Ben Morrison
2019-05-14
3
-20
/
+46
*
exported Data struct fields
Ben Morrison
2019-05-14
3
-12
/
+15
*
moved query functions to own file, made SortByTime query-agnostic
Ben Morrison
2019-05-14
3
-92
/
+98
*
package cache renamed to package registry
Ben Morrison
2019-05-14
2
-2
/
+2
*
mutex RLocks and a bug in FindTag
Ben Morrison
2019-05-14
1
-3
/
+10
*
tentatively finished QueryTag and associated functions
Ben Morrison
2019-05-14
2
-6
/
+63
*
tentatively finished QueryUser function
Ben Morrison
2019-05-14
2
-5
/
+36
*
partially finished QueryUser() method. still needs sorting before return
Ben Morrison
2019-05-14
1
-0
/
+23
*
recording user addition date in time.Time and RFC3339
Ben Morrison
2019-05-13
2
-4
/
+15
*
commented indexHandler
Ben Morrison
2019-05-13
1
-5
/
+14
*
send etag for index. sha256 of template mod time.
Ben Morrison
2019-05-13
1
-1
/
+8
*
template initialization added
Ben Morrison
2019-05-13
6
-22
/
+123
*
skeleton template for index
Ben Morrison
2019-05-13
1
-0
/
+13
*
serving css virtually instead of directly
Ben Morrison
2019-05-13
5
-9
/
+75
*
comment on handler tests
Ben Morrison
2019-05-13
1
-0
/
+2
*
separating cache into its own library
Ben Morrison
2019-05-13
3
-2
/
+46
*
fixed viper config parsing resulting in build errors
Ben Morrison
2019-05-13
3
-3
/
+18
*
removed unneeded config values
Ben Morrison
2019-05-13
2
-2
/
+6
*
help message
Ben Morrison
2019-05-13
1
-1
/
+2
*
changing flags
Ben Morrison
2019-05-13
1
-8
/
+14
*
handling viper error when binding to pflags
Ben Morrison
2019-05-13
1
-1
/
+3
*
staticcheck warning fixed
Ben Morrison
2019-05-13
1
-2
/
+2
*
redundant path removed. comments added.
Ben Morrison
2019-05-13
1
-3
/
+5
*
adjusting test config init func
Ben Morrison
2019-05-13
1
-6
/
+1
*
more stubbed tests
Ben Morrison
2019-05-13
2
-2
/
+74
*
travis-ci badge
Ben Morrison
2019-05-13
1
-1
/
+1
[next]