]> git.ipfire.org Git - thirdparty/bird.git/history - client/client.c
Replacing GNU old-style field designator extension
[thirdparty/bird.git] / client / client.c
2013-11-25  Ondrej ZajicekMerge branch 'master' into add-path
2013-11-25  Ondrej ZajicekAllows shorthands for birdc noninteractive commands.
2013-11-23  Ondrej ZajicekMerge branch 'master' into add-path
2013-11-22  Ondrej ZajicekMerge commit 'origin/bfd'
2013-11-20  Ondrej ZajicekFixes some potential issues with invalid term size...
2013-04-23  Ondrej ZajicekMerge branch 'birdcl'
2013-04-23  Ondrej ZajicekRestructures birdc and birdcl to merge duplicated code.
2013-03-19  Tomas HlavacekRename client/client.c to client_full.c
2013-02-12  Ondrej FilipAllow submitting BIRD commands from UNIX shell even...
2012-07-16  Ondrej ZajicekMerge branch 'rt-accepted'
2012-05-10  Ondrej FilipMerge branch 'master' of ssh://git.nic.cz/bird
2012-05-03  Ondrej ZajicekHistory deduplication in birdc.
2010-12-13  Ondrej ZajicekFixes string handling in birdc.
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-02-21  Ondrej ZajicekFix configure to enable warnings and fix most of them.
2010-02-21  Ondrej ZajicekMerge commit 'origin/master' into new
2010-02-21  Ondrej ZajicekRestricted read-only CLI.
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-08-12  Ondrej ZajicekCount number of lines (and not messages) in 'more'.
2009-08-10  Ondrej ZajicekMerge branch 'master' into dev
2009-07-14  Ondrej ZajicekImplements 'more' feature to birdc.
2009-03-14  Ondrej ZajicekNew syntax for bgp_path
2009-02-12  Ondrej ZajicekDo not use ? for client-side help when in new BGP path...
2008-11-21  Ondrej ZajicekI am not sure whether this is proper fix for a problem...
2008-11-21  Ondrej Zajicekbirdc died during terminal resize because of unhandled...
2008-10-26  Ondrej ZajicekMerge branch 'dev' into out
2008-10-26  Ondrej ZajicekCheck of socket name length
2008-08-25  Ondrej FilipPrevious patch reverted. :-(
2008-08-25  Ondrej FilipBuffer overflow fix.
2004-06-05  Martin MaresUnused parameters in the client.
2004-05-31  Martin MaresNeed <termios.h> for tcdrain().
2004-05-31  Martin MaresFix handling on full pipe to client in bird. Prevent...
2004-05-31  Ondrej FilipSmall change to compile client on FreeBSD.
2002-11-13  Martin MaresDon't use obsolete functions which are no longer declar...
2001-03-06  Martin MaresFixed <time.h> vs. <sys/time.h> problems.
2000-06-16  Martin MaresUse our own SUN_LEN if libc doesn't provide it.
2000-06-09  Martin MaresUse SUN_LEN() for length of UNIX domain addresses....
2000-05-31  Martin MaresBoth `help' command and the `unknown command' error...
2000-05-29  Martin MaresDelay user input whereever appropriate.
2000-05-08  Martin MaresUse PATH_CONTROL_SOCKET instead of tacking on "bird...
2000-03-31  Martin MaresInclude "lib/string.h" instead of <string.h>. It should...
2000-03-12  Martin MaresCommands which failed expansions are to be stored to...
2000-03-07  Martin MaresNo longer echoes commands before sending them.
2000-03-04  Martin MaresFixed display of short continued messages in verbose...
2000-02-27  Martin MaresSupport expansion of command abbreviations.
2000-02-17  Martin MaresCompletion works. Unfortunately, we have to access...
2000-02-17  Martin MaresClient: Online help works (Cisco style: just press...
2000-02-15  Martin MaresFirst usable version of the client. No command completi...
2000-01-20  Martin MaresConfigure, link and use the readline library.
2000-01-19  Martin MaresPut client on a stony ground. The whole client is going...
2000-01-19  Martin MaresGenerate a list of all commands and their help texts...
1999-10-29  Martin MaresAdded skeleton of the client. Does nothing, but at...