Commit Graph

56 Commits (709aa1a1575e55c4476fadcd17935be1c91868c1)

Author SHA1 Message Date
q191201771 709aa1a157 package filebatch: call back with error 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 29232a0410 goimports 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
q191201771 92e9e9e474 package bufferpool: 1. lock split to bucket, 100x origin, 5x parallel. 2. interface.go 5 years ago
q191201771 9771b80254 package bufferpool: new package, pool of bytes.Buffer 5 years ago
q191201771 6bf27d899f package taskpool: 删除无用代码 5 years ago
q191201771 22310c193e package taskpool: pop front -> pop back 5 years ago
q191201771 931637f641 package taskpool: worker list -> slice 5 years ago
q191201771 a29ed02c89 package taskpool: bugfix, KillIdleWorkers 5 years ago
q191201771 5b2c117a5a package nazalog: refactor, new file interface.go 5 years ago
q191201771 15bc7de545 新增 package taskpool,一个协程池 5 years ago
q191201771 b2da4245cb 1. package filebatch: new func DeleteLines 2. add MIT license to all go file 5 years ago
q191201771 3d791bf92c new pkg filebatch 5 years ago
q191201771 444e450e58 new package nazastring 5 years ago
q191201771 7ab7fd01b5 package nazalog: mkdir 777 5 years ago
q191201771 f45eec9e61 package nazalog: 0666 create dir and file, append if exist 5 years ago
q191201771 e896fea6b8 Squashed commit of the following:
commit 721f5df776
Author: q191201771 <191201771@qq.com>
Date:   Mon Sep 30 11:09:38 2019 +0800

    nezha -> naza

commit 94cbffe32a
Author: q191201771 <191201771@qq.com>
Date:   Mon Sep 30 10:44:23 2019 +0800

    rename package log -> package nazalog

commit db8122c69d
Author: q191201771 <191201771@qq.com>
Date:   Mon Sep 30 10:26:00 2019 +0800

    package connection: bugfix make exitChan

commit 083db929f6
Author: q191201771 <191201771@qq.com>
Date:   Mon Sep 30 10:06:00 2019 +0800

    rename package nzjson -> nazajson

commit e01dda7218
Author: q191201771 <191201771@qq.com>
Date:   Mon Sep 30 09:59:35 2019 +0800

    new package: nazajson

commit 09421c2b98
Author: q191201771 <191201771@qq.com>
Date:   Sun Sep 29 12:04:21 2019 +0800

    1. package connection & package log: Config -> Option 2. package log: IsToStdOut default -> ture, ShortFileFlag default -> true

commit 1052ef0ead
Author: q191201771 <191201771@qq.com>
Date:   Sun Sep 29 11:13:57 2019 +0800

    package connection: rename wmsg struct -> wMsg

commit a450ed21b0
Author: q191201771 <191201771@qq.com>
Date:   Sun Sep 29 11:11:11 2019 +0800

    package connection: erase func Printf

commit 810d41a83b
Author: q191201771 <191201771@qq.com>
Date:   Sun Sep 29 11:06:57 2019 +0800

    package log: mkdir 777 -> 644

commit e087bc8fe7
Merge: f117d4b d6006a3
Author: q191201771 <191201771@qq.com>
Date:   Fri Sep 27 14:21:05 2019 +0800

    Merge branch 'master' into dev

commit f117d4b20e
Merge: f2f631e 059da41
Author: q191201771 <191201771@qq.com>
Date:   Fri Sep 27 14:12:38 2019 +0800

    Merge branch 'master' into dev

commit f2f631eb21
Author: q191201771 <191201771@qq.com>
Date:   Wed Sep 25 19:37:31 2019 +0800

    test.sh 只在开发机 macos 下执行 gofmt 检查

commit fb692804a0
Author: q191201771 <191201771@qq.com>
Date:   Wed Sep 25 17:26:36 2019 +0800

    1. package log: 增加 panic 接口 2. test.sh 中增加 gofmt 检查提醒

commit b2c187b59f
Author: q191201771 <191201771@qq.com>
Date:   Wed Sep 25 10:56:04 2019 +0800

    1. package log: bugfix 日志业务方内容有换行,并且有源码行号时,整行日志添加换行 2. package connection: debug log

commit a9b2fe8f86
Author: q191201771 <191201771@qq.com>
Date:   Tue Sep 24 16:42:09 2019 +0800

    package connection: bugfix func Done

