summaryrefslogtreecommitdiffstats
path: root/customdhcpcd/src/logwriter.c
Commit message (Collapse)AuthorAgeFilesLines
* last changesNiklas2011-11-041-2/+1Star
|
* disabled right click context menu, changed dialog button size (see css), ↵Niklas2011-10-271-18/+8Star
| | | | changed customdhcp logger. it now sends all log messages through the socket
* put the NetworkDiscovery code into the src folder of the fbgui. made some ↵Niklas2011-10-191-2/+7
| | | | test, building a usb stick iso and running it on a maschine. did some bug fixes
* renaming of the projekt form LogReceiver into NetworkDiscoveryNiklas2011-10-071-1/+0Star
|
* modified the check for carrier signal. on autoUp==true: if no interface is ↵Niklas2011-10-051-1/+1
| | | | in running state, the app will check the state of the interface several times (can be specified by us with the _ifUpCountdown value)
* fix compile errorsSebastian Schmelzer2011-09-061-4/+17
|
* added a new container class which holds config informations about an ↵Niklas2011-09-021-57/+123
| | | | interface. also solved the message loss problem by setting the read an writing messages to the same size
* just minor changes. deltions of unuseful commentsNiklas2011-09-021-21/+1Star
|
* fix message lossSebastian Schmelzer2011-09-011-6/+18
|
* we tried some fixes for the messge loss problem, but we failed. Sebastian ↵Niklas2011-09-011-3/+4
| | | | will look at the code later. server is now a echo server which sends ack for every received message.
* bigger changes in the checkConnectivity method. using now route command to ↵Niklas2011-09-011-14/+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-011-0/+149
customdhcpcd and LogReceiver to the fbgui folder