Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

tbox

🎁 A glib-like multi-platform c library
Collective - Host: opensource - https://opencollective.com/tbox - Website: https://tboox.org - Code: https://github.com/tboox/tbox

update comments

github.com/tboox/tbox - 37ba0093d152b0d892925aee0e0d7b2ea66360ca authored almost 5 years ago
fix some compile errors

github.com/tboox/tbox - 66ecedaa2ae8b7c3d40bc8b0de47a889c4bc655f authored almost 5 years ago
fix some compile errors for msys/gcc

github.com/tboox/tbox - 7b8494d5b72af1e5ccd242d8b8b5334af550e001 authored almost 5 years ago
improve process

github.com/tboox/tbox - d2dc1a11b53eeab9fcc2d5fad3559ac1f182830d authored almost 5 years ago
improve to parse process args

github.com/tboox/tbox - 737d59477acaed77ab440a9eb6bbfd7b47456074 authored almost 5 years ago
update readme

github.com/tboox/tbox - b2ef2d21c3b87f0c5db0eb0e4849bc8bc4074be5 authored almost 5 years ago
switch process impl to win api

github.com/tboox/tbox - 9d66b8f56865829017fd74eb594a67cfe78c0afd authored almost 5 years ago
fix error comments

github.com/tboox/tbox - 7c1b61e0cccb145595624774e89a621204898fa8 authored almost 5 years ago
fix compile errors for mingw

github.com/tboox/tbox - e74d9752f50d7b63220943740d09fd1c2799b513 authored almost 5 years ago
fix iovec for mingw/msys

github.com/tboox/tbox - bb10bf4631a8f5cff2e7bbe4da90c1fd9d5dc9b4 authored almost 5 years ago
support msys and cygwin

github.com/tboox/tbox - 059a3ab544f5bbe3ca7a54bf53ebbb9cf8856d90 authored almost 5 years ago
fix link error for mingw

github.com/tboox/tbox - 1c2fb0e4b972d5571ed3c6246e84ff168d644004 authored almost 5 years ago
fix compile errors on msys/mingw

github.com/tboox/tbox - eee53fcd0a8886ff381e9f3a2d7240b726a04bd4 authored almost 5 years ago
fix compile errors for mingw

github.com/tboox/tbox - f2d3b0176160b9d258de6fa712e1f9f2ec3df6bd authored almost 5 years ago
support to connect pipe with iocp

github.com/tboox/tbox - 017a3a47719c89cd88d94bd6c22cf8e523079715 authored almost 5 years ago
improve to open pipe for windows

github.com/tboox/tbox - 6ae5d2fbc5b1a96f08b459e849034b2a6c4d38ca authored almost 5 years ago
fix open pipe

github.com/tboox/tbox - 71e287e022b8ed9578eaa35bc8269723353a37a8 authored almost 5 years ago
fix iocp object free

github.com/tboox/tbox - a56b679f8245363389831b63ba179f7b5843a28c authored almost 5 years ago
modify comments

github.com/tboox/tbox - 5e4a30cf5b172e59b5235fbb02c80e9505c9ebf1 authored almost 5 years ago
improve scheduler

github.com/tboox/tbox - 9e9cb3d18565e6f70f5f06265f472ca96e0b7c54 authored almost 5 years ago
update changelog and readme

github.com/tboox/tbox - 5c9db4ac89fb9769dd0cb20feb4cd98c2a4fc55f authored almost 5 years ago
add process_pipe demo for stackless co

github.com/tboox/tbox - ecb595489e33f2e0ba5b7f8a0d2294038339f2be authored almost 5 years ago
support to wait process for stackless co

github.com/tboox/tbox - 77b156ffccfeaf134d53cf8510d62db18870edff authored almost 5 years ago
rename wait result api for stackless co

github.com/tboox/tbox - a68d19b2ed880301f91ffac9ff49063b8c59e8b8 authored almost 5 years ago
add process demo for stackless coroutine

github.com/tboox/tbox - 48e73ec538c11b6db424ee94b50af0cc86d244f8 authored almost 5 years ago
fix iocp bug

github.com/tboox/tbox - ba84c939a52f2536eec043ddb5bc109e4bcb965b authored almost 5 years ago
modify trace

github.com/tboox/tbox - 1f149ef245f5bb6408d1d6d3f00588d22a756dc0 authored almost 5 years ago
fix pipe/connect for windows

github.com/tboox/tbox - f5edd41d106fec866ff7dab40116b12e6b31e79c authored almost 5 years ago
improve process_poller for posix

github.com/tboox/tbox - c9fa64b6237cb3ffcefc83974d08dbcba935d3fc authored about 5 years ago
wait process in coroutine

github.com/tboox/tbox - d3c9e1d53aaa938d7f577312639d6f6496dacf25 authored about 5 years ago
wait process for coroutine

github.com/tboox/tbox - 0e668e6c72103f21ffa21eee0c0db14c49fb9e1a authored about 5 years ago
add coroutine_process demo

github.com/tboox/tbox - 257f686e6e23cbcbc941927e13d7f4406174ef25 authored about 5 years ago
improve stdfile for windows

