wasSharp

Subversion Repositories:
Rev:
   
Rev Age Author Path Log message Diff Changes
27 2627 d 6 h office / - Clean. Diff
M/Arrays.cs
/BitTwiddling.cs
/CSV.cs
/Collections/Generic/CircularQueue.cs
/Collections/Generic/RangeCollection.cs
/Collections/Generic/SerializableDictionary.cs
/Collections/Generic/SerializableSortedDictionary.cs
/Collections/Specialized/ExtendedObservableCollection.cs
/Collections/Specialized/MultiKeyDictionary.cs
/Collections/Specialized/ObservableDictionary.cs
/Collections/Specialized/ObservableHashSet.cs
/Collections/Utilities/CollectionExtensions.cs
/Cryptography.cs
/Geo/Constants.cs
/Geo/Distance.cs
/Geo/GeodesicExtensions.cs
/Geo/GeographicCoordinate.cs
/IO.cs
/KeyValue.cs
/Linq.cs
/NetHash.cs
/Numerics.cs
/Properties/AssemblyInfo.cs
/Reflection.cs
/Strings.cs
/Timers/DecayingAlarm.cs
/Timers/TimedThrottle.cs
/Timers/Timer.cs
/Timers/Utilities/TimeExtensions.cs
/Web/QValueParsing.cs
/Web/Utilities/WebExtensions.cs
/Web/wasHTTPClient.cs
/XML.cs
/wasSharp.cs
25 2653 d 2 h office / - Added support for pulling initial scheduled time.
- Added documentation for functions.
- Remove MIME detection.
Diff
M/Collections/Generic/SerializableDictionary.cs
/Collections/Generic/SerializableSortedDictionary.cs
/IO.cs
/Properties/AssemblyInfo.cs
/Timers/Timer.cs
24 2664 d 12 h office / - Added DELETE method for the HTTP client.
- Implement disposable for HTTP client.
- Added asynchronous compression GZip and Deflate compression.
- Added preliminary MIME type mapping for extensions.
- Changed Escape and Encode function to return base IEnumerable instead of Dictionary.
Diff
M/
/Collections/Utilities/CollectionExtensions.cs
/IO.cs
/KeyValue.cs
/Numerics.cs
/Properties/AssemblyInfo.cs
/Reflection.cs
/Web/wasHTTPClient.cs
23 2685 d 20 h office / - Make output XML tags customizable for serializable dictionary.
- Extend multi-key dictionary.
- Allow enumerating observable HashSet.
- Small adjustments to key-value data functions.
- Add .NET hashing routines.
Diff
A/NetHash.cs
M/Collections/Generic/SerializableDictionary.cs
/Collections/Specialized/MultiKeyDictionary.cs
/Collections/Specialized/ObservableHashSet.cs
/KeyValue.cs
/Properties/AssemblyInfo.cs
/wasSharp.csproj
21 2689 d 22 h office / - Refactoring of Timer.
- Use case-insensitive field names.
Diff
M/Properties/AssemblyInfo.cs
/Reflection.cs
/Timers/Timer.cs
/wasSharp.csproj
20 2701 d 10 h office / - Add multi-dictionary.
- Timer cleanup.
Diff
M/Collections/Utilities/CollectionExtensions.cs
/Properties/AssemblyInfo.cs
/Timers/DecayingAlarm.cs
/Timers/TimedThrottle.cs
/Timers/Timer.cs
/wasSharp.csproj
19 2709 d 8 h office / - Add getting all runtime properties. Diff
M/Properties/AssemblyInfo.cs
/Reflection.cs
18 2709 d 12 h office / - Renamed extensions.
- Removed Accept-Encoding since it is set automatically.
Diff
A/Collections/Utilities/CollectionExtensions.cs
/Timers/Utilities/TimeExtensions.cs
/Web/Utilities/WebExtensions.cs
D/Collections/Utilities/Extensions.cs
/Timers/Utilities/Extensions.cs
/Web/Utilities/Extensions.cs
M/Properties/AssemblyInfo.cs
/Web/wasHTTPClient.cs
/wasSharp.csproj
17 2709 d 16 h office / - Added Dave Transom's QValue parser to the web utilities.
- Added dictionary extensions.
- Added "Accept" and "Accept-Encoding" to the HTTP client.
Diff
A/Web/QValueParsing.cs
M/Collections/Utilities/Extensions.cs
/Properties/AssemblyInfo.cs
/Web/wasHTTPClient.cs
/wasSharp.csproj
15 2717 d 20 h office /Properties/ - Used plain ASCII copyright symbol. Diff
M/Properties/AssemblyInfo.cs
13 2722 d 5 h office /Properties/ - Bump version. Diff
M/Properties/AssemblyInfo.cs
10 2723 d 4 h office / - Branch out collections, timers and web-classes to separate structures and add utilities as extensions. Diff
A/Collections
/Collections/Generic
/Collections/Generic/CircularQueue.cs
/Collections/Generic/RangeCollection.cs
/Collections/Generic/SerializableDictionary.cs
/Collections/Generic/SerializableSortedDictionary.cs
/Collections/Specialized
/Collections/Specialized/ExtendedObservableCollection.cs
/Collections/Specialized/ObservableHashSet.cs
/Collections/Utilities
/Collections/Utilities/Extensions.cs
/Timers
/Timers/DecayingAlarm.cs
/Timers/TimedThrottle.cs
/Timers/Timer.cs
/Timers/Utilities
/Timers/Utilities/Extensions.cs
/Web
/Web/Utilities
/Web/Utilities/Extensions.cs
/Web/wasHTTPClient.cs
D/Collections.cs
/Time.cs
/Web.cs
M/IO.cs
/Properties/AssemblyInfo.cs
/Reflection.cs
/wasSharp.csproj
9 2724 d 0 h office / - Add HTTP web client overload without headers or authentication. Diff
M/Properties/AssemblyInfo.cs
/Web.cs
8 2724 d 0 h office / - Add overload that does not take any headers, authentication and creates a new cookie container once the HTTP web client is created.
- Bump version.
Diff
M/Properties/AssemblyInfo.cs
/Web.cs
7 2724 d 1 h office / - Branch-in missing files and update to Corrade head. Diff
A/IO.cs
/Strings.cs
M/Arrays.cs
/BitTwiddling.cs
/CSV.cs
/Collections.cs
/Cryptography.cs
/KeyValue.cs
/Numerics.cs
/Properties/AssemblyInfo.cs
/Reflection.cs
/Time.cs
/Web.cs
/XML.cs
/wasSharp.cs
/wasSharp.csproj
5 3114 d 2 h eva / Let's clean up, shall we? Diff
A/Numerics.cs
M/Arrays.cs
/BitTwiddling.cs
/CSV.cs
/Cryptography.cs
/KeyValue.cs
/Properties/AssemblyInfo.cs
/Reflection.cs
/Time.cs
/Web.cs
/wasSharp.csproj
4 3114 d 3 h zed / - Release 1.3.
- Added a serializable dictionary.
- Added XML escape and unescape.
- Minor adjustments to CSV library.
Diff
A/Collections.cs
/XML.cs
M/CSV.cs
/Properties/AssemblyInfo.cs
/wasSharp.csproj
3 3115 d 21 h eva / - Add bit twiddling section and get rid of the junk in the web section. Diff
A/BitTwiddling.cs
M/Properties/AssemblyInfo.cs
/Reflection.cs
/Web.cs
/wasSharp.csproj
2 3119 d 0 h zed / - v1.1 - add time functions and reflection Diff
A/Reflection.cs
/Time.cs
D/.vs
M/Properties/AssemblyInfo.cs
/wasSharp.csproj
1 3120 d 0 h zed / - Initial import. Diff
A/.vs
/.vs/wasSharp
/.vs/wasSharp/v14
/.vs/wasSharp/v14/.suo
/Arrays.cs
/CSV.cs
/Cryptography.cs
/KeyValue.cs
/Properties
/Properties/AssemblyInfo.cs
/Web.cs
/wasSharp.cs
/wasSharp.csproj
/wasSharp.sln