xushiwei
|
bf8c10ed25
|
Merge pull request #678 from spongehah/refactor/c-libuv-remove-go-wrapper
fix(c/libuv): Adjust comment errors and demo code
|
2024-08-08 11:33:10 +08:00 |
|
xushiwei
|
3992dd1dd0
|
Merge pull request #675 from hackerchai/feature/c-net-add-missing-funcs
feat(c/net): Add SockaddrStorage func, Ntohs func & SetSockOpt func
|
2024-08-08 11:30:48 +08:00 |
|
hackerchai
|
f582657ffd
|
fix(c/net): Remove unused implicit import
Signed-off-by: hackerchai <i@hackerchai.com>
|
2024-08-08 10:12:47 +08:00 |
|
赵英杰
|
2823ac1aee
|
fix(c/libuv): Adjust comment errors and demo code
|
2024-08-08 10:04:20 +08:00 |
|
xushiwei
|
aa4f518262
|
Merge pull request #673 from cpunion/libuv-async
Add libuv async
|
2024-08-07 21:43:50 +08:00 |
|
luoliwoshang
|
8d70aba1f5
|
castdump:funcproto type & enum value
|
2024-08-07 20:33:35 +08:00 |
|
Li Jie
|
a44bb35aec
|
libuv: add async
|
2024-08-07 20:24:43 +08:00 |
|
xushiwei
|
4fda2b656f
|
Merge pull request #672 from luoliwoshang/c/clang/type-tree
castdump:array,typedef,pointer,funcproto,enum & builtin type
|
2024-08-07 19:15:37 +08:00 |
|
hackerchai
|
bf09e3c3ae
|
feat(c/net): Add SockaddrStorage func, Ntohs func & SetSockOpt func
|
2024-08-07 18:04:04 +08:00 |
|
hackerchai
|
753dcd3301
|
feat(c): Add Calloc func
|
2024-08-07 16:45:17 +08:00 |
|
Li Jie
|
8b5dee510e
|
libuv: add uv_stop
|
2024-08-07 16:21:12 +08:00 |
|
luoliwoshang
|
9cb73fbf78
|
castdump:array,typedef,pointer & builtin type
|
2024-08-07 15:52:26 +08:00 |
|
hackerchai
|
8848222728
|
feat(c/libuv): Add GetIoWatcherFd func using LLGoFiles
|
2024-08-07 14:49:21 +08:00 |
|
hackerchai
|
3cd62994c7
|
Revert "refactor(c/libuv): Use cgo alias replace struct assertion in fs"
This reverts commit 45ba5b8dc50a13223e05ad673f4e57d7277d3f24.
# Conflicts:
# c/libuv/net.go
|
2024-08-07 14:49:20 +08:00 |
|
hackerchai
|
dd93a97790
|
Revert "feat(c/libuv): Add GetIoWatcherFd func"
This reverts commit 1ce16727b1195a65c8f2c9de07a864ed5e3902ef.
Signed-off-by: hackerchai <i@hackerchai.com>
|
2024-08-07 14:49:19 +08:00 |
|
hackerchai
|
e40e2d2d14
|
style(c/libuv): Use go type funcs & update demo(syanc_fs, echo_server)
|
2024-08-07 14:49:18 +08:00 |
|
hackerchai
|
26f8ce7b5a
|
refactor(c/libuv): Use cgo alias replace struct assertion in fs
refactro(c/libuv): Use cgo alias avoid implicit struct member declaration
|
2024-08-07 14:49:17 +08:00 |
|
hackerchai
|
9a61e374b5
|
refactor(c/libuv): Move some func due to libuv doc
doc: https://docs.libuv.org/en/v1.x/
|
2024-08-07 14:49:16 +08:00 |
|
hackerchai
|
9b12e9819c
|
fix(c/libuv/demo): Fix echo_server stream convert
|
2024-08-07 14:49:15 +08:00 |
|
hackerchai
|
5d0a91239c
|
feat(c/libuv): Add GetIoWatcherFd func
|
2024-08-07 14:49:14 +08:00 |
|
hackerchai
|
c848278690
|
feat(c/libuv): Add uv_close & uv_signal func
Signed-off-by: hackerchai <i@hackerchai.com>
feat(c/libuv): Add uv_signal_stop func
Signed-off-by: hackerchai <i@hackerchai.com>
feat(c/libuv): Add GetIoWatcher, GetFd func & add Io srtuct
Signed-off-by: hackerchai <i@hackerchai.com>
refactor(c/libuv): Rename some func
refactor(c/libuv): Remove net go wrapper
refactor(c/libuv): Add GetIoWatcherFd func
|
2024-08-07 14:49:13 +08:00 |
|
xushiwei
|
9ac0c06f26
|
Merge pull request #667 from luoliwoshang/c/clang/type
c/clang:cursor enum & type kind
|
2024-08-06 22:00:27 +08:00 |
|
xushiwei
|
52af22b0e8
|
Merge pull request #660 from luoliwoshang/c/clang/fullast
c/clang:full ast dump
|
2024-08-06 21:56:06 +08:00 |
|
luoliwoshang
|
81cfc73b48
|
castdump:full ast dump
|
2024-08-06 21:37:00 +08:00 |
|
xushiwei
|
dbed8fefac
|
library: crypto/hmac
|
2024-08-06 18:49:24 +08:00 |
|
luoliwoshang
|
ca14637909
|
c/clang:type kind
|
2024-08-06 18:23:31 +08:00 |
|
luoliwoshang
|
7db618fba5
|
c/clang:cursor enum & access pecifier
|
2024-08-06 18:23:19 +08:00 |
|
xushiwei
|
a2b5b9f97e
|
library (todo): crypto/hmac, internal/fmtsort
|
2024-08-06 17:03:22 +08:00 |
|
tsingbx
|
6a05aa4e53
|
llgo support crypto hmac (#663)
* llgo support crypto/hmac
|
2024-08-06 16:47:51 +08:00 |
|
xushiwei
|
d7b203ae08
|
Merge pull request #655 from tsingbx/hmac2
add openssl hmac
|
2024-08-05 23:21:19 +08:00 |
|
luoliwoshang
|
6da5fe4317
|
c/clang:marco content
|
2024-08-05 19:38:29 +08:00 |
|
tsingbx
|
2ccfa6a2e8
|
add EVP_sha1, EVP_sha224....
|
2024-08-05 17:38:01 +08:00 |
|
tsingbx
|
f7bf671050
|
add openssl hmac
delete GetMD and HMAC function
delete macro
tidy code
add hmac
|
2024-08-05 16:57:47 +08:00 |
|
xushiwei
|
4bff9cc3df
|
Merge pull request #653 from luoliwoshang/c/clang/marco
[wip] c/clang:marco info
|
2024-08-05 12:53:23 +08:00 |
|
luoliwoshang
|
5cf31bd3f3
|
c/clang:marco info
|
2024-08-04 17:35:15 +08:00 |
|
xushiwei
|
b1654f7807
|
c/os: llgoClearenv
|
2024-08-04 10:54:41 +08:00 |
|
xushiwei
|
4f8526e527
|
Merge pull request #649 from aofei/clearenv
fix(c/os): add missing `clearenv` for macOS
|
2024-08-04 10:50:18 +08:00 |
|
Aofei Sheng
|
4b568fc469
|
fix(c/os): add missing clearenv for macOS
|
2024-08-04 09:58:01 +08:00 |
|
赵英杰
|
b3e1b6fdbf
|
refactor(c-libuv): Added TODO(uid) comment & adjusted the position of Handle, Stream, Req, Write, Connect
|
2024-08-03 00:25:14 +08:00 |
|
xushiwei
|
0665091cef
|
Merge pull request #641 from xushiwei/q
c/openssl: bio, pem, rsa
|
2024-08-01 23:03:48 +08:00 |
|
xushiwei
|
688d153427
|
c/openssl: bio, pem, rsa
|
2024-08-01 22:55:17 +08:00 |
|
hackerchai
|
5dd5494f93
|
refactor(c/libuv): Adapt libuv.Fs struct
|
2024-08-01 10:57:59 +08:00 |
|
hackerchai
|
f253e4fabe
|
Revert "fix(c/libuv): Add libuv fs struct new func"
This reverts commit 5fdb0a9634b5ecc29ddd50b6e5cce9938bcb7934.
# Conflicts:
# c/libuv/_wrap/fs.c
# c/libuv/fs.go
|
2024-08-01 10:57:58 +08:00 |
|
hackerchai
|
acd09d24d5
|
fix(c/libuv): Fix async_fs demo return 255 error & pointer not allocated error
Signed-off-by: hackerchai <i@hackerchai.com>
fix(c/libuv): Mv LLGoFiles declaration
Signed-off-by: hackerchai <i@hackerchai.com>
fix(c/libuv/demo): Fix return 255 error & pointer not allocated error
Signed-off-by: hackerchai <i@hackerchai.com>
refactor(c/libuv): Rewrite FsNew() logic
Signed-off-by: hackerchai <i@hackerchai.com>
|
2024-08-01 10:57:57 +08:00 |
|
hackerchai
|
ceac95c81a
|
fix(c/libuv): Add libuv fs struct new func
Signed-off-by: hackerchai <i@hackerchai.com>
|
2024-08-01 10:54:01 +08:00 |
|
xushiwei
|
2e4b1d8c2b
|
library: math/big.Int (mini-impl for _cmptest/bigintdemo)
|
2024-08-01 00:32:21 +08:00 |
|
xushiwei
|
79d8b00b27
|
c/openssl: bignum, rsa
|
2024-07-31 22:34:13 +08:00 |
|
xushiwei
|
21b5b60278
|
Merge pull request #622 from xushiwei/q
library: crypto/rand
|
2024-07-31 10:30:20 +08:00 |
|
xushiwei
|
af6e4abe84
|
library: crypto/rand
|
2024-07-31 10:26:18 +08:00 |
|
xushiwei
|
d2cb96a9e5
|
Merge pull request #620 from xushiwei/q
c/openssl: rand
|
2024-07-31 01:33:10 +08:00 |
|