openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
F
fluent-logger-golang
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 2 hours
ago. based on code collected
about 2 hours
ago.
Jul 25, 2024 — Jul 25, 2025
Showing page 1 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
v1.0.0
TAGOMORI Satoshi
More...
about 10 years ago
Fix to receive return errors, and add some tests for kinds of structs
TAGOMORI Satoshi
More...
about 10 years ago
Fix more to encode Struct properly with tagged name for field names
TAGOMORI Satoshi
More...
about 10 years ago
Fix interface to return error of argument encoding: * message should be a valid struct, or a map[string]interface{} * Structs must be tagged by "msg"
TAGOMORI Satoshi
More...
about 10 years ago
fix interface to accept more strict Fluentd message-like arguments
TAGOMORI Satoshi
More...
about 10 years ago
use container environment on TravisCI
TAGOMORI Satoshi
More...
about 10 years ago
Golang recommends lower-case for error messages
TAGOMORI Satoshi
More...
about 10 years ago
Fix to emit logs 100 times for tests * and add comment to test code on same branch (not GOPATH)
TAGOMORI Satoshi
More...
about 10 years ago
Merge pull request #11 from fluent/change-dependency-msgp
TAGOMORI Satoshi
More...
about 10 years ago
Fix to serialize as Array(tuple) correctly
TAGOMORI Satoshi
More...
about 10 years ago
Remove obsoleted versions * tinylib/msgp requires go 1.3 to compile (and 1.4 to generate code) * assert requires go 1.2 to run tests
TAGOMORI Satoshi
More...
about 10 years ago
add missing dependent package
TAGOMORI Satoshi
More...
about 10 years ago
change dependency
TAGOMORI Satoshi
More...
about 10 years ago
Fix to change dependency from ugorji/go/codec to msgp code generation * ugorji/go/codec is very big library to include many codecs not only msgpack * we need very simple marshaling only, for some specified structs * this change is to decrease dependency problem * and this code runs faster than ugorji/go/codec (many benchmark says so)
TAGOMORI Satoshi
More...
about 10 years ago
Merge pull request #10 from mattn/fix-readme
TAGOMORI Satoshi
More...
about 10 years ago
fix README.md
Yasuhiro Matsumoto
More...
about 10 years ago
Merge pull request #9 from mattn/fix-import-path
TAGOMORI Satoshi
More...
about 10 years ago
fix import path
Yasuhiro Matsumoto
More...
about 10 years ago
Bump to version 0.5.1
Tatsuo Kaniwa
More...
over 10 years ago
update .travis.yml
Tatsuo Kaniwa
More...
over 10 years ago
Merge branch 'eagletmt-lock-around-write'
Tatsuo Kaniwa
More...
over 10 years ago
Lock when writing pending buffers
Kohei Suzuki
More...
over 10 years ago
Bump to version 0.5.0
Tatsuo Kaniwa
More...
almost 11 years ago
Merge pull request #4 from hotchpotch/tag_prefix
Tatsuo Kaniwa
More...
almost 11 years ago
Add TagPrefix
Yuichi Tateno
More...
almost 11 years ago
Bump to version 0.4.4
Tatsuo Kaniwa
More...
about 11 years ago
Merge pull request #3 from y-matsuwitter/master
Tatsuo Kaniwa
More...
about 11 years ago
Fixes runtime error of close function.
y-matsuwitter
More...
about 11 years ago
Bump to version 0.4.3
Tatsuo Kaniwa
More...
over 11 years ago
add fluent.PostWithTime method
choplin
More...
over 11 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree