summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-09-03sink: fix session ID extractionHEADmasterAndrey Gusakov1-1/+5
2014-09-03wifi: report formation failture if pending peer is lostAndrey Gusakov1-3/+5
2014-09-03wifi: do not start new connections if one is already pendingAndrey Gusakov1-0/+8
2014-09-03wifi: p2p_connect does not need display parameterAndrey Gusakov1-1/+1
2014-09-03sink: use RTSP_CODE_OKAndrey Gusakov1-3/+3
2014-09-03wifi: check device_name and name in supplicant_parse_peer()Andrey Gusakov1-1/+5
2014-09-03sink: add arguments to enable/disable audio and scalingAndrey Gusakov1-1/+22
2014-09-03sink: move GST pipeline construction to bash scriptAndrey Gusakov2-20/+3
2014-08-15sink: exit header/body in case rtsp_message_readv() failsDavid Herrmann1-1/+7
2014-08-13wifi: reformat MACs returned from DHCPAndrey Gusakov1-1/+3
2014-08-13shared: format MAC with leading zerosAndrey Gusakov1-1/+1
2014-08-13dhcp: sync with gdhcpDavid Herrmann4-178/+200
2014-08-13wifi: fix possible null-pointer dereference on sta_macAndrey Gusakov1-1/+1
2014-08-08ctl: remove unused variablesThomas Hindoe Paaboel Andersen1-2/+0
2014-08-05ctl: save wfd_presentation_URL from M4Andrey Gusakov1-2/+26
2014-08-05ctl: divide M6 (SETUP) and M7 (PLAY) stagesAndrey Gusakov1-18/+45
2014-08-05rtsp/wpas: pass va_list by referenceDavid Herrmann4-33/+33
2014-08-05wifi: handle P2P_GROUP_FORMATION_FAILUREAndrey Gusakov8-6/+94
2014-08-05dbus: use 'int' instead of 'bool' in sd_busAndrey Gusakov2-7/+5
2014-08-05dbus: update to systemd API >=213Andrey Gusakov2-48/+9
2014-05-12shl: update shl-macro.hDavid Herrmann1-2/+18
2014-05-09build: adjust to new libsystemd-event APIDavid Herrmann4-30/+39
2014-05-09ctl: spawn gstreamer on sink-connectDavid Herrmann2-0/+79
2014-05-08ctl: add sinkctlDavid Herrmann3-0/+1071
2014-05-08ctl: advertise wifi-connected changes after updating propsDavid Herrmann1-8/+9
2014-05-08rtsp: strip remote-cookie during reply-matchingDavid Herrmann1-1/+3
2014-05-08wifi: parse P2P_DEVICE_FOUND immediatelyDavid Herrmann1-1/+20
2014-05-08rtsp: add rtsp busDavid Herrmann2-0/+3508
2014-05-08ctl: make cli_bus and cli_event globalDavid Herrmann2-2/+5
2014-05-08wifi: declare supplicant_set_wfd_subelements()David Herrmann1-0/+1
2014-05-08ctl: suppress unused-result warningsDavid Herrmann2-10/+10
2014-05-08wifi: send P2P_FIND on each p2p_scan() requestDavid Herrmann1-4/+6
2014-05-08wifi: fix unused-result warning in log_ENOMEM()David Herrmann1-1/+1
2014-04-23ctl: publish objects after parsing propertiesDavid Herrmann1-6/+40
2014-04-23ctl: parse wfd-subelementsDavid Herrmann3-1/+99
2014-04-23wifi: add wfd-subelement propertiesDavid Herrmann5-2/+230
2014-03-29shl: fix shl_qstr_tokenize() quote parserDavid Herrmann1-2/+2
2014-03-28wpas: drain input-queues before signalling HUPDavid Herrmann1-7/+18
2014-03-21shl: remove custom offsetof helpersDavid Herrmann3-14/+7
2014-03-21shl: add ring-buffer helpersDavid Herrmann2-0/+240
2014-03-21shl: add u64 htable helpersDavid Herrmann2-2/+77
2014-03-19Remove old wifi code in miracledDavid Herrmann8-4132/+23
2014-03-19Remove old miraclectlDavid Herrmann1-2173/+0
2014-03-19Add new miracle-wifictl programDavid Herrmann4-0/+2345
2014-03-19Add new miracle-wifid daemonDavid Herrmann6-0/+4473
2014-03-19shared: add wpa_supplicant bus-helpersDavid Herrmann3-0/+1953
2014-03-19Change license to LGPLDavid Herrmann1-16/+10
2014-03-19shl: update shl dlist/utilDavid Herrmann2-0/+10
2014-03-14shl: update shl filesDavid Herrmann9-47/+506
2014-03-12Update to new libsystemd APIDavid Herrmann7-49/+135