graph
- Do not save the x509 cert as a member variable2014-03-21, by Andre Heinecke
- Check parameters in verify list2014-03-21, by Andre Heinecke
- Fix memleak in case of invalid signature2014-03-21, by Andre Heinecke
- Also add output size handling to str_append_str2014-03-21, by Andre Heinecke
- Check parameters in readInput2014-03-21, by Andre Heinecke
- Do not leak a byte if the file is empty2014-03-20, by Andre Heinecke
- Fix extended list test. Add Benchmarking again2014-03-20, by Andre Heinecke
- Expand test to cover more functionality from certificate and certificatelist2014-03-20, by Andre Heinecke
- Check input parameters2014-03-20, by Andre Heinecke
- Add basic interaction with another process2014-03-20, by Andre Heinecke
- Keep raw data around to later pass it to the installer2014-03-20, by Andre Heinecke
- Expand certificate class to make raw data accessible2014-03-20, by Andre Heinecke
- Polarssl based certificate handling2014-03-19, by Andre Heinecke
- Remove platform specific certificate immplementations.2014-03-19, by Andre Heinecke
- Add some UI in listupdatedialog2014-03-19, by Andre Heinecke
- Add accessors to certificate's in certificatelist2014-03-19, by Andre Heinecke
- Constify2014-03-19, by Andre Heinecke
- Fix Brace escaping in sed command2014-03-19, by Andre Heinecke
- Remove QTextStream usage. The QTextStream usage in this way2014-03-19, by Andre Heinecke
- Add profiling options for all C/CXX code if requested2014-03-19, by Andre Heinecke
- Add cmake policy for adding qtmain on Windows2014-03-19, by Andre Heinecke
- Also check that the system tray supports messages2014-03-19, by Andre Heinecke
- Add some testing hacks for interactive testing2014-03-19, by Andre Heinecke
- Add certificatelist to install as member. Look for updates on startup2014-03-19, by Andre Heinecke
- Add default constructor to certificatelist. Remove Q_OBJECT use2014-03-19, by Andre Heinecke
- Updated build notes2014-03-19, by Andre Heinecke
- Add certificate installation for windows2014-03-18, by Andre Heinecke
- Update notes in build.sh script2014-03-18, by Andre Heinecke
- Tiny improvement: free resources first that you have aquired last. Added TODO for better error reporting.2014-03-18, by Bernhard Reiter
- Comment out validate instructions for now to avoid unused warnings2014-03-18, by Andre Heinecke
- Improve error handling free memory before exiting. Include line endings in Marker lines2014-03-18, by Andre Heinecke
- Use correct remaining size for strncpy2014-03-18, by Andre Heinecke
- Readd cppcheck to static_check dependencies2014-03-18, by Andre Heinecke
- Fix check for malloc result, found by cppcheck.2014-03-18, by Bernhard Reiter
- Use strn functions and improve error handling.2014-03-18, by Andre Heinecke
- Start work on cinst. Strhelp new helpers to work with C String2014-03-18, by Andre Heinecke
- Set -g for debug builds2014-03-18, by Andre Heinecke
- Include POLARSSL_INCLUDE_DIR in ui too2014-03-18, by Andre Heinecke
- build.sh: added hint that requirements must be installed before building.2014-03-18, by Bernhard Reiter
- Add test for software download2014-03-17, by Andre Heinecke
- Split out Header parsing into it's own function2014-03-17, by Andre Heinecke
- Remove verbose debug output2014-03-17, by Andre Heinecke
- Add test for another certificate2014-03-17, by Andre Heinecke
- Add macro for common signal setup tasks2014-03-17, by Andre Heinecke
- Rename random files to garbage to clarify what they contain2014-03-17, by Andre Heinecke
- Add an RSA key for testing2014-03-17, by Andre Heinecke
- Add test for no connection handling2014-03-17, by Andre Heinecke
- Verify that the downloaded file matches the served one2014-03-17, by Andre Heinecke
- Reset connection before the next request.2014-03-17, by Andre Heinecke
- Move SSLConnection into it's own class2014-03-14, by Andre Heinecke
- Commit first scratch of mozilla installer2014-03-14, by Andre Heinecke
- Add Downloadertest2014-03-14, by Andre Heinecke
- Some more tests and some more test data2014-03-14, by Andre Heinecke
- Treat every polarssl error as invalid signature2014-03-14, by Andre Heinecke
- Clean up debug output / functions2014-03-14, by Andre Heinecke
- Minor: Whitespace change2014-03-14, by Andre Heinecke
- Fix resource leak when file too large2014-03-14, by Andre Heinecke
- Build System maintainance. Correct integration of Polarssl.2014-03-14, by Andre Heinecke
- Add findPolarssl2014-03-14, by Andre Heinecke
- Add note about connection resets2014-03-14, by Andre Heinecke
- Check for polarssl. Add release option to build with other certificates2014-03-14, by Andre Heinecke
- Add CMakeLists in UI2014-03-14, by Andre Heinecke
- Downloader logic2014-03-12, by Andre Heinecke
- Implement signature verification wiht polarssl2014-03-13, by Andre Heinecke