Commit graph

11 commits

Author SHA1 Message Date
Nicholas Orlowsky efd19d3bba fix version build step
Some checks failed
Docker Build & Publish / build (push) Failing after 1h39m43s
2025-02-24 21:34:54 -05:00
Nicholas Orlowsky 9b5719f9be Release v0.3.0
Some checks failed
Docker Build & Publish / build (push) Has been cancelled
2025-02-24 19:29:43 -05:00
Nicholas Orlowsky c07f3ebf81 faster nonblocking io
Some checks failed
Docker Build & Publish / build (push) Failing after 1h24m16s
2025-02-23 17:06:32 -05:00
Nicholas Orlowsky 6c5feb8675 epoll per thd 2025-02-22 00:52:30 -05:00
Nicholas Orlowsky 409024e04a polished up event loop changes
Some checks failed
Docker Build & Publish / build (push) Failing after 55m49s
2025-02-21 18:24:28 -05:00
Nicholas Orlowsky ca05aa1e5a event loop with threadmgr
Some checks failed
Docker Build & Publish / build (push) Has been cancelled
2025-02-21 14:09:01 -05:00
Nicholas Orlowsky da9f2f2d51
broken ssl
Some checks failed
Docker Build & Publish / build (push) Has been cancelled
2025-02-17 18:46:33 -05:00
Nicholas Orlowsky 0ebdb34601
format + README 2025-02-04 11:44:34 -05:00
Nicholas Orlowsky 71be773d49
split into src and lib and socket changes
* libanthracite files are now all in lib/
* anthracite-bin + anthracite-api-bin files are now all in src/
* socket split into header and source properly
2025-02-04 11:37:46 -05:00
Nicholas Orlowsky fba87f3fbb
Updated directory structure and build steps
* seperate build-supplemental from build-version
* version.cpp now included in cmake config, not directly imported
* socket moved into its own directory
* test_www removed from project
2025-02-04 11:29:15 -05:00
Nicholas Orlowsky 54d82b8c66
cleanup of source + build system
* seperated most parts into headers & source files
* seperated anthracite into libanthracite and anthracite-bin for modules
* built demo webAPI module
* rewrote some code to do things in the
* changed cmakelists to not build in src directory
2025-02-04 02:03:27 -05:00