Commit Graph

308 Commits (390e278435ba44a65ceb0f87018d869f8bbe20df)
 

Author SHA1 Message Date
q191201771 49086ee14b package birate: 支持配置 bitrate 单位,支持由外部传入 unix 时间戳 5 years ago
q191201771 7c24dfa388 package consistenthash: add Option HashFunc, config hash func if needed 5 years ago
q191201771 96f5a1b47c package consistenthash: Nodes 返回所有 node 对应的 point 范围 5 years ago
q191201771 0edfc69c0f package consistenthash: point int -> uint32 5 years ago
q191201771 a044c77703 patch 5 years ago
q191201771 782af6f570 v0.6.0 -> CHANGELOG.md 5 years ago
q191201771 e02619c2b3 readme 5 years ago
q191201771 7722ee012a - 新增 package ratelimit:限速器,令牌桶
- 新增 package bitrate:计算带宽
- 新增 package fake
- 删除 package mockwriter
- 删除 package mockserver
- demo/add_blog_license:行尾增加两个空格,便于部分 markdown 解析器解析为为换行
5 years ago
q191201771 b46c4ef015 demo/add_blog_license: add 2 space eol 5 years ago
q191201771 231830e8c3 package bitrate: add Option struct 5 years ago
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