1. 4715a53 lib/vty: add separate output fd support to VTYs by David Lamparter · 11 years ago
  2. f1fc327 lib: assert(0) still needs a return by David Lamparter · 10 years ago
  3. 1416293 lib: fix "reduce strcmp in CLI" fallout (10bac801) by David Lamparter · 10 years ago
  4. 10bac80 lib/cli: reduce strcmp in CLI hot paths by David Lamparter · 10 years ago
  5. ab90fc0 *: add/cleanup initialisers by David Lamparter · 10 years ago
  6. 7abd875 build: track config args by David Lamparter · 10 years ago
  7. 74b4fad pimd: Remove motd tweaking. by Everton Marques · 10 years ago
  8. f9e05e5 [pim] Version up to 0.161 by Everton Marques · 15 years ago
  9. 42e3078 [pim] Clean-up by Everton Marques · 15 years ago
  10. 7aa9dce Fix most compiler warnings in default GCC build. by Paul Jakma · 10 years ago
  11. ea55500 lib: Improve error reporting from broken config files by Steve Hill · 15 years ago
  12. 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
  13. cd40b32 lib/command.c: rewrite command matching/parsing by Christian Franke · 11 years ago
  14. 0be793e build: include git info by David Lamparter · 12 years ago
  15. aa5cf24 lib: make IPv6 prefix parser slightly more strict by David Lamparter · 12 years ago
  16. 7c9c6ae lib: drop heuristic IPv6 address recognition by Roman Hoog Antink · 13 years ago
  17. 5734509 babeld: Initial import, for Babel routing protocol. by Paul Jakma · 13 years ago
  18. b82cdeb delete CVS keywords by Denis Ovsienko · 13 years ago
  19. fc95186 lib: fix more format warnings (#637) by Christian Hammers · 14 years ago
  20. e276eb8 lib: Add a command to clear the thread CPU history data by Paul Jakma · 15 years ago
  21. 2d362d1 lib: make some structures constant by Stephen Hemminger · 15 years ago
  22. 228da42 [bgpd] Stability fixes including bugs 397, 492 by Chris Caputo · 15 years ago
  23. 7fc626d [cleanup] Make command nodes static by Stephen Hemminger · 16 years ago
  24. 62687ff [vty] Add support for a 'restricted mode' with anonymous vty connections by Paul Jakma · 16 years ago
  25. 1ed72e0 [logging] Add new "log timestamp precision" command for subsecond timestamps by Andrew J. Schorr · 18 years ago
  26. e5cd706 [lib] Fix vector leak in error path in command.c, CID #38 by Paul Jakma · 18 years ago
  27. 5fc6051 [lib] CID #55, fix return of freed pointer, cmd_describe_command_real by Paul Jakma · 19 years ago
  28. d251996 [lib] CID #37, fix error case leak, cmd_complete_command_real by Paul Jakma · 19 years ago
  29. 05865c9 2005-10-26 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  30. eb820af 2005-09-05 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  31. 1e83659 2005-08-22 Hugo Santos <hsantos@av.it.pt> by paul · 19 years ago
  32. 8cc4198 2005-05-06 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  33. 354d119 2005-04-25 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  34. 55468c8 2005-03-14 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  35. 909a215 2005-03-14 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  36. b896147 2005-03-14 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  37. 4275b1d 2005-03-09 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  38. 9e92eea 2005-03-09 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  39. 2208518 2005-03-08 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  40. 9c5d856 2005-03-08 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  41. b45da6f 2005-03-08 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  42. 3b0c5d9 2005-03-08 Jeroen Massar <jeroen@unfix.org> by paul · 20 years ago
  43. 12f6ea2 * command.c: host.name might be NULL. * vty.c: Fix fd leak. by hasso · 20 years ago
  44. f6834d4 2005-01-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  45. 13bfca7 * lib/command.[ch]: Make node_parent() function nonstatic. vtyh.c will by hasso · 20 years ago
  46. 87d683b * command.[ch], vty.c: cmd_execute_command() function must not attempt by hasso · 20 years ago
  47. cb585b6 2005-01-14 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  48. f867d32 2005-01-14 Greg Troxel <gdt@fnord.ir.bbn.com> by gdt · 20 years ago
  49. cba8a60 Reverting some int -> unsigned int fixes in command.c for now. Fixes crash by hasso · 20 years ago
  50. 2885f72 2004-12-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  51. 82146b8 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  52. 274a4a4 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  53. 56f2069 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  54. d246bd9 2004-11-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  55. 6099b3b 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  56. 6590f2c Small copyright string and hostname related cleanup. by hasso · 20 years ago
  57. ddd85ed Fix critical bugzilla #113. Make CMD_ERR_NOTHING_TODO nonfatal. by hasso · 20 years ago
  58. 42d4986 2004-10-13 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  59. 9035efa 2004-10-10 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  60. ea8e9d9 Even more const strings and fix to bugfix. by hasso · 20 years ago
  61. 6ad96ea Make more strings const. by hasso · 20 years ago
  62. 8c328f1 Number of warnings is down to 3 again in lib directory. A lot of const's by hasso · 20 years ago
  63. e7168df Big vtysh cleanup. See changelogs for details. by hasso · 20 years ago
  64. 3339476 2004-09-13 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  65. 34553cc Make "terminal length <0-512>" command work in vtysh. by hasso · 20 years ago
  66. 5e4fa16 2004-03-16 David Young <dyoung@pobox.com> by gdt · 21 years ago
  67. 9e867fe Merge isisd into the Quagga's framework: by jardin · 21 years ago
  68. aa593d5 2003-12-22 Christian Hammers <ch@lathspell.de> by gdt · 21 years ago
  69. 54aba54 2003-08-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> by paul · 21 years ago
  70. 42053f4 2003-08-13 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  71. e8f2984 2003-08-12 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  72. 12ab19f 2003-07-26 Paul Jakma <paul at dishone.st> by paul · 21 years ago
  73. 22e0a9e 2003-07-11 Vsevolod Sipakov <zebra@vs.megalink.ru> by paul · 21 years ago
  74. b21b19c 2003-06-15 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  75. 726f9b2 Last fixes from 6Wind patch. by hasso · 22 years ago
  76. 9ab6812 This patch adds Yon's CLI 'walk back up tree' patch. Following are email by paul · 22 years ago
  77. eda031f Finish off merge off CLI extensions, see below for description. Merge should by paul · 22 years ago
  78. b92938a Yon Uriarte <havanna_moon@gmx.net> [zebra 16671] [PATCH] CLI extensions. by paul · 22 years ago
  79. 718e374 Initial revision by paul · 22 years ago