Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |