e1e6dba31b
changed env var in makefile to builtin var
...
makefile was using the environment variable PWD. this can be
problematic if using 'sudo' as the PWD variable is not passed through.
however GNU make has a builtin CURDIR variable for the current working
directory that does work with 'sudo'.
2019-01-04 09:56:16 -06:00
e5c8310acb
Enable parallel build
2018-09-11 22:08:12 +02:00
83e4566d57
Remove megacheck target
2018-09-11 22:07:46 +02:00
b821b1efcc
Remove megacheck from lint target
2018-08-27 21:24:28 +02:00
fefe371369
Use Go modules
2018-08-27 21:13:06 +02:00
f601732585
Use https when downloading databases
2018-08-20 20:51:56 +02:00
122fd3dcfa
Exclude vendor in check-fmt target
2018-08-14 21:04:54 +02:00
e282ac2729
Avoid printing nested diff
2018-07-14 16:29:14 +02:00
266f337c97
Add format check and megacheck to build
2018-06-28 17:39:45 +02:00
ddb1aa2bb9
Move main to subpackage
2018-02-09 21:57:33 +01:00
a7ff603ab1
Update database URLs
...
Fixes #46
2018-02-09 21:45:22 +01:00
8f71576357
Add support for city lookup
2016-04-17 11:28:47 +02:00
b156182a80
Rename
2016-04-15 17:59:56 +02:00
ef399116f9
Add target for downloading GeoIP database
2015-09-17 22:25:37 +02:00
40df3e5a38
Rewrite
2015-09-17 21:18:06 +02:00
65ffd03479
Update Dockerfile
2014-12-22 16:53:41 +01:00
f54275a0c0
Add deps target
2014-12-22 16:01:23 +01:00
e16e9a7aa9
Cleanup
2014-12-22 00:55:24 +01:00
26f53cea7e
Fmt
2014-11-01 14:36:57 +01:00
cd49f9dc52
Add some tests
2013-11-16 22:15:46 +01:00
a3a2b08ba8
Add makefile
2012-11-25 14:49:16 +01:00