aboutsummaryrefslogtreecommitdiffstats
path: root/libteamdctl
AgeCommit message (Expand)AuthorFilesLines
2022-06-27libteamdctl: validate the bus name before using itXin Long1-1/+6
2015-08-28libteamdctl: fix timeval value for selectMarcelo Ricardo Leitner1-2/+3
2015-04-02update copyright datesJiri Pirko4-4/+4
2014-12-19init unitialized value to 0/NULL to silence gcc warnings instead of x=xJiri Pirko2-2/+2
2014-12-19libteamdctl: rename recvmsg variable to recv_messageJiri Pirko2-14/+14
2014-12-18libteamdctl: fix typo in warning message in cli_zmq_recvJiri Pirko1-1/+1
2014-12-16libteamdctl: Fix a typo in DBus method nameLubomir Rintel1-1/+1
2014-08-25zmq: remove unused my_free_msgJiri Pirko1-4/+0
2014-08-25libteamdctl: zmq: remove include of teamd.hJiri Pirko1-14/+14
2014-08-18libteamdctl: adjust doc comments to be processed by doxygenJiri Pirko2-129/+122
2014-03-06usock: accept multiline message string parametersJiri Pirko1-1/+40
2014-03-05libteamdctl: add notice for caller to do not modify or free certain stringsJiri Pirko1-0/+14
2013-11-12libteamdctl: remove false lib dependenciesJiri Pirko2-3/+2
2013-11-12libteamdctl: introduce support for port config getJiri Pirko1-0/+37
2013-11-12libteamdctl: cache reply strings into listJiri Pirko2-22/+154
2013-08-16fix cflags path in pc filesJiri Pirko1-1/+1
2013-08-13libteamdctl: remove bogus version require from pc fileJiri Pirko1-1/+1
2013-08-08update copyright dates and emailsJiri Pirko1-1/+0
2013-07-17teamd: Changes error messages in teamdctl interfaces.Jiří Župka2-20/+21
2013-07-17teamd: Add ZeroMQ interfaceJiří Župka4-3/+281
2013-06-04use "config.h" for definesJiri Pirko3-0/+6
2013-05-16libteamdctl: do test method call instead or Introspect callJiri Pirko3-59/+9
2013-05-15teamd: push common teamd/teamctl usock and dbus things into "common" headersJiri Pirko2-2/+2
2013-05-15libteamdctl: dbus: get reply only in case it is requestedJiri Pirko1-4/+4
2013-05-15teamdctl: consolidate reply timeout for both clisJiri Pirko3-2/+4
2013-05-15libteamdctl: increase usock timeout to 5secsJiri Pirko1-1/+1
2013-05-10teamd: add support for state single item read operationJiri Pirko1-0/+17
2013-05-10teamd: add support for state item write operationJiri Pirko1-0/+18
2013-05-05make D-Bus optional at compile timeJiri Pirko2-0/+6
2013-05-05libteamdctl: get cli structs by function callJiri Pirko4-12/+19
2013-03-29usock: refactor protocol and core around it a bitJiri Pirko1-58/+35
2013-03-29libteamdctl: cli_usock: more wait select to cli_usock and use timeoutJiri Pirko1-0/+29
2013-03-29libteamdctl: usock: fix memory lead composing message using asprintfJiri Pirko1-12/+24
2013-03-29usock: use SOCK_SEQPACKETJiri Pirko1-1/+1
2013-03-29teamd: usock: introduce common function teamd_usock_recv_msg()Jiri Pirko1-34/+1
2013-03-29libteamdctl: usock: benefit from possibility of multiple sock method callsJiri Pirko1-45/+25
2013-03-22libteamdctl: more teamdctl_refresh() call to teamdctl_connect()Jiri Pirko1-17/+11
2013-03-22libteamdctl: usock: try to open socket in initJiri Pirko1-1/+7
2013-03-22libteamdctl: dbus: do introspection in initJiri Pirko1-1/+59
2013-03-22libteamdctl: raw config and state handling functionsJiri Pirko2-3/+100
2013-03-22libteamdctl: add port_add/remove functionsJiri Pirko1-0/+30
2013-03-22libteamdctl: refuse to connect if already connectedJiri Pirko1-0/+4
2013-03-22libteamdctl: clear tdc->cli in case connect failedJiri Pirko1-3/+7
2013-03-22libteamdctl: fail if user tries to connect using unknown CLIJiri Pirko1-2/+6
2013-03-22libteamdctl: silence error messages during cli init tryingJiri Pirko1-0/+15
2013-03-22libteamdctl: do not pass cli as param but use tdc->cli insteadJiri Pirko2-18/+15
2013-03-22libteamdctl: try to call method after cli initJiri Pirko4-14/+29
2013-03-22libteamdctl: fix env variable name in teamdctl_allocJiri Pirko1-1/+1
2013-03-22libteamdctl: use cli->name in dbg messagesJiri Pirko1-2/+2
2013-03-22libteamdctl: allow to end successfully in teamdctl_connectJiri Pirko1-0/+3
2013-03-22libteamdctl: implement cli_dbusJiri Pirko2-7/+183
2013-03-22libteamdctl: implement cli_usockJiri Pirko4-12/+230
2013-03-22s/libraty/library/Jiri Pirko1-1/+1
2013-03-22S/LOG_WARN/LOG_WARNING/Jiri Pirko1-1/+1
2013-03-07libteamdctl: add clis skeletonsJiri Pirko5-1/+160
2013-03-07libteamdctl: add lib coreJiri Pirko4-0/+297