GitXplorerGitXplorer
g

libbuffer

public
9 stars
4 forks
0 issues

Commits

List of commits on branch main.
Verified
b616b6efd9fd6567eb38d14f9a87f0aab462be69

Merge pull request #2 from github/update_security_doc

bbk2204 committed 2 years ago
Unverified
0eb610572d75aefbd2b4d23819fa85b74a288a58

Update SECURITY.md with current guidelines for GitHub-owned open source repositories

mmaclarel committed 2 years ago
Verified
6a878f270558c514d80e95bc1d69d166520e92fd

Merge pull request #1 from github/tg/improve-readme

committed 4 years ago
Unverified
76392284114b5c33f967fc6fc1f1b9434c01d10c

add some docs for building and testing the library

ttgummerer committed 4 years ago
Unverified
8841646954f9150e04daaee19a93430c8f435e7f

import libbuffer

ttgummerer committed 4 years ago
Unverified
70eab89fc34187573443cdd3dcd9a4b911466f64

initial commit

ttgummerer committed 4 years ago

README

The README file for this repository.

libbuffer

This library holds utility functions for working with string buffers in C.

The library has been extracted from libgit2 internal functions, and to make them available for use for other programs, and is used in production at GitHub.

Building

To build this library use make, which will generate the libbuffer.so.0 shared library.

Similarly, to install it on your system, you can use make install.

The tests can be run using make test.

License

libbuffer is under GPL2 with linking exception. This means you can link to and use the library from any program, proprietary or open source; paid or gratis. However, if you modify libbuffer itself, you must distribute the source to your modified version of libbuffer.

See the COPYING file for the full license text.