github.com/tboox/tbox - 2d3aaadeca89adeaf6282bb5b162ca29ba2413d4 authored about 5 years ago
fix pipe free

github.com/tboox/tbox - 7478557ba60b219c98ebc8dd125035ccf4e3c606 authored about 5 years ago
improve poller_process demo

github.com/tboox/tbox - 10aea91f164c849aae68722fd568e8c51d824580 authored about 5 years ago
improve to kill process poller

github.com/tboox/tbox - 168df435e1fa04cbb50b70f8c241f05f45056393 authored about 5 years ago
fix poller_process for windows

github.com/tboox/tbox - 9fdf702844299fceb352a8e8bcc1041f00155745 authored about 5 years ago
add some trace

github.com/tboox/tbox - f71636e43083efe448b0a06542e804c56f3d04ab authored about 5 years ago
impl poller process for windows

github.com/tboox/tbox - 5be677e06b439cf8293aa702f3447228a0ebedca authored about 5 years ago
use mutex for trace

github.com/tboox/tbox - cd99f3ff91bf53a86d247db706d26551276c61af authored about 5 years ago
support EINTR for semphore and poller

github.com/tboox/tbox - 60330f6c674fe0781d51c9d17f9e3ad2ecacf1fc authored about 5 years ago
fix process poller

github.com/tboox/tbox - 010e0694b8ae2e69d42f7de5ce82a4c773cf03d4 authored about 5 years ago
fix thread_affinity

github.com/tboox/tbox - 01394b49b7fd3eb2ae96d279e956570364dd727e authored about 5 years ago
add sigchld for process poller

github.com/tboox/tbox - b0a56b2439ee920ba18cebb4225600cf4f52087f authored about 5 years ago
remove signal.h and fix exception config

github.com/tboox/tbox - e716fb400f77547d33df999caf849e9a37950298 authored about 5 years ago
check process poller instance num

github.com/tboox/tbox - cae2e988577b118185fc95501d87e01a22a3e700 authored about 5 years ago
add poller_process demo

github.com/tboox/tbox - b48254f9d2e56c7a48bcf6970012339bcfd7accc authored about 5 years ago
impl process poll

github.com/tboox/tbox - d703d87fe4cf48365f1895d59021239c9f60c4a2 authored about 5 years ago
add spank and kill for process poller

github.com/tboox/tbox - ae2b6038d0697d742743738ba0c85fce1f3a14b5 authored about 5 years ago
add process poller for posix

github.com/tboox/tbox - 1b11ae365fb2f0cc78d112ba744453c705e4b5dc authored about 5 years ago
fix backtrace symbols for linux

github.com/tboox/tbox - 3a3ed55ac466c430701deb13271d4dbcb6db8cf6 authored about 5 years ago
update changelog

github.com/tboox/tbox - 5b831d8ef685ff2570419f9d28a7c6c499ada87b authored about 5 years ago
fix compile error

github.com/tboox/tbox - 6ecbaad732aa450a229a0b51e8eb0ee03774b700 authored about 5 years ago
improve the process demo with pipe

github.com/tboox/tbox - b244fb4d45f194def3f709e1a7a9cd0c26b08b6c authored about 5 years ago
improve pollerdata

github.com/tboox/tbox - e2a091abd243575de3f2d4fe1dd73f014f226a10 authored about 5 years ago
fix posix pipe

github.com/tboox/tbox - 2d6444dc205fe36495603d0289bcd9c096a85aa9 authored about 5 years ago
remove sockdata

github.com/tboox/tbox - e900274fef0ede5d0d1c61ff2e7c5a4658202ede authored about 5 years ago
fix pipe handle for windows

github.com/tboox/tbox - 1ebd340605839509a467c24b04ca68ee7e9ca930 authored about 5 years ago
improve iocp for pipe

github.com/tboox/tbox - ef4c6af1a46e3dc77439d29448c43542e5709ccd authored about 5 years ago
support pipe for poller_select

github.com/tboox/tbox - 037d11af6acb4cd23122906d4fbb640993ac8d42 authored about 5 years ago
improve to bind iocp object

github.com/tboox/tbox - 5fa459bc56b0a1ee47f2f370cfbf35c151cf1b05 authored about 5 years ago
fix some compile errors for debug

github.com/tboox/tbox - 4f2b7905c1e3b177d1526811fd4c0225c54cebec authored about 5 years ago
fix compile errors

github.com/tboox/tbox - 0e2b12f34c0a3faa345bd7b66e86856c2741a80e authored about 5 years ago
improve pipe

github.com/tboox/tbox - 6dc4b55214388f68c14f78a90bc3c1fd00366bbc authored about 5 years ago
enable poller object for iocp

github.com/tboox/tbox - d02b15643f520ed6eddf79529778405623367701 authored about 5 years ago
disable pipe for select on windows

github.com/tboox/tbox - c5c9c8bf778b2e19225dbd2c10e7c6953c7f21f5 authored about 5 years ago
add wait pipe for windows

