index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
printf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #8350 from opensourcerouting/printfrr-revamp
Mark Stapp
2021-03-31
3
-58
/
+189
|
\
|
*
lib: add `%pFB` extension to print struct fbuf *
David Lamparter
2021-03-30
1
-0
/
+22
|
*
lib: add `%pVA` recursive printfrr
David Lamparter
2021-03-30
1
-0
/
+18
|
*
lib: allow discerning unspec width in printfrr ext
David Lamparter
2021-03-30
1
-1
/
+7
|
*
lib: put printfrr extension args into struct
David Lamparter
2021-03-30
3
-14
/
+37
|
*
lib: record output positions in printfrr
David Lamparter
2021-03-27
1
-30
/
+37
|
*
lib: rework printfrr extensions to output directly
David Lamparter
2021-03-27
3
-28
/
+83
*
|
lib: enlarge the local buffer for printfrr extension tokens
Mark Stapp
2021-03-23
1
-1
/
+1
|
/
*
lib/printf: disable `%n` specifier
David Lamparter
2021-02-01
2
-0
/
+10
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-1
/
+1
*
*: Remove parenthesis on return for constants
Donatas Abraitis
2020-02-09
2
-21
/
+21
*
lib: va_copy must have a va_end to free memory
Donald Sharp
2019-10-25
1
-1
/
+5
*
*: strip trailing whitespace
Quentin Young
2019-09-30
1
-3
/
+3
*
lib: Include proper header
Donald Sharp
2019-06-07
1
-0
/
+1
*
lib/printf: ditch reallocarray
David Lamparter
2019-06-03
1
-1
/
+1
*
lib/printf: add extension support
David Lamparter
2019-06-03
3
-3
/
+128
*
lib/printf: fix some random warnings
David Lamparter
2019-06-03
1
-9
/
+11
*
lib/printf: integrate
David Lamparter
2019-06-03
5
-32
/
+186
*
lib/printf: rename & private __find_arguments
David Lamparter
2019-06-03
3
-6
/
+8
*
lib/printf: disable wchar_t support
David Lamparter
2019-06-03
3
-4
/
+16
*
lib/printf: add %Ld/%Lu for int64_t/uint64_t
David Lamparter
2019-06-03
2
-13
/
+19
*
lib/printf: use system printf for floats
David Lamparter
2019-06-03
2
-233
/
+25
*
lib/printf: cut down to size
David Lamparter
2019-06-03
3
-243
/
+29
*
lib: import FreeBSD's printf
David Lamparter
2019-06-03
5
-0
/
+2244