summaryrefslogtreecommitdiffstats
path: root/isisd/isis_misc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: replace gmtime with gmtime_rMark Stapp2023-07-101-8/+8
* isisd: Update to the new printfrr ISO formatOlivier Dugeon2023-03-211-95/+7
* isisd,tests,doc: Rename hello padding sometimes to hello padding during-adjac...Diogo Oliveira2023-02-281-2/+2
* isisd: Add support for isis hello padding sometimesDiogo Oliveira2023-02-281-0/+13
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* isisd: per-instance dynamic hostname cacheIgor Ryzhov2021-06-111-3/+6
* *: remove more sprintf()Quentin Young2021-02-091-30/+47
* tests, isisd: add IS-IS SPF unit testsRenato Westphal2020-08-271-1/+1
* isisd: minor cleanupRenato Westphal2020-08-271-3/+2
* isisd : Transformational changes to support different VRFs.Kaushik2020-08-141-2/+5
* *: remove PRI[udx](8|16|32)David Lamparter2020-07-141-1/+1
* isisd: split vty_out_timestr() into two helper functionsRenato Westphal2020-04-301-0/+20
* *: replace all random() callsRafael Zalamena2020-04-181-1/+2
* lib, *: add a common time interval formatting apiMark Stapp2020-03-091-13/+5
* *: use gmtime_r, localtime_r exclusivelyMark Stapp2020-03-051-8/+9
* *: fix ctype (isalpha & co.) castsDavid Lamparter2019-08-061-2/+4
* isisd: fix printfrr derpDavid Lamparter2019-07-031-2/+2
* lib: use snprintfrr() in "hidden" printfsDavid Lamparter2019-06-121-33/+9
* Merge pull request #3045 from opensourcerouting/atomsLou Berger2019-04-301-1/+0
|\
| * isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-271-1/+0
* | lib: move zlog() prototype back to the public logging APIRenato Westphal2019-04-181-1/+0
|/
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-12/+12
* lib: new APIs for get/set system hostname/domainnameMitesh Kanjariya2017-08-291-1/+1
* lib/bgpd: provide/use API to get hostname/domainnameMitesh Kanjariya2017-08-251-19/+1
* *: Define the number of seconds in a Day, Week and yearDonald Sharp2017-08-081-2/+0
* isisd: make isis_spftree non-publicChristian Franke2017-08-031-0/+21
* isisd: send/receive LSPs with new parserChristian Franke2017-08-031-21/+1
* isisd: add formatter codeChristian Franke2017-08-031-80/+129
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-445/+386
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+4
* Quagga: Fix code to use srandom/randomDonald Sharp2016-05-301-1/+1
* isisd: annotate some function arguments with constChristian Franke2016-03-301-5/+5
* isisd: add Google's changes to IS-ISJosh Bailey2012-04-071-6/+128
* [isisd] Fix compiler warnings and allow v4-only compilationPaul Jakma2006-12-081-8/+8
* [isisd] remove includes of common system headers.paul2005-11-201-5/+0
* * isis_misc.[ch]: Fix some warnings, making some strings const.hasso2005-08-161-2/+2
* No warnings here any more.hasso2004-10-071-5/+5
* Compiler warnings fixes.hasso2004-09-261-11/+11
* * isisd.c: thread_master *master is already defined in isis_main.c.hasso2004-09-241-0/+15
* Indentation only. No any functional changes.hasso2004-09-101-213/+252
* Make it compile in NetBSD and OpenBSD.hasso2004-05-191-1/+0
* Some fixes to isisd done by me and Cougar in the spring of 2003. Seehasso2003-12-231-1/+10
* Merge isisd into the Quagga's framework:jardin2003-12-231-4/+20
* Initial revisionjardin2003-12-231-0/+438