summaryrefslogtreecommitdiff
path: root/snappy-c.h
Commit message (Collapse)AuthorAgeFilesLines
* Change some internal path names.Steinar H. Gunderson2015-06-221-3/+3
| | | | | This is mostly to sync up with some changes from Google's internal repositories; it does not affect the open-source distribution in itself.
* Fix public bug #62: Remove an extraneous comma at the end of an enum list,snappy.mirrorbot@gmail.com2012-05-221-1/+1
| | | | | | | | | causing compile errors when embedded in Mozilla on OpenBSD. R=sanjay git-svn-id: https://snappy.googlecode.com/svn/trunk@63 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Include C bindings of Snappy, contributed by Martin Gieseking.snappy.mirrorbot@gmail.com2011-04-081-0/+138
I've made a few changes since Martin's version; mostly style nits, but also a semantic change -- most functions that return bool in the C++ version now return an enum, to better match typical C (and zlib) semantics. I've kept the copyright notice, since Martin is obviously the author here; he has signed the contributor license agreement, though, so this should not hinder Google's use in the future. We'll need to update the libtool version number to match the added interface, but as of http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html I'm going to wait until public release. R=csilvers DELTA=238 (233 added, 0 deleted, 5 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=1294 git-svn-id: https://snappy.googlecode.com/svn/trunk@27 03e5f5b5-db94-4691-08a0-1a8bf15f6143