index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospfd
/
ospf_apiserver.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ospfd: OSPFAPI Server options to limit to local connections and per-instance TCP
Acee Lindem
2024-04-25
1
-3
/
+24
*
ospfd: Fix opaque functab leak and opaque AS cleanup problems
Acee
2023-12-20
1
-1
/
+1
*
ospfd: OSPF opaque LSA stale processing fix and topotests.
Acee
2023-05-09
1
-5
/
+21
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-12
/
+12
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-10
/
+10
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-4
/
+4
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
ospfd: Cleanup some memory leaks on shutdown in ospf_apiserver.c
Donald Sharp
2023-03-18
1
-2
/
+11
*
ospfd: compare prefix values in host order
Christian Hopps
2023-02-20
1
-2
/
+5
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
ospfd: Remove MTYPE_TMP
Donald Sharp
2022-12-05
1
-14
/
+17
*
ospfd/ospfclient: add option to flush/withdrawal with zero length
Lou Berger
2022-10-21
1
-0
/
+5
*
ospfd: ospf_apiserver.c - fix link local opaque LSA delete
Lou Berger
2022-10-21
1
-2
/
+12
*
ospfd: changes for code maintainability
sri-mohan1
2022-08-22
1
-101
/
+74
*
ospfd: Convert thread_cancel to THREAD_OFF
Donald Sharp
2022-07-21
1
-4
/
+4
*
ospfd: add router id support to ospf api
Christian Hopps
2022-06-23
1
-0
/
+37
*
ospfd: api: always ready to receive opaque from client
Christian Hopps
2022-06-02
1
-31
/
+6
*
ospfd: api: add new ISM and NSM sync requests
Christian Hopps
2022-06-02
1
-4
/
+83
*
ospfd: api: remove unused api code/message creation
Christian Hopps
2022-06-02
1
-39
/
+9
*
ospfd: api: fix recovery of LSA after restart of api client
Christian Hopps
2022-06-02
1
-4
/
+20
*
ospfd: api: add reachable router notifications
Christian Hopps
2022-06-02
1
-0
/
+168
*
ospfd: cli: add opaque data to json output
Christian Hopps
2022-05-26
1
-4
/
+4
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-1
/
+1
*
*: Fix spelling of Following
Donald Sharp
2022-04-01
1
-7
/
+7
*
ospfd: Convert `enum event` to `enum ospf_apiserver_event`
Donald Sharp
2022-03-02
1
-3
/
+3
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-25
/
+15
*
ospfd: fix display of plain-text data on "show ... json" commands
Renato Westphal
2021-10-08
1
-1
/
+5
*
ospfd: Correct Coverity defects
Olivier Dugeon
2021-05-19
1
-5
/
+9
*
* : update signature of thread_cancel api
Mark Stapp
2020-10-23
1
-13
/
+4
*
ospfd: replace inet_ntoa
Mark Stapp
2020-10-22
1
-24
/
+24
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-4
/
+2
*
ospfd: clean up SA warning
Mark Stapp
2019-12-05
1
-1
/
+1
*
ospfd: nbr->oi is never null
Donald Sharp
2019-11-22
1
-3
/
+1
*
ospfd: remove empty debug
Mark Stapp
2019-03-19
1
-1
/
+0
*
*: remove trailing newlines from zlog messages
Quentin Young
2019-03-14
1
-2
/
+2
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-1
/
+1
*
ospfd: OSPF_[ERR|WARN] -> EC_OSPF
Quentin Young
2018-09-13
1
-4
/
+4
*
*: style for flog_warn conversions
Quentin Young
2018-09-06
1
-2
/
+3
*
ospfd: Add OSPF_WARN_LSA_INSTALL_FAILURE error code
Donald Sharp
2018-09-06
1
-2
/
+4
*
ospfd: Add OSPF_WARN_OPAQUE_REGISTRATION
Donald Sharp
2018-09-06
1
-3
/
+5
*
ospfd: Add ospf_lsa_new_and_data function and abstract away
Donald Sharp
2018-08-21
1
-13
/
+1
*
*: ALLOC calls cannot fail
Donald Sharp
2018-08-11
1
-7
/
+5
*
ospfd: null check (Coverity 23110)
paco
2018-06-27
1
-0
/
+1
*
ospfd: null check (Coverity 23110)
paco
2018-06-20
1
-0
/
+2
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-32
/
+32
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-11
/
+11
*
ospfd: LSDB_LOOP treat it as a loop.
Donald Sharp
2018-01-17
1
-11
/
+22
[next]