index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
buffer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
lib: fix spelling nits in more lib files
ewlumpkin
2021-10-05
1
-1
/
+1
*
lib: Avoid using assignments within checks
Donatas Abraitis
2021-06-29
1
-9
/
+15
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-2
/
+2
*
lib: Remove #if 0 code
Donald Sharp
2021-01-28
1
-10
/
+0
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-2
/
+1
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-2
/
+2
*
lib: random unused bits cleanup
David Lamparter
2019-12-14
1
-6
/
+0
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-6
/
+6
*
Merge pull request #3007 from pacovn/static_analysis__shadow_variables2
Donald Sharp
2018-09-13
1
-1
/
+0
|
\
|
*
lib vtysh zebra: variable shadowing fixes
F. Aragon
2018-09-12
1
-1
/
+0
*
|
*: style for flog_warn conversions
Quentin Young
2018-09-06
1
-9
/
+6
*
|
lib: Convert to errors some issues in buffer.c
Donald Sharp
2018-09-06
1
-7
/
+11
|
/
*
lib: Remove zlog_warn from some places in buffer.c
Donald Sharp
2018-08-23
1
-15
/
+3
*
*: rename ferr_zlog -> flog_err_sys
Quentin Young
2018-08-14
1
-5
/
+6
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-2
/
+2
*
lib: Add LIB_ERR_DEVELOPMENT
Donald Sharp
2018-08-14
1
-3
/
+3
*
lib: Add LIB_ERR_SYSTEM_CALL and convert VRF_SOCKET to SOCKET
Donald Sharp
2018-08-14
1
-5
/
+7
*
lib: avoid writing to negative fd
Quentin Young
2018-04-18
1
-0
/
+3
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-3
/
+3
*
lib: Cleanup some missed reformat
Donald Sharp
2017-10-24
1
-6
/
+8
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-391
/
+363
*
lib: move \n vs. \r\n handling into vty code
David Lamparter
2017-07-13
1
-0
/
+44
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-5
/
+4
*
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
David Lamparter
2016-09-19
1
-1
/
+2
*
lib, vtysh: reduce unneccessary C extension usage
David Lamparter
2016-06-08
1
-1
/
+1
*
*: use void * for printing pointers
David Lamparter
2016-05-30
1
-1
/
+2
*
*: use array_size() helper macro
Balaji.G
2012-10-25
1
-1
/
+1
*
[c99] change gcc zero-length array to C99 flexible array declaration
paul
2005-11-26
1
-1
/
+1
*
2005-04-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-04-26
1
-2
/
+7
*
2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-02-23
1
-397
/
+240
*
2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-01-29
1
-1
/
+1
*
2005-01-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-01-28
1
-1
/
+17
*
2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-11-20
1
-1
/
+1
*
2004-11-07 Paul Jakma <paul@dishone.st>
paul
2004-11-08
1
-3
/
+5
*
2004-11-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-11-04
1
-25
/
+87
*
2004-10-10 Paul Jakma <paul@dishone.st>
paul
2004-10-10
1
-3
/
+3
*
Number of warnings is down to 3 again in lib directory. A lot of const's
hasso
2004-10-05
1
-1
/
+1
*
2004-06-04 Paul Jakma <paul@dishone.st>
paul
2004-06-04
1
-4
/
+4
*
Initial revision
paul
2002-12-13
1
-0
/
+568