9bfb2b308368acac796f51fbe242311cb59296159bfb2b308368acac796f51fbe242311cb5929615Authored: 2 weeks ago (Sun, 12 Jul 2026 10:07:27 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2f742815b3855559297c4269087305f7089bb82cAuthored: 3 weeks ago (Thu, 9 Jul 2026 14:35:57 +0000)Match: Copilot2f742815b3855559297c4269087305f7089bb82cAuthored: 3 weeks ago (Thu, 9 Jul 2026 14:35:57 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>872a31204987442965c4ef0bf31fb3f311e5f0fcAuthored: 3 weeks ago (Thu, 9 Jul 2026 14:32:37 +0000)Match: Copilot872a31204987442965c4ef0bf31fb3f311e5f0fcAuthored: 3 weeks ago (Thu, 9 Jul 2026 14:32:37 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>3d2cb1f52ed76b9db4a7cc80dee553a193decf38Authored: 2 months ago (Thu, 21 May 2026 10:07:58 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>3a8c195b21937a6763a8503962af3866e85c8a94Authored: 3 months ago (Mon, 20 Apr 2026 04:02:02 +0000)Match: Copilot3a8c195b21937a6763a8503962af3866e85c8a94Authored: 3 months ago (Mon, 20 Apr 2026 04:02:02 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>9eac0bc5c989cf97083f3932ad8a2193a6607c3cAuthored: 4 months ago (Mon, 30 Mar 2026 14:49:40 +0000)Match: Copilot9eac0bc5c989cf97083f3932ad8a2193a6607c3cAuthored: 4 months ago (Mon, 30 Mar 2026 14:49:40 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>ca2e9e7589a04dd82868827aa0b5753986eb8cbcAuthored: 4 months ago (Thu, 12 Mar 2026 14:36:30 +0000)Match: Copilotca2e9e7589a04dd82868827aa0b5753986eb8cbcAuthored: 4 months ago (Thu, 12 Mar 2026 14:36:30 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>35342db682e4dffdb49ebe622e0684f5cdd22867Authored: 4 months ago (Wed, 11 Mar 2026 04:16:20 +0000)Match: Copilot35342db682e4dffdb49ebe622e0684f5cdd22867Authored: 4 months ago (Wed, 11 Mar 2026 04:16:20 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>85d12654123ecb9379576bd16735982ddaf1c601Authored: 4 months ago (Wed, 11 Mar 2026 04:00:59 +0000)Match: Copilot85d12654123ecb9379576bd16735982ddaf1c601Authored: 4 months ago (Wed, 11 Mar 2026 04:00:59 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>045fd6180845d340682c66753016a9cdb2abbd86Authored: 4 months ago (Tue, 10 Mar 2026 13:55:43 +0000)Match: Copilot045fd6180845d340682c66753016a9cdb2abbd86Authored: 4 months ago (Tue, 10 Mar 2026 13:55:43 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>be9232586d7f30348a99efb3c7ee337033a47bc2Authored: 4 months ago (Tue, 10 Mar 2026 13:04:06 +0000)Match: Copilotbe9232586d7f30348a99efb3c7ee337033a47bc2Authored: 4 months ago (Tue, 10 Mar 2026 13:04:06 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>207a467fbeebd5f67924904c71c84995bab7d573Authored: 4 months ago (Tue, 10 Mar 2026 12:56:23 +0000)Match: Copilot207a467fbeebd5f67924904c71c84995bab7d573Authored: 4 months ago (Tue, 10 Mar 2026 12:56:23 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>e5d650c7fc4b009648d2d24beaff21feaad755d6Authored: 4 months ago (Mon, 9 Mar 2026 03:38:39 +0000)Match: Copilote5d650c7fc4b009648d2d24beaff21feaad755d6Authored: 4 months ago (Mon, 9 Mar 2026 03:38:39 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>CLAUDE.mdTool: claude-codeAGENTS.mdAGENTS.mdTool: agents-md# AGENTS.md
This file provides guidance to agents when working with code in this repository.
## Project Overview
libhv is a cross-platform C/C++ network library providing event-loop with non-blocking IO and timer. Core is C99, high-level wrappers are C++11. Compatible with gcc4.8+, MSVC2015+, clang. Supports Linux, Windows, macOS, Android, iOS, BSD, Solaris.
## Build Commands
### Makefile (primary, Unix)
```bash
./configure --with-openssl --with-http --with-mqtt --with-kcp # configure options
make libnone