Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openbgpd code style fixes | doktornotor | 2015-09-07 | 1 | -40/+30 |
| | |||||
* | Fixup URLs: | Renato Botelho | 2014-03-18 | 1 | -1/+1 |
| | | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config | ||||
* | We don't need a var here | Renato Botelho | 2013-07-25 | 1 | -2/+1 |
| | |||||
* | Simplify a bit logic | Renato Botelho | 2013-07-25 | 1 | -9/+3 |
| | |||||
* | Simplify a bit this copy/pasted function | Renato Botelho | 2013-07-25 | 1 | -9/+1 |
| | |||||
* | preserve header when filtering | Renato Botelho | 2013-07-25 | 1 | -2/+4 |
| | |||||
* | Fix jQuery detection | Renato Botelho | 2013-07-25 | 1 | -3/+3 |
| | |||||
* | Convert calls to count answers to ajax to improve speed | Renato Botelho | 2013-07-25 | 1 | -3/+36 |
| | |||||
* | Increase timeout to ajax calls | Renato Botelho | 2013-07-25 | 1 | -2/+2 |
| | |||||
* | Call commands after page is loaded to improve speed | Renato Botelho | 2013-07-25 | 1 | -37/+61 |
| | |||||
* | Code improvements: | Renato Botelho | 2013-07-24 | 1 | -20/+26 |
| | | | | | | - Convert commands to an associative array to make code more readable - Keep command headers to make it easy to understand data - Add filter to IP | ||||
* | Make filter option easier to use on other commands, enable it on fib | Renato Botelho | 2013-07-24 | 1 | -20/+33 |
| | |||||
* | Use fullpath | Renato Botelho | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | Remove empty form with wrong action | Renato Botelho | 2013-07-24 | 1 | -6/+0 |
| | |||||
* | Respect default limit on first show | Renato Botelho | 2013-07-24 | 1 | -1/+2 |
| | |||||
* | Use fullpath | Renato Botelho | 2013-07-24 | 1 | -10/+10 |
| | |||||
* | Simplify a bit how it limit number of routes | Renato Botelho | 2013-07-24 | 1 | -5/+3 |
| | |||||
* | close file descriptor | Renato Botelho | 2013-07-24 | 1 | -0/+2 |
| | |||||
* | Implement ajax call for routing limit and filter | Renato Botelho | 2013-07-24 | 1 | -2/+52 |
| | |||||
* | change default limit to all | Renato Botelho | 2013-07-24 | 1 | -2/+2 |
| | |||||
* | Fix a typo s/,/./ | Renato Botelho | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | Remove header of routing command | Renato Botelho | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | Revert partially c3bf54d658, anchor names didn't need to be changed | Renato Botelho | 2013-07-23 | 1 | -2/+2 |
| | |||||
* | Add an ajax call to get command result | Renato Botelho | 2013-07-23 | 1 | -0/+6 |
| | |||||
* | Add an id for each commands, define them earlier and initialize commands | Renato Botelho | 2013-07-23 | 1 | -20/+19 |
| | |||||
* | Add limit and filter parameters to doCmdT | Renato Botelho | 2013-07-23 | 1 | -2/+10 |
| | |||||
* | Remove format piece of doCmdT and move them to showCmdT | Renato Botelho | 2013-07-23 | 1 | -9/+15 |
| | |||||
* | Remove duplicate command | Renato Botelho | 2013-07-23 | 1 | -1/+0 |
| | |||||
* | Remove unused code | Renato Botelho | 2013-07-23 | 1 | -24/+8 |
| | |||||
* | Fix unclosed <td> | Renato Botelho | 2013-07-23 | 1 | -1/+1 |
| | |||||
* | Fix unclosed <a> | Renato Botelho | 2013-07-23 | 1 | -1/+1 |
| | |||||
* | simplify a bit using foreach | Renato Botelho | 2013-07-23 | 1 | -6/+4 |
| | |||||
* | Remove unused functions | Renato Botelho | 2013-07-23 | 1 | -12/+0 |
| | |||||
* | Fix indent and whitespaces, also remove an extra </table> | Renato Botelho | 2013-07-23 | 1 | -52/+51 |
| | |||||
* | Only flush the output every thousand lines. Every single line was a little ↵ | jim-p | 2013-04-18 | 1 | -1/+5 |
| | | | | too often. | ||||
* | Flush output buffer while running bgp status commands to avoid a php crash | jim-p | 2013-04-05 | 1 | -0/+1 |
| | |||||
* | Close the resource after done | Ermal | 2012-11-27 | 1 | -0/+1 |
| | |||||
* | Use popen here to not reach php memory limits | Ermal | 2012-11-26 | 1 | -8/+3 |
| | |||||
* | Some cosmetic changes to OpenBGP. Submitted-By: garga on IRC | jim-p | 2010-09-20 | 1 | -2/+11 |
| | |||||
* | Add missing </li> | Scott Ullrich | 2010-03-06 | 1 | -1/+1 |
| | |||||
* | Adding patch from Evgeny Yurchenko | sullrich | 2009-12-12 | 1 | -2/+3 |
| | | | | | | 0) add missing right bracket 1) Status has two "OpenBGPD Routing" sections, one of them should be renamed to "Forwarding" as it shows fib not rib. 2) "OpenBGPD IP" section returns error | ||||
* | Fix tab selection | Scott Ullrich | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | Adding "RAW Configuration" support which bypasses the GUI and uses the raw file. | Scott Ullrich | 2009-06-30 | 1 | -0/+1 |
| | | | | Submitted-by: Aarno Aukia (aarnoaukia_AT_gmail.com) | ||||
* | Nuke refresh. Partial feed will make you wish that it did not refresh. | Scott Ullrich | 2009-05-14 | 1 | -2/+0 |
| | |||||
* | mv packages to config dir to match web layout | Bill Marquette | 2009-02-06 | 1 | -0/+166 |