source: @ 1487

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1487   3 years lowjoel -Be able to do the right thing when an empty input is passed in the pass …
(edit) @1486   3 years lowjoel Fixed updates which download from the Eraser website (i.e. those of the …
(edit) @1485   3 years lowjoel Forward-port r1475 through r1484 to trunk.
(edit) @1484   3 years lowjoel Supplements r1483 and r1477: -Default to the Gutmann erasure method when …
(edit) @1483   3 years lowjoel Default to Gutmann if the default file erasure method is set to FL16KB so …
(edit) @1482   3 years lowjoel Proper suggestion of the default UI language: English if no other language …
(edit) @1481   3 years lowjoel Proper error message when we are unable to load a setting; the old one did …
(edit) @1480   3 years lowjoel Replace the behaviour of EraserSettings?.GetCurrentCulture?() to yield the …
(edit) @1479   3 years lowjoel -There is no need to specify the directory to look for the resources since …
(edit) @1478   3 years lowjoel Reshuffle the order of removing/adding/saving the list of custom methods. …
(edit) @1477   3 years lowjoel Don't crash when editing a custom erasure method multiple times
(edit) @1476   3 years lowjoel When switching from Hex to Text view is impossible do not display the …
(edit) @1475   3 years lowjoel Helps fix #285. -Display NULL bytes properly; also display the pass …
(edit) @1474   3 years lowjoel No need to call GetLastError? to get the error code for SfcIsFileProtected?: …
(edit) @1473   3 years lowjoel No need to call GetLastError? to get the error code for SfcIsFileProtected?: …
(edit) @1472   3 years lowjoel Fixed error in r1441: when providing progress feedback when erasing MFT …
(edit) @1471   3 years lowjoel Typo -- when providing progress feedback when erasing MFT resident files …
(edit) @1470   3 years lowjoel Compilo. Strange, I thought it compiled fine. Finally fixes #293
(edit) @1469   3 years lowjoel Compilo. Strange, I thought it compiled fine.
(edit) @1468   3 years lowjoel When deleting files or folders, always limit the number of tries to erase …
(edit) @1467   3 years lowjoel When deleting files or folders, always limit the number of tries to erase …
(edit) @1466   3 years lowjoel I was referring to the wrong field to check for the ID of the menu we were …
(edit) @1465   3 years lowjoel I was referring to the wrong field to check for the ID of the menu we were …
(edit) @1464   3 years lowjoel Also create crash reports when we catch an abstract Exception -- …
(edit) @1463   3 years lowjoel Moved the BlackBox? upload location to the scripts subfolder.
(edit) @1462   3 years lowjoel Moved the update location to the scripts subfolder.
(edit) @1461   3 years lowjoel The include path has changed, update to reflect the new structure
(edit) @1460   3 years lowjoel Move the BlackBox? and Updates subdirectory to the scripts subdirectory …
(edit) @1459   3 years lowjoel Log errors to the scripts folder for these subfolders which the Eraser …
(edit) @1458   3 years lowjoel Downgrade the unauthorized access to files during cluster tip erasures as …
(edit) @1457   3 years lowjoel Downgrade the unauthorized access to files during cluster tip erasures as …
(edit) @1456   3 years lowjoel Added a Timestamp field to the BlackBoxReport? class to access the …
(edit) @1455   3 years lowjoel Added the Error Type column to the crash reports selection form. Also …
(edit) @1454   3 years lowjoel Allow code to create crash dumps any time, not just when an unhandled …
(edit) @1453   3 years lowjoel The new crash icon.
(edit) @1452   3 years lowjoel Make the emboss larger so that when scaled it is more obvious.
(edit) @1451   3 years lowjoel New crash icon by Dennis (heaps better than mine!)
(edit) @1450   3 years lowjoel When double-clicking, display the full log message as the list-view is …
(edit) @1449   3 years lowjoel Compilo fix.
(edit) @1448   3 years lowjoel Compilo fix.
(edit) @1447   3 years lowjoel Do not explicitly allow or disallow a plugin based on whether the plugin …
(edit) @1446   3 years lowjoel Do not explicitly allow or disallow a plugin based on whether the plugin …
(edit) @1445   3 years lowjoel -Ensure that the bootstrapper checks the service pack level for the …
(edit) @1444   3 years lowjoel Currently, we need .NET 3.5 SP1 or later; the previous equality test did …
(edit) @1443   3 years lowjoel -Abstract the Handle class to the Handle template to be able to take any …
(edit) @1442   3 years lowjoel Remove the unused DataOffset? constant.
(edit) @1441   3 years lowjoel Properly calculate erase progress when erasing the directory structures …
(edit) @1440   3 years lowjoel Provide a callback function when erasing file system resident files; this …
(edit) @1439   3 years lowjoel Call the provided callback function even though we do not know what our …
(edit) @1438   3 years lowjoel Made improvements to the progress handling of NTFS' handling of unused …
(edit) @1437   3 years lowjoel Don't allocate memory by using file_get_contents, readfile is more …
(edit) @1436   3 years lowjoel Rename all the BlackBox? tables to have an underscore separating the …
(edit) @1435   3 years lowjoel Display Eraser 6.2 builds as well, since we'll build both Eraser 6 and 6.2 …
(edit) @1434   3 years lowjoel Removed the beta builds from our download page, they're superseded by the …
(edit) @1433   3 years lowjoel Throw the Unknown Download exception only if we don't know where to get …
(edit) @1432   3 years lowjoel Backported r1431 from trunk
(edit) @1431   3 years lowjoel When setting the font on the menus as part of themeing use the Menu font …
(edit) @1430   3 years lowjoel Sign only the installer and not the other exe's (e.g. VC runtime)
(edit) @1429   3 years lowjoel Fixed the InvalidOperationException? thrown when Eraser is started. …
(edit) @1428   3 years lowjoel Fixed the InvalidOperationException? thrown when Eraser is started. See …
(edit) @1427   3 years lowjoel Don't enumerate the directories if the Crash Reports folder does not …
(edit) @1426   3 years lowjoel -Removed the Idle event handler since that should be the GUI's job. …
(edit) @1425   3 years lowjoel Set the modality of the BlackBox? dialogs; the progress window will be …
(edit) @1424   3 years lowjoel Standardise on the Crash Report Name to be YYYYMMDD HHMMSS.milli so that …
(edit) @1423   3 years lowjoel -Allow users to preview the contents of reports -Change the listbox to a …
(edit) @1422   3 years lowjoel Allow reports to be deleted. Also allow the Path to the report be …
(edit) @1421   3 years lowjoel Veto the uploading dialog from closing if the upload/compress is in …
(edit) @1420   3 years lowjoel Set the icon of the Crash Assistant so that progress can be monitored.
(edit) @1419   3 years lowjoel Allow localisation of the upload progress form
(edit) @1418   3 years lowjoel Allow users to cancel the submission of the report.
(edit) @1417   3 years lowjoel Only display the BlackBox? UI if the user has unsubmitted reports.
(edit) @1416   3 years lowjoel The first version of the BlackBox? Web Backend.
(edit) @1415   3 years lowjoel Use only alphanumeric multipart boundaries; this seems to resolve some …
(edit) @1414   3 years lowjoel Remove whitespace when getting the exception type from the stack trace.
(edit) @1413   3 years lowjoel Include the type of exception in the stack trace log. To do this, I have …
(edit) @1412   3 years lowjoel New strings for localisation
(edit) @1411   3 years lowjoel Display the BlackBox? UI in the idle loop instead of blocking the loading …
(edit) @1410   3 years lowjoel Reorganised the BlackBox? main UI to add a cracked Eraser icon and rewrote …
(edit) @1409   3 years lowjoel -Display a proper error message box when errors occur in the worker …
(edit) @1408   3 years lowjoel If the HTTP error code is not 200 OK we will check for an Error root …
(edit) @1407   3 years lowjoel Don't clear the final entry which is added to the stack trace; this …
(edit) @1406   3 years lowjoel When we request the stack trace from the BlackBox? report, retrun the data …
(edit) @1405   3 years lowjoel -Parse the stack trace and then verify against the server to see if it is …
(edit) @1404   3 years lowjoel When writing the stack trace in the separate file, don't write the fancy …
(edit) @1403   3 years lowjoel Decide once the length of the boundary since placing the Random call in …
(edit) @1402   3 years lowjoel Valid boundaries are between 1 and 70 characters in length; the old …
(edit) @1401   3 years lowjoel Write the stack trace to a separate file for reading later by the …
(edit) @1400   3 years lowjoel -When writing the TAR file just write the file names relative to the …
(edit) @1399   3 years lowjoel Updated file hashes and re-uploads
(edit) @1398   3 years lowjoel -Specify the progress when updating the upload status (fixes exception) …
(edit) @1397   3 years lowjoel Factorise out the upload code to a new class for clarity
(edit) @1396   3 years lowjoel Store the paths to the files in the crash report as constants
(edit) @1395   3 years lowjoel -Extend the MultipartFormDataBuilder? class to support both files and form …
(edit) @1394   3 years lowjoel Implemented uploading to the webserver.
(edit) @1393   3 years lowjoel Added copyright notice
(edit) @1392   3 years lowjoel Compress the crash report before uploading.
(edit) @1391   3 years lowjoel Add the crash reports to the main BlackBox? UI and check them all.
(edit) @1390   3 years lowjoel Added the BlackBoxReport? class that encapsulates a crash report.
(edit) @1389   3 years lowjoel Added the BlackBox? UI components so that the user will be prompted to send …
(edit) @1388   3 years lowjoel The first version of the BlackBox? class.
Note: See TracRevisionLog for help on using the revision log.