Forked from squishyhuman/c-protobuf
Protobuf for c-ipfs implementation

Agorise 1472282e31 Update LICENSE 4 years ago
test b1845aad5f compiler switch for c99 6 years ago
.cproject 9b81ab4c48 Implementation of a simple Protobuf in C. 6 years ago
.gitignore 5eeae56378 Fixed bug with field type and added program to disassemble a protobuf 6 years ago
.project 9b81ab4c48 Implementation of a simple Protobuf in C. 6 years ago
LICENSE 1472282e31 Update LICENSE 4 years ago
Makefile d690e2093d minor change to makefile 6 years ago
README.md 2801b779f8 Update README.md 6 years ago
main.c 8d966178f4 minor change to aide in reverse engineering protobufs 6 years ago
protobuf.c 3b49ac2c5d Better allocation of memory for strings with zero bytes 6 years ago
protobuf.h 391bfce39b Added method to keep the interface consistent 6 years ago
varint.c 9983fbbb83 Fixed protobuf bugs and added 3rd example of a complex object 6 years ago
varint.h 9b81ab4c48 Implementation of a simple Protobuf in C. 6 years ago

README.md

c-protobuf

Protobuf for c-ipfs implementation