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
*
added new options to manual
Ben Morrison
2019-06-12
1
-4
/
+30
*
updated makefile with new logs directory
Ben Morrison
2019-06-12
1
-1
/
+2
*
updated deps
Ben Morrison
2019-06-12
2
-8
/
+3
*
Merge pull request #8 from getwtxt/multiple-logfiles
Ben Morrison
2019-06-12
7
-58
/
+46
|
\
|
*
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
|
*
multiple logfile options added
Ben Morrison
2019-06-12
1
-3
/
+5
|
*
ignoring logs directory
Ben Morrison
2019-06-12
1
-0
/
+1
|
/
*
updated makefile install section
Ben Morrison
2019-06-12
1
-4
/
+7
*
updated makefile
Ben Morrison
2019-06-12
1
-6
/
+47
*
updated installation instructions
Ben Morrison
2019-06-12
1
-4
/
+19
*
removed osx build, added race detect and benchmark to travis
Ben Morrison
2019-06-12
1
-2
/
+6
*
added contributing subsection to notes
Ben Morrison
2019-06-12
1
-2
/
+15
*
removed duplicate template
Ben Morrison
2019-06-12
1
-27
/
+0
*
Update issue templates
Ben Morrison
2019-06-12
3
-0
/
+74
*
updated deps
Ben Morrison
2019-06-12
4
-141
/
+6
*
build flags and travis script changes
Ben Morrison
2019-06-12
2
-7
/
+4
*
adding codeclimate coverage report to travis config
Ben Morrison
2019-06-12
1
-1
/
+15
*
Merge pull request #5 from getwtxt/test-development
Ben Morrison
2019-06-12
4
-17
/
+229
|
\
|
*
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
|
/
*
updated build deps
Ben Morrison
2019-06-11
1
-4
/
+2
*
updated deps
v0.4.0
Ben Morrison
2019-06-11
2
-1
/
+3
*
cleaned up staticHandler
Ben Morrison
2019-06-11
1
-10
/
+8
*
updated deps
Ben Morrison
2019-06-11
2
-1
/
+134
*
runtime bugs in staticHandler
Ben Morrison
2019-06-11
1
-19
/
+12
*
fixed content-types
Ben Morrison
2019-06-11
1
-2
/
+2
*
updated features
Ben Morrison
2019-06-11
1
-0
/
+2
*
updated deps
Ben Morrison
2019-06-11
2
-107
/
+6
*
updated install instructions
Ben Morrison
2019-06-11
1
-1
/
+3
*
Merge pull request #4 from getwtxt/tls-conn-and-name-resolv
Ben Morrison
2019-06-11
5
-13
/
+79
|
\
|
*
added support for TLS and hostname resolution
Ben Morrison
2019-06-11
6
-34
/
+51
|
*
check if behind reverse proxy
Ben Morrison
2019-06-11
7
-10
/
+59
|
/
*
Merge pull request #3 from getwtxt/merge-indexHandler-cssHandler
Ben Morrison
2019-06-11
3
-43
/
+38
|
\
|
*
merged indexHandler with cssHandler, updated tests
Ben Morrison
2019-06-11
3
-43
/
+38
|
/
*
push() changes
v0.3.3
Ben Morrison
2019-06-11
2
-3
/
+1
*
updated deps
Ben Morrison
2019-06-11
4
-139
/
+9
*
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
*
updated deps
Ben Morrison
2019-06-11
1
-0
/
+1
*
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
[next]