265
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Issue #65, must apply Timeout to HttpWebRequest.ReadWriteTimeout, otherwise when using the Get task for http/https, the request will timeout after the default read write timeout of 5 minutes which may be less than the Timeout value set on the task. More... over 11 years ago
Added list of latest changes since 0.92 release so far to the release notes. More... over 11 years ago
Merge pull request #62 from rmboggs/master More... over 11 years ago
Updated the mail task to not error out when the email address line ends with a semi-colon. Resolves issue #61. More... over 11 years ago
Made adjustments to the comments for the new Directory::get-name function. More... over 11 years ago
Update src/NAnt.Core/Functions/DirectoryFunctions.cs More... over 11 years ago
Merge pull request #60 from jsargiot/master More... over 11 years ago
Added function directory::get-name. Fixed parameter name. More... over 11 years ago
Added function directory::get-name. This function returns the name of the directory without the path information. More... over 11 years ago
Merge pull request #58 from kot-behemoth/master More... over 11 years ago
Few markdown readme fixes. More... over 11 years ago
Brought the old readme back. More... over 11 years ago
Made readme github-friendly. More... almost 12 years ago
Wrapping up the 0.92 final release. More... almost 12 years ago
Committing files for 0.92 final release. More... almost 12 years ago
Wrapping up the 0.92 rc1 release. More... almost 12 years ago
Committing files for 0.92 rc1 release. More... almost 12 years ago
Added missing private key arg line to last ssh command. More... almost 12 years ago
Add the nightly links back to the main page since the nightly process is now copying the files to the appropriate place in the website. More... almost 12 years ago
Update nightlyfeed.xml to use the full path to the bin.zip file when extracting the project bin.zip files. More... almost 12 years ago
Changed one of the var names to match the rest of the script. More... almost 12 years ago
Added notes regarding all changes since 0.92 Beta1 release. While here, update the formatting a tiny bit for added clarity. More... almost 12 years ago
Merge pull request #43 from rmboggs/master More... almost 12 years ago
Moved the When class under the ChooseTask class as a nested class. More... almost 12 years ago
Merge remote-tracking branch 'upstream/master' More... almost 12 years ago
Updated Makefile (gnu) to use Mono's gmcs compiler by default since NAnt is no longer using 1.* runtime. More... almost 12 years ago
Cleaned up some of the #if NET_4_0 preprocessing statements. It was discovered that some of those statements were no longer necessary since the move to .net/mono 2.0. This also addresses issue #48. More... almost 12 years ago
Updated nightlyfeed.xml script to copy over nightly files (ie: docs, bins, schemas, etc) to their respective project locations. More... almost 12 years ago
Merge remote-tracking branch 'upstream/master' More... almost 12 years ago
Merge pull request #46 from scalder/master More... almost 12 years ago