An open API service providing commit metadata for open source projects.

GitHub / lessos/lessgo / commits

SHA Message Author Date Stats
98adefed use go.mod Eryx <e****i@g****m> over 2 years ago
2e2039a4 [IMP,NEW] lots types updates Eryx <e****i@g****m> almost 6 years ago
d1262c38 [IMP] improve text/html mail type Eryx <e****i@g****m> almost 6 years ago
2689ad70 [IMP] types improves Eryx <e****i@g****m> about 6 years ago
7105d98f [NEW] support gzip for httpclient Eryx <e****i@g****m> about 6 years ago
cf1a3771 [NEW] support proxy setting Eryx <e****i@g****m> about 6 years ago
9f0136bf [CHG] change SetTimeout type from time.Duration to int64 Eryx <e****i@g****m> about 6 years ago
43191879 [BUG] name error Eryx <e****i@g****m> over 6 years ago
82df6492 [BUG] fix windows filepath issue Eryx <e****i@g****m> over 6 years ago
1c80727a [IMP] add TOML tags Eryx <e****i@g****m> over 6 years ago
bf366c8e [NEW] new APIs for types.ArrayString Eryx <e****i@g****m> over 6 years ago
70ed8e28 [CHG] use millisecond in types.MetaTime Eryx <e****i@g****m> over 6 years ago
80710f01 [IMP] support TOML struct tag Eryx <e****i@g****m> over 6 years ago
a7a1c0b9 [NEW] HashUUID() Eryx <e****i@g****m> about 7 years ago
af68c18e [BUG] fix duplicate assignment in JsonTypelessItem Eryx <e****i@g****m> over 7 years ago
1f8c8510 [CHG] force os.File.Sync() in json-to-file Eryx <e****i@g****m> over 7 years ago
9539e648 [NEW] httpclient.SetUnixDomainSocket() API Eryx <e****i@g****m> over 7 years ago
f2351586 [IMP] improves Eryx <e****i@g****m> over 7 years ago
4a51b9fb [NEW] JsonTypeless Eryx <e****i@g****m> over 7 years ago
c408b13d [NEW] array_int, array_string.Clean Eryx <e****i@g****m> over 7 years ago
badfd0b1 [NEW] types.ArrayUint64 Eryx <e****i@g****m> almost 9 years ago
e82c96cf [NEW] net/httpclient/HttpClientRequest.SetUrl() Eryx <e****i@g****m> almost 9 years ago
ed4909d9 [NEW] crypto/idhash.HashToBase64String() Eryx <e****i@g****m> almost 9 years ago
479b7b1a [NEW] types.ArrayNameIdentifier Eryx <e****i@g****m> almost 9 years ago
08f36518 data/redis.Close() Eryx <e****i@g****m> almost 9 years ago
1b016f3c [NEW] httpsrv.NewStaticModule Eryx <e****i@g****m> almost 9 years ago
fb115112 [NEW] types.Version Eryx <e****i@g****m> almost 9 years ago
959a222e [NEW] types.IterObject Eryx <e****i@g****m> about 9 years ago
9ec59a7a [NEW] add Session.AuthToken() Eryx <e****i@g****m> about 9 years ago
8cf9c862 [CHG] new APIs types.ArrayString.Set/Get/Del/Has, the old APIs Insert/Remove/... Eryx <e****i@g****m> about 9 years ago
539d5293 [NEW] add types.ObjectList Eryx <e****i@g****m> about 9 years ago
63ba5be1 [NEW] add crypto/idhash/HashSum() Eryx <e****i@g****m> about 9 years ago
e220e4ae [BUG] fix kv_test.go error Eryx <e****i@g****m> over 9 years ago
fa933201 [CHG] change types.KvPairs []KvPair to []*KvPair Eryx <e****i@g****m> over 9 years ago
31448135 [CHG] new httpsrc.Params.Uint64() Eryx <e****i@g****m> over 9 years ago
e54ba068 [CHG,NEW] rename httpsrv.HandlerRegisterPrev() to httpsrv.HandlerRegister(), ... Eryx <e****i@g****m> over 9 years ago
22c2b691 [NEW] new types.ArrayPathTree Eryx <e****i@g****m> over 9 years ago
39171191 [NEW] add types.ArrayUint16 Eryx <e****i@g****m> over 9 years ago
62f5b184 [NEW] add types.ArrayUint32 Eryx <e****i@g****m> over 9 years ago
99f848f8 [NEW] add types.NewTypeErrorMeta(code, message string) TypeMeta Eryx <e****i@g****m> over 9 years ago
7a249c2d [NEW] add httpsrc.Controller.RenderJsonIndent(v interface{}, ident string) Eryx <e****i@g****m> over 9 years ago
ae6ff86d [BUG] filepath.Clean(post.url) Eryx <e****i@g****m> over 9 years ago
a95044f0 [NEW] add types.NewErrorMeta() Eryx <e****i@g****m> over 9 years ago
4550c542 [NEW] add new function Init() for httpsrv.Controller that to be called before... Eryx <e****i@g****m> over 9 years ago
7cdeeaf3 [IMP] use sync.RWMutex in writing types/Labels Eryx <e****i@g****m> over 9 years ago
16fab51b [NEW] new types/KvPairs Eryx <e****i@g****m> over 9 years ago
09c0da7c [BUG] fix get urlbase in module-url Eryx <e****i@g****m> over 9 years ago
117b768a [CHG] enable http timeout setting Eryx <e****i@g****m> over 9 years ago
d9381f9a [IMP] more example for iossdb Eryx <e****i@g****m> over 9 years ago
cd0a019a [IMP] code improve Eryx <e****i@g****m> over 9 years ago
9443b2e9 [CHG] use lessgo/encoding/json replace of lessgo/utils Eryx <e****i@g****m> over 9 years ago
601e93e3 [BUG] fix config.UrlBasePath init Eryx <e****i@g****m> over 9 years ago
659f9fc0 [NEW,IMP] new Controller.UrlBase(), improve Controller.Redirect() Eryx <e****i@g****m> over 9 years ago
fa4daada [BUG] trim httpsrv.Config.UrlBasePath before route it Eryx <e****i@g****m> almost 10 years ago
911c0305 [BUG] fix ssdb command less than 10MB Eryx <e****i@g****m> almost 10 years ago
9df6965d improve types.* Eryx <e****i@g****m> almost 10 years ago
51397606 improve types.ArrayString Eryx <e****i@g****m> almost 10 years ago
615c059a NEW types Eryx <e****i@g****m> about 10 years ago
4a7756cf fix flag.Parse Eryx <e****i@g****m> about 10 years ago
57b201b9 fix bytes pointing Eryx <e****i@g****m> about 10 years ago
f9f64bdf do not write empty json object to file Eryx <e****i@g****m> about 10 years ago
b383d33f readme updated Eryx <e****i@g****m> about 10 years ago
e28c266c code clean Eryx <e****i@g****m> over 10 years ago
84c90d6e api name updated Eryx <e****i@g****m> over 10 years ago
d81aed24 bytes based ssdb client Eryx <e****i@g****m> over 10 years ago
a609a2b6 new types of types.Bytex added Eryx <e****i@g****m> over 10 years ago
c08f6825 new types of types.Version added Eryx <e****i@g****m> over 10 years ago
daf330d9 update README.md for net/portutil Eryx <e****i@g****m> over 10 years ago
f117fc3a no depend of net/httpclient Eryx <e****i@g****m> over 10 years ago
5e5e73b8 update README.md for encoding/json Eryx <e****i@g****m> over 10 years ago
f8684c8c new types ArrayString added Eryx <e****i@g****m> over 10 years ago
dc56a268 update README.md for crypto/idhash Eryx <e****i@g****m> over 10 years ago
abb7fe6c testing cases for crypt/idhash.Hash() Eryx <e****i@g****m> over 10 years ago
35d6317a idhash.Hash() Eryx <e****i@g****m> over 10 years ago
73d89151 move utils/net.go to net/portutil Eryx <e****i@g****m> over 10 years ago
9d34fa9c remove .swp Eryx <e****i@g****m> over 10 years ago
633839cb update locker pool.README Eryx <e****i@g****m> over 10 years ago
81cc0b8d update locker README Eryx <e****i@g****m> over 10 years ago
588b25ea fix uuid variant; code clean... Eryx <e****i@g****m> over 10 years ago
7067f6c4 improve uuid Eryx <e****i@g****m> over 10 years ago
5ebbc441 Improved api naming Eryx <e****i@g****m> over 10 years ago
fc0e62ac update readme for idhash Eryx <e****i@g****m> over 10 years ago
5e0b554b move utils/string.go to crypto/idhash, ID hashing toolkit Eryx <e****i@g****m> over 10 years ago
fe1eee2f sync: hash pool Eryx <e****i@g****m> over 10 years ago
2b01fbdc move utils/json.go to encoding/json, encoding and decoding of JSON objects Eryx <e****i@g****m> over 10 years ago
8099512a improve setting timeout Eryx <e****i@g****m> over 10 years ago
4bb51101 improve hissdb.send_buf Eryx <e****i@g****m> over 10 years ago
85e9668b update logger readme Eryx <e****i@g****m> over 10 years ago
f29bd18f support saving messages to multi log level files Eryx <e****i@g****m> over 10 years ago
81775d9b logger: support symlink to current log filepath Eryx <e****i@g****m> over 10 years ago
a7f11455 support minloglevel flag Eryx <e****i@g****m> over 10 years ago
cf722733 commit for hissdb.batch Eryx <e****i@g****m> over 10 years ago
40a6a168 fix code syntax error Eryx <e****i@g****m> over 10 years ago
1f40aac4 update README.md Eryx <e****i@g****m> over 10 years ago
7fccb29f fix hissdb batch error Eryx <e****i@g****m> over 10 years ago
8146be08 Support Batch Eryx <e****i@g****m> over 10 years ago
02171e87 update README.md Eryx <e****i@g****m> over 10 years ago
e1995b53 update README.md Eryx <e****i@g****m> over 10 years ago
cc69dc78 data/hissdb: recode, source headers Eryx <e****i@g****m> over 10 years ago
d503bb25 bench test for httpsrv Eryx <e****i@g****m> over 10 years ago

← Back to repository