summaryrefslogtreecommitdiffstats
path: root/src/vat/main.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-26vlib: split vlib_main_t into global and per-threadDamjan Marion1-31/+23
2020-10-06feature: Add packet trace APIJon Loeliger1-2/+75
2020-09-18vat: add infrastructure to align vnet test code and plugin test codeOle Troan1-0/+22
2020-06-23vlib: debug CLI macro expander, part deuxDave Barach1-1/+3
2020-06-19vlib: add recursive macro expander to debug cliDave Barach1-2/+2
2020-03-21vlib: leave SIGPROF signal with its default handlerJieqiang Wang1-0/+1
2019-12-10api: multiple connections per processDave Barach1-2/+2
2019-06-07build: add -Wall and -fno-common, fix reported issuesBenoƮt Ganne1-1/+0
2019-03-28vat:ignore SIGWINCH signalezkexma1-0/+1
2019-01-20Rework of debian packagingDamjan Marion1-0/+34
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-07-31Fix undefined symbol: fformat_append_cr in vat plugins loadingYi He1-11/+0
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach1-9/+1
2018-05-30vppinfra: explicitely state for signed types that they are signedDamjan Marion1-1/+1
2018-01-05sock api: add infra for bootstrapping shm clientsFlorin Coras1-1/+1
2017-10-18CSIT-844: fix binary api rx pthread heap push/popDave Barach1-0/+13
2017-10-03Repair vlib API socket serverDave Barach1-7/+31
2017-09-25Fix usage string for vatJerome Tollet1-1/+2
2017-03-30Fix more "symbol XXX found in none of the libs" warningsDave Barach1-1/+0
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+421
ht .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
17.08-vpp1