index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
command.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
"set metric -10" is not accepted by the parser on 64-bit x86 platforms
Donald Sharp
2015-05-20
1
-5
/
+6
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
1
-1
/
+1
*
lib/command.c: rewrite command matching/parsing
Christian Franke
2014-04-01
1
-706
/
+1269
*
build: include git info
David Lamparter
2012-12-12
1
-2
/
+2
*
lib: make IPv6 prefix parser slightly more strict
David Lamparter
2012-07-19
1
-1
/
+6
*
lib: drop heuristic IPv6 address recognition
Roman Hoog Antink
2012-05-21
1
-80
/
+1
*
babeld: Initial import, for Babel routing protocol.
Paul Jakma
2012-03-25
1
-0
/
+2
*
delete CVS keywords
Denis Ovsienko
2011-09-27
1
-2
/
+0
*
lib: fix more format warnings (#637)
Christian Hammers
2011-03-23
1
-1
/
+1
*
lib: Add a command to clear the thread CPU history data
Paul Jakma
2010-12-08
1
-0
/
+2
*
lib: make some structures constant
Stephen Hemminger
2009-12-21
1
-5
/
+5
*
[bgpd] Stability fixes including bugs 397, 492
Chris Caputo
2009-07-19
1
-10
/
+91
*
[cleanup] Make command nodes static
Stephen Hemminger
2009-06-12
1
-6
/
+6
*
[vty] Add support for a 'restricted mode' with anonymous vty connections
Paul Jakma
2008-08-23
1
-0
/
+20
*
[logging] Add new "log timestamp precision" command for subsecond timestamps
Andrew J. Schorr
2007-04-29
1
-0
/
+39
*
[lib] Fix vector leak in error path in command.c, CID #38
Paul Jakma
2006-06-15
1
-1
/
+3
*
[lib] CID #55, fix return of freed pointer, cmd_describe_command_real
Paul Jakma
2006-05-13
1
-3
/
+3
*
[lib] CID #37, fix error case leak, cmd_complete_command_real
Paul Jakma
2006-05-13
1
-1
/
+2
*
2005-10-26 Paul Jakma <paul.jakma@sun.com>
paul
2005-10-26
1
-62
/
+52
*
2005-09-05 Paul Jakma <paul.jakma@sun.com>
paul
2005-09-05
1
-3
/
+7
*
2005-08-22 Hugo Santos <hsantos@av.it.pt>
paul
2005-08-23
1
-1
/
+4
*
2005-05-06 Paul Jakma <paul@dishone.st>
paul
2005-05-06
1
-5
/
+5
*
2005-04-25 Paul Jakma <paul.jakma@sun.com>
paul
2005-04-25
1
-3
/
+6
*
2005-03-14 Paul Jakma <paul.jakma@sun.com>
paul
2005-03-14
1
-52
/
+52
*
2005-03-14 Paul Jakma <paul.jakma@sun.com>
paul
2005-03-14
1
-367
/
+367
*
2005-03-14 Paul Jakma <paul.jakma@sun.com>
paul
2005-03-14
1
-34
/
+46
*
2005-03-09 Paul Jakma <paul.jakma@sun.com>
paul
2005-03-09
1
-2
/
+4
*
2005-03-09 Paul Jakma <paul.jakma@sun.com>
paul
2005-03-09
1
-9
/
+7
*
2005-03-08 Paul Jakma <paul.jakma@sun.com>
paul
2005-03-08
1
-2
/
+3
*
2005-03-08 Paul Jakma <paul.jakma@sun.com>
paul
2005-03-08
1
-6
/
+8
*
2005-03-08 Paul Jakma <paul.jakma@sun.com>
paul
2005-03-08
1
-3
/
+5
*
2005-03-08 Jeroen Massar <jeroen@unfix.org>
paul
2005-03-08
1
-2
/
+20
*
* command.c: host.name might be NULL.
hasso
2005-03-07
1
-2
/
+3
*
2005-01-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-01-28
1
-25
/
+21
*
* lib/command.[ch]: Make node_parent() function nonstatic. vtyh.c will
hasso
2005-01-23
1
-2
/
+2
*
* command.[ch], vty.c: cmd_execute_command() function must not attempt
hasso
2005-01-17
1
-2
/
+6
*
2005-01-14 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-01-14
1
-5
/
+4
*
2005-01-14 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt
2005-01-14
1
-3
/
+5
*
Reverting some int -> unsigned int fixes in command.c for now. Fixes crash
hasso
2005-01-02
1
-5
/
+5
*
2004-12-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-12-18
1
-1
/
+16
*
2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-12-07
1
-3
/
+7
*
2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-12-07
1
-234
/
+402
*
2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-12-03
1
-8
/
+3
*
2004-11-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-11-23
1
-1
/
+1
*
2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-11-20
1
-1
/
+1
*
Small copyright string and hostname related cleanup.
hasso
2004-10-19
1
-12
/
+18
*
Fix critical bugzilla #113. Make CMD_ERR_NOTHING_TODO nonfatal.
hasso
2004-10-13
1
-5
/
+6
*
2004-10-13 Paul Jakma <paul@dishone.st>
paul
2004-10-13
1
-1
/
+1
*
2004-10-10 Paul Jakma <paul@dishone.st>
paul
2004-10-10
1
-10
/
+26
*
Even more const strings and fix to bugfix.
hasso
2004-10-07
1
-4
/
+9
[next]