Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-07 | Fix indentation in buildlink3.mk files. | rillig | 1 | -2/+2 | |
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice. | |||||
2017-06-28 | everybody wants string.h | wiedi | 2 | -7/+5 | |
2017-06-28 | add include on SunOS for memset | wiedi | 2 | -1/+19 | |
2017-05-25 | Regen. | joerg | 1 | -2/+2 | |
2017-05-19 | Fix missing include. | joerg | 2 | -1/+16 | |
2017-05-05 | Import flxmlrpc-0.1.4 as ham/flxmlrpc. | mef | 5 | -0/+58 | |
This is flxmlrpc, an implementation of the XmlRpc protocol written in C++, based upon XmlRpc++0.7 and modified to provide additional XmlRpc Variable types. It is used in fldigi, flrig, flnet, flmsg, flarq, flamp, fllog; a suite of programs written for amateur radio emergency communications. flxmlrpc is designed to make it easy to incorporate xmlrpc client and server support into C++ applications. Or use both client and server objects in your application for easy peer-to-peer support. |