summaryrefslogtreecommitdiffstats
path: root/workspace
Commit message (Collapse)AuthorAgeFilesLines
* added check for file existens. renamed the dhcpcd bin to customdhcpcd. ↵Niklas2011-08-307-11/+49
| | | | temporal solution for the message loss problem => added a sleep(1) function after every send operation. this makes the programm a bit slower but it solves the problem, we now receive every message (issue 339)
* tried to fix the message loss problem, but failed. TODO: debug and socket ↵Niklas2011-08-294-27/+1Star
| | | | sniffer
* added makefilesNiklas2011-08-2930-28/+1217
|
* added to dialogs. one for the critical error case (abot boot dialog), one ↵Niklas2011-08-2410-14/+421
| | | | for the succesful case (choose interface dialog). also added a new function for testing the connectivity via tcpsocket (or http request).
* added a additional status label and some signalsNiklas2011-08-226-119/+122
|
* changed code order. added new signalsNiklas2011-08-194-150/+163
|
* added internet test. each configured interface will be tested if it is ↵Niklas2011-08-183-29/+57
| | | | possible to ping the server.
* new function for checkInternetConnection, check with sessions for each ↵Niklas2011-08-163-3/+25
| | | | config and test if you can get a valid response with a qhostInfo
* added some log statements to the dhcpcd client. But unfortunately it seems ↵Niklas2011-08-0111-103/+128
| | | | that some message will not be delivered. It happens that after the process finished message, some other messages arrived
* seperation of logic and gui completed.Niklas2011-08-017-57/+70
|
* better version of the logwriter.c and started to devide gui and logicNiklas2011-07-2811-150/+304
|
* log messages are delivered to qt app.Niklas2011-07-218-22/+58
|
* configuration of more than one interface is working. Both progressbars are ↵Niklas2011-07-203-9/+12
| | | | updated. only bad thing is that it is slower than expected due to the qt gui
* added the blacklist functionNiklas2011-07-203-5/+15
|
* made a small gui. Interfac names and progressbars will be added dynamicaly.Niklas2011-07-185-98/+124
|
* customdhcpcd is now compiling and can communicate with the LogReceiverNiklas2011-07-149-81/+454
| | | | started to implement the QProcess handling (parallel calls of dhcpcd out of fbgui/LogReceiver)
* multiple clients possible. inserted something into _send_messageNiklas2011-07-138-38/+123
|
* added the custom dhcpcd client to git.Niklas2011-07-1142-0/+7862
|
* updated the LogReceiver and LogWriter. we are now able to send and receive ↵Niklas2011-07-1111-63/+205
| | | | Status SubStatus and msg messages.
* added the two tryout with a qt LogReceiver and a c code clientNiklas2011-07-0612-0/+330
|
* new funtions for the networkDiscovery class.Niklas2011-06-2916-788/+355Star
| | | | | | extensions to the logger.c some tryouts with the QLocalSocket also try QSocketNotifyer
* added the networkDiscovery project into a new workspace folderNiklas2011-06-2843-0/+8313
hope that everything will work fine with eclipse afterwards ...