index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
stream.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: Actually display I/O buffer sizes (part-2)
Rajasekar Raja
2024-04-16
1
-6
/
+0
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
lib: Add missing enum's to switch statement
Donald Sharp
2023-01-31
1
-3
/
+3
*
*: frr_with_mutex change to follow our standard
Donald Sharp
2022-07-20
1
-4
/
+4
*
Merge pull request #11419 from anlancs/fix/minor-1
Donald Sharp
2022-06-16
1
-1
/
+1
|
\
|
*
lib: correct two comments
anlan_cs
2022-06-16
1
-1
/
+1
*
|
lib: stream_dup memory alloc cannot fail
Donald Sharp
2022-06-15
1
-2
/
+1
|
/
*
bgpd: Convert bgp_addpath_encode_[tr]x() to bool from int
Donatas Abraitis
2022-02-01
1
-6
/
+6
*
lib: Avoid using assignments within checks
Donatas Abraitis
2021-06-29
1
-4
/
+4
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-2
/
+2
*
*: remove tabs & newlines from log messages
David Lamparter
2021-02-14
1
-2
/
+2
*
lib: add new stream function to reorganize buffer
Rafael Zalamena
2020-11-24
1
-0
/
+16
*
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
*
*: reindent
reindent-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
[next]