Commit Graph

148 Commits (8269c1a75e2c6533428af85537b0bfc2e4145024)
 

Author SHA1 Message Date
q191201771 8269c1a75e new package bitrate 5 years ago
q191201771 c056422b50 readme 5 years ago
q191201771 234820f03c new package ratelimit 5 years ago
q191201771 ac12458266 rm pkg mockserver 5 years ago
q191201771 34957541d3 mv pkg/mockwriter/ -> pkg/fake/ 5 years ago
q191201771 4e9609f337 merge 5 years ago
q191201771 b1349bbc76 v0.5.1 5 years ago
q191201771 0226e39275 patch 5 years ago
q191201771 f88ddaf8f1 new package ic 5 years ago
q191201771 119e26b529 pkg ic patch 5 years ago
q191201771 f6a3d64d3f new pkg ic 5 years ago
q191201771 bf8c48549e Merge branch 'master' into dev 5 years ago
q191201771 14b74f8fc7 demo/add_blog_license: exit if abbrlink not exist 5 years ago
q191201771 73eaa87f8d demo/add_blog_license: exit if abbrlink not exist 5 years ago
q191201771 b9f64bc355 Merge branch 'master' into dev 5 years ago
q191201771 0a244c553c package slicebytepool: add defaultSharedSliceByteOption 5 years ago
q191201771 f30e1598c3 package slicebytepool: defaultSharedSliceByteOption 5 years ago
q191201771 4cad5613c2 Merge branch 'master' into dev 5 years ago
q191201771 a299b468c9 add blog post link of bininfo 5 years ago
q191201771 d97d098e5b mod bininfo comment 5 years ago
q191201771 5cef188107 merg 5 years ago
q191201771 1a53a6da3d CHANGELOG.md v0.5.0 5 years ago
q191201771 61c419df7b details:
- package filebatch:
    - 遍历读取文件发生错误时,不退出遍历,而是将错误在回调中返回给上层
- package connection:
    - bugfix,初始化 write chan 相关的信息是通过 write chan 的配置,而不是 write buf 的配置
- package slicebytepool:
    - 新增的包,一个 []byte 内存池
- package nazamd5:
    - 新增的包,md5 操作
- package consistenthash:
    - 新增的包,一致性hash
- package bufferpool:
    - 删除 bufferpool 包
- demo/myapp:
    - 用于演示 package bininfo 的使用
- demo/add_blog_license:
    - 修改 license 内容
- 其他:
    - 统一error变量的命名方式及内容格式,涉及到的 package:filebatch, connection, taskpool, nazalog
5 years ago
q191201771 c6a5fa284f new package consistenthash 5 years ago
q191201771 d300e839ca add_blog_license: change license content 5 years ago
q191201771 a5bda8646a beauty error 5 years ago
q191201771 f1b3e6ae4e package connection: bugfix init write chan stuff while write chan size option > 0 5 years ago
q191201771 191a845c77 package slicebytepool: new struct SharedSliceByte 5 years ago
q191201771 73d3fbd8d6 new package nazamd5 5 years ago
q191201771 a438095e5d comment 5 years ago
q191201771 4e766a8277 new demo/myapp show how to use bininfo 5 years ago
q191201771 b9f6905392 1. 删除 package bufferpool 2. package slicebytepool 添加单元测试 5 years ago
q191201771 36ddcfdb64 new package slicebytepool 5 years ago
q191201771 fd716a0960 package naza.bufferpool: bugfix std pool bucket get with reset 5 years ago
q191201771 13e1825dcb package bufferpool: 1. global rename to default 2. new struct SharedBuffer 5 years ago
q191201771 709aa1a157 package filebatch: call back with error 5 years ago
q191201771 56a46c3054 merge 5 years ago
q191201771 fbe1377766 v0.4.3 -> CHANGGELOG 5 years ago
q191201771 9adb7454d2 - demo/add_blog_license
- 修改许可证样式
    - 检查许可证是否存在时,只检查声明两个字
- demo/add_go_license
    - 用户名和邮箱由命令行参数传入
- package bufferpool
    - 新增的包,bytes.Buffer 池
- package nazaatomic
    - 新增的包,对 sync.atomic 的再封装
- test.sh
    - 做更多的 go tools 检查
5 years ago
q191201771 36091ba8f1 demo/bufferpool 5 years ago
q191201771 982e51e7f9 package bufferpool: Strategy 5 years ago
q191201771 73737f5bf9 package task pool: use nazaatomic 5 years ago
q191201771 550ff8e40e package nazaatomic: new package. 5 years ago
q191201771 f321842ecc add_golicense: user name and user email config from cmd line. 5 years ago
q191201771 29232a0410 goimports 5 years ago
q191201771 c8547a8a2b go tools into test.sh 5 years ago
q191201771 bda208aeed add_blog_license: 检查声明是否已经存在时,使用部分匹配 5 years ago
q191201771 0626022fe9 README 5 years ago
q191201771 d693dfae8f package bufferpool: 1. struct StdPoolBucket and struct SliceBucket 2. global BufferPool 5 years ago
q191201771 bca092d48b package bufferpool: add Status struct 5 years ago