Граф коммитов

59 Коммитов

Автор SHA1 Сообщение Дата
Jose Morris a92aff9a72 Remove the nuget.config files to get all projects to build correctly 2020-03-18 15:07:16 -07:00
Jose Morris 2720d64450 Migrate to .NETCore2.0 2018-07-24 08:28:41 -07:00
Sergey Baranchenkov d67cf3cdd4 .NET Core (#33)
* Add dot NET Core targets for Tx.Core and Tx.Network

* Fixed the bug with EtwTypeMap

* Minor changes

* Fixed create samples cmd

* Tweaked build script

* Tweaking build script

* Tweaked build script

* Tweaked build script
2017-06-01 13:46:25 -07:00
Sergey Baranchenkov f4d573e418 Fixed IDisposable implementation for PerfCounterRealTimeProbe 2017-01-07 20:09:41 -08:00
Sergey Baranchenkov 2248a5a2fa Tx.Network: updated dynamic type maps for Snmp Traps 2016-12-01 10:17:45 -08:00
Sergey Baranchenkov 1223a88775 Renamed SimpleWriter 2016-11-29 12:30:45 -08:00
Sergey Baranchenkov 99967295b4 Added OfType extension method 2016-11-24 08:34:09 -08:00
Sergey Baranchenkov e5799511fd Fixed build warnings 2016-11-23 20:13:34 -08:00
Sergey Baranchenkov 5c3356056b Fixed expected behavior for WriteToBinaryEtw test 2016-11-23 14:18:33 -08:00
Sergey Baranchenkov 6649611d82 Fixed unit tests 2016-11-23 14:03:17 -08:00
Sergey Baranchenkov 2d57dbf38e Merge from v2 branch 2016-11-20 16:10:44 -08:00
Sergey Baranchenkov d93ff8d53b Updated Trap type map to better handle raw octet strings 2016-10-19 11:04:13 -07:00
Sergey Baranchenkov 091457e60f Added support of enums for Snmp Trap type map 2016-10-14 21:27:36 -07:00
Sergey Baranchenkov 7b2d716edd Added ability to expose OctetString value for an OID as byte array. 2016-10-14 16:29:48 -07:00
Sergey Baranchenkov 3f64eebd57 Changed namespace to avoid type collisions 2016-09-25 20:01:20 -07:00
Sergey Baranchenkov a5fb6582c7 Added Envelope data model definition and base partitionable type map for it. 2016-09-25 19:37:54 -07:00
Sergey Baranchenkov 6715aedb68 Merge branch 'master' of https://git01.codeplex.com/forks/tristanbithell/txgetobservableinterfacetypes into TristanBithell/TxGetObservableInterfaceTypes 2016-08-30 19:56:00 -07:00
Sergey Baranchenkov 046d8d9169 Fixed Dispose method of UdpReceiver 2016-08-30 16:54:17 -07:00
TristanBithell add121ebe5 Added support for interfaces in GetObservable<>() as well as deep
inheritence. Previous implementation only supported the requested concrete
type and the immediate base type.
2016-08-30 14:18:59 -07:00
Mark Mann 5d6be48fdb Updated the PartitionKeyDeserializer so that null input keys will not throw ArgumentNullExceptions. 2016-08-05 14:51:02 -07:00
Mark Mann accdf8d05d Added a timestamp attribute that enables transfering incoming trap timestamps to the outgoing types. 2016-07-22 13:27:48 -07:00
Sergey Baranchenkov 304bbf3c6e Mark as ignored SNMP decoder perf tests 2016-06-14 13:59:59 -07:00
Sanjay Kumar Sinha b5abdfb8f1 Signed-off-by: Sanjay Kumar Sinha <sansinh@microsoft.com> 2016-06-14 13:16:53 -07:00
Sanjay Kumar Sinha ac06949b16 Signed-off-by: Sanjay Kumar Sinha <sansinh@microsoft.com> 2016-06-14 13:06:07 -07:00
sansinh 791c16e966 Signed-off-by: sansinh <sansinh@SANJAYPERSONAL> 2016-06-13 11:09:47 -07:00
Sanjay Kumar Sinha (Pactera Technologies Inc) ed7b565d80 Signed-off-by: Sanjay Kumar Sinha (Pactera Technologies Inc) <v-sasinh@microsoft.com> 2016-04-29 14:17:06 -07:00
Sergey Baranchenkov 8f53e5b645 Fix https://github.com/MSOpenTech/Tx/issues/7 issue "Playback throws exception when merging windowed observable" 2016-03-18 13:38:07 -07:00
Sergey Baranchenkov 695d749359 Disabled SNMP Encoder performacne tests 2016-03-01 13:27:35 -08:00
Mark Mann 3d65254d76 Added attributes to enable parsing incoming SNMP traps into statically typed C# classes. 2016-02-29 16:06:39 -08:00
Sergey Baranchenkov 785f04c53a Merge branch 'master' of https://git01.codeplex.com/forks/sanjaysurfer/sanjaysurfer 2016-02-25 14:41:30 -08:00
sanjaysurfer 72a580f530 Signed-off-by: sanjaysurfer <sanjaysurfer@gmail.com> 2016-02-25 14:32:52 -08:00
Sergey Baranchenkov 6473c3b283 Fixed build error, and added tests for W3C IIS logs 2016-02-23 19:57:36 -08:00
Sergey Baranchenkov 8d2c46dec6 Merge branch 'master' of https://git01.codeplex.com/forks/sanjaysurfer/sanjaysurfer 2016-02-18 11:27:10 -08:00
sanjaysurfer 79638a765e Fixing parsing in Snmp encoding
Signed-off-by: sanjaysurfer <sanjaysurfer@gmail.com>
2016-02-17 18:58:28 -08:00
jonmod bc9c7a345c Updated IpPacket and UdpDatagram to have constructors to create
primitive versions of the object from arbitrary data, not from
the receiver.

Adding NetworkTransformExtentions to allow for creation of byte-arrays
from IpPacket and UdpDatagram object classes. Added UnitTests for same.
2016-02-08 16:46:12 -08:00
sanjaysurfer b7a82d016e Signed-off-by: sanjaysurfer <sanjaysurfer@gmail.com> 2016-01-26 17:25:45 -08:00
sanjaysurfer 7501c97961 Changes for Snmp Encoding\Decoding
Signed-off-by: sanjaysurfer <sanjaysurfer@gmail.com>
2016-01-26 12:17:09 -08:00
Sergey Baranchenkov a4567ce96b Enhanced error handling and added check for consitancy of time function of Type Mapes 2016-01-06 12:30:52 -08:00
Sergey Baranchenkov 6f8570fccb Added 1 to many behavior for composite deserializer 2016-01-04 10:34:03 -08:00
jonmod 12e3dcda23 modified: Syslog.cs
new file:   ../../Test/UnitTests/Network/ReceiveTxSyslog.cs
	new file:   ../../Test/UnitTests/Network/SyslogSender.cs
	new file:   ../../Test/UnitTests/Network/TestHelpers.cs
	new file:   ../../Test/UnitTests/Network/UnitTestSyslog.cs
	modified:   ../../Test/UnitTests/Tests.Tx.csproj

Added Unit tests in UnitTests/Network to test the Syslog and UDP receiver.
Updated logic for null input to SetRegex in Tx.Network.Syslog.
2015-12-21 14:40:24 -08:00
Sergey Baranchenkov 7507df8b50 Prepared test solution for migration of Tx.Network tests 2015-12-18 12:41:46 -08:00
Sergey Baranchenkov 73071088bc Enhanced partitionable contravariant type map to better handle value types 2015-12-03 22:28:46 -08:00
Sergey Baranchenkov 69ca0a02ea Fixed Timestamped type map, now it could be used where T does not have parameterless constructor 2015-12-03 21:56:05 -08:00
Sergey Baranchenkov 10db70cbb6 Playback runs infinitely if one of the steams is empty and immediate scheduling is used 2015-12-03 16:09:31 -08:00
Sergey Baranchenkov 1f673d49db Added unit tests for BLG and ETW parsers 2015-10-01 11:49:42 -07:00
Sergey Baranchenkov 6149c056ff Fixed bug with incorrect FILETIME conversion to DateTime for ETW and Performance Counter sources 2015-09-30 20:47:27 -07:00
georgis 7fa2d741c2 fix in the order of building the unit tests 2015-09-18 10:07:43 -07:00
Sergey Baranchenkov 81c1548a11 Added support of JSON protocol for Binary ETW reader and writer 2015-09-17 21:43:09 -07:00
Sergey Baranchenkov c69352bfa6 Added "merge two streams" unit test 2015-03-19 22:52:36 -07:00
georgis 634bfcdca0 Fix in the Performance Baseline csv format 2014-10-06 20:56:43 -07:00