summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Client: Unknown command should return nonzero errorcodeOndrej Zajicek2022-12-101-1/+1
* Client: Use exit status to report errorsOndrej Zajicek (work)2022-03-111-1/+4
* Merge branch 'master' into HEADMaria Matejka2019-03-181-2/+0
|\
| * Build: Automatic dependency tracking for generated filesMaria Matejka2019-03-181-2/+0
* | Conf: Fixed makefilesMaria Matejka2019-02-202-0/+1
|/
* Doc: Rename code documentation files back to DocOndrej Zajicek (work)2018-12-141-0/+0
* Doc: renamed progdoc files Doc -> progdoc to fix collision with doc/ folder o...Maria Matejka2018-06-261-0/+0
* Merge commit '98bb80a243b58c43453e9be69d19d0350286549c' into int-newOndrej Zajicek (work)2017-12-071-1/+2
|\
| * Client: Fix includeOndrej Zajicek (work)2017-08-221-1/+2
* | Merge branch 'master' into int-newOndrej Zajicek (work)2017-05-231-10/+12
|\|
| * Client: Fix isspace() callsOndrej Zajicek (work)2017-05-231-10/+12
* | Client: manipulate history only if interactiveJan Moskyto Matejka2017-05-161-2/+4
* | Bird readline client saves its history.Jan Moskyto Matejka2017-05-161-0/+19
* | Merge branch 'master' into int-newOndrej Zajicek (work)2016-11-082-2/+2
|\|
| * Build: switch on -Wextra, get rid of most of the warningsJan Moskyto Matejka2016-11-012-2/+2
* | Merge tag 'v1.6.2' into int-newOndrej Zajicek (work)2016-11-081-0/+2
|\|
| * Add stdlib.h to client/commands.cPavel Tvrdik2016-09-151-0/+1
| * cppcheck: fix va_end() functionsPavel Tvrdík2016-06-271-0/+2
* | Client: Includes stdlib.h for malloc()Pavel Tvrdik2016-06-091-0/+1
* | Merge branch 'master' into int-newOndrej Zajicek (work)2016-05-126-29/+23
|\|
| * We don't need bvsnprintf() in BIRD clientOndrej Zajicek (work)2016-05-126-29/+23
* | Merge remote-tracking branch 'origin/master' into int-newOndrej Zajicek (work)2016-05-121-2/+8
|\|
| * Main: Add local optionOndrej Zajicek (work)2016-04-071-2/+8
* | Miscellaneous minor fixesOndrej Zajicek (work)2016-05-121-1/+1
* | Build system reworked to one global Makefile with includes and no nestingJan Moskyto Matejka2016-05-101-7/+7
|/
* Major RIP redesignOndrej Zajicek (work)2015-10-051-1/+1
* unsigned [int] -> uintPavel Tvrdík2015-06-081-1/+1
* Add const to a param msg at functions log_msg, log_rl, die, bug and debugPavel Tvrdik2015-02-211-3/+3
* IPv4/IPv6 integrated socket code.Ondrej Zajicek2014-05-181-1/+0
* Removes conflicting definition.Ondrej Zajicek2014-03-311-1/+0
* Allows shorthands for birdc noninteractive commands.Ondrej Zajicek2013-11-251-1/+16
* Fixes some potential issues with invalid term size in clients.Ondrej Zajicek2013-11-203-7/+6
* Restructures birdc and birdcl to merge duplicated code.Ondrej Zajicek2013-04-235-16/+841
* Removes unnecessary client subdirectories and updates buildsystem.Ondrej Zajicek2013-04-197-1050/+8
* Fix birdcl async message handlingTomas Hlavacek2013-04-061-5/+5
* Fix birdcl questionmark handlingTomas Hlavacek2013-03-191-1/+14
* Add lightweight client - birdclTomas Hlavacek2013-03-196-2/+429
* Pull out independent routines from client_full.cTomas Hlavacek2013-03-194-203/+248
* Rename client/client.c to client_full.cTomas Hlavacek2013-03-192-1/+1
* Allow submitting BIRD commands from UNIX shell even in restricted mode.Ondrej Filip2013-02-121-4/+9
* History deduplication in birdc.Ondrej Zajicek2012-05-041-2/+10
* Some minor changes to CLI.Ondrej Zajicek2012-03-221-2/+19
* Fixes string handling in birdc.Ondrej Zajicek2010-12-131-0/+1
* Fix configure to enable warnings and fix most of them.Ondrej Zajicek2010-02-211-8/+12
* Restricted read-only CLI.Ondrej Zajicek2010-02-211-3/+46
* Count number of lines (and not messages) in 'more'.Ondrej Zajicek2009-08-121-7/+13
* Implements 'more' feature to birdc.Ondrej Zajicek2009-07-151-46/+105
* New syntax for bgp_pathOndrej Zajicek2009-03-141-5/+11
* Do not use ? for client-side help when in new BGP path syntaxOndrej Zajicek2009-02-121-9/+13
* I am not sure whether this is proper fix for a problem that birdcOndrej Zajicek2008-11-211-2/+3