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