summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)AuthorFilesLines
2014-01-09client: Add unblock commandSzymon Janc1-0/+31
2014-01-09client: Add block commandSzymon Janc1-0/+31
2014-01-09client: Add untrust commandSzymon Janc1-0/+31
2013-11-25client: Add paired-devices command to bluetoothctlSebastian Chlad1-0/+22
2013-11-25client: Fix handling of (G_IO_IN | G_IO_HUP) input casePhilip Withnall1-1/+5
2013-06-24client: prettify help tableLucas De Marchi1-3/+4
2013-06-24client: Add description for default-agent commandLucas De Marchi1-1/+2
2013-05-02client: Get rid of gcharLucas De Marchi1-1/+1
2013-03-25client: Agent's RequestPasskey implementationAlex Deymo1-0/+36
2013-03-25client: Agent's DisplayPasskey implementationAlex Deymo2-0/+31
2013-03-25client: Agent's DisplayPincode implementationAlex Deymo1-0/+17
2013-03-25client: "agent" command capability argument and autocompletionAlex Deymo1-3/+70
2013-03-25client: Right prompt management on agent inputAlex Deymo3-17/+62
2013-03-25client: Add color modifiers to NEW, CHG and DEL events.Alex Deymo2-7/+16
2012-12-29client: Don't bother with individual Device ID propertiesMarcel Holtmann1-4/+0
2012-12-29client: Print modalias properties if availableMarcel Holtmann1-1/+3
2012-12-29client: Allow setting and resetting of controller aliasMarcel Holtmann1-3/+21
2012-12-29client: Show adapter alias property as wellMarcel Holtmann1-1/+2
2012-12-23client: Move __terminated into signal handlerMarcel Holtmann1-2/+1
2012-12-22client: Add support for setting a device trustedMarcel Holtmann1-0/+31
2012-12-22client: Print UUIDs as human readable strings as wellMarcel Holtmann1-30/+45
2012-12-22client: Add support for printing uint16 propertiesMarcel Holtmann1-0/+5
2012-12-22client: Add support for showing device informationMarcel Holtmann1-2/+57
2012-12-20client: Add support for requesting default agentMarcel Holtmann3-0/+45
2012-12-20client: Add support for handling service authorizationsMarcel Holtmann1-0/+25
2012-12-20client: Mover name command to the proper locationMarcel Holtmann1-23/+23
2012-12-20client: Add command to display versionMarcel Holtmann1-0/+6
2012-12-20client: Add support for connecting/disconnecting devicesMarcel Holtmann1-0/+82
2012-12-18client: Print message when pairing attempt is in progressMarcel Holtmann1-0/+2
2012-12-18client: Add support for providing agent capabilityMarcel Holtmann3-14/+39
2012-12-18client: Add support for request authorization callbacksMarcel Holtmann1-0/+22
2012-12-18client: Handle legacy pairing and input of PIN codesMarcel Holtmann1-7/+46
2012-12-18client: Remove broken helper for message blocksMarcel Holtmann1-11/+0
2012-12-18client: Always print messages with checking readline stateMarcel Holtmann2-58/+53
2012-12-18client: Check for RL_STATE_DONE before trying to printMarcel Holtmann1-10/+17
2012-12-18client: Restore command prompt when agent finishesMarcel Holtmann1-0/+5
2012-12-18client: Handle accepting/rejecting confirmation requestsMarcel Holtmann2-3/+12
2012-12-18client: Replace certain messages with printing helperMarcel Holtmann1-33/+12
2012-12-18client: Forward input to agent handling if neededMarcel Holtmann1-0/+8
2012-12-18client: Add support for handling passkey confirmationMarcel Holtmann2-3/+69
2012-12-18client: Use printing helper for agent messagesMarcel Holtmann1-14/+6
2012-12-18client: Add helper function for readline async printingMarcel Holtmann2-0/+59
2012-12-15client: Add support for removing a device/pairingMarcel Holtmann1-0/+60
2012-12-15client: Add support for triggering pairingMarcel Holtmann1-11/+66
2012-12-15client: Fix memory leak from readline input callbackMarcel Holtmann1-4/+7
2012-12-15client: Print warning if leaking a proxy objectMarcel Holtmann1-0/+8
2012-12-15client: Reset default controller and device list on disconnectMarcel Holtmann1-2/+5
2012-12-15client: Handle device list when switching controllersMarcel Holtmann1-0/+6
2012-12-15client: Add support for tracking remote devicesMarcel Holtmann1-7/+83
2012-12-15client: Handle printing of properties with int16 typeMarcel Holtmann1-3/+29