summaryrefslogtreecommitdiff
path: root/lib/stream.c
AgeCommit message (Expand)Author
2025-03-20lib: Add support for stream buffer to expandSoumya Roy
2024-05-31lib: Make the ip arg const in stream_put_ipaddrMike RE Mallin
2024-04-16zebra: Actually display I/O buffer sizes (part-2)Rajasekar Raja
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31lib: Add missing enum's to switch statementDonald Sharp
2022-07-20*: frr_with_mutex change to follow our standardDonald Sharp
2022-06-16Merge pull request #11419 from anlancs/fix/minor-1Donald Sharp
2022-06-16lib: correct two commentsanlan_cs
2022-06-15lib: stream_dup memory alloc cannot failDonald Sharp
2022-02-01bgpd: Convert bgp_addpath_encode_[tr]x() to bool from intDonatas Abraitis
2021-06-29lib: Avoid using assignments within checksDonatas Abraitis
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter
2020-11-24lib: add new stream function to reorganize bufferRafael Zalamena
2020-09-03lib: add stream_rewind_getp()Quentin Young
2020-08-15lib: add STREAM_FORWARD_[GET|ENDP]Quentin Young
2020-08-07lib, zebra: Add SR-TE policy infrastructure to zebraSebastien Merle
2020-07-20lib: add a backtrace when stream bounds check failsMark Stapp
2020-06-02lib: add stream_fifo_init, more constMark Stapp
2020-05-28lib: stream_hexdump takes const structWesley Coakley
2020-05-28zebra, lib: bugfix on zebra packet debuggingWesley Coakley
2020-04-13lib: add STREAM_GETQ, STREAM_GETFQuentin Young
2020-03-26lib, bgpd: Another round of `struct const prefix` cleanupDonald Sharp
2019-12-06lib: use const in several stream lib apisMark Stapp
2019-09-03lib: add frr_with_mutex() block-wrapperDavid Lamparter
2019-08-22lib: remove deprecated stream_resize apiMark Stapp
2019-08-06bgpd: tx addpath info for labeled unicastQuentin Young
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-12Merge remote-tracking branch 'frr/master' into warningsDavid Lamparter
2018-09-09*: fix some random warningsDavid Lamparter
2018-09-06lib: Convert stream.c to use new error code subsystemDonald Sharp
2018-08-22lib: Convert stream_new to use one mallocDonald Sharp
2018-08-22lib: Add stream_resize_orig and stream_resize_inplaceDonald Sharp
2018-08-02lib: Increase stream allocation speed.Donald Sharp
2018-06-27lib, zebra: Add a bit of code to look at fifoDonald Sharp
2018-05-07lib: add mt-safe variants for stream_fifo opsQuentin Young
2018-04-25lib: fix heap corruption in stream_fifo_freeQuentin Young
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-11-13lib: Add STREAM_GETX functionsDonald Sharp
2017-09-09*: fix be32 reading / 24-bit left shiftDavid Lamparter
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-06-16bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-04-06bgpd: labeled unicast processingDon Slice
2016-09-19*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter
2016-09-03Update Traffic Engineering Support for OSPFDOlivier Dugeon
2016-07-28lib: add 3-byte stream functionsDavid Lamparter
2016-06-09*: make sure zebra.h is always included firstDavid Lamparter