Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-11Bug 469954 - FileSystem readlink returns trailing garbage1.3.01.3_mars_bugfixEugene Tarassov1-4/+8
2014-06-18TCF Agent: fixed build error caused by undefined ENOTBLK, ESHUTDOWN and ESOCK...Eugene Tarassov1-0/+6
2014-06-16Bug 437547: extend FileSystem POSIX errno supportJerome Guiban1-0/+218
2014-02-03TCF Agent: fixed: closing a channel with pending FileSystem commands can case...Eugene Tarassov1-19/+19
2014-02-03Bug 427248 - IFilesystem.fsetstat call lead to assertion in runtime agentEugene Tarassov1-0/+9
2014-01-14TCF Agent: fixed regression: memory leakEugene Tarassov1-15/+13
2014-01-14Bug 425520: Updated FileSystem root commandjguiban1-112/+60
2013-12-30TCF Agent: re-worked File System service. Async implementation of setstat and...Eugene Tarassov1-226/+208
2013-12-17TCF Agent: fixed compiler warning: invalid conversion from ‘void*’ to ‘...Eugene Tarassov1-1/+1
2013-12-17TCF Agent: fixed valgrind error: invalid read 0 bytes after a blockEugene Tarassov1-5/+5
2013-12-17Bug 423568 : updated FileSystem opendir/readdirjguiban1-81/+98
2013-11-14TCF Agent: fixed Cygwin build - _WIN32 no longer set on CygwinEugene Tarassov1-18/+18
2013-11-09TCF Agent: #include <dirent.h> is moved into mdep-fs.hEugene Tarassov1-1/+0
2013-11-06Bug 421055: More FileSystem use a worker threadjguiban1-50/+96
2013-09-17TCF Agent: file system related defines are moved from mdep.h into a separate ...Eugene Tarassov1-0/+1
2013-08-09A bit of code cleanupEugene Tarassov1-2/+1
2013-07-18FileSystem service; Fix mapping of O_RDWR flagjguiban1-2/+5
2013-06-19TCF Agent: updated copyright yearEugene Tarassov1-2/+2
2013-06-19filesystem: prevent extra channel close listenerJerome Guiban1-16/+7
2012-08-01Agent: various compiler warning fixesPeder Andersen1-27/+29
2012-06-10TCF Agent: new function in JSON API: json_test_charEugene Tarassov1-54/+54
2012-03-11TCF Agent: added support for function call injection.Eugene Tarassov1-0/+3
2011-12-14TCF Agent: added support of 64-bit Windows.Eugene Tarassov1-22/+22
2011-11-28TCF Agent: fixed regression in FileSystem.write command that causes an assert...Eugene Tarassov1-5/+8
2011-11-23TCF Agent: more efficient implementation of tmp_alloc().Eugene Tarassov1-8/+5
2011-11-21Merge remote branch 'remotes/origin/master' into juno-refactoringEugene Tarassov1-3/+2
2011-11-11#include directives changed to include "tcf" as the first directory name in h...Eugene Tarassov1-11/+11
2011-11-11Agent code is moved into separate "agent" directory, all C code moved into "t...Eugene Tarassov1-0/+1397

    Back to the top