Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactored servStatic() to eliminate early return | Ben Morrison | 2019-12-18 | 1 | -8/+13 |
| | |||||
* | reduced size of hash for etag to 32bits | Ben Morrison | 2019-12-18 | 1 | -2/+2 |
| | |||||
* | switched etags to use fnv hash | Ben Morrison | 2019-12-12 | 1 | -10/+14 |
| | |||||
* | tick.exit channels now using struct{} instead of bool | Ben Morrison | 2019-12-08 | 1 | -4/+4 |
| | |||||
* | closeLog channel now accepts struct{} instead of bool | Ben Morrison | 2019-12-08 | 3 | -4/+4 |
| | |||||
* | updated default logfile paths v0.4.7 | Ben Morrison | 2019-09-19 | 1 | -2/+2 |
| | |||||
* | Merge branch 'envs-net-patch-upgrade' v0.4.6 | Ben Morrison | 2019-08-28 | 6 | -69/+69 |
|\ | |||||
| * | fix upgrade process and | creme | 2019-08-28 | 6 | -69/+69 |
|/ | | | | remove trailing spaces | ||||
* | upgrading notes | Ben Morrison | 2019-08-28 | 1 | -6/+33 |
| | |||||
* | endpoint for version response v0.4.5 | Ben Morrison | 2019-08-28 | 3 | -20/+43 |
| | |||||
* | added public instance envs.net | Ben Morrison | 2019-08-28 | 1 | -1/+5 |
| | |||||
* | added link in notes to twtxt-on-heroku | Ben Morrison | 2019-08-27 | 1 | -0/+2 |
| | |||||
* | license notice at top of each file | Ben Morrison | 2019-07-11 | 21 | -0/+399 |
| | |||||
* | updated install instructions | Ben Morrison | 2019-06-28 | 1 | -6/+1 |
| | |||||
* | updated internal functionality for registry v0.4.0 v0.4.4 | Ben Morrison | 2019-06-19 | 8 | -20/+20 |
| | |||||
* | updated deps for registry v0.4.0 | Ben Morrison | 2019-06-19 | 2 | -6/+6 |
| | |||||
* | changes related to registry-v0.3.0 v0.4.3 | Ben Morrison | 2019-06-18 | 9 | -22/+22 |
| | |||||
* | updated travis for recursive tests | Ben Morrison | 2019-06-14 | 1 | -5/+2 |
| | |||||
* | prevent potential ddos via circular registry POST v0.4.2 | Ben Morrison | 2019-06-14 | 1 | -1/+6 |
| | |||||
* | updated config comments, format of makefile | Ben Morrison | 2019-06-14 | 2 | -10/+11 |
| | |||||
* | on SIGINT, push to DB before shutting down | Ben Morrison | 2019-06-13 | 2 | -1/+10 |
| | | | | also logging elapsed time for DB pulls | ||||
* | refactored tls listener | Ben Morrison | 2019-06-13 | 1 | -3/+18 |
| | |||||
* | mutex and readability cleanup | Ben Morrison | 2019-06-13 | 6 | -45/+22 |
| | |||||
* | moved config warning end-box | Ben Morrison | 2019-06-13 | 1 | -6/+6 |
| | | | | | | | The box lets the user know that options below it are safe to modify while getwtxt is running. The options above it will not take effect without a restart. | ||||
* | removed mutex from remoteRegistries | Ben Morrison | 2019-06-13 | 6 | -21/+0 |
| | | | | | slices are safe to use concurrently already. leaving as a struct for possible expansion later. | ||||
* | updated cacheUpdate bench | Ben Morrison | 2019-06-13 | 1 | -1/+1 |
| | |||||
* | updated deps to use registry v0.2.4 | Ben Morrison | 2019-06-13 | 2 | -9/+9 |
| | |||||
* | linter warning about func signature | Ben Morrison | 2019-06-13 | 1 | -1/+1 |
| | |||||
* | made svc/ a package instead of a module for ease of development | Ben Morrison | 2019-06-13 | 4 | -218/+21 |
| | |||||
* | bug in makefile fixed v0.4.1 | Ben Morrison | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | updated deps | Ben Morrison | 2019-06-12 | 2 | -3/+3 |
| | |||||
* | 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 |
|\ | | | | | Using separate log files for requests and other messages | ||||
| * | 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 |
|\ | | | | | Additional Tests |