summaryrefslogtreecommitdiffstats
path: root/workspace/LogReceiver/logreceiver.cpp
Commit message (Expand)AuthorAgeFilesLines
* tried to clean the git. deleted old unused files and folders. moved customdhc...Niklas2011-09-011-448/+0Star
* some minor changesNiklas2011-09-011-1/+16
* changed sleep(1) to usleep(500) after every send to socket in logwriter.c Ma...Niklas2011-08-301-96/+112
* added check for file existens. renamed the dhcpcd bin to customdhcpcd. tempo...Niklas2011-08-301-8/+41
* tried to fix the message loss problem, but failed. TODO: debug and socket sni...Niklas2011-08-291-25/+0Star
* added makefilesNiklas2011-08-291-25/+63
* added to dialogs. one for the critical error case (abot boot dialog), one for...Niklas2011-08-241-10/+33
* added a additional status label and some signalsNiklas2011-08-221-79/+67Star
* changed code order. added new signalsNiklas2011-08-191-147/+153
* added internet test. each configured interface will be tested if it is possib...Niklas2011-08-181-26/+48
* new function for checkInternetConnection, check with sessions for each config...Niklas2011-08-161-3/+22
* added some log statements to the dhcpcd client. But unfortunately it seems th...Niklas2011-08-011-46/+67
* seperation of logic and gui completed.Niklas2011-08-011-50/+27Star
* better version of the logwriter.c and started to devide gui and logicNiklas2011-07-281-80/+104
* log messages are delivered to qt app.Niklas2011-07-211-10/+27
* configuration of more than one interface is working. Both progressbars are up...Niklas2011-07-201-7/+11
* added the blacklist functionNiklas2011-07-201-2/+13
* made a small gui. Interfac names and progressbars will be added dynamicaly.Niklas2011-07-181-9/+97
* customdhcpcd is now compiling and can communicate with the LogReceiverNiklas2011-07-141-5/+52
* multiple clients possible. inserted something into _send_messageNiklas2011-07-131-29/+54
* updated the LogReceiver and LogWriter. we are now able to send and receive St...Niklas2011-07-111-0/+29
* added the two tryout with a qt LogReceiver and a c code clientNiklas2011-07-061-0/+70