| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: add stream_rewind_getp() | Quentin Young | 2020-09-03 | 1 | -0/+24 |
* | lib: add STREAM_FORWARD_[GET|ENDP] | Quentin Young | 2020-08-15 | 1 | -0/+24 |
* | lib, zebra: Add SR-TE policy infrastructure to zebra | Sebastien Merle | 2020-08-07 | 1 | -0/+58 |
* | lib: add a backtrace when stream bounds check fails | Mark Stapp | 2020-07-20 | 1 | -5/+9 |
* | lib: add stream_fifo_init, more const | Mark Stapp | 2020-06-02 | 1 | -18/+29 |
* | lib: stream_hexdump takes const struct | Wesley Coakley | 2020-05-28 | 1 | -1/+1 |
* | zebra, lib: bugfix on zebra packet debugging | Wesley Coakley | 2020-05-28 | 1 | -0/+5 |
* | lib: add STREAM_GETQ, STREAM_GETF | Quentin Young | 2020-04-13 | 1 | -0/+21 |
* | lib, bgpd: Another round of `struct const prefix` cleanup | Donald Sharp | 2020-03-26 | 1 | -1/+1 |
* | lib: use const in several stream lib apis | Mark Stapp | 2019-12-06 | 1 | -5/+7 |
* | lib: add frr_with_mutex() block-wrapper | David Lamparter | 2019-09-03 | 1 | -12/+5 |
* | lib: remove deprecated stream_resize api | Mark Stapp | 2019-08-22 | 1 | -8/+0 |
* | bgpd: tx addpath info for labeled unicast | Quentin Young | 2019-08-06 | 1 | -2/+12 |
* | *: style for EC replacements | Quentin Young | 2018-09-13 | 1 | -4/+4 |
* | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 1 | -6/+6 |
* | Merge remote-tracking branch 'frr/master' into warnings | David Lamparter | 2018-09-12 | 1 | -4/+4 |
|\ |
|
| * | *: fix some random warnings | David Lamparter | 2018-09-09 | 1 | -4/+4 |
* | | lib: Convert stream.c to use new error code subsystem | Donald Sharp | 2018-09-06 | 1 | -10/+12 |
|/ |
|
* | lib: Convert stream_new to use one malloc | Donald Sharp | 2018-08-22 | 1 | -22/+20 |
* | lib: Add stream_resize_orig and stream_resize_inplace | Donald Sharp | 2018-08-22 | 1 | -1/+6 |
* | lib: Increase stream allocation speed. | Donald Sharp | 2018-08-02 | 1 | -8/+4 |
* | lib, zebra: Add a bit of code to look at fifo | Donald Sharp | 2018-06-28 | 1 | -1/+12 |
* | lib: add mt-safe variants for stream_fifo ops | Quentin Young | 2018-05-07 | 1 | -4/+56 |
* | lib: fix heap corruption in stream_fifo_free | Quentin Young | 2018-04-25 | 1 | -0/+4 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -96/+96 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -14/+13 |
* | lib: Add STREAM_GETX functions | Donald Sharp | 2017-11-13 | 1 | -6/+74 |
* | *: fix be32 reading / 24-bit left shift | David Lamparter | 2017-09-09 | 1 | -2/+2 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -880/+774 |
* | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST table | Daniel Walton | 2017-06-16 | 1 | -4/+5 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -5/+4 |
* | bgpd: labeled unicast processing | Don Slice | 2017-04-06 | 1 | -0/+25 |
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 1 | -0/+4 |
* | Update Traffic Engineering Support for OSPFD | Olivier Dugeon | 2016-09-03 | 1 | -0/+44 |
* | lib: add 3-byte stream functions | David Lamparter | 2016-07-28 | 1 | -0/+77 |
* | *: make sure zebra.h is always included first | David Lamparter | 2016-06-09 | 1 | -1/+1 |
* | *: use void * for printing pointers | David Lamparter | 2016-05-30 | 1 | -1/+1 |
* | lib, stream: fix stream sanity checks | Wenjian Ma | 2016-05-26 | 1 | -1/+1 |
* | stream: remove unused stream_read_unblock | Stephen Hemminger | 2016-05-26 | 1 | -26/+0 |
* | BGP: support for addpath TX | Daniel Walton | 2015-11-05 | 1 | -2/+24 |
* | Fix bugs reported by coverity scan | Denil Vira | 2015-07-23 | 1 | -6/+0 |
* | BGP: Add dynamic update group support | Donald Sharp | 2015-05-20 | 1 | -0/+47 |
* | *: nuke ^L (page feed) | David Lamparter | 2014-06-04 | 1 | -5/+5 |
* | bgpd: efficient NLRI packing for AFs != ipv4-unicast | Pradosh Mohapatra | 2014-06-03 | 1 | -0/+19 |
* | lib: fix possible off-by-one in stream_put_prefix() | Jorge Boncompte [DTI2] | 2014-04-01 | 1 | -2/+2 |
* | lib: improve sanity checks in stream_set_endp() | Avneesh Sachdev | 2012-10-25 | 1 | -2/+12 |
* | lib: add stream_set_endp() | Subbaiah Venkata | 2012-04-07 | 1 | -3/+17 |
* | [lib] trivial: add const qualifier to stream_put/write | Paul Jakma | 2008-06-07 | 1 | -2/+2 |
* | [lib/stream] small compile fix, use uint64_t, not u_int64_t. | paul | 2006-01-19 | 1 | -1/+1 |
* | [stream] Add quad-word support and stream_resize | paul | 2006-01-10 | 1 | -1/+133 |