summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-20Fixed the AssemblyInfo.cs template file0.1Manish Sinha1-1/+1
2011-01-20Fix the delay signing problemManish Sinha1-1/+1
2011-01-20Bumped the version to 0.1.1.0vv0.1.1.0Manish Sinha1-1/+1
2011-01-20Rebased from trunkManish Sinha2-9/+10
2011-01-20Fixed LP bug #705091 , changed the RawEvent from class to struct and the Data...Manish Sinha3-9/+4
2010-12-17Fix bug #690112 on Launchpad filed against Zeitgeist SharpManish Sinha2-9/+10
2010-11-09Removed the .pc file and bumped the version to 0.1.0.3vv0.1.0.3Manish Sinha2-6/+1
2010-11-09Added Copyrights and LicenseManish Sinha30-4/+608
2010-11-01Changed the version from 0.1 to 0.1.0.1vv0.1.0.1Manish Sinha2-2/+2
2010-11-01Added Zeitgeist/AssemblyInfo.cs to Zeitgeist/Zeitgeist.csproj and updated the...Manish Sinha6-3/+47
2010-10-22Renamed Blacklist folder to Monitor and removed all the tests which insert ev...Manish Sinha6-49/+11
2010-10-21Added a ctor for TimeRange which takes the start and end values as DateTime i...Manish Sinha1-0/+25
2010-10-20Fixed the Zeitgeist Monitor implementation. Thanks to SeifManish Sinha2-16/+10
2010-10-20Added unittest for MonitorManish Sinha3-0/+71
2010-10-10Added support for MonitorManish Sinha5-0/+129
2010-10-07Fixed Interpretation and Manifestation to deal with unknown Uris and Fixed al...Manish Sinha8-23/+32
2010-10-07Merge with fixed build system and also changed the type from struct to classManish Sinha13-142/+77
2010-10-05Rewritten build system from scratch using autotools and xbuildMirco Bauer11-138/+70
2010-10-03Added unit tests for LogClient.FindEvents and also updated the build script f...Manish Sinha3-0/+40
2010-10-03Added test for LogClient.FindEventIds and also fixed RawEvent for handling no...Manish Sinha5-11/+41
2010-10-03Implemented TestDeleteEvent and also made changes to TimeRange to make it mor...Manish Sinha6-38/+131
2010-10-03Added test cases for GetEvent and InsertEvent and also modified Interpretatio...Manish Sinha9-41/+165
2010-10-03Added unittests for ManifestationManish Sinha2-1/+219
2010-10-03Added Testsuit project. Added unittests for InterpretationManish Sinha5-1/+487
2010-10-02Changed the KeyValuePair<string,string> to a custom Data Type named NameUri w...Manish Sinha7-315/+348
2010-10-02Merge from trunk to the branch with DateTime fixManish Sinha7-141/+145
2010-10-01Fixed bug #651345Manish Sinha1-8/+8
2010-10-01Due to changing of access modifier to internal in last commit a few problems ...Manish Sinha4-135/+139
2010-10-01Changed the access modifier from public to internal for these class/structManish Sinha6-6/+6
2010-09-20Removed Zeitgeist.Cli Project and updated build scriptsManish Sinha9-261/+4
2010-09-19Added LICENSE file, MAINTAINERS and READMEManish Sinha3-0/+30
2010-09-19Initialized Subject and Payload properties in Event class and also added meth...Manish Sinha3-6/+54
2010-09-19Added handling of event Id. Put 0 to ignoreManish Sinha1-1/+4
2010-09-18Commented the methods and Properties og ZgUtils and also made it a public Cla...Manish Sinha1-1/+31
2010-09-18Implemented UNIX Timestamp to System.DateTime and also added support for it i...Manish Sinha6-19/+71
2010-09-18Added DateTime support in Zeitgeist.Datamodel.Event for the Property TimestampManish Sinha4-7/+32
2010-09-18Added Interpretation and Manifestation support in Zeitgeist.Datamodel.EventManish Sinha5-21/+32
2010-09-18Implemented search in ManifestationManish Sinha3-7/+107
2010-09-18Implemented Manifestation in DatamodelManish Sinha4-5/+405
2010-09-18Added support for searching for an interpretationManish Sinha2-5/+323
2010-09-18Created Interpretation.cs file and update the Makefile.am file accordinglyManish Sinha3-1/+1289
2010-09-18Changed the name of the solution nameManish Sinha3-2/+2
2010-09-17Added autotools support for zeitgeist-sharpManish Sinha9-0/+525
2010-09-11Fixed the public access attribute for events in DataSourceClientManish Sinha1-3/+3
2010-09-11Chained events in DataSourceClient from IDataSource and changed the static(ne...Manish Sinha4-63/+99
2010-09-11Finished all the XML documents re-orgainization and breaking down <summary> i...Manish Sinha5-44/+59
2010-09-11Fixed the XML comments on all the TypesManish Sinha7-44/+218
2010-09-10Added hell lot of XML comment for generating DocumentationManish Sinha8-29/+585
2010-09-10Added documentation to DataSourceClient.cs and LogClient.csManish Sinha2-0/+196
2010-09-10Moved out GetDBusObject out to ZgUtils and it uses Generic method. The signat...Manish Sinha5-42/+77