wasSharp

Subversion Repositories:
Rev:
   
Rev Age Author Path Log message Diff Changes
59 2238 d 15 h office /Languages/ - Cleanup. Diff
M/Languages/CSV.cs
/Languages/KeyValue.cs
/Languages/XML.cs
58 2239 d 5 h office /Languages/ - Drop parallelism from various key value functions that do not need lambda iterations. Diff
M/Languages/KeyValue.cs
57 2240 d 16 h office /Web/ - Make HTTP client read only. Diff
M/Web/wasHTTPClient.cs
56 2248 d 17 h office / re-roll Diff
M/Collections/Specialized/ObservableConcurrentQueue.cs
/Languages/CSV.cs
/Languages/KeyValue.cs
/Web/wasHTTPClient.cs
/wasSharp.csproj
55 2277 d 11 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 2281 d 11 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 2281 d 17 h office / renames Diff
A/Lambda/Extensions.cs
/Sets
/Sets/Extensions.cs
D/Lambda/Linq.cs
M/wasSharp.csproj
52 2281 d 17 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
51 2281 d 17 h office /Sciences/ - cleanups Diff
A/Sciences
50 2281 d 17 h office / rename Diff
A/Geodesics
D/Geo
M/wasSharp.csproj
49 2305 d 10 h office / - Add single item collection as overload to Switch(). Diff
M/Linq.cs
48 2357 d 6 h office / - Added HTTP client default timeout constructor.
- Added a function to convert a byte array to a hexadecimal string representation.
Diff
M/Strings.cs
/Web/wasHTTPClient.cs
47 2362 d 11 h office / - Documentation. Diff
M/Linq.cs
46 2418 d 2 h office / - Fix Switch lambda. Diff
M/Linq.cs
45 2431 d 5 h office /Collections/Utilities/ - Remove useless function (re-add later). Diff
M/Collections/Utilities/CollectionExtensions.cs
44 2441 d 16 h office / - Revise locking. Diff
M/Collections/Specialized/ConcurrentHashSet.cs
/Collections/Specialized/ConcurrentList.cs
/Collections/Specialized/MultiKeyDictionary.cs
/Collections/Specialized/ObservableDictionary.cs
/Collections/Specialized/ObservableHashSet.cs
/Properties/AssemblyInfo.cs
43 2452 d 14 h office / - Cleanups. Diff
M/Linq.cs
42 2475 d 5 h office / Diff
M/IO.cs
41 2512 d 21 h office /Timers/ - Do not run disposed timer. Diff
M/Timers/Timer.cs
40 2524 d 13 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 2524 d 15 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 2544 d 14 h office / - Added concurrent lazy list. Diff
A/Collections/Specialized/ConcurrentLazyList.cs
M/Collections/Utilities/CollectionExtensions.cs
/Properties/AssemblyInfo.cs
/wasSharp.csproj
37 2549 d 17 h office / - Fix properties and fields reflection. Diff
M/Reflection.cs
36 2551 d 0 h office / - Value can be null. Diff
M/CSV.cs
35 2551 d 4 h office / - Check both fields and properties for getting structure names. Diff
M/Reflection.cs
34 2558 d 4 h office / - Add check if queue is empty. Diff
M/Collections/Generic/CircularQueue.cs
/Web/wasHTTPClient.cs
33 2560 d 4 h office / - Enumeration of key-value pairs can contain duplicate keys (should fix issue #8, reported by chakkichakki]. Diff
M/CSV.cs
32 2581 d 0 h office / - Added lambda branching.
- Added URL comparing routine.
Diff
M/Linq.cs
/Properties/AssemblyInfo.cs
/Web/Utilities/WebExtensions.cs
31 2593 d 23 h office / - Add missing concurrent hashset. Diff
A/Collections/Specialized/ConcurrentHashSet.cs
M/wasSharp.csproj
30 2594 d 3 h office / - Conditionally add or remove prefixing forward slash.
- Set HTTP client to null after disposal.
Diff
M/IO.cs
/Properties/AssemblyInfo.cs
/Web/wasHTTPClient.cs
29 2614 d 7 h office / Diff
M/IO.cs
/Linq.cs
28 2620 d 11 h office / - Removed garbage function.
- Modified path parser to include any leading slash.
Diff
M/IO.cs
/Properties/AssemblyInfo.cs
27 2630 d 5 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
26 2634 d 13 h office / - Override String.Equals(). Diff
M/KeyValue.cs
/Reflection.cs
/Strings.cs
/XML.cs
25 2656 d 1 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 2667 d 11 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 2688 d 19 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
22 2692 d 21 h office /Collections/Specialized/ - Add missing files. Diff
A/Collections/Specialized/MultiKeyDictionary.cs
/Collections/Specialized/ObservableDictionary.cs
21 2692 d 21 h office / - Refactoring of Timer.
- Use case-insensitive field names.
Diff
M/Properties/AssemblyInfo.cs
/Reflection.cs
/Timers/Timer.cs
/wasSharp.csproj
20 2704 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