GitXplorerGitXplorer
d

libcorkipset

public
10 stars
6 forks
2 issues

Commits

List of commits on branch master.
Verified
c6f3f115d54a5279378e69c015c492cfe053fc5a

Merge pull request #50 from dcreager/remove-python

ddcreager committed 7 years ago
Unverified
2169a93793d305f5f9a3d66f66c66d0d403cc127

Remove Python bindings

ddcreager committed 7 years ago
Unverified
05f129b0f2139ceb83f4ba0cf9d06b45bf389a5a

Remove develop branch from Travis configuration

ddcreager committed 7 years ago
Unverified
ebc52b510b84a24695c80047c5a553ed67c2f84d

Clean up copyright information

ddcreager committed 7 years ago
Unverified
e09fd036c87bf3ca12735bdc400a7c3735146938

Merge branch 'develop'

ddcreager committed 7 years ago
Verified
2448ce04beafa488b6f2fd3861394a742d0d961a

Merge pull request #48 from dcreager/sphinx

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.