yar-c icon indicating copy to clipboard operation
yar-c copied to clipboard

Yar C Framework

Results 5 yar-c issues
Sort by recently updated
recently updated
newest added

On **protobuffer** we can define a `.proto` file to generate code automatically, I made something similar for yar-c. see [ yar-c-compiler](https://github.com/ljrrjl/yar-c-compiler)

msgpack需要哪个版本呢? yar_pack.c: In function 'yar_unpack_data_type': yar_pack.c:211:8: error: 'MSGPACK_OBJECT_FLOAT' undeclared (first use in this function) case MSGPACK_OBJECT_FLOAT: ^ yar_pack.c:211:8: note: each undeclared identifier is reported only once for each function it...

yar_pack_push_string(packager, "data", 5); 应该为 yar_pack_push_string(packager, "data", 4);

git clone https://github.com/msgpack/msgpack-c.git cd msgpack-c ./bootstrap ./configure make make install libevent为 libevent-2.0.22-stable 安装yar-c时失败 yar_pack.c: In function 'yar_unpack_data_type': yar_pack.c:211: error: 'MSGPACK_OBJECT_DOUBLE' undeclared (first use in this function) yar_pack.c:211: error: (Each undeclared...

目前可以看到 struct yar_request_context 不允许外部访问,那么在handlers中的方法中如何获取到remote_addr remote_port之类的信息