aboutsummaryrefslogtreecommitdiff
path: root/libs/librsocket-cpp
Commit message (Collapse)AuthorAge
* librsocket-cpp: removeRosen Penev2020-04-09
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* librsocket-cpp: Update to 2019-10-07Rosen Penev2019-10-07
| | | | | | | | Added patch to remove boost-thread dependency. Added size optimizations. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* librsocket-cpp: Update to 2019-09-22Rosen Penev2019-09-22
| | | | | | | | Added URLs. Added needed Boost patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* librsocket-cpp: Update to 2019-09-12Rosen Penev2019-09-13
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* librsocket-cpp: Update to 2019-06-11Rosen Penev2019-06-13
| | | | | | | | | | Fix compilation with newer GCC Added Maintainer. Reorganized Makefile for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* librsocket-cpp: Simplify dependenciesRosen Penev2019-05-31
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* librsocket-cpp: Add new package librsocket-cppAmol Bhave2019-05-10
C++ implementation of RSocket RSocket is a binary protocol for use on byte stream transports such as TCP, WebSockets, and Aeron. (https://rsocket.io/) This ships with two separte libraries, yarpl and rsocket Patch 100 is already upstream (https://github.com/rsocket/rsocket-cpp/commit/862202c6e99a49a8cbd304644d98d3f419b429d8). Patch 101 in process of upstreaming as it needs to made compatible with using both gold and ld. [Dependency of https://github.com/facebook/openr] Compile tested: openwrt master - nbg6817, arc700 Signed-off-by: Amol Bhave <ambhave@fb.com>