Silly project of unhealthy mind. Seems the author has put together random available libs implementations and "branded" them. That's all. Which implementations were used? Which versions? What are the changes done to them? Which backdoors were added? :) It's like this: http://img.tyt.by/n/it/0e/a/91202j.jpg
Silly project of unhealthy mind. Seems the author has put together random available libs implementations and "branded" them. That's all. Which implementations were used? Which versions? What are the changes done to them? Which backdoors were added? :) It's like this: http://img.tyt.by/n/it/0e/a/91202j.jpg
> random available libs What libs are these specifically?
libc, libm, some boost pieces (asio, probably some more), zlib...
That's just from reviewing front pages of github repo and official site.
It's great that someone took the time to curate the list. But maybe it'd be better as one of those awesome-X style list of actual repos. With all of these libraries distributed as a mega-lib, it just seems like a bit of a junk drawer.
> random available libs What libs are these specifically?
libc, libm, some boost pieces (asio, probably some more), zlib... That's just from reviewing front pages of github repo and official site.
Which means you didn't really read the source code, this is not a collection of other available libraries. Boost ASIO is C++, this is a C library, they only share the name as they're both implementing async IO. Code in the libc/libm folder isn't a rip of from somewhere else.
> random available libs What libs are these specifically?
libc, libm, some boost pieces (asio, probably some more), zlib... That's just from reviewing front pages of github repo and official site.
Yeah, excellent.
You may want to read some code before making derogatory comments based on basic name collisions. asio doesn't imply boost, nor is there a single libm out there.
I haven't taken much time to read the source, but it might be a good idea to break some pieces off into their own repos, perhaps with a required 'tbox_core' type lib.
Otherwise it's...eminently useful, and boring in a good way.