summaryrefslogtreecommitdiffstats
path: root/lib/stream.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* stream: remove unused stream_read_unblockStephen Hemminger2016-05-261-26/+0
* BGP: support for addpath TXDaniel Walton2015-11-051-2/+24
* Fix bugs reported by coverity scanDenil Vira2015-07-231-6/+0
* BGP: Add dynamic update group supportDonald Sharp2015-05-201-0/+47
* *: nuke ^L (page feed)David Lamparter2014-06-041-5/+5
* bgpd: efficient NLRI packing for AFs != ipv4-unicastPradosh Mohapatra2014-06-031-0/+19
* lib: fix possible off-by-one in stream_put_prefix()Jorge Boncompte [DTI2]2014-04-011-2/+2
* lib: improve sanity checks in stream_set_endp()Avneesh Sachdev2012-10-251-2/+12
* lib: add stream_set_endp()Subbaiah Venkata2012-04-071-3/+17
* [lib] trivial: add const qualifier to stream_put/writePaul Jakma2008-06-071-2/+2
* [lib/stream] small compile fix, use uint64_t, not u_int64_t.paul2006-01-191-1/+1
* [stream] Add quad-word support and stream_resizepaul2006-01-101-1/+133
* 2005-05-03 Paul Jakma <paul@dishone.st>paul2005-05-031-2/+36
* 2005-02-24 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-02-241-2/+5
* 2005-02-19 Paul Jakma <paul.jakma@sun.com>paul2005-02-191-1/+1
* 2005-02-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-02-171-2/+1
* 2005-02-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-02-161-1/+28
* 2005-02-14 Paul Jakma <paul.jakma@sun.com>paul2005-02-151-58/+376
* 2005-02-12 Paul Jakma <paul.jakma@sun.com>paul2005-02-121-9/+9
* 2005-02-09 Paul Jakma <paul.jakma@sun.com>paul2005-02-091-67/+41
* 2004-12-21 Paul Jakma <paul.jakma@sun.com>paul2004-12-221-0/+5
* Initial revisionpaul2002-12-131-0/+479