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