]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
2019-05-22  Jan Maria MatejkaFilter: Some people can't pronounce "postfixify" correc...
2019-05-21  Jan Maria MatejkaFilter: Store variables and function arguments on stack
2019-05-20  Jan Maria MatejkaFilter: Making the filter state thread local.
2019-05-17  Maria MatejkaLexer now returns known sym / unknown sym / keyword
2019-03-23  Maria MatejkaFilter: fixed error-checking bug in !~ operator
2019-03-22  Maria MatejkaFixed one warning and one undefined value.
2019-03-20  Maria MatejkaFixed an undefined symbol bug in CLI introduced by...
2019-03-18  Maria MatejkaMerge branch 'master' into HEAD
2019-03-18  Maria MatejkaBuild: Automatic dependency tracking for generated...
2019-03-15  Maria MatejkaPerf: fixed stupid allocation bug
2019-03-15  Maria MatejkaGitlab CI: Drop CentOS 6 test build as unsupported.
2019-03-14  Ondrej Zajicek... Nest: Update handling of temporary attributes
2019-03-06  Ondrej Zajicek... OSPF: Improved handling of tmpattrs
2019-03-06  Maria MatejkaFaster filters: documentation on what is happening...
2019-02-27  Maria MatejkaFixed link time optimizer check for FreeBSD
2019-02-26  Ondrej Zajicek... NEWS and version update v2.0.4
2019-02-26  Maria MatejkaFilters: comparison of functions and filters caching
2019-02-26  Maria MatejkaBuild: No link time optimization when debug is enabled
2019-02-25  Maria MatejkaCustom number parser to speed up config parsing
2019-02-25  Maria MatejkaConf: Lexer parses quoted strings in a more descriptive way
2019-02-22  Maria MatejkaConf: Switch for faster (and slightly bigger) lexer
2019-02-22  Maria MatejkaConf: Switch for faster (and slightly bigger) lexer
2019-02-22  Ondrej Zajicek... Nest: Do not compare rte.flags during rte_update()
2019-02-20  Maria MatejkaEnabled link time optimization.
2019-02-20  Maria MatejkaFilter: Interpreter merged into the common m4 generator.
2019-02-20  Maria MatejkaFilter: Fixed bugs in FI_CALL and FI_SWITCH
2019-02-20  Maria MatejkaTest: Added -d flag to die directly after first error.
2019-02-20  Maria MatejkaGDB: Added more pretty printers for filters
2019-02-20  Maria MatejkaFilter: More cleanup -- customized structures also...
2019-02-20  Maria MatejkaConf: Symbol implementation converted from void pointer...
2019-02-20  Maria MatejkaFilter: merged filter compare functions into common...
2019-02-20  Maria MatejkaFilter: Merged postfixify routine
2019-02-20  Maria MatejkaFilter: Merged filter line item dumpers into common...
2019-02-20  Maria MatejkaFilter: auto-generating enum-to-string
2019-02-20  Maria MatejkaFilter generator: workaround for M4 claiming all the...
2019-02-20  Maria MatejkaFilter data manipulation functions separated to their...
2019-02-20  Maria MatejkaFilter: split the constructors to a separate file
2019-02-20  Maria MatejkaConf: Fixed makefiles
2019-02-20  Maria MatejkaFilter: merged filter instruction constructors, countin...
2019-02-20  Maria MatejkaTest: Fixed annoying warnings (and possible obscure...
2019-02-20  Maria MatejkaFilters: split the large filter.h file to smaller files.
2019-02-20  Maria MatejkaFilter: M4 convertors polished a bit.
2019-02-20  Maria MatejkaFilter + Config: Fix bugs, tests and split symbols...
2019-02-20  Maria MatejkaGDB pretty printers: f_inst and f_val.
2019-02-20  Maria MatejkaFilter: refactoring of instruction constructors
2019-02-20  Maria MatejkaFilter refactoring: dropped the recursion from the...
2019-02-20  Maria MatejkaFilter refactoring: The instructions are converted...
2019-02-20  Maria MatejkaFilter refactoring: Drop the roa check specific f_inst
2019-02-20  Maria MatejkaFilter refactoring: The constant f_val is simply includ...
2019-02-20  Maria MatejkaFilter refactoring: Changed arguments from separate...
2019-02-20  Maria MatejkaFilter refactoring: Converted condition to three-args...
2019-02-20  Maria MatejkaFilter refactoring: Some instructions eat up excessivel...
2019-02-20  Maria MatejkaFilter refactoring: Expanded the short instructions...
2019-02-20  Maria MatejkaFilter refactoring: indentation fix
2019-02-20  Jan Maria MatejkaFilter refactoring: The values are now saved on a custo...
2019-02-20  Jan Maria MatejkaFilter refactoring: Passing the resulting struct f_val...
2019-02-20  Jan Maria MatejkaFilter refactoring: Moved filter instruction definition...
2019-02-20  Jan Maria MatejkaFilter refactoring: Moved the bitfield bit position...
2019-02-20  Jan Maria MatejkaFilter refactoring: Moved the interpret macros inside...
2019-02-20  Jan Maria MatejkaConfigure: Don't check for implicit fallthrough unless...
2019-02-20  Jan Maria MatejkaFilter: Converted static global variables to a filter_s...
2019-02-19  Ondrej Zajicek... HTML are no longer generated in srcdir
2019-02-19  Ondrej Zajicek... Doc: Detect SP/OpenSP automatically
2019-02-19  Ondrej Zajicek... Nest: Prevent withdraws from propagation back to source...
2019-02-17  Ondrej Zajicek... OSPF: Reset LSAs during area type change
2019-02-13  Ondrej Zajicek... OSPF: Basic support for DN-bit handling (RFC 4576)
2019-02-09  Ondrej Zajicek... OSPF: Do not originate Router-Information LSA
2019-02-09  Ondrej Zajicek... Merge remote-tracking branch 'origin/mq-opt'
2019-02-05  Ondrej Zajicek... Nest: Improve export counter handling
2019-02-05  Ondrej Zajicek... Nest: Report preferred counters also when 'import keep...
2019-02-03  Ondrej Zajicek... OSPF: Send direct acknowledgements as unicast
2019-02-03  Ondrej Zajicek... OSPF: Reject duplicate DBDES packets after dead interval
2019-02-03  Ondrej Zajicek... OSPF: DD seqnum should be initialized only for first...
2019-02-03  Ondrej Zajicek... OSPF: Reject DBDES packets with non-matching MTU
2019-02-02  Ondrej Zajicek... Nest: Reestablish preferred counters
2019-02-01  Maria MatejkaPerf: Added forgotten all-protocol options mq-opt
2019-01-31  Maria MatejkaNest: FIB rehash values tweaked for better performance
2019-01-31  Maria MatejkaPerf: Prune the table after every loop to have clean...
2019-01-31  Maria MatejkaPerf: Write also BIRD version to have all the needed...
2019-01-31  Maria MatejkaNest: Don't lookup net in table before filters are...
2019-01-30  Ondrej Zajicek... Nest: Prevent withdraws from propagation back to source...
2019-01-26  Ondrej Zajicek... Doc: Add documentation for OSPF retransmit delay option
2019-01-26  Ondrej Zajicek... Doc: Remove doc for already removed option
2019-01-26  Ondrej Zajicek... BGP: Cleanup channels when going down
2019-01-24  Ondrej Zajicek... OSPF: Opaque LSAs and Router Information LSA
2019-01-17  Jan Maria MatejkaNest: Don't make tmp_attr before preexport is called
2019-01-04  Ondrej Zajicek... NEWS and version update v2.0.3
2019-01-04  Ondrej Zajicek... Unix: Remove removed option from help
2019-01-04  Ondrej Zajicek... BSD: Fix TCP-MD5 code on current FreeBSD kernels
2019-01-03  Ondrej Zajicek... Doc: README and INSTALL update
2019-01-02  Ondrej Zajicek... BGP: Better dispatch of incoming connections
2019-01-02  Ondrej Zajicek... BGP: Postpone setting link_addr
2018-12-28  Arthur GautierKRT: Fix debug messages in netlink code
2018-12-18  Ondrej Zajicek... IO: Workaround for broken FreeBSD behavior
2018-12-18  Maria MatějkaPerf: Protocol to measure BIRD performance internally
2018-12-18  Jan Maria MatejkaDebug: support for -gdwarf-4 is not available everywhere
2018-12-18  Ondrej Zajicek... Nest: Handle labels_orig correctly in attribute cache
2018-12-17  Ondrej Zajicek... OSPF: Fix wrong LSA collisions detection
2018-12-16  Ondrej Zajicek... BGP: Extend 'next hop keep' and 'next hop self' options
2018-12-16  Ondrej Zajicek... Nest: Fix handling of ECMP next hop flags
next