]> git.puffer.fish Git - matthieu/frr.git/shortlog
matthieu/frr.git
2016-09-19 Quentin Younglib: Initial refactor pass on CLI backend
2016-09-18 Quentin Younglib: Allow nesting options in selectors
2016-09-18 Quentin Younglib: Add edge removal to graph data structure
2016-09-14 Quentin Younglib: Add support for selectors inside options
2016-09-13 Quentin Younglib: Fix memory leak in ipv6_prefix_match
2016-09-13 Quentin Younglib: Fix various memory leaks
2016-09-13 Quentin Younglib: Fix memory leak in matcher
2016-09-13 Quentin Younglib: Move string completions out of command_match.c
2016-09-13 Quentin Younglib: Fix various matching bugs
2016-09-09 Quentin Younglib: Reorganize grammar sandbox
2016-09-09 Quentin Younglib: Add testing shim for graph deletion
2016-09-09 Quentin Younglib: Add nullcheck before graph node deletion
2016-09-08 Quentin Younglib: Fix dangling pointer in matcher
2016-09-08 Quentin Younglib: Fix uninitialized pointer segfault
2016-09-08 Quentin Younglib: Update grammar sandbox driver
2016-09-08 Quentin Younglib: Add <cr> text for end nodes
2016-09-08 Quentin Younglib: Remove automatic node deletion
2016-09-07 Quentin Younglib: Fix deduplication bug, reinstate graph print
2016-09-07 Quentin Younglib: Continue matching system refactor
2016-09-02 Quentin Younglib: Refactor command_parse.y for graph ds
2016-09-01 Quentin Younglib: Generalize graph to work for any data type
2016-08-11 Quentin Younglib: Refactor CLI interface function names
2016-08-10 Quentin Younglib: Remove debug fprintf for cmd_element copy
2016-08-10 Quentin Younglib: Add completion string convenience functions
2016-08-10 Quentin Youngdebian: Add bison and flex to Build-Depends
2016-08-10 Quentin Younglib: Fix broken disambiguation on leader tokens
2016-08-09 Quentin Younglib: Handle vararg in graph pretty-print
2016-08-09 Quentin Younglib: Remove unnecessary node pointer
2016-08-09 Quentin Younglib: Remove unnecessary XSTRDUP
2016-08-09 Quentin Younglib: Revert breaking change to cmp_node
2016-08-09 Quentin Younglib: Fix use after free in lexer
2016-08-09 Quentin Younglib: Fix various minor bugs
2016-08-08 Quentin Younglib: Code cleanup, formatting, & headers
2016-08-05 Quentin Younglib: Major parser refactor
2016-08-05 Quentin Younglib: Add docstring support
2016-08-05 Quentin Younglib: Improve matching disambiguation
2016-08-04 Quentin Younglib: Unrefactor to signed long long for ranges
2016-08-04 Quentin Younglib: Allow optional whitespace in ranges
2016-08-04 Quentin Younglib: Add support for negative ranges
2016-08-04 Quentin Younglib: Refactor format parser
2016-08-03 Quentin Younglib: Fix use after free in matcher
2016-08-03 Quentin Younglib: Implement status variable
2016-08-03 Quentin Younglib: Implement full command disambiguation logic
2016-08-02 Quentin Younglib: Add vararg support
2016-08-02 Quentin Younglib: Reorganize command matcher
2016-08-01 Quentin Younglib: Add partial completion support
2016-08-01 Quentin Younglib: Fix OOB range parses, variable matches
2016-08-01 Quentin Younglib: Fixed bad node copy, modified token regex
2016-08-01 Quentin Younglib: Add partial matching support
2016-07-29 Quentin Younglib: Retab command_match.c
2016-07-29 Quentin Younglib: Re-add partial IPV4 matching support
2016-07-29 Quentin Younglib: Cleanup some memory issues in CLI
2016-07-27 Quentin Younglib: Improve argv construction
2016-07-27 Quentin Younglib: Cleanup parser memory management
2016-07-27 Quentin Younglib: Add matching and argv support
2016-07-26 Quentin Younglib: Incremental matching improvement
2016-07-22 Quentin Younglib: Reorganize some matching stuff
2016-07-21 Quentin Younglib: Mostly complete matcher
2016-07-19 Quentin Younglib: Break up functions, begin matcher
2016-07-19 Quentin Younglib: Implement node comparison function
2016-07-18 Quentin Younglib: Fix some DFA construction bugs
2016-07-17 Quentin Younglib: Finish implementing grammar, DFA construction
2016-07-12 Quentin Younglib: Add generated parser files to .gitignore
2016-07-12 Quentin Younglib: Change some includes
2016-07-12 Quentin Younglib: Update build config for new parser
2016-07-12 Quentin Younglib: Start implementing DFA
2016-07-12 Quentin Younglib: Add parser, lexer, and command tree skeleton
2016-07-12 Quentin Younglib: Cleanup cmd_execute_command
2016-07-12 Quentin YoungAdd grammar sandbox framework
2016-07-12 Donald Sharppimd: Start naive implementation of anysource_forward_stop
2016-07-12 Donald Sharppimd: IGMPv3 leave not deleting group entry
2016-07-12 Quentin Younglib: Rewrite ipv4 address and prefix validator
2016-07-12 Quentin Younglib: Disallow % in IPv6 addresses and prefixes
2016-07-12 Quentin Younglib: Rewrite ipv6 prefix matcher
2016-07-11 Don Sliceall: add default log file if none are defined
2016-07-11 Donald Sharppimd: static joins no longer worked
2016-07-11 Donald SharpRevert "pimd: Prevent igmp packet loopback."
2016-07-02 Sid Khotbgpd: BGP should accept "router-id IFNAME"
2016-07-02 Sid Khotbgpd: "neigbor <interface> ttl-security hops" should...
2016-06-30 Donald Sharppimd: Set default logfile to Quagga.log
2016-06-29 Donald Sharppim: Show Iif for 'show ip pim upstream' command
2016-06-29 Donald Sharppimd: Fix igmp isex_excl
2016-06-29 Donald Sharppimd: Pass the appropriate data structure around
2016-06-29 Donald Sharppimd: Ensure we should accept a kernel upcall
2016-06-29 Donald Sharppimd: Prevent igmp packet loopback.
2016-06-29 Donald Sharppimd: Make pim_channel_add_oif failures debugs
2016-06-29 Donald Sharppimd: Make received packet zlog_err a zlog_debug
2016-06-29 Donald Sharppimd: Bind pim sockets to interface they are associated...
2016-06-28 Don SliceMerge branch 'cmaster-next' of ssh://stash.cumulusnetwo...
2016-06-28 Don Slicezebra/ospf/ospf6: Fix several memory leaks on if up...
2016-06-27 Donald Sharppimd: When receiving the register packet, create the...
2016-06-27 Donald Sharppimd: Refactor pim_scan_oil
2016-06-27 Donald Sharppimd: Allow (*,G) to work properly.
2016-06-27 Dave OlsonProvide example on how to run sudo vtysh show commands...
2016-06-27 Don Slicezebra: resolved problem with show ip route vrf
2016-06-24 Donald Sharppimd: Fix register receive pointer arithmetic
2016-06-23 Donald Sharppimd: Removing extra asserts
2016-06-23 Quentin Younglib: Add documentation to internal command format parse...
2016-06-23 Donald Sharppimd: Fix igmp Trace logging
2016-06-23 Donald Sharppimd: Move timer information to TRACE_DETAIL
next