source: @ 2421

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2421   15 months lowjoel OK, I forgot I'm not supposed to make the branch folder.
(edit) @2420   15 months lowjoel Created the Forum Themes branch.
(edit) @2419   15 months lowjoel Create new branch for website development.
(edit) @2418   15 months lowjoel We need to handle a MissingManifestResourceException?: We get this when we …
(edit) @2417   15 months lowjoel Fix a little spillover when we have a full navigation bar (e.g. for …
(edit) @2416   15 months lowjoel Oops, forgot to check the name of the new VS2010 merge modules.
(edit) @2415   15 months lowjoel Fix the TargetName? property to be what we want the .exe to be named to fix …
(edit) @2414   15 months lowjoel Forward-port from Eraser 6.0: Changes made to the Bootstrapper to use the …
(edit) @2413   15 months lowjoel We should link with the VC2010 merge modules for the C++ Runtime, since we …
(edit) @2412   15 months lowjoel Implemented alternative implementation for sftp's delete command.
(edit) @2411   15 months lowjoel Use the new links for the forum and Trac in the website. Also, update the …
(edit) @2410   15 months lowjoel Add the dumps folder to version control since we need to make sure the …
(edit) @2409   15 months lowjoel Removed retired contributors.
(edit) @2408   15 months lowjoel No indexes, follow symlinks for this website. Also, redirect /updates to …
(edit) @2407   15 months lowjoel Do not define the error logging parameters. We should set these settings …
(edit) @2406   17 months lowjoel Moved the ProgressManager? classes to Eraser.Plugins since it does form a …
(edit) @2405   17 months lowjoel Store the error log at the same path for all scripts.
(edit) @2404   17 months lowjoel Since we can read the output stream for data even when the Download call …
(edit) @2403   17 months lowjoel When getting HTTP responses, do not fail immediately if we have a response …
(edit) @2402   17 months lowjoel New 6.0 branch builds should be prefixed with 6.0.10
(edit) @2401   17 months lowjoel Updated to the LZMA SDK 9.22-beta API.
(edit) @2400   17 months lowjoel The latest LZMA SDK's library name is LzmaLib?.lib.
(edit) @2399   18 months lowjoel Archive the documentation for Eraser 5.
(edit) @2398   18 months lowjoel Implemented digest authentication even when using PHP as a CGI. In …
(edit) @2397   18 months lowjoel Allow access from anywhere since I really can't ascertain the source IP of …
(edit) @2396   18 months lowjoel Compile fix.
(edit) @2395   18 months lowjoel Oops, missed out this define.
(edit) @2394   18 months lowjoel Specify that HTTP Authentication needs to be used so that cURL will send …
(edit) @2393   18 months lowjoel The Downloads page will now require the BuildBranch? script included as …
(edit) @2392   18 months lowjoel Allow only the Build Server script to be accessed by trac.heidi.ie, no one …
(edit) @2391   18 months lowjoel Added database support for build slave information.
(edit) @2390   18 months lowjoel Implemented a HTTP request function to inform the server that a new build …
(edit) @2389   18 months lowjoel Remove the dependency on the Database since we can make do with static …
(edit) @2388   18 months lowjoel Split the BuildBranch? class out to a separate file since we will be using …
(edit) @2387   18 months lowjoel When we encounter an error, return a HTTP Error 500. Otherwise, output the …
(edit) @2386   18 months lowjoel Factor the utility functions used by the Build slaves to a separate …
(edit) @2385   18 months lowjoel Added the HTTP Digest Authentication bit for registering builds done by …
(edit) @2384   18 months lowjoel Move the database name for Eraser's website to the Credentials file since …
(edit) @2383   19 months lowjoel Woops, updated everything with the new version except the download page.
(edit) @2382   19 months lowjoel Some more compile fixes.
(edit) @2381   19 months lowjoel Some more compile fixes.
(edit) @2380   19 months lowjoel Compilo fix.
(edit) @2379   19 months lowjoel Compilo fix.
(edit) @2378   19 months lowjoel Implement the new Persistent Store class for Eraser.Manager. Also hooked …
(edit) @2377   19 months lowjoel Move the Default PRNG and Erasure Methods settings to the Default Plugin.
(edit) @2376   19 months lowjoel Strange, I forgot to move the SettingsList? class.
(edit) @2375   19 months lowjoel Move the SettingsList? and SettingsDictionary? class to the Eraser assembly …
(edit) @2374   19 months lowjoel There is no longer a need to indicate the default file and unused space …
(edit) @2373   19 months lowjoel There is no longer a need to indicate the default file and unused space …
(edit) @2372   19 months lowjoel Use the new Host.Initialize prototype.
(edit) @2371   19 months lowjoel Persistent Stores will need to be passed from the Host initialiser. The …
(edit) @2370   19 months lowjoel Persistent Stores will need to be passed from the Host initialiser. The …
(edit) @2369   19 months lowjoel Move the Settings class to Eraser.Plugins for plugins to store persistent …
(edit) @2368   19 months lowjoel Replace the reference to Eraser.Manager with Eraser.Plugins. The majority …
(edit) @2367   19 months lowjoel The active PRNG and the AddEntropy? functions need to be public for …
(edit) @2366   19 months lowjoel Since the types have been moved to the Eraser.Plugins.ExtensionPoints?
(edit) @2365   19 months lowjoel The ErasureTargetCollection? (renamed from ErasureTargetsCollection?) no …
(edit) @2364   19 months lowjoel The ErasureTargetCollection? (renamed from ErasureTargetsCollection?) no …
(edit) @2363   19 months lowjoel The registrars belong to Eraser.Plugins. We just need to define the …
(edit) @2362   19 months lowjoel The registrars belong to Eraser.Plugins. We just need to define the …
(edit) @2361   19 months lowjoel Compile fix.
(edit) @2360   19 months lowjoel Move the CopyPlausibleDeniabilityFile? function from the FileSystem? class …
(edit) @2359   19 months lowjoel As far as the Plugins assembly is concerned, settings in the …
(edit) @2358   19 months lowjoel Replaced the base types in the Host class with the derived types in the …
(edit) @2357   19 months lowjoel Move all registrars to the Eraser.Plugins assembly. This is to prevent …
(edit) @2356   19 months lowjoel The IConfigurer class should belong to the Eraser.Plugins namespace.
(edit) @2355   19 months lowjoel Use the == operator instead of the Equals member for System.String for …
(edit) @2354   19 months lowjoel - Moved the Dispose function after the constructor since it should undo …
(edit) @2353   19 months lowjoel Still not compilable, but one major change: when Dispose from Host is …
(edit) @2352   19 months lowjoel Shifted all the plugin-extensible code to the Plugins assembly …
(edit) @2351   19 months aramacciotti Translation of latest changes
(edit) @2350   19 months aramacciotti Translation of latest changes
(edit) @2349   19 months aramacciotti Translated the latest changes
(edit) @2348   19 months lowjoel Release 6.0.9
(edit) @2347   19 months lowjoel Added the missing project references needed to build the solution.
(edit) @2346   19 months lowjoel Added the pre-build event for Eraser.Plugins. This allows the code to be …
(edit) @2345   19 months lowjoel Upgrade the Plugins project to .NET 4 and VS2010 just like the rest of the …
(edit) @2344   19 months lowjoel Synchronise the Plugins Rewrite branch with trunk@r2341
(edit) @2343   19 months lowjoel Updated all versions to 6.0.9.
(edit) @2342   19 months lowjoel Fixed an obscure crash when running the unlocker code under Vista SP2 - …
(edit) @2341   19 months lowjoel Fixed an obscure crash when running the unlocker code under Vista SP2 - …
(edit) @2340   19 months lowjoel Merged revision(s) 2339 from trunk/eraser: Fixed initialisation order. The …
(edit) @2339   19 months lowjoel Fixed initialisation order. The settings panel should be initialised first …
(edit) @2338   19 months lowjoel Merged revision(s) 2335-2337 from trunk/eraser: Allow file unlocking to be …
(edit) @2337   19 months lowjoel Supplants r2335: if we still cannot erase the file after 1 retry, throw a …
(edit) @2336   19 months lowjoel Supplants r2335: Do not force a full re-erasure if the file cannot be …
(edit) @2335   19 months lowjoel Allow file unlocking to be done in the actual erasure as well, in addition …
(edit) @2334   19 months lowjoel Fixed compilo introduced in earlier revision.
(edit) @2333   19 months lowjoel Merged revision(s) 2332 from trunk/eraser: Behaviour change: …
(edit) @2332   19 months lowjoel Behaviour change: DuplicateHandle? when not provided a handle pointer to …
(edit) @2331   19 months lowjoel Merged revision(s) 2330 from trunk/eraser: Reschedule the task for …
(edit) @2330   19 months lowjoel Reschedule the task for execution, in addition to just computing the next …
(edit) @2329   19 months lowjoel The exceptions thrown in Eraser.Util are developer-visible and should not …
(edit) @2328   19 months lowjoel Closes #396: Document circumventing of UAC for Free Space Erasures. A …
(edit) @2327   19 months lowjoel Merged revision(s) 2326 from trunk/eraser: The title of the balloon tip …
(edit) @2326   19 months lowjoel The title of the balloon tip should be "Task Completed" and not "Task …
(edit) @2325   19 months lowjoel Use a new build of the library.
(edit) @2324   19 months lowjoel Implemented smart path compaction for the targets in the Task Properties …
(edit) @2323   19 months lowjoel Call our relative-path handling class PathUtil? instead so that we do not …
(edit) @2322   19 months lowjoel Call our relative-path handling class PathUtil? instead so that we do not …
Note: See TracRevisionLog for help on using the revision log.