3684c4781b
docs: add project description, setup instructions, and C logo to README
...
- Add introductory paragraph explaining the project as a multipurpose load balancing intercepting proxy written in C
- Include C programming language logo image in the README header section
- Provide setup instructions for building and running the proxy server
2024-12-31 17:13:17 +00:00
53dd81d90a
docs: add explicit width attribute to C logo image in README header
2024-12-31 17:13:04 +00:00
0cd6439f8f
docs: constrain C logo image width to 100px in README header
2024-12-31 17:12:39 +00:00
f39a82fa6a
docs: replace markdown image syntax with html img tag in README header
2024-12-31 17:12:18 +00:00
7c7ecd2e76
docs: fix image size attribute syntax in README from '=100px' to '=100x'
2024-12-31 17:10:58 +00:00
c7d70eaf75
docs: fix markdown image syntax for C logo in README header
2024-12-31 17:10:39 +00:00
f9102d99fc
docs: add inline image width constraint to C logo in README header
2024-12-31 17:09:52 +00:00
a8e4d54c3b
chore: delete unused pgs.zip binary archive from repository root
2024-12-31 17:08:07 +00:00
d3c02826ce
chore: replace placeholder pip commands with full README content and add binary assets
2024-12-31 17:07:48 +00:00
1961912c21
feat: add protocol.h and sock.h with epoll-based TCP proxy connection handling
2024-12-31 16:34:40 +00:00
bec0ad44f2
chore: update Doxygen project name and enable detailed documentation generation
2024-12-31 16:34:29 +00:00
35b0a51a97
chore: add doxygen config, gitignore entries, and pgs API stubs for documentation build
2024-12-31 14:26:13 +00:00
ed16a3fc4a
chore: replace placeholder entropy text with pycryptodome install and add PY_SSIZE_T_CLEAN support across C files
2024-12-31 05:44:19 +00:00
e39d34f0f9
chore: add initial project scaffolding with gitignore, makefile, build scripts, and pgs source files
2024-12-31 01:57:48 +00:00