log

age author description
2018-01-26 cin missing files v3
2018-01-26 cin working on promises v3
2018-01-25 cin working on promises v3
2018-01-24 cin working on promises v3
2018-01-24 cin Working on promises v3
2016-11-09 cin close v2-1 v2-1
2018-01-23 cin refactoring, moving to dotnercore, simplifying promises v3
2017-12-13 cin fix v2
2017-11-30 cin fixed unpredictable Safe.Dispose behaviour v2
2017-11-22 cin missing files v2
2017-11-21 cin JsonReader optimizations v2
2017-10-05 cin Слияние v2
2017-10-05 cin Added implab nuget spec v2
2017-10-04 cin Improved AsyncQueue v2
2017-09-20 cin Слияние v2
2017-09-20 cin Added SerializationHelpers.SerializeToFile method v2
2017-09-13 cin slowly cutting off mono specific settings v2
2017-09-12 cin JsonXmlReader performance tuning v2
2017-09-11 cin Rewritten JsonScanner, JsonParser, fixed naming style v2
2017-09-09 cin Reimplemented JsonXmlReader, added support for null values: JSON null values are v2
2017-08-24 cin fixed JSON parser error when parsing escaped double quote symbol v2
2017-08-22 cin JSONXmlReaderFixed fixed boolean values handling v2
2017-08-22 cin Слияние с default v2
2017-08-22 cin Слияние default
2017-08-22 cin sync
2017-06-22 cin fixed recursion in Safe.Dispose with IEnumerable v2
2017-06-20 cin .csproj changes v2
2017-05-18 cin fixed trace v2
2017-05-03 cin Trace logical operations in the correct channel v2
2017-05-02 cin More verbose output with TextFileListener v2
2017-04-25 cin Fixed component container v2
2017-04-21 cin Fixed InteractiveListener to support OLE and clipboard. v2
2017-04-14 cin Added the time delta column to the interactive trace listener v2
2017-04-10 cin Minor code changes v2
2017-04-04 cin Added class Trace<T> to manage channels for individual classes, if SomeClass v2
2017-03-21 cin Code review, added a non generic version of SyncContextPromise v2
2017-03-20 cin Code review for RunnableComponent v2
2016-11-16 cin Bound promise to CancellationToken v2
2016-11-13 cin RunnableComponent.Dispose(bool,Exception) changed to standart Dispose(bool) v2
2016-11-09 cin added Safe.DispatchEvent() a legacy equivalent for '?.Invoke()' v2
2016-10-25 cin Слияние v2
2016-10-25 cin Added ResetState to RunnableComponent to reset in case of failure v2
2016-10-24 cin Fixed broken Implab.Diagnostics.Interactive v2
2016-10-18 cin Added 'Fail' method to RunnableComponent which allows component to move from v2
2016-10-17 cin Implemented PollingRunnableComponent v2
2016-10-16 cin TraceLog tests v2
2016-10-14 cin working version of the project v2
2016-10-14 cin Слияние с default v2
2016-10-10 koff fixed error handling for chained actions
2016-09-01 cin fixed: the error handler should not handle handlers errors
2016-08-29 cin fixed promise chaining behavior, the error handler doesn't handle result or cancellation handlers exceptions these exceptions are propagated to the next handlers.
2016-05-04 cin minor changes v2
2016-04-25 cin working on diagnostics v2
2016-04-22 cin Added tag release v2.1 for changeset f1da3afc3521
2016-04-22 cin Слияние с v2 release v2.1
2016-04-22 cin bump version to 2.1 v2
2016-04-22 cin Слияние с ref20160224 v2
2016-04-22 cin Закрыть ветку ref20160224 ref20160224
2016-04-22 cin Updated VS project ref20160224
2016-04-19 cin Reworked cancelation handling, if the cancel handler isn't specified the OperationCanceledException will be handled by the error handler ref20160224
2016-04-18 cin working on cancelation and error handling ref20160224
2016-04-18 cin runnable component, work in progress ref20160224
2016-04-16 cin working on runnable component ref20160224
2016-03-24 cin fixed DFA optimization, JSON is fully functional ref20160224
2016-03-24 cin pretty print DFA, the minimization is still buggy ref20160224
2016-03-24 cin minor fixes and debug ref20160224
2016-03-23 cin refactoring complete, JSONParser rewritten ref20160224
2016-03-23 cin sync ref20160224
2016-03-23 cin working on JSON parser ref20160224
2016-03-22 cin refactoring ref20160224
2016-03-22 cin rewritten the text scanner ref20160224
2016-03-21 cin sync ref20160224
2016-03-18 cin sync ref20160224
2016-03-14 cin Working on text scanner ref20160224
2016-03-13 cin Working on text scanner ref20160224
2016-03-09 cin Working on regular DFA ref20160224
2016-03-03 cin DFA refactoring, rx based dfa. ref20160224
2016-03-03 cin DFA refactoring ref20160224
2016-03-02 cin sync ref20160224
2016-03-01 cin sync ref20160224
2016-02-29 cin sync ref20160224
2016-02-28 cin DFA refactoring ref20160224
2016-02-24 cin Almost complete DFA refactoring ref20160224
2016-02-24 cin JSON moved to Formats namespace ref20160224
2016-02-24 cin DFA refactoring ref20160224
2016-02-19 cin DFA refactoring v2
2016-02-18 cin fixed regression: race condition in Promise v2
2016-02-18 cin minor fix v2
2016-02-18 cin refactoring, code cleanup v2
2016-02-18 cin sync v2
2016-02-15 cin Promises: SignalXXX methods merged into SignalHandler method. v2
2016-02-12 cin minor fixes for vs2012 v2
2016-02-11 cin docs v2
2016-02-11 cin docs v2
2016-02-10 cin component model refactoring v2
2016-02-03 cin Added support for 'await' operator to promises v2
2015-12-12 cin JSONWriter improvements v2
2015-05-06 cin fixed promises cancellation v2
2015-04-15 cin fixed timeout handling in promises v2
2015-03-17 cin sync v2
2015-03-09 cin minor changes v2
2015-03-07 cin RC: cancellation support for promises + tests v2
2015-03-06 cin DRAFT: refactoring v2
2015-03-04 cin DRAFT: refactoring, adding cancelation token v2
2015-03-04 cin fixed JSONWriter handling Infinity, NaN and locale aware number formatting v2
2015-02-23 cin fixed JSON writer v2
2015-02-20 cin fixes v2
2015-02-18 cin fixed blocking queue v2
2015-02-17 cin added ICancellable.Cancel(Exception) to allow specify the reason of cancellation v2
2015-02-16 cin added the blocking queue v2
2015-02-15 cin shared locks + tests v2
2015-02-12 cin Fixed chaining of promises with 'Then' method v2
2015-02-10 cin Improved logging v2
2015-02-08 cin sync v2
2015-02-07 cin minor fixes v2
2015-02-07 cin minor changes v2
2015-01-30 cin fixed Resove method bug when calling it on already cancelled promise v2
2015-01-29 cin Added SharedLock to synchronization routines v2
2015-01-29 cin Added Signal class a lightweight alternative to ManualResetEvent v2
2015-01-27 cin fixed AsyncQueue iterator v2