1. 293203d Move all procRun declarations to top of function by Charles Celerier · 10 months ago main
  2. d190850 Poll the fifo once before reading to detect when a process never loads libc by Charles Celerier · 11 months ago
  3. bc9f8de Don't allow creation of fifo when opening since it should already exist by Charles Celerier · 11 months ago
  4. 39e85c3 Make fsatrace a dependency of the test target instead of all by Charles Celerier · 11 months ago
  5. 16ce6d9 Remove fsatest artifacts when cleaning repository by Charles Celerier · 11 months ago
  6. b39e83d Make the lib target a dependency of fsatrace by Charles Celerier · 11 months ago
  7. 83dd76b Use error() from proc.h instead of errno in emit.c by Charles Celerier · 11 months ago
  8. 5214786 Refactor switch statement for errors by Charles Celerier · 11 months ago
  9. bbc9f95 Don't print errno string after every command line argument by Charles Celerier · 11 months ago
  10. 6a8a87a Fix formatting, exit on error by Tamir Duberstein · 3 years, 4 months ago
  11. 68866c0 Pass fifo as absolute path by Tamir Duberstein · 3 years, 4 months ago
  12. ba8ca0b Add missing include to fix build on Mac by Jay Zhuang · 3 years, 8 months ago
  13. d4b55ee Use mkstemp instead of tmpnam by Jay Zhuang · 3 years, 8 months ago
  14. b0738cc Improves error logging by Jay Zhuang · 3 years, 8 months ago
  15. c1bfa45 Fix compilation on Mac by Jay Zhuang · 3 years, 9 months ago
  16. 615906d Use fifo for IPC instead of shm by Jay Zhuang · 3 years, 9 months ago
  17. 31ca16c Add README.fuchsia by Jay Zhuang · 3 years, 9 months ago
  18. fb10b2f Better report buffer overflow failures by Jay Zhuang · 3 years, 9 months ago
  19. 82b2da3 Add more information to failure messages by Jay Zhuang · 3 years, 9 months ago
  20. c77e21d Use src/fsatrace.h by Jorge Acereda · 3 years, 10 months ago
  21. 5af7951 Remove remaining FSAT_BUF_SIZE reference by Jorge Acereda · 3 years, 10 months ago v0.0.5
  22. eb29688 Go back to static buffer size, 16MB this time by Jorge Acereda · 3 years, 10 months ago
  23. bab5b5d Environment variable to disable DLL dependency reporting (set FSAT_IGNORE_DLLS=1) by Jorge Acereda · 3 years, 11 months ago
  24. 9b81c5d Avoid stack overflows (happened invoking emacs scripts) by Jorge Acereda · 4 years ago v0.0.4
  25. b663992 Move declaration to beginning of block by Jorge Acereda · 5 years ago
  26. ef64a36 Avoid second atol() by Jorge Acereda · 5 years ago
  27. f4d75cb clang-format by Jorge Acereda · 5 years ago
  28. cea3711 Add optional env var for buffer size by Jay Zhuang · 5 years ago
  29. b359b2f Fix non-uniq mode by Jorge Acereda · 5 years ago
  30. 41b02a0 Fix bad compile flags, supersedes #38 by Jorge Acereda · 5 years ago
  31. 303feb6 Try to fix Travis build by Jorge Acereda · 5 years ago
  32. f8f3b1e Try to fix appveyor build by Jorge Acereda · 5 years ago
  33. e37d3dc use stack's variable by Kazuki Okamoto · 5 years ago
  34. 86a621c Some simplifications, renameat2() by Jorge Acereda · 6 years ago
  35. 2e083b4 Add gzip test by Jorge Acereda · 6 years ago
  36. 96a2bd6 Implement sort of realpathat() by Jorge Acereda · 6 years ago
  37. d3aaf67 Fix some problems with recent glibc by Jorge Acereda · 6 years ago
  38. 41fbba1 Warning by Jorge Acereda · 6 years ago
  39. bbdbea4 Don't apply the FSAT_OUT workaround on Unix by Jorge Acereda · 6 years ago
  40. b0c470c Fix procPath() on Linux by Jorge Acereda · 6 years ago
  41. 17f06cc Yet another attempt at fixing travis build by Jorge Acereda · 6 years ago
  42. 1b6095e Trying to fix travis build by Jorge Acereda · 6 years ago
  43. 4f9f599 Bash seems to strip FSAT_OUT environment variable, disgusting workaround to pass it in PATH by Jorge Acereda · 6 years ago
  44. e8d46cf Remove FIXME by Jorge Acereda · 6 years ago
  45. 5fcdd2f Calculate arg length once by Jorge Acereda · 6 years ago
  46. f8b3e76 Merge branch 'ndmitchell-test-fixmes' by Jorge Acereda · 6 years ago
  47. a9546f3 Revert "Cosmetic changes" by Jorge Acereda · 6 years ago
  48. 813be94 Remove the fixme function entirely by Neil Mitchell · 6 years ago
  49. 32e59ce Switch to the fixme working case by Neil Mitchell · 6 years ago
  50. 230cbd7 STARTUPINFO must be cleared by Jorge Acereda · 6 years ago
  51. 6acd082 Leaked handles by Jorge Acereda · 6 years ago
  52. 3b4be3c Leak by Jorge Acereda · 6 years ago
  53. ef598a1 Cosmetic changes by Jorge Acereda · 6 years ago
  54. aaac320 Use bool by Jorge Acereda · 6 years ago
  55. 2e99327 Use strcasecmp by Neil Mitchell · 6 years ago
  56. ada3bdc Move the injection detection and disable after running CreateProcess by Neil Mitchell · 6 years ago
  57. 22756ac Remove environment variable munging that failed by Neil Mitchell · 6 years ago
  58. 9b583cf Fix more types of cross-process call on Windows by Neil Mitchell · 6 years ago
  59. 141e0ee Add flags for bit-ness on Windows by Neil Mitchell · 6 years ago
  60. 678e29d Reflect the version used in travis by Jorge Acereda · 6 years ago
  61. 3a57318 Missing include by Jorge Acereda · 7 years ago
  62. c56947b Bash didn't report accesses on macOS, workaround for getenv() returning null by Jorge Acereda · 7 years ago
  63. b45f648 Indent by Jorge Acereda · 7 years ago
  64. 0295242 Renames weren't registered on macOS if the destination file already existed, intercept renameatx_np/renamex_np by Jorge Acereda · 7 years ago
  65. 64eeebe Fixes for test target by Jorge Acereda · 7 years ago
  66. b260289 Extract compiler from CC environment variable by Jorge Acereda · 7 years ago
  67. 8279358 Another attempt at making exec work on Posix too by Neil Mitchell · 7 years ago
  68. 8f298b3 More playing around with headers by Neil Mitchell · 7 years ago
  69. 70a3926 More headers by Neil Mitchell · 7 years ago
  70. ad2c880 Add support for sleeping for N seconds by Neil Mitchell · 7 years ago
  71. eafc609 Switch from execv to spawn, so the program continues by Neil Mitchell · 7 years ago
  72. 6f7effe Avoid warnings in the .ghci file by Neil Mitchell · 7 years ago
  73. b02b894 Remove an unnecessary header by Neil Mitchell · 7 years ago
  74. 2037c10 Disable ActE entirely by Neil Mitchell · 7 years ago
  75. 0d6c26f Another thing shells can't handle by Neil Mitchell · 7 years ago
  76. e52c18c Make sure we ban 32 to 64 bit transitions since they don't work by Neil Mitchell · 7 years ago
  77. e5a5162 Provide another way to do shrinking by Neil Mitchell · 7 years ago
  78. b3f8f1a Expose all of FSATest from the tester by Neil Mitchell · 7 years ago
  79. 9ec5781 Change the tester to spawn directly, not via the command line by Neil Mitchell · 7 years ago
  80. 8a0d126 Remove one FIXME, was a bug in the test suite by Neil Mitchell · 7 years ago
  81. b33c4af Fix the unescape function, it was forgetting to put the trailing NUL in by Neil Mitchell · 7 years ago
  82. a02613e Add a proper fixme test by Neil Mitchell · 7 years ago
  83. 6aab2f4 Fix the FIXME saying how to enable the test by Neil Mitchell · 7 years ago
  84. 90de331 Add a randomly generated test suite by Neil Mitchell · 7 years ago
  85. 30419dd Add a missing function by Neil Mitchell · 7 years ago
  86. 83739a4 No need to filter the output as we do that by standard by Neil Mitchell · 7 years ago
  87. 68db548 Generalise yieldsPrepare by Neil Mitchell · 7 years ago
  88. 9ac394e Add an fsatest test harness by Neil Mitchell · 7 years ago
  89. ee7b2d0 Move the gcc test back by Neil Mitchell · 7 years ago
  90. 76ed416 Inline allValues everywhere by Neil Mitchell · 7 years ago
  91. 7818c21 Pull the C and GCC tests into one place by Neil Mitchell · 7 years ago
  92. 23972ce Inline some definitions and clean up by Neil Mitchell · 7 years ago
  93. 72cde0b Pull lots of things out to the top level by Neil Mitchell · 7 years ago
  94. 388a076 Rename propArgsRoundtrip by Neil Mitchell · 7 years ago
  95. c8d7749 Delete errorFrom by Neil Mitchell · 7 years ago
  96. aeeeb43 Fix up the dumpargs test by Neil Mitchell · 7 years ago
  97. fa55a2a Fix warnings by Neil Mitchell · 7 years ago
  98. 6536195 Make sure the same warnings are enabled in .cabal by Neil Mitchell · 7 years ago
  99. 6a7894c Prefer liftIO to run by Neil Mitchell · 7 years ago
  100. 77307e4 Rename some process running utilities by Neil Mitchell · 7 years ago