summaryrefslogtreecommitdiffstats
path: root/LogReceiver
Commit message (Collapse)AuthorAgeFilesLines
* add requirement for qt 4.7Sebastian Schmelzer2011-09-061-1/+2
|
* fix cmake includesSebastian Schmelzer2011-09-061-1/+1
|
* transferSebastian Schmelzer2011-09-062-8/+12
|
* fix compile errorsSebastian Schmelzer2011-09-061-2/+3
|
* latest version of all files. cmake still doesn't workNiklas2011-09-0631-740/+4140
|
* tried to manage cmake but failed. also tried to add the del_route() method ↵Niklas2011-09-0553-12/+13729
| | | | of interface.c but failed too. made a static lib of the customdhcpcd files but couldn't change it to a shared lib. (tried to add SHARE to the add_library code but this resulted in an error multiple declarations of main...
* added a new container class which holds config informations about an ↵Niklas2011-09-029-54/+240
| | | | interface. also solved the message loss problem by setting the read an writing messages to the same size
* some comments to the LogReceiver methodsNiklas2011-09-011-0/+34
|
* some comments to the LogReceiver methodsNiklas2011-09-011-2/+53
|
* bigger changes in the checkConnectivity method. using now route command to ↵Niklas2011-09-014-3/+60
| | | | delete and add the default route. for this i am writing the gateways for every interface into a new file. located at /var/tmp/gateways_<interfaceName>
* tried to clean the git. deleted old unused files and folders. moved ↵Niklas2011-09-0116-0/+1768
customdhcpcd and LogReceiver to the fbgui folder