GitXplorerGitXplorer
d

libcorkipset

public
10 stars
6 forks
2 issues

Commits

List of commits on branch master.
Unverified
93ad84a740cbbed14a416908e178b4e5cf8b86ca

Use Sphinx to generate documentation again

ddcreager committed 7 years ago
Verified
84437bb58cc566f9b7f032978557d06bd7b8e5a4

Merge pull request #45 from dcreager/merge-template

ddcreager committed 7 years ago
Unverified
7ac156c78b92c586c900f3b50e86a89bbb77dae0

Merge remote-tracking branch 'template/c-template' into merge-template

ddcreager committed 7 years ago
Unverified
bd990a26c7521a53fd4c5798664a6a7dfe37c867

Add multi-arch support

rrogers0 committed 7 years ago
Verified
625d35977d5b101d738a07cf672d9062f6d99938

Merge pull request #47 from dcreager/update-buzzy

ddcreager committed 7 years ago
Unverified
034f3fdb7f3ce9e2b892fb27cda0fc2e47364d2d

Update to latest copy of buzzy

ddcreager committed 7 years ago

README

The README file for this repository.

ipset

Build Status

The ipset library provides C data types for storing sets of IP addresses, and maps of IP addresses to integers. It supports both IPv4 and IPv6 addresses. It's implemented using Binary Decision Diagrams (BDDs), which (we hypothesize) makes it space efficient for large sets.

Please see the INSTALL file for installation instructions.