Commit Graph

308 Commits (390e278435ba44a65ceb0f87018d869f8bbe20df)
 

Author SHA1 Message Date
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
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 a50a893296 add suffix space at first line of license 5 years ago
q191201771 33bdf51413 Merge branch 'master' into dev 5 years ago
q191201771 036ec2e0e6 1. new package taskpool 2. package nazalog: refactor 5 years ago
q191201771 b37735f1ae readme 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 c1dc0b96c3 Merge branch 'master' into dev 5 years ago
q191201771 7f47faa3e1 v0.4.2 -> CHANGGELOG 5 years ago
q191201771 dacff6d56b 1. 新增 filebatch package:文件批量操作
2. 新增 demo/add_go_license:给 Go 仓库的所有go源码文件添加MIT许可证
3. 新增 demo/add_blog_license:给我自己博客的所有文章尾部添加声明
5 years ago
q191201771 9362f98862 1. demo/add_blog_license 给blog的文章尾部添加版权声明 2. 在test.sh中给go文件添加头部MIT声明 5 years ago
q191201771 1dc7b7da59 readme 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 2b18969fc5 Merge branch 'master' into dev 5 years ago
q191201771 28ac1f749f v0.4.1 -> CHANGGELOG 5 years ago
q191201771 f58a737ed3 README 5 years ago
q191201771 5d8805c735 1. new package nazastring 2. badge line size 5 years ago
q191201771 038e800329 badge line size 5 years ago
q191201771 444e450e58 new package nazastring 5 years ago
q191201771 edfe5cf5fb merge 5 years ago
q191201771 a457b59d5c v0.4.0 -> CHANGELOG.md 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 721f5df776 nezha -> naza 5 years ago
q191201771 94cbffe32a rename package log -> package nazalog 5 years ago
q191201771 db8122c69d package connection: bugfix make exitChan 5 years ago
q191201771 083db929f6 rename package nzjson -> nazajson 5 years ago
q191201771 e01dda7218 new package: nazajson 5 years ago
q191201771 09421c2b98 1. package connection & package log: Config -> Option 2. package log: IsToStdOut default -> ture, ShortFileFlag default -> true 5 years ago
q191201771 1052ef0ead package connection: rename wmsg struct -> wMsg 5 years ago
q191201771 a450ed21b0 package connection: erase func Printf 5 years ago
q191201771 810d41a83b package log: mkdir 777 -> 644 5 years ago
q191201771 e087bc8fe7 Merge branch 'master' into dev 5 years ago