summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-07lib: Fix endian handling and add new/del serverv0.3Bjorn Andersson
2017-06-07ns: Replace lookup result with new and del server messagesBjorn Andersson
2017-06-07lib: Add helpers for handling control messagesBjorn Andersson
2017-06-06cfg: Request and check return valuev0.2Bjorn Andersson
2017-06-06ns: Cleanup socket creationBjorn Andersson
2017-06-06ns: Rename context socketBjorn Andersson
2017-06-06ns: Remove the ns serviceBjorn Andersson
2017-06-06lookup: Transition to using control portBjorn Andersson
2017-06-06ns: Introduce lookup registrationBjorn Andersson
2017-06-06lib: Replace qrtr_publish() and qrtr_bye() implementationsBjorn Andersson
2017-06-07ns: Handle BYE control messageBjorn Andersson
2017-06-06ns: Make del_client always propagate del_clientBjorn Andersson
2017-06-06ns: Implement DEL_CLIENTBjorn Andersson
2017-06-06lib: Provide new API for clients to register servicesBjorn Andersson
2017-06-06ns: Move qrtr_ctrl_cmd struct to ns.hBjorn Andersson
2017-06-06ns: Cleanup debug and error printsBjorn Andersson
2017-06-05ns: Advertise new and removed servicesBjorn Andersson
2017-06-05make: Link non-staticBjorn Andersson
2017-06-05ns: Add static bcast_sq to contextBjorn Andersson
2017-06-05ns: Store local node id in contextBjorn Andersson
2017-06-05ns: Refactore control message handlingBjorn Andersson
2017-05-31ns: Extract NS message handling into separate functionsBjorn Andersson
2017-05-31ns: Track services per nodeBjorn Andersson
2017-05-31qrtr: Hide build warningBjorn Andersson
2017-05-30qrtr: ns: Don't broadcast reset commandBjorn Andersson
2017-05-01qrtr-lookup: Make output easier to readBjorn Andersson
2017-03-27qrtr-cfg: Add to .gitignoreBjorn Andersson
2016-11-28Merge pull request #2 from ndechesne/gnuupstream/0.0+0+9c85f35aBjorn Andersson
2016-11-25Makefile: add standard GNU makefiles directory variablesNicolas Dechesne
2016-06-06Merge pull request #1 from ndechesne/buildv0.1upstream/0.0+0+56074bd5Bjorn Andersson
2016-06-06Makefile: implement GNU Coding Standard for MakefilesNicolas Dechesne
2016-06-06makefile: install libqrtr.h fileNicolas Dechesne
2016-06-06makefile: add support to install header fileNicolas Dechesne
2016-06-06makefile: split bin and lib targets macrosNicolas Dechesne
2016-06-03makefile: create destination folder when installing filesNicolas Dechesne
2016-06-01qrtr: Use getsockname() instead of hardcoding local node idBjorn Andersson
2016-06-01qrtr: Update AF_QIPCRTR to match kernel interfaceBjorn Andersson
2016-06-01qrtr-cfg: Introduce node-id configuration toolBjorn Andersson
2016-02-08lookup: Add human readable service namesBjorn Andersson
2016-02-07libqrtr: Extract the lib from the src directoryBjorn Andersson
2016-02-07libqrtr: Add version to publish and bye prototypesBjorn Andersson
2016-02-07qrtr-ns: Announce registered local services to new remotesBjorn Andersson
2016-02-07qrtr: Initialize sockaddr_qrtr for node 1Bjorn Andersson
2016-02-07qrtr: Usage C99 stdint types instead of kernel typesBjorn Andersson
2015-12-16Use proper local node id for local messagesCourtney Cavin
2015-12-04Initial commitCourtney Cavin