| Commit message (Expand) | Author | Age | Files | Lines |
| * | some comments to the LogReceiver methods | Niklas | 2011-09-01 | 1 | -2/+53 |
| * | we tried some fixes for the messge loss problem, but we failed. Sebastian wil... | Niklas | 2011-09-01 | 4 | -7/+8 |
| * | bigger changes in the checkConnectivity method. using now route command to de... | Niklas | 2011-09-01 | 12 | -20/+200 |
| * | tried to clean the git. deleted old unused files and folders. moved customdhc... | Niklas | 2011-09-01 | 122 | -8088/+0 |
| * | some minor changes | Niklas | 2011-09-01 | 4 | -2/+17 |
| * | changed sleep(1) to usleep(500) after every send to socket in logwriter.c Ma... | Niklas | 2011-08-30 | 5 | -98/+115 |
| * | added check for file existens. renamed the dhcpcd bin to customdhcpcd. tempo... | Niklas | 2011-08-30 | 7 | -11/+49 |
| * | tried to fix the message loss problem, but failed. TODO: debug and socket sni... | Niklas | 2011-08-29 | 4 | -27/+1 |
| * | added makefiles | Niklas | 2011-08-29 | 31 | -30/+1221 |
| * | added to dialogs. one for the critical error case (abot boot dialog), one for... | Niklas | 2011-08-24 | 10 | -14/+421 |
| * | added a additional status label and some signals | Niklas | 2011-08-22 | 6 | -119/+122 |
| * | changed code order. added new signals | Niklas | 2011-08-19 | 4 | -150/+163 |
| * | added internet test. each configured interface will be tested if it is possib... | Niklas | 2011-08-18 | 3 | -29/+57 |
| * | new function for checkInternetConnection, check with sessions for each config... | Niklas | 2011-08-16 | 3 | -3/+25 |
| * | added some log statements to the dhcpcd client. But unfortunately it seems th... | Niklas | 2011-08-01 | 11 | -103/+128 |
| * | seperation of logic and gui completed. | Niklas | 2011-08-01 | 7 | -57/+70 |
| * | better version of the logwriter.c and started to devide gui and logic | Niklas | 2011-07-28 | 11 | -150/+304 |
| * | log messages are delivered to qt app. | Niklas | 2011-07-21 | 8 | -22/+58 |
| * | configuration of more than one interface is working. Both progressbars are up... | Niklas | 2011-07-20 | 3 | -9/+12 |
| * | added the blacklist function | Niklas | 2011-07-20 | 3 | -5/+15 |
| * | made a small gui. Interfac names and progressbars will be added dynamicaly. | Niklas | 2011-07-18 | 5 | -98/+124 |
| * | customdhcpcd is now compiling and can communicate with the LogReceiver | Niklas | 2011-07-14 | 9 | -81/+454 |
| * | multiple clients possible. inserted something into _send_message | Niklas | 2011-07-13 | 8 | -38/+123 |
| * | added the custom dhcpcd client to git. | Niklas | 2011-07-11 | 42 | -0/+7862 |
| * | updated the LogReceiver and LogWriter. we are now able to send and receive St... | Niklas | 2011-07-11 | 11 | -63/+205 |
| * | added the two tryout with a qt LogReceiver and a c code client | Niklas | 2011-07-06 | 12 | -0/+330 |
| * | new funtions for the networkDiscovery class. | Niklas | 2011-06-29 | 16 | -788/+355 |
| * | Merge branch 'master' of git.openslx.org:lsfks/projekte/fbgui | Niklas | 2011-06-28 | 26 | -1305/+1596 |
| |\ |
|
| | * | build.sh dummy | Jonathan Bauer | 2011-05-04 | 1 | -31/+1 |
| | * | build.sh to build-pkg.sh, todo build.sh (fbgui compiling) | Jonathan Bauer | 2011-05-04 | 1 | -0/+36 |
| | * | README started... | Jonathan Bauer | 2011-05-04 | 1 | -1/+27 |
| | * | download manager constructor comments & typos fix | Jonathan Bauer | 2011-05-04 | 3 | -6/+18 |
| | * | minor | Sebastian W | 2011-05-03 | 1 | -1/+1 |
| | * | bye bye background & removed old test code | Jonathan Bauer | 2011-04-26 | 2 | -9/+3 |
| | * | fixes... | Jonathan Bauer | 2011-04-25 | 3 | -4/+6 |
| | * | 1sec delay between loading page showing & preparing kexec | Jonathan Bauer | 2011-04-25 | 2 | -22/+19 |
| | * | loading system page improved display logic | Jonathan Bauer | 2011-04-25 | 2 | -15/+30 |
| | * | preload & loadsystem lighter theme | Jonathan Bauer | 2011-04-24 | 7 | -38/+25 |
| | * | url status handling, 5sec delay before closing gui when exiting with failure ... | Jonathan Bauer | 2011-04-24 | 18 | -313/+281 |
| | * | more old tests... | Jonathan Bauer | 2011-04-24 | 1 | -3/+2 |
| | * | old test | Jonathan Bauer | 2011-04-24 | 5 | -36/+40 |
| | * | AUTHORS more info | Jonathan Bauer | 2011-04-24 | 1 | -0/+3 |
| | * | AUTHORS added, please complete info | Jonathan Bauer | 2011-04-24 | 2 | -1/+6 |
| | * | log file config fix | Jonathan Bauer | 2011-04-24 | 2 | -5/+6 |
| | * | new logger engine to output in file, configurable per cmdline / config file | Jonathan Bauer | 2011-04-24 | 7 | -20/+42 |
| | * | auto-close removed, handled by fbgui nowmake | Jonathan Bauer | 2011-04-24 | 3 | -14/+59 |
| | * | dm thread ending properly now, few fixes | Jonathan Bauer | 2011-04-24 | 1 | -7/+11 |
| | * | download manager threaded again, debug preload page | Jonathan Bauer | 2011-04-24 | 5 | -17/+36 |
| | * | loading system page | Jonathan Bauer | 2011-04-24 | 2 | -0/+141 |
| | * | few more comments in fbgui | joe | 2011-04-21 | 1 | -3/+9 |