summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-12-04Support for building on windows with CygwinHEADmasterBenjamin Franzke4-0/+82
Also install MakeMsi generator files.
2011-12-11Implement lamp_responsev1Benjamin Franzke1-1/+48
2011-11-15Use strerror instead of printf gnu extension %mBenjamin Franzke1-2/+3
2011-11-15Implement interpreted error status responseBenjamin Franzke1-1/+35
2011-11-12Explicitly define _BSD_SOURCE for asprintf on (open)bsdBenjamin Franzke1-0/+1
asprintf isnt declared since we define also _POSIX_C_SOURCE, so an explicit _BSD_SOURCE to get non posix/ansi prototypes.
2011-11-12Raise _POSIX_C_SOURCE to 200112L for snprintfBenjamin Franzke1-1/+1
2011-11-12Add missing header sys/uio.h.Jan Klemkow1-0/+1
2011-11-12Implement pjlink authenticationBenjamin Franzke3-25/+108
2011-11-12Prettier some status outputsBenjamin Franzke1-3/+3
2011-11-12Implement avmute response status displayBenjamin Franzke1-1/+16
2011-11-12Rename usb back to storageBenjamin Franzke1-3/+3
Since usb displays are often exposed as network interfaces, and what we referred usb to is for reading videos/images from an usb stick.
2011-11-10CosmeticBenjamin Franzke1-3/+6
2011-11-10Store print prefix in queue_ommandBenjamin Franzke1-26/+49
So we dont print to early, before connecting.
2011-11-10Remove glib leftoversBenjamin Franzke2-12/+13
2011-11-10Replace g_list with an ownBenjamin Franzke1-15/+33
2011-11-10Replace g_strdup_printf with asprintfBenjamin Franzke1-5/+10
2011-11-10Replace g_print* with stdio functionsBenjamin Franzke1-48/+49
2011-11-10Replace glib socket with pure unix socketsBenjamin Franzke1-110/+65
Also rip off glib mainloop and just block in read.
2011-11-09Indent & trailing whitespace cosmeticBenjamin Franzke1-6/+6
2011-11-09Print complete usageBenjamin Franzke1-4/+5
2011-11-09Put switches and targets arrays on one lineBenjamin Franzke1-12/+2
2011-11-09Rename source params storage to usb and network to netBenjamin Franzke1-4/+4
2011-11-09Store status commands in a tableBenjamin Franzke1-45/+24
2011-11-09Cleanup socket objects when finishedBenjamin Franzke1-5/+12
So that we explicitly disconnect.
2011-11-09No need to use g_socket_client_connect_to_host_asyncBenjamin Franzke1-36/+23
We can wait in main for successfull connection.
2011-11-09Mege read_cb and recvBenjamin Franzke1-40/+32
2011-11-09Add initial pjctl codeBenjamin Franzke1-0/+688
2011-11-09Add COPYINGBenjamin Franzke1-0/+674
2011-11-09Init build system.Benjamin Franzke6-0/+74