index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
stream.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Convert bgp_addpath_encode_[tr]x() to bool from int
Donatas Abraitis
2022-02-01
1
-4
/
+3
*
lib: add new stream function to reorganize buffer
Rafael Zalamena
2020-11-24
1
-0
/
+10
*
bgpd: support for DF election in EVPN-MH
Anuradha Karuppiah
2020-10-26
1
-0
/
+10
*
Merge pull request #7046 from qlyoung/fix-various-integer-issues
Renato Westphal
2020-09-05
1
-0
/
+8
|
\
|
*
lib: add stream_rewind_getp()
Quentin Young
2020-09-03
1
-0
/
+8
*
|
lib: remove unused stream_get_data api
Mark Stapp
2020-09-03
1
-1
/
+0
|
/
*
lib: add STREAM_FORWARD_[GET|ENDP]
Quentin Young
2020-08-15
1
-0
/
+14
*
lib, zebra: Add SR-TE policy infrastructure to zebra
Sebastien Merle
2020-08-07
1
-0
/
+8
*
lib: fix STREAM_GETF macro
Emanuele Di Pascale
2020-06-22
1
-1
/
+1
*
lib: add stream_fifo_init, more const
Mark Stapp
2020-06-02
1
-8
/
+22
*
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
/
+3
*
lib: add STREAM_GETQ, STREAM_GETF
Quentin Young
2020-04-13
1
-0
/
+20
*
lib, bgpd: Another round of `struct const prefix` cleanup
Donald Sharp
2020-03-26
1
-1
/
+1
*
bgpd, lib: More `const`ification of various code
Donald Sharp
2020-03-23
1
-1
/
+2
*
isisd: fix a bunch of build warnings with GCC 10
Ruben Kerkhof
2020-03-11
1
-1
/
+1
*
lib: use const in several stream lib apis
Mark Stapp
2019-12-06
1
-5
/
+8
*
lib: remove deprecated stream_resize api
Mark Stapp
2019-08-22
1
-5
/
+0
*
bgpd: tx addpath info for labeled unicast
Quentin Young
2019-08-06
1
-1
/
+2
*
lib: add extern "C" {} blocks to all libfrr headers
Renato Westphal
2019-02-12
1
-0
/
+8
*
lib: make atomic ops C++ compatible
David Lamparter
2019-02-11
1
-2
/
+2
*
lib,bgpd: remove deprecated stream lib macros
Mark Stapp
2018-11-29
1
-7
/
+0
*
lib: Convert stream_new to use one malloc
Donald Sharp
2018-08-22
1
-5
/
+6
*
lib: Add stream_resize_orig and stream_resize_inplace
Donald Sharp
2018-08-22
1
-1
/
+8
*
lib: remove VERSION_TYPE_DEV from CONFDATE checks
Lou Berger
2018-07-10
1
-1
/
+1
*
lib, zebra: Add a bit of code to look at fifo
Donald Sharp
2018-06-28
1
-0
/
+3
*
lib: add mt-safe variants for stream_fifo ops
Quentin Young
2018-05-07
1
-2
/
+91
*
*: Only test CONFDATE when VERSION_TYPE_DEV defined
Lou Berger
2018-04-03
1
-1
/
+1
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-22
/
+22
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-22
/
+22
*
*: don't use deprecated stream.h macros
Quentin Young
2017-12-01
1
-1
/
+6
*
lib: Add STREAM_GETX functions
Donald Sharp
2017-11-13
1
-0
/
+49
*
*: fix be32 reading / 24-bit left shift
David Lamparter
2017-09-09
1
-0
/
+18
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-92
/
+88
*
bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST table
Daniel Walton
2017-06-16
1
-1
/
+2
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
bgpd: labeled unicast processing
Don Slice
2017-04-06
1
-1
/
+2
*
Update Traffic Engineering Support for OSPFD
Olivier Dugeon
2016-09-03
1
-0
/
+6
*
lib: add 3-byte stream functions
David Lamparter
2016-07-28
1
-0
/
+4
*
stream: remove unused stream_read_unblock
Stephen Hemminger
2016-05-26
1
-4
/
+0
*
BGP: support for addpath TX
Daniel Walton
2015-11-05
1
-0
/
+3
*
BGP: Add dynamic update group support
Donald Sharp
2015-05-20
1
-0
/
+3
*
bgpd: efficient NLRI packing for AFs != ipv4-unicast
Pradosh Mohapatra
2014-06-03
1
-0
/
+11
*
lib: add stream_set_endp()
Subbaiah Venkata
2012-04-07
1
-0
/
+1
*
[lib] trivial: add const qualifier to stream_put/write
Paul Jakma
2008-06-07
1
-2
/
+2
*
[c++] remove/rename some names in headers that clash with C++ reserved words
Paul Jakma
2008-02-26
1
-1
/
+1
*
[stream] Add quad-word support and stream_resize
paul
2006-01-10
1
-3
/
+14
*
[c99] change gcc zero-length array to C99 flexible array declaration
paul
2005-11-26
1
-1
/
+1
*
2005-05-06 Paul Jakma <paul@dishone.st>
paul
2005-05-06
1
-49
/
+52
*
2005-05-03 Paul Jakma <paul@dishone.st>
paul
2005-05-03
1
-7
/
+8
[next]