« Previous | Next » 

Revision e07bddd3

IDe07bddd31d6e9d72dcb989bf72d09867c039e2e9

Added by Panagiotis Kanavos over 12 years ago

Removed hammock source

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences

  • trunk
    • hammock
      • .gitignore
      • .hgignore
      • LICENSE
      • README.markdown
      • clean.bat
      • hammock.nuspec
      • lib
        • Configuration.dll
        • LinqBridge.dll
        • Newtonsoft.Json.Net20.dll
        • Newtonsoft.Json.Net35.dll
        • Newtonsoft.Json.Silverlight.dll
        • Newtonsoft.Json.WindowsPhone.dll
        • Newtonsoft.Json.dll
        • nunit.framework.dll
        • nunit.framework.silverlight.dll
      • pack-nuget.bat
      • src
        • Hammock.Compact.sln
        • Hammock.Mono.sln
        • Hammock.WindowsPhone.sln
        • Hammock.sln
        • mono
        • net20
        • net35
          • BuildWindowsAndRunTests.proj
          • Hammock
            • Attributes
              • INamedAttribute.cs
              • IValidatingAttribute.cs
              • Specialized
                • EntityAttribute.cs
                • HeaderAttribute.cs
                • ParameterAttribute.cs
                • UserAgentAttribute.cs
                • _Specialized.cd
              • Validation
                • BooleanToIntegerAttribute.cs
                • DateTimeFormatAttribute.cs
                • RequiredAttribute.cs
                • SpecificationAttribute.cs
                • ValidationAttribute.cs
                • _Validation.cd
            • Authentication
              • Basic
                • BasicAuthCredentials.cs
              • IWebCredentials.cs
              • OAuth
                • OAuthCredentials.cs
                • OAuthParameterHandling.cs
                • OAuthSignatureMethod.cs
                • OAuthToken.cs
                • OAuthTools.cs
                • OAuthType.cs
                • OAuthWebQuery.cs
                • OAuthWebQueryInfo.cs
                • OAuthWorkflow.cs
                • _OAuth.cd
              • _Authentication.cd
            • Caching
              • AspNetCache.cs
              • CacheFactory.cs
              • CacheMode.cs
              • CacheOptions.cs
              • ICache.cs
              • IDependencyCache.cs
              • SimpleCache.cs
              • _Caching.cd
            • Extensions
              • CollectionExtensions.cs
              • FormatExtensions.cs
              • OAuthExtensions.cs
              • ObjectExtensions.cs
              • ReflectionExtensions.cs
              • SpecificationExtensions.cs
              • StringExtensions.cs
              • TimeExtensions.cs
              • WebExtensions.cs
            • Hammock.csproj
            • IRestClient.cs
            • Model
              • PropertyChangedBase.cs
              • _Model.cd
            • Mono
              • HttpUtility.cs
              • WebHeaderCollection.cs
            • Properties
              • AssemblyInfo.cs
            • RestBase.cs
            • RestCallback.cs
            • RestClient.cs
            • RestRequest.cs
            • RestResponse.cs
            • Retries
              • ConnectionClosed.cs
              • IRetryCondition.cs
              • IRetryCustomCondition.cs
              • NetworkError.cs
              • RetryCondition.cs
              • RetryCustomCondition.cs
              • RetryErrorCondition.cs
              • RetryPolicy.cs
              • RetryResultCondition.cs
              • Timeout.cs
              • _Retries.cd
            • Serialization
              • DefaultJsonSerializer.cs
              • HammockDataContractJsonSerializer.cs
              • HammockDataContractSerializer.cs
              • HammockJavaScriptSerializer.cs
              • HammockXmlSerializer.cs
              • IDeserializer.cs
              • ISerializer.cs
              • JsonParser.cs
              • Utf8Serializer.cs
            • Specifications
              • AndSpecification.cs
              • CompositeSpecificationBase.cs
              • HammockSpecification.cs
              • ISpecification.cs
              • NotSpecification.cs
              • OrSpecification.cs
            • Streaming
              • StreamOptions.cs
            • Tasks
              • IRateLimitStatus.cs
              • IRateLimitingRule.cs
              • ITaskOptions.cs
              • ITaskState.cs
              • ITimedTask.cs
              • RateLimitType.cs
              • RateLimitingRule.cs
              • TaskOptions.cs
              • TaskState.cs
              • TimedTask.cs
              • _Tasks.cd
            • Validation
              • ValidEmailSpecification.cs
              • ValidationException.cs
            • Web
              • BasicAuthWebQuery.cs
              • GetOrDelete.cs
              • HttpCookieParameter.cs
              • HttpPostParameter.cs
              • HttpPostParameterType.cs
              • IWebQueryInfo.cs
              • Mocks
                • IMockable.cs
                • IWebResponse.cs
                • MockHttpWebRequest.cs
                • MockHttpWebResponse.cs
                • MockWebRequestFactory.cs
                • _Mocks.cd
              • Pair.cs
              • PostOrPut.cs
              • Triplet.cs
              • WebCallback.cs
              • WebEntity.cs
              • WebHeader.cs
              • WebHeaderCollection.cs
              • WebMethod.cs
              • WebPair.cs
              • WebPairCollection.cs
              • WebParameter.cs
              • WebParameterCollection.cs
              • WebQuery.Async.cs
              • WebQuery.cs
              • WebQueryAsyncResult.cs
              • WebQueryRequestEventArgs.cs
              • WebQueryResponseEventArgs.cs
              • WebQueryResult.cs
              • _Web.cd
            • _Hammock.cd
            • key.snk
          • Hammock.ClientProfile
            • Hammock.ClientProfile.csproj
            • Properties
              • AssemblyInfo.cs
            • key.snk
          • Hammock.Extras
            • Hammock.Extras.csproj
            • Properties
              • AssemblyInfo.cs
            • Serialization
              • JsonConventionResolver.cs
              • JsonSerializer.cs
              • SerializerBase.cs
              • XmlSerializer.cs
            • key.snk
          • Hammock.Silverlight
            • Caching
              • IsolatedStorageCache.cs
            • Compat
              • DecompressionMethods.cs
              • GzipHttpWebResponse.cs
              • NameValueCollection.cs
              • Trace.cs
            • Hammock.Silverlight.csproj
            • Properties
              • AssemblyInfo.cs
            • key.snk
          • Hammock.Tests
            • Attributes
              • Validation
                • BooleanToIntegerTests.cs
                • DateTimeFormatTests.cs
                • RequiredAttributeTests.cs
                • SpecificationAttributeTests.cs
            • Hammock.Tests.csproj
            • Helpers
              • TestExtensions.cs
              • TimeExtensions.cs
            • OAuth
              • OAuthToolsTests.cs
            • Postmark
              • Converters
                • NameValueCollectionConverter.cs
                • UnicodeJsonStringConverter.cs
              • PostmarkMessage.cs
              • PostmarkResponse.cs
              • PostmarkStatus.cs
            • Properties
              • AssemblyInfo.cs
            • RestClientTests.cs
            • _failwhale.jpg
            • _profile.jpg
            • app.config
            • app.config.example
            • key.snk
          • ICSharpCode.SharpZipLib.Silverlight
            • BZip2
              • BZip2.cs
              • BZip2Constants.cs
              • BZip2Exception.cs
              • BZip2InputStream.cs
              • BZip2OutputStream.cs
            • Checksums
              • Adler32.cs
              • CRC32.cs
              • IChecksum.cs
              • StrangeCRC.cs
            • Compat
              • Extensions.cs
            • Core
              • FileSystemScanner.cs
              • INameTransform.cs
              • IScanFilter.cs
              • NameFilter.cs
              • PathFilter.cs
              • StreamUtils.cs
            • Encryption
              • PkzipClassic.cs
            • GZip
              • GZIPConstants.cs
              • GZipException.cs
              • GzipInputStream.cs
              • GzipOutputStream.cs
            • ICSharpCode.SharpZipLib.Silverlight.csproj
            • Main.cs
            • Properties
              • AssemblyInfo.cs
            • Serialization
              • ISerializable.cs
              • NonSerializedAttribute.cs
              • SerializableAttribute.cs
              • SerializableBase.cs
              • SerializableDateTime.cs
              • SerializableString.cs
              • SerializationInfo.cs
              • XmlFormatter.Deserialize.cs
              • XmlFormatter.Serialize.cs
            • SharpZipBaseException.cs
            • Tar
              • InvalidHeaderException.cs
              • TarArchive.cs
              • TarBuffer.cs
              • TarEntry.cs
              • TarException.cs
              • TarHeader.cs
              • TarInputStream.cs
              • TarOutputStream.cs
            • Zip
              • Compression
                • Deflater.cs
                • DeflaterConstants.cs
                • DeflaterEngine.cs
                • DeflaterHuffman.cs
                • DeflaterPending.cs
                • Inflater.cs
                • InflaterDynHeader.cs
                • InflaterHuffmanTree.cs
                • PendingBuffer.cs
                • Streams
                  • DeflaterOutputStream.cs
                  • InflaterInputStream.cs
                  • OutputWindow.cs
                  • StreamManipulator.cs
              • FastZip.cs
              • IEntryFactory.cs
              • ZipConstants.cs
              • ZipEntry.cs
              • ZipEntryFactory.cs
              • ZipException.cs
              • ZipExtraData.cs
              • ZipFile.cs
              • ZipHelperStream.cs
              • ZipInputStream.cs
              • ZipNameTransform.cs
              • ZipOutputStream.cs
            • key.snk
          • ICSharpCode.SharpZipLib.Silverlight.Tests
            • BZip2
              • Bzip2Tests.cs
            • Base
              • InflaterDeflaterTests.cs
            • GZip
              • GZipTests.cs
            • ICSharpCode.SharpZipLib.Silverlight.Tests.csproj
            • Properties
              • AssemblyInfo.cs
            • Tar
              • TarTests.cs
            • TestSupport
              • RingBuffer.cs
              • Streams.cs
            • Zip
              • ZipTests.cs
            • key.snk
            • packages.config
        • net40
        • netCF
        • packages
          • NUnit.2.5.10.11092
            • Logo.ico
            • NUnit.2.5.10.11092.nupkg
            • NUnitFitTests.html
            • fit-license.txt
            • lib
              • nunit.framework.dll
              • nunit.framework.xml
              • nunit.mocks.dll
              • pnunit.framework.dll
            • license.txt
            • tools
              • NUnitTests.VisualState.xml
              • NUnitTests.config
              • NUnitTests.nunit
              • agent.conf
              • agent.log.conf
              • launcher.log.conf
              • lib
                • Failure.png
                • Ignored.png
                • Inconclusive.png
                • Skipped.png
                • Success.png
                • fit.dll
                • log4net.dll
                • nunit-console-runner.dll
                • nunit-gui-runner.dll
                • nunit.core.dll
                • nunit.core.interfaces.dll
                • nunit.fixtures.dll
                • nunit.uiexception.dll
                • nunit.uikit.dll
                • nunit.util.dll
              • nunit-agent-x86.exe.config
              • nunit-agent.exe.config
              • nunit-console-x86.exe.config
              • nunit-console.exe.config
              • nunit-x86.exe.config
              • nunit.exe.config
              • nunit.framework.dll
              • pnunit-agent.exe.config
              • pnunit-launcher.exe.config
              • pnunit.framework.dll
              • pnunit.tests.dll
              • runFile.exe.config
              • runpnunit.bat
              • test.conf
          • repositories.config