index
:
zeitgeist/zeitgeist-sharp
0.1
master
C# bindings for Zeitgeist
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Zeitgeist
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-17
Fix bug #690112 on Launchpad filed against Zeitgeist Sharp
Manish Sinha
2
-9
/
+10
2010-11-09
Removed the .pc file and bumped the version to 0.1.0.3
vv0.1.0.3
Manish Sinha
1
-5
/
+0
2010-11-09
Added Copyrights and License
Manish Sinha
21
-3
/
+439
2010-11-01
Changed the version from 0.1 to 0.1.0.1
vv0.1.0.1
Manish Sinha
1
-1
/
+1
2010-11-01
Added Zeitgeist/AssemblyInfo.cs to Zeitgeist/Zeitgeist.csproj and updated the...
Manish Sinha
5
-2
/
+46
2010-10-21
Added a ctor for TimeRange which takes the start and end values as DateTime i...
Manish Sinha
1
-0
/
+25
2010-10-20
Fixed the Zeitgeist Monitor implementation. Thanks to Seif
Manish Sinha
1
-11
/
+7
2010-10-20
Added unittest for Monitor
Manish Sinha
1
-0
/
+3
2010-10-10
Added support for Monitor
Manish Sinha
3
-0
/
+119
2010-10-07
Fixed Interpretation and Manifestation to deal with unknown Uris and Fixed al...
Manish Sinha
3
-2
/
+13
2010-10-07
Merge with fixed build system and also changed the type from struct to class
Manish Sinha
9
-102
/
+51
2010-10-05
Rewritten build system from scratch using autotools and xbuild
Mirco Bauer
7
-98
/
+44
2010-10-03
Added unit tests for LogClient.FindEvents and also updated the build script f...
Manish Sinha
1
-0
/
+1
2010-10-03
Added test for LogClient.FindEventIds and also fixed RawEvent for handling no...
Manish Sinha
3
-11
/
+9
2010-10-03
Implemented TestDeleteEvent and also made changes to TimeRange to make it mor...
Manish Sinha
3
-22
/
+80
2010-10-03
Added test cases for GetEvent and InsertEvent and also modified Interpretatio...
Manish Sinha
5
-40
/
+57
2010-10-03
Added Testsuit project. Added unittests for Interpretation
Manish Sinha
1
-1
/
+17
2010-10-02
Changed the KeyValuePair<string,string> to a custom Data Type named NameUri w...
Manish Sinha
7
-315
/
+348
2010-10-02
Merge from trunk to the branch with DateTime fix
Manish Sinha
7
-141
/
+145
2010-10-01
Fixed bug #651345
Manish Sinha
1
-8
/
+8
2010-10-01
Due to changing of access modifier to internal in last commit a few problems ...
Manish Sinha
4
-135
/
+139
2010-10-01
Changed the access modifier from public to internal for these class/struct
Manish Sinha
6
-6
/
+6
2010-09-20
Removed Zeitgeist.Cli Project and updated build scripts
Manish Sinha
1
-2
/
+1
2010-09-19
Initialized Subject and Payload properties in Event class and also added meth...
Manish Sinha
3
-6
/
+54
2010-09-19
Added handling of event Id. Put 0 to ignore
Manish Sinha
1
-1
/
+4
2010-09-18
Commented the methods and Properties og ZgUtils and also made it a public Cla...
Manish Sinha
1
-1
/
+31
2010-09-18
Implemented UNIX Timestamp to System.DateTime and also added support for it i...
Manish Sinha
3
-11
/
+63
2010-09-18
Added DateTime support in Zeitgeist.Datamodel.Event for the Property Timestamp
Manish Sinha
2
-3
/
+25
2010-09-18
Added Interpretation and Manifestation support in Zeitgeist.Datamodel.Event
Manish Sinha
3
-12
/
+21
2010-09-18
Implemented search in Manifestation
Manish Sinha
1
-3
/
+102
2010-09-18
Implemented Manifestation in Datamodel
Manish Sinha
3
-1
/
+401
2010-09-18
Added support for searching for an interpretation
Manish Sinha
1
-5
/
+321
2010-09-18
Created Interpretation.cs file and update the Makefile.am file accordingly
Manish Sinha
3
-1
/
+1289
2010-09-17
Added autotools support for zeitgeist-sharp
Manish Sinha
2
-0
/
+103
2010-09-11
Fixed the public access attribute for events in DataSourceClient
Manish Sinha
1
-3
/
+3
2010-09-11
Chained events in DataSourceClient from IDataSource and changed the static(ne...
Manish Sinha
3
-60
/
+96
2010-09-11
Finished all the XML documents re-orgainization and breaking down <summary> i...
Manish Sinha
5
-44
/
+59
2010-09-11
Fixed the XML comments on all the Types
Manish Sinha
7
-44
/
+218
2010-09-10
Added hell lot of XML comment for generating Documentation
Manish Sinha
8
-29
/
+585
2010-09-10
Added documentation to DataSourceClient.cs and LogClient.cs
Manish Sinha
2
-0
/
+196
2010-09-10
Moved out GetDBusObject out to ZgUtils and it uses Generic method. The signat...
Manish Sinha
5
-42
/
+77
2010-09-10
Wrapped 3 methods in LogClient from ILog
Manish Sinha
2
-1
/
+43
2010-09-10
Implementing LogClient
Manish Sinha
5
-18
/
+128
2010-09-10
Wrapped IBlacklist
Manish Sinha
4
-1
/
+53
2010-09-07
Created DataSourceClient and RawDataModel
Manish Sinha
5
-15
/
+165
2010-09-06
Implemented Interface ILog with the following methods
Manish Sinha
4
-12
/
+51
2010-09-05
Implemented IBlacklist and also finished RawEvent and Event with converting f...
Manish Sinha
4
-21
/
+144
2010-09-05
Created Client/IDataSources and arrange the various projects with proper name...
Manish Sinha
11
-0
/
+278