0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jul 25, 2024 — Jul 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
v1.0.0 More... about 10 years ago
Fix to receive return errors, and add some tests for kinds of structs More... about 10 years ago
Fix more to encode Struct properly with tagged name for field names 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" More... about 10 years ago
fix interface to accept more strict Fluentd message-like arguments More... about 10 years ago
use container environment on TravisCI More... about 10 years ago
Golang recommends lower-case for error messages More... about 10 years ago
Fix to emit logs 100 times for tests * and add comment to test code on same branch (not GOPATH) More... about 10 years ago
Merge pull request #11 from fluent/change-dependency-msgp More... about 10 years ago
Fix to serialize as Array(tuple) correctly 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 More... about 10 years ago
add missing dependent package More... about 10 years ago
change dependency 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) More... about 10 years ago
Merge pull request #10 from mattn/fix-readme More... about 10 years ago
fix README.md More... about 10 years ago
Merge pull request #9 from mattn/fix-import-path More... about 10 years ago
fix import path More... about 10 years ago
Bump to version 0.5.1 More... over 10 years ago
update .travis.yml More... over 10 years ago
Merge branch 'eagletmt-lock-around-write' More... over 10 years ago
Lock when writing pending buffers More... over 10 years ago
Bump to version 0.5.0 More... almost 11 years ago
Merge pull request #4 from hotchpotch/tag_prefix More... almost 11 years ago
Add TagPrefix More... almost 11 years ago
Bump to version 0.4.4 More... about 11 years ago
Merge pull request #3 from y-matsuwitter/master More... about 11 years ago
Fixes runtime error of close function. More... about 11 years ago
Bump to version 0.4.3 More... over 11 years ago
add fluent.PostWithTime method More... over 11 years ago