summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * added a new container class which holds config informations about an interfac...Niklas2011-09-0213-113/+368
| * just minor changes. deltions of unuseful commentsNiklas2011-09-025-24/+2Star
| * fix message lossSebastian Schmelzer2011-09-017-13/+43
| * some comments to the LogReceiver methodsNiklas2011-09-011-0/+34
| * some comments to the LogReceiver methodsNiklas2011-09-011-2/+53
| * we tried some fixes for the messge loss problem, but we failed. Sebastian wil...Niklas2011-09-014-7/+8
| * bigger changes in the checkConnectivity method. using now route command to de...Niklas2011-09-0112-20/+200
| * tried to clean the git. deleted old unused files and folders. moved customdhc...Niklas2011-09-01122-8088/+0Star
| * some minor changesNiklas2011-09-014-2/+17
| * changed sleep(1) to usleep(500) after every send to socket in logwriter.c Ma...Niklas2011-08-305-98/+115
| * added check for file existens. renamed the dhcpcd bin to customdhcpcd. tempo...Niklas2011-08-307-11/+49
| * tried to fix the message loss problem, but failed. TODO: debug and socket sni...Niklas2011-08-294-27/+1Star
| * added makefilesNiklas2011-08-2931-30/+1221
| * added to dialogs. one for the critical error case (abot boot dialog), one for...Niklas2011-08-2410-14/+421
| * 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 possib...Niklas2011-08-183-29/+57
| * new function for checkInternetConnection, check with sessions for each config...Niklas2011-08-163-3/+25
| * added some log statements to the dhcpcd client. But unfortunately it seems th...Niklas2011-08-0111-103/+128
| * 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 up...Niklas2011-07-203-9/+12
| * 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
| * 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 St...Niklas2011-07-1111-63/+205
| * 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
| * Merge branch 'master' of git.openslx.org:lsfks/projekte/fbguiNiklas2011-06-2826-1305/+1596
| |\
| * | added the networkDiscovery project into a new workspace folderNiklas2011-06-2843-0/+8313
* | | minor changesJonathan Bauer2011-06-243-10/+13
* | | removed unneeded includeJonathan Bauer2011-06-214-3/+12
* | | build-pkg.sh fixed bad pathsJonathan Bauer2011-06-211-2/+2
* | | using cmake instead of qmakeJonathan Bauer2011-06-214-16/+80
* | | more cleanupsJonathan Bauer2011-05-166-252/+45Star
* | | cleanups...Jonathan Bauer2011-05-164-169/+9Star
| |/ |/|
* | build.sh dummyJonathan Bauer2011-05-041-31/+1Star
* | build.sh to build-pkg.sh, todo build.sh (fbgui compiling)Jonathan Bauer2011-05-041-0/+36
* | README started...Jonathan Bauer2011-05-041-1/+27
* | download manager constructor comments & typos fixJonathan Bauer2011-05-043-6/+18
* | minorSebastian W2011-05-031-1/+1
* | bye bye background & removed old test codeJonathan Bauer2011-04-262-9/+3Star
* | fixes...Jonathan Bauer2011-04-253-4/+6
* | 1sec delay between loading page showing & preparing kexecJonathan Bauer2011-04-252-22/+19Star
* | loading system page improved display logicJonathan Bauer2011-04-252-15/+30
* | preload & loadsystem lighter themeJonathan Bauer2011-04-247-38/+25Star
* | url status handling, 5sec delay before closing gui when exiting with failure ...Jonathan Bauer2011-04-2418-313/+281Star