|
|
8b86a5d34b
|
src/main.go: Fix a comment.
|
2022-08-21 15:02:26 +02:00 |
|
|
|
44c1d690ef
|
src/main.go: indentation fix.
|
2022-08-21 14:31:31 +02:00 |
|
|
|
2832b50fe7
|
src/main.go: in event loop, also listen for SIGTERM and gracefully shutdown the program.
|
2022-08-21 14:28:22 +02:00 |
|
|
|
b2c6589408
|
src/main.go: Log return from spawnTcpServer()
|
2022-08-21 14:15:06 +02:00 |
|
|
|
14d833e174
|
src/main.go: Only start event loop if server started correctly.
|
2022-08-21 14:12:03 +02:00 |
|
|
|
4653790df4
|
src/main.go: do graceful shutdown on interrupt signal.
|
2022-08-21 14:01:17 +02:00 |
|
|
|
d4cb1a92f9
|
src/main.go: switch go routine/main thread order. run spawnTcpServer() in go routine and run event loop in main thread.
|
2022-08-21 13:46:45 +02:00 |
|
|
|
6907b3ce75
|
src/main.go: skip logging "TCP Server started" its done in spawnTcpServer()
|
2022-08-21 13:35:31 +02:00 |
|
|
|
b1f39ea9fe
|
Version 1.2.2
|
2022-08-15 13:14:48 +02:00 |
|
|
|
1a3594af54
|
Version 1.2.1
|
2022-08-12 18:03:41 +02:00 |
|
|
|
a3be529b78
|
Version 1.2
|
2022-05-18 10:09:49 +02:00 |
|
|
|
4ff008b312
|
Version 1.2-rc2
|
2022-03-02 16:59:45 +01:00 |
|
|
|
c459999f88
|
Version 1.2-rc1
|
2022-03-02 16:00:22 +01:00 |
|
|
|
fa9a943215
|
Convert hard tabs to soft.
|
2022-03-02 15:56:29 +01:00 |
|
|
|
1dc31db4e1
|
src/main.go: set parameters for getopt.Usage()
|
2022-03-02 15:56:28 +01:00 |
|
|
|
15568153c9
|
src/main.go: Add --help|-h flag to getopt
|
2022-03-02 15:56:28 +01:00 |
|
|
|
1d8b47762e
|
replace standard logger for github.com/inconshreveable/log15
|
2022-03-02 15:53:36 +01:00 |
|
|
|
107df930f1
|
src/main.go: log tcp server address
|
2022-03-02 15:50:36 +01:00 |
|
|
|
59bd699065
|
Replace local pid module with the one located at github.com/eosswedenorg-go/pid
|
2022-03-02 15:48:39 +01:00 |
|
|
|
f522146fbf
|
Version 1.1
|
2021-12-30 19:08:39 +01:00 |
|
|
|
6ffc6f66c5
|
Merge branch 'freebsd-newsyslog-signal-on-rotate'
# Conflicts:
# src/main.go
|
2021-12-24 11:09:17 +01:00 |
|
|
|
0ddbf6dea0
|
src/main.go: newsyslog actually sends SIGHUP, not SIGUSR1
|
2021-12-24 11:06:30 +01:00 |
|
|
|
8be4466d66
|
src/main.go: in setLogFile() check for null when closing old FD and also check error from Close()
|
2021-12-24 11:05:47 +01:00 |
|
|
|
b8b11b1d66
|
Convert to go module
|
2021-12-23 16:47:15 +01:00 |
|
|
|
15a4566b3b
|
src/main.go: add -v and --version flag.
|
2021-12-02 12:56:09 +01:00 |
|
|
|
823832c94e
|
src/main.go: act on the SIGUSR1 signal (sent by logrotate daemon) and reopen log file.
|
2020-06-26 18:10:05 +02:00 |
|
|
|
c4e404f873
|
src/main.go: rewrite openlog() to a more specific setLogFile() function.
|
2020-06-26 18:04:46 +02:00 |
|
|
|
9e8ee93983
|
src/main.go: adding "--log,-l" command line flag to enable file logging.
|
2020-06-26 14:01:52 +02:00 |
|
|
|
fe8724aae5
|
move some "non server" code from src/server.go to src/main.go
|
2020-06-26 13:47:48 +02:00 |
|