wasSharp

Subversion Repositories:
Rev:
←Prev12Next→     Show All
Rev Age Author Path Log message Diff Changes
56 2236 d 22 h office / re-roll Diff
M/Collections/Specialized/ObservableConcurrentQueue.cs
/Languages/CSV.cs
/Languages/KeyValue.cs
/Web/wasHTTPClient.cs
/wasSharp.csproj
55 2265 d 17 h office / create custom implementation fo the concurrent queue, add IfElse lambda with continuation and various other cleanups Diff
D/Collections/Specialized/ConcurrentQueueChangedEventHandler.cs
/Collections/Specialized/NotifyConcurrentQueueChangedAction.cs
/Collections/Specialized/NotifyConcurrentQueueChangedEventArgs.cs
M/Collections/Specialized/ObservableConcurrentQueue.cs
/Lambda/Extensions.cs
/Languages/CSV.cs
/Languages/KeyValue.cs
/Languages/XML.cs
/Web/wasHTTPClient.cs
/wasSharp.csproj
54 2269 d 16 h office / cleanups Diff
A/Collections/Specialized/ConcurrentMultiKeyDictionary.cs
/Collections/Specialized/ConcurrentQueueChangedEventHandler.cs
/Collections/Specialized/NotifyConcurrentQueueChangedAction.cs
/Collections/Specialized/NotifyConcurrentQueueChangedEventArgs.cs
/Collections/Specialized/ObservableConcurrentHashSet.cs
/Collections/Specialized/ObservableConcurrentQueue.cs
D/Collections/Specialized/MultiKeyDictionary.cs
/Collections/Specialized/ObservableHashSet.cs
M/Collections/Specialized/ConcurrentList.cs
/Collections/Specialized/ObservableDictionary.cs
/Collections/Utilities/CollectionExtensions.cs
/IO/IO.cs
/Languages/XML.cs
/Sets/Extensions.cs
/Timers/DecayingAlarm.cs
/Web/wasHTTPClient.cs
/wasSharp.csproj
53 2269 d 22 h office / renames Diff
A/Lambda/Extensions.cs
/Sets
/Sets/Extensions.cs
D/Lambda/Linq.cs
M/wasSharp.csproj
52 2269 d 22 h office / - File assets into folders and reorganize library structure. Diff
A/Arrays
/Arrays/Arrays.cs
/Bit
/Bit/BitTwiddling.cs
/Cryptography
/Cryptography/Cryptography.cs
/Cryptography/Extensions.cs
/Cryptography/NetHash.cs
/IO
/IO/IO.cs
/Lambda
/Lambda/Linq.cs
/Languages
/Languages/CSV.cs
/Languages/KeyValue.cs
/Languages/XML.cs
/Reflection
/Reflection/Reflection.cs
/Sciences/Geodesics
/Sciences/Mathematics
/Sciences/Mathematics/Numerics.cs
D/Arrays.cs
/BitTwiddling.cs
/CSV.cs
/Cryptography.cs
/Extensions.cs
/Geodesics
/IO.cs
/KeyValue.cs
/Linq.cs
/NetHash.cs
/Numerics.cs
/Reflection.cs
/Strings.cs
/XML.cs
M/wasSharp.csproj
50 2269 d 22 h office / rename Diff
A/Geodesics
D/Geo
M/wasSharp.csproj
40 2512 d 18 h office / - Add concurrent list and additional methods to the concurrent hash set. Diff
A/Collections/Specialized/ConcurrentList.cs
M/Collections/Specialized/ConcurrentHashSet.cs
/wasSharp.csproj
39 2512 d 21 h office / - Removed concurrent lazy list.
- Added XOR combining Guids.
- Made collections synchronized.
- Added the ability to get runtime fields.
- Added the ability to POST raw messages.
Diff
A/Extensions.cs
D/Collections/Specialized/ConcurrentLazyList.cs
M/Collections/Generic/SerializableDictionary.cs
/Collections/Specialized/MultiKeyDictionary.cs
/Collections/Specialized/ObservableDictionary.cs
/Collections/Specialized/ObservableHashSet.cs
/Collections/Utilities/CollectionExtensions.cs
/Reflection.cs
/Web/wasHTTPClient.cs
/wasSharp.csproj
38 2532 d 19 h office / - Added concurrent lazy list. Diff
A/Collections/Specialized/ConcurrentLazyList.cs
M/Collections/Utilities/CollectionExtensions.cs
/Properties/AssemblyInfo.cs
/wasSharp.csproj
31 2582 d 4 h office / - Add missing concurrent hashset. Diff
A/Collections/Specialized/ConcurrentHashSet.cs
M/wasSharp.csproj
23 2677 d 0 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 2681 d 2 h office / - Refactoring of Timer.
- Use case-insensitive field names.
Diff
M/Properties/AssemblyInfo.cs
/Reflection.cs
/Timers/Timer.cs
/wasSharp.csproj
20 2692 d 15 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
18 2700 d 17 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 2700 d 21 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
14 2709 d 2 h office / - Make wasHTTPClient disposable.
- Add geodesics and geolocation.
Diff
A/Geo
/Geo/Constants.cs
/Geo/Distance.cs
/Geo/GeodesicExtensions.cs
/Geo/GeographicCoordinate.cs
M/Web/wasHTTPClient.cs
/wasSharp.csproj
11 2713 d 11 h office / - Add LINQ extensions.
- Move Some() to LINQ extensions.
Diff
A/Linq.cs
M/Collections/Utilities/Extensions.cs
/IO.cs
/wasSharp.csproj
10 2714 d 9 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
7 2715 d 6 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 3105 d 6 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