summaryrefslogtreecommitdiffstats
path: root/workspace/LogReceiver/logreceiver.h
Commit message (Expand)AuthorAgeFilesLines
* changed sleep(1) to usleep(500) after every send to socket in logwriter.c Ma...Niklas2011-08-301-1/+2
* added check for file existens. renamed the dhcpcd bin to customdhcpcd. tempo...Niklas2011-08-301-1/+5
* tried to fix the message loss problem, but failed. TODO: debug and socket sni...Niklas2011-08-291-2/+0Star
* added makefilesNiklas2011-08-291-0/+1
* added to dialogs. one for the critical error case (abot boot dialog), one for...Niklas2011-08-241-0/+1
* added a additional status label and some signalsNiklas2011-08-221-6/+10
* changed code order. added new signalsNiklas2011-08-191-3/+4
* added internet test. each configured interface will be tested if it is possib...Niklas2011-08-181-3/+9
* new function for checkInternetConnection, check with sessions for each config...Niklas2011-08-161-0/+3
* added some log statements to the dhcpcd client. But unfortunately it seems th...Niklas2011-08-011-1/+6
* seperation of logic and gui completed.Niklas2011-08-011-2/+6
* better version of the logwriter.c and started to devide gui and logicNiklas2011-07-281-26/+6Star
* log messages are delivered to qt app.Niklas2011-07-211-0/+1
* configuration of more than one interface is working. Both progressbars are up...Niklas2011-07-201-2/+1Star
* added the blacklist functionNiklas2011-07-201-0/+1
* made a small gui. Interfac names and progressbars will be added dynamicaly.Niklas2011-07-181-1/+25
* customdhcpcd is now compiling and can communicate with the LogReceiverNiklas2011-07-141-1/+8
* multiple clients possible. inserted something into _send_messageNiklas2011-07-131-1/+1
* added the two tryout with a qt LogReceiver and a c code clientNiklas2011-07-061-0/+34