Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-07TCF Agent: add mingw64 cross build supportSanimir Agovic1-1/+1
2019-02-19TCF Agent: vxWorks: _WRS_CONFIG_CORE_POSIX_MKDIR should be _WRS_CONFIG_CORE__...Eugene Tarassov1-1/+1
2019-02-15TCF Agent: VxWorks mkdir changed to support two parametersEugene Tarassov1-7/+8
2018-02-24TCF Agent: fixed minor style inconsistencies in the codeEugene Tarassov1-2/+2
2018-01-07Bug 529375 - Fix TCF Agent to build with musl C libraryEugene Tarassov1-6/+2
2017-12-16TCF Agent: remove redundant includes in the matching c/h-filesEugene Tarassov1-2/+1
2017-11-22TCF Agent: fixed inconsistencies between format specification and argument ty...Eugene Tarassov1-2/+2
2017-07-14TCF Agent: Use strlcpy instead of strcpy to slience coverityFelix Burton1-1/+1
2017-01-13TCF Agent: allow get_user_home() to return "/"Eugene Tarassov1-1/+3
2015-06-11Bug 469954 - FileSystem readlink returns trailing garbageEugene 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