about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* updated depsBen Morrison2019-06-122-3/+3
|
* added new options to manualBen Morrison2019-06-121-4/+30
|
* updated makefile with new logs directoryBen Morrison2019-06-121-1/+2
|
* updated depsBen Morrison2019-06-122-8/+3
|
* Merge pull request #8 from getwtxt/multiple-logfilesBen Morrison2019-06-127-58/+46
|\ | | | | Using separate log files for requests and other messages
| * removed unused func/varBen Morrison2019-06-121-7/+0
| |
| * separate request and message logBen Morrison2019-06-125-48/+40
| |
| * multiple logfile options addedBen Morrison2019-06-121-3/+5
| |
| * ignoring logs directoryBen Morrison2019-06-121-0/+1
|/
* updated makefile install sectionBen Morrison2019-06-121-4/+7
|
* updated makefileBen Morrison2019-06-121-6/+47
|
* updated installation instructionsBen Morrison2019-06-121-4/+19
|
* removed osx build, added race detect and benchmark to travisBen Morrison2019-06-121-2/+6
|
* added contributing subsection to notesBen Morrison2019-06-121-2/+15
|
* removed duplicate templateBen Morrison2019-06-121-27/+0
|
* Update issue templatesBen Morrison2019-06-123-0/+74
|
* updated depsBen Morrison2019-06-124-141/+6
|
* build flags and travis script changesBen Morrison2019-06-122-7/+4
|
* adding codeclimate coverage report to travis configBen Morrison2019-06-121-1/+15
|
* Merge pull request #5 from getwtxt/test-developmentBen Morrison2019-06-124-17/+229
|\ | | | | Additional Tests
| * temporarily disabling cacheUpdate testBen Morrison2019-06-121-0/+5
| |
| * more context to cacheUpdate test failureBen Morrison2019-06-121-1/+1
| |
| * testing simple error log functionBen Morrison2019-06-121-0/+15
| |
| * tests for most of query.goBen Morrison2019-06-111-0/+76
| |
| * apiPostUser benchmarkBen Morrison2019-06-111-0/+20
| |
| * cache.go tests finishedBen Morrison2019-06-112-17/+113
|/
* updated build depsBen Morrison2019-06-111-4/+2
|
* updated deps v0.4.0Ben Morrison2019-06-112-1/+3
|
* cleaned up staticHandlerBen Morrison2019-06-111-10/+8
|
* updated depsBen Morrison2019-06-112-1/+134
|
* runtime bugs in staticHandlerBen Morrison2019-06-111-19/+12
|
* fixed content-typesBen Morrison2019-06-111-2/+2
|
* updated featuresBen Morrison2019-06-111-0/+2
|
* updated depsBen Morrison2019-06-112-107/+6
|
* updated install instructionsBen Morrison2019-06-111-1/+3
|
* Merge pull request #4 from getwtxt/tls-conn-and-name-resolvBen Morrison2019-06-115-13/+79
|\ | | | | TLS Support, Name Resolution Support
| * added support for TLS and hostname resolutionBen Morrison2019-06-116-34/+51
| |
| * check if behind reverse proxyBen Morrison2019-06-117-10/+59
|/
* Merge pull request #3 from getwtxt/merge-indexHandler-cssHandlerBen Morrison2019-06-113-43/+38
|\ | | | | merged indexHandler with cssHandler, updated tests
| * merged indexHandler with cssHandler, updated testsBen Morrison2019-06-113-43/+38
|/
* push() changes v0.3.3Ben Morrison2019-06-112-3/+1
|
* updated depsBen Morrison2019-06-114-139/+9
|
* readability changesBen Morrison2019-06-111-6/+0
|
* readability changesBen Morrison2019-06-112-32/+21
|
* moved timed/periodic functions and types to periodic.goBen Morrison2019-06-113-95/+108
|
* updated cache benchmarksBen Morrison2019-06-111-0/+18
|
* eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ↵Ben Morrison2019-06-116-38/+10
| | | | ticker for intervals.
* updated depsBen Morrison2019-06-111-0/+1
|
* cache and db now use time.Ticker for events. refactored some initialization.Ben Morrison2019-06-115-108/+170
|
* dbLevel.Push() and dbLevel.Pull() now expecting pointer receiver onlyBen Morrison2019-06-111-2/+2
|