index
:
tteras/quagga
master
nhrp
tteras
tteras' quagga tree
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vtysh
/
vtysh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a number of "assigned but unused" warnings and other WIP
Chris Hall
2012-04-10
1
-4
/
+4
*
Fix compilation issue with <features.h>, which is a glibc special.
Chris Hall
2012-03-29
1
-2
/
+2
*
Reviewed and improved vty and (particularly) vtysh.
Chris Hall
2012-02-26
1
-83
/
+79
*
vtysh partly restored. bgpd not crashing on over-size messages.
Chris Hall
2012-02-19
1
-2033
/
+895
*
Bring "ex" version up to date with 0.99.18
ex15p
Chris Hall
2011-03-29
1
-1
/
+1
*
Second tranche of updates for pipework branch.
Chris Hall
2011-02-13
1
-9
/
+9
*
Creation of pipework branch
Chris Hall
2010-12-21
1
-35
/
+37
*
First beta release
Chris Hall
2010-04-06
1
-40
/
+18
*
Major update
Chris Hall
2010-03-16
1
-40
/
+40
*
Get CLI thread and UI working properly. Sex commands according to
paulo
2009-12-15
1
-4
/
+3
*
Using message queue to send commands from cli thread to bgp thread.
paulo
2009-12-14
1
-3
/
+3
*
Fixes to get as far as creating the thread and calling qps_pselect
paulo
2009-12-09
1
-1
/
+1
*
Fix vtysh based "write term" output.
Chris Caputo
2009-06-23
1
-2
/
+2
*
[vtysh] Return non-zero exit code on error.
Stephen Hemminger
2009-06-18
1
-1
/
+2
*
[vtysh] Make vtysh more useable for scripting
Stephen Hemminger
2009-06-18
1
-8
/
+9
*
[cleanup] Make command nodes static
Stephen Hemminger
2009-06-12
1
-16
/
+16
*
[vtysh] small fix to previous CMD_AS_RANGE patch, and add missing command
Paul Jakma
2008-07-03
1
-0
/
+11
*
[vty] CMD_AS_RANGE accidently quoted and so not expanded in vty
Paul Jakma
2008-07-02
1
-1
/
+2
*
[bgpd] Merge AS4 support
Paul Jakma
2007-10-14
1
-1
/
+1
*
[vtysh] bug #371: vtysh forgets to print 'end' for write-terminal
Paul Jakma
2007-06-20
1
-0
/
+2
*
[autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings
Paul Jakma
2007-05-10
1
-2
/
+2
*
[logging] Add new "log timestamp precision" command for subsecond timestamps
Andrew J. Schorr
2007-04-29
1
-0
/
+26
*
[vtysh] Never skip authentication, and add support for multiple -c commands
Andrew J. Schorr
2006-07-27
1
-8
/
+19
*
[vtysh] Add "show memory" to vtysh
Paul Jakma
2006-05-28
1
-0
/
+26
*
[vtysh] suppress output in 'show logging' for daemons not present
Paul Jakma
2006-05-23
1
-6
/
+8
*
[vtysh] Add 'show logging' command
Paul Jakma
2006-05-23
1
-1
/
+24
*
2006-01-11 Erik Smit <zoiah@zoiah.net>
paul
2006-01-11
1
-1
/
+1
*
* vtysh.c: Fix warning by casting rl_bind_key 2. argument correctly.
hasso
2005-09-15
1
-1
/
+1
*
2005-08-22 Hugo Santos <hsantos@av.it.pt>
paul
2005-08-22
1
-2
/
+29
*
2005-03-14 Paul Jakma <paul.jakma@sun.com>
paul
2005-03-14
1
-2
/
+2
*
2005-01-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-01-28
1
-142
/
+104
*
* lib/command.[ch]: Make node_parent() function nonstatic. vtyh.c will
hasso
2005-01-23
1
-2
/
+45
*
* command.[ch], vty.c: cmd_execute_command() function must not attempt
hasso
2005-01-16
1
-2
/
+2
*
2004-12-09 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-12-09
1
-4
/
+0
*
2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-12-07
1
-28
/
+147
*
2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-11-20
1
-6
/
+7
*
2004-11-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-11-11
1
-8
/
+7
*
"show running-daemons" -> "show daemons".
hasso
2004-10-28
1
-5
/
+5
*
Don't popen pager if command is "exit". Fixes "vtysh screws up my terminal
hasso
2004-10-20
1
-1
/
+4
*
2004-09-17 Paul Jakma <paul@dishone.st>
paul
2004-10-11
1
-4
/
+7
*
Fix warnings here.
hasso
2004-10-11
1
-1
/
+2
*
Vtysh compiles cleanly as well.
hasso
2004-10-07
1
-10
/
+7
*
Big vtysh cleanup. See changelogs for details.
hasso
2004-10-03
1
-71
/
+185
*
Compiler warning fix.
hasso
2004-09-26
1
-1
/
+1
*
2004-09-17 Paul Jakma <paul@dishone.st>
paul
2004-09-17
1
-11
/
+26
*
Brown paperbag, please. Don't segfault if VTYSH_PAGER isn't defined.
hasso
2004-08-27
1
-2
/
+7
*
Make "terminal length <0-512>" command work in vtysh.
hasso
2004-08-27
1
-2
/
+57
*
More vtysh fixes. Specifying configuration from command line works now.
hasso
2004-08-26
1
-0
/
+1
*
Vtysh cleanup part 2. No any functional changes yet except VTYSH_INTERFACE.
hasso
2004-08-26
1
-263
/
+255
*
Cleaning up whitespace mess mostly caused by my patches. Bigger
hasso
2004-08-25
1
-67
/
+67
[next]