Forked from squishyhuman/c-protobuf Protobuf for c-ipfs implementation
 
 
Go to file
Agorise 66bb509071
Update LICENSE
2017-11-15 13:21:57 +02:00
test compiler switch for c99 2017-03-21 14:23:31 +00:00
.cproject Implementation of a simple Protobuf in C. 2016-12-08 16:33:27 -05:00
.gitignore Fixed bug with field type and added program to disassemble a protobuf 2016-12-22 13:29:09 -05:00
.project Implementation of a simple Protobuf in C. 2016-12-08 16:33:27 -05:00
LICENSE Update LICENSE 2017-11-15 13:21:57 +02:00
Makefile minor change to makefile 2017-05-11 19:51:22 +00:00
README.md Update README.md 2016-12-08 22:24:27 +01:00
main.c minor change to aide in reverse engineering protobufs 2016-12-22 13:40:11 -05:00
protobuf.c Better allocation of memory for strings with zero bytes 2016-12-23 20:10:52 -05:00
protobuf.h Added method to keep the interface consistent 2016-12-21 06:39:13 -05:00
varint.c Fixed protobuf bugs and added 3rd example of a complex object 2016-12-09 14:13:59 -05:00
varint.h Implementation of a simple Protobuf in C. 2016-12-08 16:33:27 -05:00

README.md

c-protobuf

Protobuf for c-ipfs implementation