1. 48af52e Fix busybox style complaints by Gavin Howard · 6 years ago
  2. 62c7f89 Remove some useless loop conditions by Gavin Howard · 6 years ago
  3. 5a67bfc Fix a couple more things for busybox by Gavin Howard · 6 years ago
  4. c39cbcf Fix busybox by Gavin Howard · 6 years ago
  5. fcff3e0 Fix toybox for recent changes by Gavin Howard · 6 years ago
  6. ad0ecfe Create functions to just die on OOM by Gavin Howard · 6 years ago
  7. 9d2497d Fix a busybox compile error by Gavin Howard · 6 years ago
  8. 709165e Fix typo in RELEASE.md by Gavin Howard · 6 years ago
  9. e5d5f97 Update busybox sizes by Gavin Howard · 6 years ago
  10. cfae149 Add another recommendation to the README by Gavin Howard · 6 years ago
  11. 3a8578c Remove a useless #define by Gavin Howard · 6 years ago
  12. f0d5817 Fix some busybox things by Gavin Howard · 6 years ago
  13. 3d5ed1f Fix busybox and toybox releases by Gavin Howard · 6 years ago
  14. f89006a Style fixes for busybox and toybox by Gavin Howard · 6 years ago
  15. 70dd895 Increment the version by Gavin Howard · 6 years ago
  16. b5ec7f3 Style fixes by Gavin Howard · 6 years ago
  17. f679ad8 Fix a bug in divmod by Gavin Howard · 6 years ago
  18. 8f754d9 Make extra sure that memory errors can't happen in num.c by Gavin Howard · 6 years ago
  19. 967a43b Make extra sure that memory errors do not happen in sqrt by Gavin Howard · 6 years ago
  20. c4924be Fix a possible memory error bug by Gavin Howard · 6 years ago
  21. d8d60c4 Style fix by Gavin Howard · 6 years ago
  22. daaf9b1 Fix the bug for real by Gavin Howard · 6 years ago
  23. e193fe1 Style fix by Gavin Howard · 6 years ago
  24. 45de6a8 Fix a small bug found by a random curiosity by Gavin Howard · 6 years ago
  25. 8674aba Make more functions static by Gavin Howard · 6 years ago
  26. c06bfa9 Update busybox sizes by Gavin Howard · 6 years ago
  27. 4c6b349 Another style fix by Gavin Howard · 6 years ago
  28. 8df0178 Style fixes by Gavin Howard · 6 years ago
  29. 04bfde9 Add a note to the README by Gavin Howard · 6 years ago
  30. dced675 Fix a typo in the README by Gavin Howard · 6 years ago
  31. f2f48e1 Change permissions on dc scripts by Gavin Howard · 6 years ago
  32. d7d5131 Change permissions on a file to allow execution by Gavin Howard · 6 years ago
  33. 4f19a92 Fix an oversight in the Makefile by Gavin Howard · 6 years ago
  34. e8fe0d1 Fix the release checklist by Gavin Howard · 6 years ago
  35. f406f80 Improve the README by Gavin Howard · 6 years ago
  36. 1529128 Make sure to delete the timeconst script from release by Gavin Howard · 6 years ago
  37. 0f46afc Fix a bug in randmath.py by Gavin Howard · 6 years ago
  38. 443084c Fix the valgrind_timeconst target by Gavin Howard · 6 years ago
  39. 8dad615 Fix some bugs in tests/all.sh by Gavin Howard · 6 years ago
  40. 244132c Tweak to the release script by Gavin Howard · 6 years ago
  41. ff8ad3f Tweaks to docs by Gavin Howard · 6 years ago
  42. 02e8e39 Don't run toybox or busybox through the args tests by Gavin Howard · 6 years ago
  43. 7d1991b Update busybox sizes by Gavin Howard · 6 years ago
  44. 5d73a9b Fix compiler warnings in busybox by Gavin Howard · 6 years ago
  45. d9ff27f Add a couple items to the release checklist by Gavin Howard · 6 years ago
  46. e27921e Improve TOCTOU error handling in read.c by Gavin Howard · 6 years ago
  47. 34edd0a Improve coverage and remove some useless code by Gavin Howard · 6 years ago
  48. 6235f0f Add encouragement to optimize to the README by Gavin Howard · 6 years ago
  49. 130a2da Improve the coverage target by Gavin Howard · 6 years ago
  50. 4863d28 Add tests to increase coverage by Gavin Howard · 6 years ago
  51. bd09871 Fix a bit of undefined behavior that was exploited by gcc by Gavin Howard · 6 years ago
  52. 27c5e7f Add a small disclaimer to the README by Gavin Howard · 6 years ago
  53. cabafe1 Add a test coverage target by Gavin Howard · 6 years ago
  54. c919354 Make the xstatic link a link by Gavin Howard · 6 years ago
  55. b6ad31a Style fix by Gavin Howard · 6 years ago
  56. a218a39 Update error handling by Gavin Howard · 6 years ago
  57. 2d3368c Style fixes by Gavin Howard · 6 years ago
  58. 85acd1b Make sure to check for other signals by Gavin Howard · 6 years ago
  59. 95aeae3 Fix toybox break from a bug fix by Gavin Howard · 6 years ago
  60. 5212696 Style fix by Gavin Howard · 6 years ago
  61. 111d039 Attempt to fix bugs found by Thalheim by Gavin Howard · 6 years ago
  62. 1dc4158 Add some parentheses tests by Gavin Howard · 6 years ago
  63. 4936c06 Fix a problem in release.sh by Gavin Howard · 6 years ago
  64. 4a905d0 Rename a procedure by Gavin Howard · 6 years ago
  65. 4757a3b Fix a typo by Gavin Howard · 6 years ago
  66. a668778 Redo main logic by Gavin Howard · 6 years ago
  67. 06e33eb Fix a compiler warning by Gavin Howard · 6 years ago
  68. 6854e2b Make dc work on Windows by Gavin Howard · 6 years ago
  69. 1b004a4 Add Windows back to the README by Gavin Howard · 6 years ago
  70. d617d0d Fix a parse bug by Gavin Howard · 6 years ago
  71. 76e3e2d Fix mistakes in last commit by Gavin Howard · 6 years ago
  72. 6e27dec Improve the release.sh script by Gavin Howard · 6 years ago
  73. 1620812 Make the release.sh script build for the fuzzer at the end by Gavin Howard · 6 years ago
  74. e9f7331 Revert "Reduce LOC and update busybox sizes" by Gavin Howard · 6 years ago
  75. 64d7f77 Reduce LOC and update busybox sizes by Gavin Howard · 6 years ago
  76. 580b443 Update busybox sizes by Gavin Howard · 6 years ago
  77. 2ea74b9 Add Windows support again by Gavin Howard · 6 years ago
  78. 5eae69c Update the RELEASE.md checklist for the release.sh script by Gavin Howard · 6 years ago
  79. d64ce7b Style fixes by Gavin Howard · 6 years ago
  80. 934c6d1 Remove Windows from the README by Gavin Howard · 6 years ago
  81. 7fc661a Style fix by Gavin Howard · 6 years ago
  82. 4995d20 Remove the Numpy requirements from karatsuba.py by Gavin Howard · 6 years ago
  83. d0e7f8c Remove Windows support by Gavin Howard · 6 years ago
  84. 9a387da Undo the attempt from last commit by Gavin Howard · 6 years ago
  85. effdd0b See about not freeing on exit by Gavin Howard · 6 years ago
  86. f95e4d6 Add an error check by Gavin Howard · 6 years ago
  87. 291344d Style fixes to bc_read_line() by Gavin Howard · 6 years ago
  88. d96ff8a Undo Windows fix attempt by Gavin Howard · 6 years ago
  89. 2251b08 Attempt to fix a windows crash by Gavin Howard · 6 years ago
  90. f4fb69c Add more testing of busybox and toybox to release.sh by Gavin Howard · 6 years ago
  91. 9651ac3 Attempt to fix a gcc warning by Gavin Howard · 6 years ago
  92. 4052e03 Add a release.sh script by Gavin Howard · 6 years ago
  93. 6b0c1c3 Add some targets for an upcoming script by Gavin Howard · 6 years ago
  94. d6f68d0 Fix a typo by Gavin Howard · 6 years ago
  95. 23211da Remove a useless file by Gavin Howard · 6 years ago
  96. c6d7fa5 Improve the makefile by Gavin Howard · 6 years ago
  97. 2f138ce Fix typo by Gavin Howard · 6 years ago
  98. 9a4b6cd Reduce LOC even further by Gavin Howard · 6 years ago
  99. 5b97c0e Make busybox and toybox compile with the changes by Gavin Howard · 6 years ago
  100. 7563869 Reduce LOC by a lot by Gavin Howard · 6 years ago