An error occurred fetching the project authors.
- 01 Aug, 2023 1 commit
-
-
Robert Schmidt authored
There is already common/utils/config.h. This file(name) is hardcoded as it is included into asn1c, and cannot be renamed. To avoid a name clash and confusing, we rename T's config.h/c to configuration.h/c.
-
- 07 Jan, 2019 1 commit
-
-
Cedric Roux authored
For whatever reason most of the files had their permission changed from 644 to 755, which is not wanted.
-
- 02 May, 2018 1 commit
-
-
Cedric Roux authored
Whenever the value T_BUFFER_MAX changes, the tracers had to be recompiled. The only reason why it was needed is because we used some fixed size buffers to read events. This commit removes this restriction. Also, with the basic simulator, this value T_BUFFER_MAX now comes with an #ifdef which would have required some special hackish-level tricks in the tracers, which is not good. Let's just allocate memory when needed.
-
- 14 Aug, 2017 1 commit
-
-
khalidhamdy authored
-
- 17 Jun, 2016 1 commit
-
-
Cedric Roux authored
-
- 05 Jun, 2016 4 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
write() on a socket with the other end closed throws a SIGPIPE. Let's ignore this signal. write() will return an error anyway...
-
Cedric Roux authored
fullread has been changed, so get_event too, and the callers also for the moment the callers crash, enb.c will be a bit more clever, the others to see...
-
Cedric Roux authored
The application (enb.c basically) will now monitor the socket and reconnect if it dies. See following commits.
-
- 04 Jun, 2016 1 commit
-
-
Cedric Roux authored
It was wrong. Plus it is starting work so as to make enb.c not crashing if the tracee goes away (maybe also textlog and vcd, but those are of less importance).
-
- 31 May, 2016 1 commit
-
-
Cedric Roux authored
The local tracer now waits for the remote tracer to connect, that's no more the other way around. All the remote tracers (textlog, enb, vcd) have also been converted.
-
- 25 May, 2016 1 commit
-
-
Cedric Roux authored
as special events. If we store all received events to a file, this dump is now self-contained. Helps to analyze traces. Some functions have also been factorized in the process, too much duplication. (Also tracer/Makefile was forgotten in previous commit, included in this one...)
-
- 20 May, 2016 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 12 May, 2016 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 11 May, 2016 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
this calls clock_gettime for each active T macro, hopefully it does not eat too much CPU can be deactivated by commenting one line in T_defs.h
-
- 04 May, 2016 1 commit
-
-
Cedric Roux authored
-
- 02 May, 2016 1 commit
-
-
Cedric Roux authored
-
- 01 May, 2016 1 commit
-
-
Cedric Roux authored
-
- 28 Apr, 2016 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
introducing generic "view" with two instantiations: stdout and textlist
-
- 27 Apr, 2016 1 commit
-
-
Cedric Roux authored
-