github.com/tboox/tbox - aac395590ad5a17b27b7f8ed491aeb88065a23ef authored about 5 years ago
bind pipe to iocp port

github.com/tboox/tbox - 66b68f1ddabf14e2b167ba662e3b4deb1ae9697a authored about 5 years ago
support pipe for poller_poll

github.com/tboox/tbox - 2aa2fa739baa45b458da838fa494f0b4d63f4d35 authored about 5 years ago
improve set object type for poller private data

github.com/tboox/tbox - f4fc5cd235b3d8d043b1da191ca391d69cd5f123 authored about 5 years ago
add poller for pipe

github.com/tboox/tbox - 09d07eecfe93001e607f85dd77a41b80b7561216 authored about 5 years ago
support pipe for poller_epoll

github.com/tboox/tbox - e7e8387091be987f36f17dbc3178b9c44c85d11e authored about 5 years ago
improve kqueue and demo for supporting pipe

github.com/tboox/tbox - 7efb601b3b08b86ee901f8df5458031c1f31b10e authored about 5 years ago
add poller_pipe demo

github.com/tboox/tbox - 8415397566d62571b74d92eba739e4ab9a974ad5 authored about 5 years ago
add pipe & coroutine demo

github.com/tboox/tbox - f2de23b563c3347116a45021d17ce148be3e5eae authored about 5 years ago
improve url cstr

github.com/tboox/tbox - d07d1ca567ab927eabf9104890747da2bb183530 authored about 5 years ago
improve poller

github.com/tboox/tbox - f2f7fb594e2642ea3c9be2cc564cb2550330f7fb authored about 5 years ago
enable mutex and semaphore for micro

github.com/tboox/tbox - 3170f1462f68e6459129d6eb219b4ca42b989d8b authored about 5 years ago
improve stackless coroutine

github.com/tboox/tbox - 47cf60e3d74556f45c4c78b7b82869520d3bca4a authored about 5 years ago
remvoe some demo traces

github.com/tboox/tbox - 5d9c2954c55296ab6bbefc9dcdd999c75fcc5ada authored about 5 years ago
improve trace

github.com/tboox/tbox - dd7aad670981562551263417c3147c9d1c04e957 authored about 5 years ago
improve timeout for coroutine

github.com/tboox/tbox - e1584fa0913695c7770c49a634b5e82391077c77 authored about 5 years ago
improve iocp to support wait recv/send at same time

github.com/tboox/tbox - f00989f277af9be61552f3ad634f12b744e7acb6 authored about 5 years ago
add coroutine with thread example

github.com/tboox/tbox - a2294c2ea0672472230a39e0705bd5a095bb8dca authored about 5 years ago
improve socket pair for win

github.com/tboox/tbox - 3f944d8bbb0bcd65f5b1b7ee7701398f9ac128b6 authored about 5 years ago
fix context bug for x64/msvc

github.com/tboox/tbox - 5e8d661169d4e9b88a5303f348261794c1ac9a87 authored about 5 years ago
improve to dump coroutine

github.com/tboox/tbox - 1b0054cb38a33f446019cf432ae8d06983a9ec80 authored about 5 years ago
fix wait events for coroutine

github.com/tboox/tbox - 6424a84b21f2d1f8a5c4f45cb552d77af142eac7 authored about 5 years ago
move sockevents for io scheduler

github.com/tboox/tbox - 2239af239c52feb17f52fb4177be4c2b56e7b07e authored about 5 years ago
uses sockdata pool for io scheduler

github.com/tboox/tbox - e37af0a6586c9a2649b36045aa6c5f40f0dd54cb authored about 5 years ago
revert misleading warn

github.com/tboox/tbox - 53e42083f83ca77ef5c1d1d3c2e80f55d4fdccf7 authored about 5 years ago
disable some warn

github.com/tboox/tbox - 750a0e75624d5b1eb5ed8a315361dc52ed03cc4d authored about 5 years ago
update the copyright date

github.com/tboox/tbox - cc50f173f927b6e9be84383cde4934b8dff6284b authored about 5 years ago
fix include poll.h again

github.com/tboox/tbox - e0158898d171b17c72e2d596971b6e03c9c5f353 authored about 5 years ago
fix include poll.h

github.com/tboox/tbox - c60eaccc08d0fb29de780557d40bede80291c5a2 authored about 5 years ago
update changelog

github.com/tboox/tbox - fa5ab871fbe10742258c1c4efb81e784588bf222 authored about 5 years ago
fix some code styles

github.com/tboox/tbox - e0c0f39aeab0700724785ebdd8ebbdc64b231fad authored about 5 years ago
Merge pull request #114 from codehz/dev-unix-socket

Dev unix socket #112

github.com/tboox/tbox - f1687523bd6ded3390955f8472a3495e1d54574e authored about 5 years ago
improve demo

github.com/tboox/tbox - 33ceb29a816d583a64bd77de81f18500353fb812 authored about 5 years ago
rearrange code

github.com/tboox/tbox - 08a81dfecb6898c3de81f153bbb90f2552523204 authored about 5 years ago