summaryrefslogtreecommitdiff
path: root/ospfclient
AgeCommit message (Expand)Author
2025-04-08tools,pceplib,ospfclient: clean up variable-shadow warningsMark Stapp
2024-12-20ospfclient: fix crash due to streamwriter garbage collectAndrew Dickinson
2024-08-22tools, ospfclient: add a config option to skip installing python scriptsJafar Al-Gharaibeh
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert thread_master_XXX functions to event_master_XXXDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_fetch and thread_call to event_fetch and event_callDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-20ospfclient: remove register "READY" requirementChristian Hopps
2023-02-20ospfclient: bugfix and no implicit registerChristian Hopps
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-02-09*: sort out & explain licenses used in FRRDavid Lamparter
2022-12-05ospfd, ospfclient: Do not just include .c files in another .cDonald Sharp
2022-10-21ospfd/ospfclient: add option to flush/withdrawal with zero lengthLou Berger
2022-10-21ospfd: ospf_apiserver.c - fix link local opaque LSA deleteLou Berger
2022-10-19ospfclient: add 'wait,<seconds>' action to ospfclient.py - for testingLou Berger
2022-07-27ospfclient: condition optimizationsri-mohan1
2022-07-22ospfclient: Ensure ospf_apiclient_lsa_originate cannot accidently write into ...Donald Sharp
2022-06-23ospfclient: add router id support to python clientChristian Hopps
2022-06-21ospfclient: fix help urlJafar Al-Gharaibeh
2022-06-02ospfclient: add ospfclient api python classChristian Hopps
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-04-01*: Fix spelling of FollowingDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-07-21build: fix `AM_LDFLAGS` usage (and gcov)David Lamparter
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-01lib/xref: put setup calls in librariesDavid Lamparter
2020-10-22ospfclient: replace inet_ntoaMark Stapp
2020-10-14ospfd: fix SA warnings in ospfd, ospfclientMark Stapp
2020-10-09ospfclient: Provide some protection against blindly trusting inputDonald Sharp
2020-02-06*: Replace s_addr 0 => INADDR_ANYDonatas Abraitis
2020-01-15ospfclient: don't install man pageDavid Lamparter
2020-01-15doc: rename man pages to frr-*David Lamparter
2019-01-30build: fix a whole bunch of *FLAGSDavid Lamparter
2018-10-28build: make rfptest and ospfclient "noinst"David Lamparter
2018-10-01build: add --enable-static-bin optionDavid Lamparter
2018-09-09build: fix not building docs w/o sphinxDavid Lamparter
2018-09-08*: cleanup .gitignore filesDavid Lamparter
2018-09-08build: move vtysh & manpage listings to subdir.amDavid Lamparter
2018-08-21ospfd: Remove unused functionDonald Sharp
2018-08-11*: ALLOC calls cannot failDonald Sharp
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2017-08-09Merge pull request #911 from opensourcerouting/non-recursive-2Donald Sharp
2017-08-04build: non-recursive ospf*David Lamparter
2017-08-02lib: privs: make uid/gid accessible before setuidDavid Lamparter