commit 5b13acb3d8
Author: q191201771 <191201771@qq.com>
Date:   Tue Sep 24 15:59:02 2019 +0800

    package connection: 1. 增加 ModWriteChanSize 方法 2. bugfix Close 中忘记调用 close

commit 4beaa82c50
Author: q191201771 <191201771@qq.com>
Date:   Tue Sep 24 15:44:37 2019 +0800

    package connection: 增加 Done 方法

commit 0f3da700ec
Author: q191201771 <191201771@qq.com>
Date:   Tue Sep 24 14:05:39 2019 +0800

    package connection: 1. 增加 wChanSize 配置,用于指定是否使用异步发送 2. 添加 Flush 方法

commit d154645a44
Author: q191201771 <191201771@qq.com>
Date:   Mon Sep 23 19:48:08 2019 +0800

    package connection: Flush before Close
5 years ago
q191201771 059da41295 1. package connection: Config 中增加 WChanSize. 增加 Flush, Done, ModWriteChanSize 三个方法 2. package log: 增加 panic 方法 3. test.sh 中添加 gofmt检查 5 years ago
q191201771 654c128354 package log: config json rotate_daily -> is_rotate_daily 5 years ago
q191201771 d7c7d6a553 ) 去除了对标准库中log的依赖 -) 日志支持按天翻转 -) 日志不再支持按固定大小翻转 -) 增加 ShortFileFlag 可配置是否打印源码文件及行号的信息 -) 添加一个fatal日志级别 -) 增加 Out 接口 -) 日志级别从1开始 -) 当同时打印至控制台和文件时,打印至文件中的level字段也带颜色属性 5 years ago
q191201771 754f9e8c3e rollback: NewMockWriter return MockWriter -> *MockWriter 5 years ago
q191201771 b2ab992bb2 NewMockWriter return *MockWriter -> MockWriter 5 years ago
q191201771 4a385469ac prev commit patch. bugfix. package log: 修复 format 内容丢失 5 years ago
q191201771 1822b37cb9 package log: 日志中级别右对齐. 输出至文件时去除颜色字符. bench with origin log. 5 years ago
q191201771 2bdb19cc5f package log: 将日志中的源码文件和行号放到尾部 5 years ago
q191201771 ae730896dc package bele: 增加 benchmark 5 years ago
q191201771 f876fb2c96 package unique: 1). 不同 prefix 使用不同的计算 2). 增加 benchmark 5 years ago
q191201771 675fe87f37 删除 pkg/errors 5 years ago
q191201771 208f4f6792 package bele: 修改 BEUint24 的实现 5 years ago
q191201771 23806813af 新增 pkg/mockwriter 用于测试其它使用 Writer 接口的代码 5 years ago
q191201771 1fb1a840b7 package mockserver: bugfix MockAcceptServer 死锁 5 years ago
q191201771 9380dd1b22 patch 5 years ago
q191201771 20fd1445a0 package log: 增加接口 FatalIfErrorNotNil 5 years ago
q191201771 a53e6ea4ba 1. package assert: 断言失败时打印正确的文件名和行号 2. 新增 pkg/mockserver 用于快速创建各种测试用的server 5 years ago
q191201771 612d31fe37 prev commit patch 5 years ago
q191201771 c3801246ba prev commit patch 5 years ago
q191201771 246bc02cc8 package connection: add func ModReadTimeoutMS & ModWriteTimeoutMS 5 years ago
q191201771 d6ed5bbb08 package connection: TestWriteTimeout 5 years ago
q191201771 03fb54ab96 package connection: ModWriteBufSize 6 years ago
q191201771 9fda3a8bec package connection: 去掉所有 xxxWithTimeout 的接口,增加持续性超时的设置接口 6 years ago
q191201771 72397f373c rm pkg/connstat 6 years ago
q191201771 6616111a34 package bininfo: 1. 老版本 Go 没有 strings.ReplaceAll,所以替换成 strings.Replace 2. 增加单元测试 6 years ago
q191201771 9aa1abf751 package bininfo: StringifyMultiLine format 6 years ago
q191201771 34f01c3bdb package bininfo: add GitStatus 6 years ago
q191201771 2a2835adde 新增 package connection : 对 net.Conn 接口的二次封装 6 years ago