]> git.ipfire.org Git - thirdparty/bird.git/history - client
IO: Avoid multiple event cycles in one loop cycle.
[thirdparty/bird.git] / client /
2015-11-24  Ondrej Zajicek ... Merge branch 'master' into rip-new
2015-10-17  Ondrej Zajicek ... Merge branch 'master' into rip-new
2015-10-05  Ondrej Zajicek ... Major RIP redesign
2015-06-08  Pavel Tvrdíkunsigned [int] -> uint
2015-02-21  Pavel TvrdikAdd const to a param msg at functions log_msg, log_rl...
2014-05-18  Ondrej ZajicekIPv4/IPv6 integrated socket code.
2014-03-31  Ondrej ZajicekRemoves conflicting definition.
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-04-19  Ondrej ZajicekRemoves unnecessary client subdirectories and updates...
2013-04-06  Tomas HlavacekFix birdcl async message handling
2013-03-19  Tomas HlavacekFix birdcl questionmark handling
2013-03-19  Tomas HlavacekAdd lightweight client - birdcl
2013-03-19  Tomas HlavacekPull out independent routines from client_full.c
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.
2012-03-30  Ondrej ZajicekMerge branch 'soon'
2012-03-22  Ondrej ZajicekSome minor changes to CLI.
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-31  Martin MaresUpdated all the Doc files to new format.
2000-05-29  Martin MaresDelay user input whereever appropriate.
2000-05-08  Martin MaresUse PATH_CONTROL_SOCKET instead of tacking on "bird...
2000-05-05  Martin MaresAdded skeleton Doc files for the whole developer's...
2000-04-20  Martin MaresUse xmalloc() instead of malloc().
2000-04-12  Martin MaresIntroduced `ARRAY_SIZE' macro to replace all the sizeof...
2000-03-31  Martin MaresInclude "lib/string.h" instead of <string.h>. It should...
2000-03-12  Martin MaresAdd internal commands of the client to the command...
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...