summaryrefslogtreecommitdiff
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 Gusakov2-3/+26
2014-09-03sink: move GST pipeline construction to bash scriptAndrey Gusakov4-20/+66
2014-09-03build: drop /usr/local from include pathAndrey Gusakov1-1/+0
2014-09-03build: fix required package to libsystemdAndrey Gusakov1-1/+1
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-08README: bump dependency on systemdThomas Hindoe Paaboel Andersen1-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: update READMEDavid Herrmann1-10/+4
2014-05-09build: remove libwfd dependencyDavid Herrmann1-1/+1
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 Herrmann5-0/+1093
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 Herrmann5-0/+4224
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-08test: include sys/socket.h to suppress warningsDavid Herrmann1-0/+1
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-28test: add valgrind memory checksDavid Herrmann4-2/+92
2014-03-28test: don't leak sd_event in wpas testsDavid Herrmann1-0/+2
2014-03-28wpas: drain input-queues before signalling HUPDavid Herrmann1-7/+18
2014-03-28test: make wpas tests safe to run in parallelDavid Herrmann1-5/+17
2014-03-21shl: remove custom offsetof helpersDavid Herrmann3-14/+7
2014-03-21shl: add ring-buffer helpersDavid Herrmann3-0/+242
2014-03-21shl: add u64 htable helpersDavid Herrmann2-2/+77