summaryrefslogtreecommitdiffstats
path: root/lib/stream.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Actually display I/O buffer sizes (part-2)Rajasekar Raja2024-04-161-6/+0
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* lib: Add missing enum's to switch statementDonald Sharp2023-01-311-3/+3
* *: frr_with_mutex change to follow our standardDonald Sharp2022-07-201-4/+4
* Merge pull request #11419 from anlancs/fix/minor-1Donald Sharp2022-06-161-1/+1
|\
| * lib: correct two commentsanlan_cs2022-06-161-1/+1
* | lib: stream_dup memory alloc cannot failDonald Sharp2022-06-151-2/+1
|/
* bgpd: Convert bgp_addpath_encode_[tr]x() to bool from intDonatas Abraitis2022-02-011-6/+6
* lib: Avoid using assignments within checksDonatas Abraitis2021-06-291-4/+4
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-2/+2
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-2/+2
* lib: add new stream function to reorganize bufferRafael Zalamena2020-11-241-0/+16
* lib: add stream_rewind_getp()Quentin Young2020-09-031-0/+24
* lib: add STREAM_FORWARD_[GET|ENDP]Quentin Young2020-08-151-0/+24
* lib, zebra: Add SR-TE policy infrastructure to zebraSebastien Merle2020-08-071-0/+58
* lib: add a backtrace when stream bounds check failsMark Stapp2020-07-201-5/+9
* lib: add stream_fifo_init, more constMark Stapp2020-06-021-18/+29
* lib: stream_hexdump takes const structWesley Coakley2020-05-281-1/+1
* zebra, lib: bugfix on zebra packet debuggingWesley Coakley2020-05-281-0/+5
* lib: add STREAM_GETQ, STREAM_GETFQuentin Young2020-04-131-0/+21
* lib, bgpd: Another round of `struct const prefix` cleanupDonald Sharp2020-03-261-1/+1
* lib: use const in several stream lib apisMark Stapp2019-12-061-5/+7
* lib: add frr_with_mutex() block-wrapperDavid Lamparter2019-09-031-12/+5
* lib: remove deprecated stream_resize apiMark Stapp2019-08-221-8/+0
* bgpd: tx addpath info for labeled unicastQuentin Young2019-08-061-2/+12
* *: style for EC replacementsQuentin Young2018-09-131-4/+4
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-6/+6
* Merge remote-tracking branch 'frr/master' into warningsDavid Lamparter2018-09-121-4/+4
|\
| * *: fix some random warningsDavid Lamparter2018-09-091-4/+4
* | lib: Convert stream.c to use new error code subsystemDonald Sharp2018-09-061-10/+12
|/
* lib: Convert stream_new to use one mallocDonald Sharp2018-08-221-22/+20
* lib: Add stream_resize_orig and stream_resize_inplaceDonald Sharp2018-08-221-1/+6
* lib: Increase stream allocation speed.Donald Sharp2018-08-021-8/+4
* lib, zebra: Add a bit of code to look at fifoDonald Sharp2018-06-281-1/+12
* lib: add mt-safe variants for stream_fifo opsQuentin Young2018-05-071-4/+56
* lib: fix heap corruption in stream_fifo_freeQuentin Young2018-04-251-0/+4
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-96/+96
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-14/+13
* lib: Add STREAM_GETX functionsDonald Sharp2017-11-131-6/+74
* *: fix be32 reading / 24-bit left shiftDavid Lamparter2017-09-091-2/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-880/+774
* bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-06-161-4/+5
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-5/+4
* bgpd: labeled unicast processingDon Slice2017-04-061-0/+25
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+4
* Update Traffic Engineering Support for OSPFDOlivier Dugeon2016-09-031-0/+44
* lib: add 3-byte stream functionsDavid Lamparter2016-07-281-0/+77
* *: make sure zebra.h is always included firstDavid Lamparter2016-06-091-1/+1
* *: use void * for printing pointersDavid Lamparter2016-05-301-1/+1
* lib, stream: fix stream sanity checksWenjian Ma2016-05-261-1/+1