graph
- Merged2014-03-26, by Sascha Wilde
- Search for thunderbird profiles, too.2014-03-26, by Sascha Wilde
- cinst/mozilla really wants C99.2014-03-26, by Sascha Wilde
- Ignore parent ("..") on directory scan.2014-03-26, by Sascha Wilde
- Use %APPDATA% as config bse dir on windows. Much simpler.2014-03-26, by Sascha Wilde
- merged.2014-03-26, by Raimund Renkert
- Added some content and a close button to the help dialog.2014-03-26, by Raimund Renkert
- Show the help dialog.2014-03-26, by Raimund Renkert
- Added stub for help dialog.2014-03-26, by Raimund Renkert
- Show certificates in the list view and details in the textfield.2014-03-26, by Raimund Renkert
- merged.2014-03-26, by Raimund Renkert
- Create the mainwindow content.2014-03-26, by Raimund Renkert
- Get subject from the certificate and parse it's attributes2014-03-26, by Andre Heinecke
- Try to handle crypt32 errors. Print the error code as fallback2014-03-25, by Andre Heinecke
- Add C linkage for strhelp. Check for data in commontest.2014-03-25, by Andre Heinecke
- Fix str_base64_decode2014-03-25, by Andre Heinecke
- Add test for str_base64_decode as i suspect it to have a bug2014-03-25, by Andre Heinecke
- Merged2014-03-25, by Sascha Wilde
- Implemented detection profile paths for Windows Vista/7.2014-03-25, by Sascha Wilde
- get_profile_dirs(): close filedescriptor again. (found by cppcheck)2014-03-25, by Bernhard Reiter
- Made macro MAX_FILESIZE saver with brackets. A perror debugging line.2014-03-25, by Bernhard Reiter
- dirent d_type is not supported on Windows, so use new port_isdir().2014-03-25, by Sascha Wilde
- New portability function to test if a file is an directory.2014-03-25, by Sascha Wilde
- Added more debug output.2014-03-25, by Sascha Wilde
- Temporarily "fixed" compilation for windows.2014-03-25, by Sascha Wilde
- Implemented searching $HOME/.mozilla for profiles.ini on Linux.2014-03-25, by Sascha Wilde
- Added include file with debugging macros.2014-03-25, by Sascha Wilde
- Fixed RELEASE_BUILD define.2014-03-25, by Sascha Wilde
- Windows implementation of port_dirname: strip trailing '/' and '\'.2014-03-25, by Sascha Wilde
- Windows implementation of port_realpath: NULL if file does not exist.2014-03-25, by Sascha Wilde
- Added simple portable function to test if an file exists.2014-03-25, by Sascha Wilde
- Removed spurious duplication.2014-03-25, by Sascha Wilde
- Merged2014-03-25, by Sascha Wilde
- Implemented port_realpath for windows.2014-03-25, by Sascha Wilde
- Implemented port_dirname for windows.2014-03-25, by Sascha Wilde
- Change coding style for cinst main / windowsstore to GNU2014-03-25, by Andre Heinecke
- Fix build for windows with -Wunused -Werror2014-03-25, by Andre Heinecke
- Change install_certificates_win to generic write_stores_win2014-03-25, by Andre Heinecke
- Add memory allocating base64 decode function2014-03-25, by Andre Heinecke
- Rename NO_ERROR as NO_ERROR is already defined in windows.h2014-03-25, by Andre Heinecke
- Merged2014-03-25, by Sascha Wilde
- Use strtok instead of strsep for portability.2014-03-25, by Sascha Wilde
- merged.2014-03-25, by Raimund Renkert
- Added menubar/menu and method stubs to mainwindow.2014-03-25, by Raimund Renkert
- Added commandline arguemnt '--tray' to hide or show the mainwindow.2014-03-25, by Raimund Renkert
- Changed type of MainWindow from QDialog to QMainWindow.2014-03-25, by Raimund Renkert
- Include line endings in check2014-03-24, by Andre Heinecke
- Test if uninstall is handled as instruction2014-03-24, by Andre Heinecke
- Fix test for invalid instructions2014-03-24, by Andre Heinecke
- We decided to use bool. So let's use it.2014-03-24, by Andre Heinecke
- Add instruction verification and handle uninstall command in input2014-03-24, by Andre Heinecke
- Completed profile.ini parser.2014-03-24, by Sascha Wilde
- Added portable path name handling functions.2014-03-24, by Sascha Wilde
- Fixed mox error ranges -- return codes can only use 8 bit.2014-03-24, by Sascha Wilde
- Merged2014-03-24, by Sascha Wilde
- Make flawfinder (a bit more) happy.2014-03-24, by Sascha Wilde
- merged.2014-03-24, by Raimund Renkert
- Fixed QTest includes.2014-03-24, by Raimund Renkert
- Added Qt5Test include directory.2014-03-24, by Raimund Renkert
- Check for hiawatha executable before setting and testing downloader resources.2014-03-24, by Raimund Renkert