issues
search
mcuadros
/
go-syslog
Syslog server library for go.
http://godoc.org/gopkg.in/mcuadros/go-syslog.v2
MIT License
523
stars
143
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Failing to parse syslog sent from Go stdlib
#45
ianic
closed
6 years ago
0
Example closes immediately
#44
t3h2mas
opened
6 years ago
2
Don't try to parse hostname for RFC3164 over unix socket.
#43
dsvensson
closed
2 years ago
1
syslog via /dev/log incorrectly assumes existence of 'hostname' in the message
#42
dsvensson
opened
7 years ago
0
Autodetect syslog Version/RFC
#41
genofire
opened
7 years ago
0
Fix/stop
#40
RenaultAI
closed
7 years ago
1
Can't get it running
#39
mrauter
closed
7 years ago
1
Graceful shutdown
#38
coccyx
opened
7 years ago
0
RFC 3164 parser assumes timestamp in UTC
#37
RenaultAI
opened
7 years ago
1
Converting format.LogParts to type string
#36
michaelmcallister
closed
7 years ago
0
Add support for regular UNIX sockets
#35
kvs
closed
8 years ago
3
Fix bug in datagram message due to shared buffer
#34
cezarsa
closed
8 years ago
0
Major performance improvement in UDP processing by reusing buffer
#33
cezarsa
closed
8 years ago
1
Support non-transparent-framing
#32
SHyx0rmZ
closed
8 years ago
0
Allow extensibility by not exposing types declared in internal pkgs
#31
cezarsa
closed
8 years ago
0
It's not possible to implement custom Format since syslogparser was integrated
#30
cezarsa
closed
8 years ago
1
No messages inside syslog server
#29
alexvassel
opened
8 years ago
8
error detection and concurrency
#28
dan-frohlich
closed
8 years ago
1
Fix null datagram address
#27
abligh
closed
8 years ago
0
ListenUnixgram runtime error
#26
jonnsl
closed
8 years ago
5
Improve SSL testing
#25
abligh
closed
9 years ago
0
Record tls peer in logParts struct
#24
abligh
closed
9 years ago
3
Add support for TLS logging
#23
abligh
closed
9 years ago
1
Automatic format detection
#22
abligh
closed
9 years ago
7
Fix RFC6587 parsing on UDP.
#21
abligh
closed
9 years ago
2
RFC: Automatically detect syslog format
#20
abligh
closed
9 years ago
3
Do not use scanner to process datagrams; implement datagram channel
#19
abligh
closed
9 years ago
3
Pass client address to handler
#18
abligh
closed
9 years ago
1
Do not use scanner to process datagrams; implement datagram channel
#17
abligh
closed
9 years ago
1
Fix data race by waiting for Handler using server's WaitGroup
#16
cezarsa
closed
9 years ago
4
RFC3164 parsing fails after the first message
#15
abligh
closed
9 years ago
2
Can't log into example
#14
ChristianKniep
closed
8 years ago
0
Fix for server.Kill() on UDP connections
#13
arnecls
closed
9 years ago
1
Small cleanup
#12
freeformz
closed
9 years ago
0
Add support for RFC6587
#11
freeformz
closed
9 years ago
1
Problems with Scanner and syslog lines without \n
#10
middelink
closed
9 years ago
2
Simplify Server (a little) by extracting a Format interface.
#9
emmanuel
closed
9 years ago
5
Extend the Handler interface to report message length and parsing errors.
#8
emmanuel
closed
9 years ago
4
fix close nil channel when tcp listener not used
#7
jwfang
closed
9 years ago
4
Restore functionality to close channel AFTER all connections have been closed
#6
isaldana
closed
10 years ago
0
fix typo: upd -> UDP
#5
sqs
closed
10 years ago
0
Add support for TCP connection timeout and to terminate on Kill()
#4
isaldana
closed
10 years ago
1
Goroutine cannot be stopped with Kill() when using TCP
#3
isaldana
closed
10 years ago
2
Close TCP connections and updated mispelled errors
#2
isaldana
closed
10 years ago
6
func scan() does not close connection when scan finishes
#1
helinwang
closed
10 years ago
1
Previous