Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-04 | Support for building on windows with CygwinHEADmaster | Benjamin Franzke | 1 | -0/+10 | |
Also install MakeMsi generator files. | |||||
2011-12-11 | Implement lamp_responsev1 | Benjamin Franzke | 1 | -1/+48 | |
2011-11-15 | Use strerror instead of printf gnu extension %m | Benjamin Franzke | 1 | -2/+3 | |
2011-11-15 | Implement interpreted error status response | Benjamin Franzke | 1 | -1/+35 | |
2011-11-12 | Explicitly define _BSD_SOURCE for asprintf on (open)bsd | Benjamin Franzke | 1 | -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-12 | Raise _POSIX_C_SOURCE to 200112L for snprintf | Benjamin Franzke | 1 | -1/+1 | |
2011-11-12 | Add missing header sys/uio.h. | Jan Klemkow | 1 | -0/+1 | |
2011-11-12 | Implement pjlink authentication | Benjamin Franzke | 2 | -24/+106 | |
2011-11-12 | Prettier some status outputs | Benjamin Franzke | 1 | -3/+3 | |
2011-11-12 | Implement avmute response status display | Benjamin Franzke | 1 | -1/+16 | |
2011-11-12 | Rename usb back to storage | Benjamin Franzke | 1 | -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-10 | Cosmetic | Benjamin Franzke | 1 | -3/+6 | |
2011-11-10 | Store print prefix in queue_ommand | Benjamin Franzke | 1 | -26/+49 | |
So we dont print to early, before connecting. | |||||
2011-11-10 | Remove glib leftovers | Benjamin Franzke | 1 | -9/+12 | |
2011-11-10 | Replace g_list with an own | Benjamin Franzke | 1 | -15/+33 | |
2011-11-10 | Replace g_strdup_printf with asprintf | Benjamin Franzke | 1 | -5/+10 | |
2011-11-10 | Replace g_print* with stdio functions | Benjamin Franzke | 1 | -48/+49 | |
2011-11-10 | Replace glib socket with pure unix sockets | Benjamin Franzke | 1 | -110/+65 | |
Also rip off glib mainloop and just block in read. | |||||
2011-11-09 | Indent & trailing whitespace cosmetic | Benjamin Franzke | 1 | -6/+6 | |
2011-11-09 | Print complete usage | Benjamin Franzke | 1 | -4/+5 | |
2011-11-09 | Put switches and targets arrays on one line | Benjamin Franzke | 1 | -12/+2 | |
2011-11-09 | Rename source params storage to usb and network to net | Benjamin Franzke | 1 | -4/+4 | |
2011-11-09 | Store status commands in a table | Benjamin Franzke | 1 | -45/+24 | |
2011-11-09 | Cleanup socket objects when finished | Benjamin Franzke | 1 | -5/+12 | |
So that we explicitly disconnect. | |||||
2011-11-09 | No need to use g_socket_client_connect_to_host_async | Benjamin Franzke | 1 | -36/+23 | |
We can wait in main for successfull connection. | |||||
2011-11-09 | Mege read_cb and recv | Benjamin Franzke | 1 | -40/+32 | |
2011-11-09 | Add initial pjctl code | Benjamin Franzke | 1 | -0/+688 | |
2011-11-09 | Init build system. | Benjamin Franzke | 2 | -0/+8 | |