summaryrefslogtreecommitdiffstats
path: root/src/vlibapi/api.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-04misc: binary api fuzz test fixesDave Barach1-0/+1
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-12-06api: avoid swapping vlib_rp before barrier syncFlorin Coras1-2/+3
2019-08-08api: vppapitrace JSON/API trace converterOle Troan1-2/+2
2018-06-13Stat segment / client: show run" works nowDave Barach1-1/+1
2018-01-09api: refactor vlibmemoryFlorin Coras1-9/+7
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+2
2017-07-01Refactor API message handling codeKlement Sekera1-255/+25
2017-06-01Improve fifo allocator performanceDave Barach1-0/+3
2017-05-17Add vl_msg_api_get_message_length[_inline]Dave Barach1-0/+11
2017-05-03A sprinkling of const in vlibmemory/api.h and friendsNeale Ranns1-5/+6
2017-03-14Clean up dead API client reaper callack schemeDave Barach1-0/+44
2017-03-09vlib_mains == 0 special cases be goneDave Barach1-1/+3
2017-03-03Improve api trace replay consistency checkingDave Barach1-0/+3
2017-03-02Clean up binary api message handler registration issuesDave Barach1-0/+15
2017-01-09Self-service garbage collection for the API message allocatorDave Barach1-1/+2
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+281
="nt">> <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> <version>1.18.10.1-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.infra</groupId> <artifactId>test-utils</artifactId> <name>${project.artifactId}</name> <packaging>pom</packaging> <modules> <module>test-api</module> <module>test-tools</module> </modules> <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build --> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> </plugins> </build> </project>