1. 166363f tls: get rid of address obfuscation trick in P256 by Denys Vlasenko · 3 years, 9 months ago
  2. 074b33b tls: simplify sp_256_ecc_gen_k_10, cosmetic changes by Denys Vlasenko · 3 years, 9 months ago
  3. 6b69ab6 tls: make x25519 key generation code more similar to P256 by Denys Vlasenko · 3 years, 9 months ago
  4. f18a1fd tls: implement secp256r1 elliptic curve (aka P256) by Denys Vlasenko · 3 years, 9 months ago
  5. 121b02d inetd: deinline machtime() - gcc gets it wrong by Denys Vlasenko · 3 years, 9 months ago
  6. 6ca3607 tls: "server did not provide EC key" is fatal by Denys Vlasenko · 3 years, 9 months ago
  7. d005c9f libbb.h: inline byteswaps by Denys Vlasenko · 3 years, 9 months ago
  8. 972e298 tls: make constant basepoint9[32] array 8-byte aligned by Denys Vlasenko · 3 years, 9 months ago
  9. 6c6470b gcc-version.sh: fix for "invalid number" message during Android NDK builds by Chris Renshaw · 3 years, 9 months ago
  10. 20b2240 tls: further reduce register pressure in i386 assembly by Denys Vlasenko · 3 years, 9 months ago
  11. 21367b2 tls: reduce register pressure in i386 assembly (helps Android to compile) by Denys Vlasenko · 3 years, 9 months ago
  12. f277c9e vi: make de-indentation with ctrl-D more like vim by Ron Yorston · 3 years, 9 months ago
  13. 310ef23 vi: add expandtab option by Ron Yorston · 3 years, 9 months ago
  14. d9136ef gcc-version.sh: Cygwin fix by Denys Vlasenko · 3 years, 9 months ago
  15. b65e7f6 vi: move undo_queue_state in globals to other byte-sized members by Denys Vlasenko · 3 years, 9 months ago
  16. f227726 vi: allow line addresses to have an offset by Ron Yorston · 3 years, 9 months ago
  17. 47f7891 vi: allow backward search to specify line address by Ron Yorston · 3 years, 9 months ago
  18. d488def vi: detect and warn about invalid line addresses by Ron Yorston · 3 years, 9 months ago
  19. 5d1bb58 vi: code shrink colon line addresses by Ron Yorston · 3 years, 9 months ago
  20. 74d565f vi: make context marks more like vi by Ron Yorston · 3 years, 9 months ago
  21. 47c3eaa vi: correct autoindent for 'O' command by Ron Yorston · 3 years, 9 months ago
  22. ac6495f vi: allow ctrl-D to reduce indentation by Ron Yorston · 3 years, 9 months ago
  23. d6e653d vi: don't move cursor when yanking whole lines by Ron Yorston · 3 years, 9 months ago
  24. 38ae0f3 vi: reset command count when specifying '0' range by Ron Yorston · 3 years, 9 months ago
  25. 033fa3d vi: code shrink motion by paragraph by Ron Yorston · 3 years, 9 months ago
  26. d9d1989 vi: position cursor on last column of tab by Ron Yorston · 3 years, 9 months ago
  27. 9b2a389 vi: correctly record deleted characters by Ron Yorston · 3 years, 9 months ago
  28. c0943ac platform.h: fix for Bionic >= 21 not having wait3() by Denys Vlasenko · 3 years, 9 months ago
  29. cca4c9f unzip: add -t by Denys Vlasenko · 3 years, 9 months ago
  30. afc766f unzip: fix for .zip archives with >4GB file by Denys Vlasenko · 3 years, 9 months ago
  31. 1a45b2c fix "warning array subscript has type 'char'" by Denys Vlasenko · 3 years, 9 months ago
  32. eb1b290 Makefile.flags: add a test for -lrt availability by Denys Vlasenko · 3 years, 9 months ago
  33. 7c813fb echo: fix !ENABLE_FEATURE_FANCY_ECHO build by Denys Vlasenko · 3 years, 9 months ago
  34. fe2d806 fix gcc-11.0 warnings by Denys Vlasenko · 3 years, 9 months ago
  35. ba9f9c2 *: --help text tweaks by Denys Vlasenko · 3 years, 9 months ago
  36. 93f1255 touch: shorten --help text by Denys Vlasenko · 3 years, 9 months ago
  37. d156bcf touch: code shrink by Denys Vlasenko · 3 years, 9 months ago
  38. fe9507f touch: fix -am by Denys Vlasenko · 3 years, 9 months ago
  39. 4eb46e1 dd: support iflag=count_bytes by Rafał Miłecki · 3 years, 10 months ago
  40. 7b5cbfd vi: allow writing to another file if this one is readonly by Alison Winters · 3 years, 9 months ago
  41. 27c1bc8 build system: avoid build failure during bisection by Ron Yorston · 3 years, 9 months ago
  42. f0c0c56 hush: beautify ^D handling to match ash / bash by Denys Vlasenko · 3 years, 9 months ago
  43. 50a3745 watchdog: make open-write-close-open functionality a config knob by Rasmus Villemoes · 3 years, 9 months ago
  44. 9c210f0 touch: fix previous commit by Denys Vlasenko · 3 years, 9 months ago
  45. 6b6ff80 touch: make FEATURE_TOUCH_NODEREF unconditional by Denys Vlasenko · 3 years, 9 months ago
  46. 3630054 touch: code shrink by Denys Vlasenko · 3 years, 9 months ago
  47. 6f63a2b touch: code shrink by Denys Vlasenko · 3 years, 9 months ago
  48. e3c6a09 touch: prevent usage of -r and -t at once by Xabier Oneca · 3 years, 9 months ago
  49. 79c92db touch: switch to using utimensat() and futimens() by Denys Vlasenko · 3 years, 9 months ago
  50. 1a18126 touch: unbreak -h by Denys Vlasenko · 3 years, 9 months ago
  51. 7ec2544 touch: remove unneeded GETOPT32 defines by Xabier Oneca · 3 years, 9 months ago
  52. de1a49c touch: fix atime set from reference file by Xabier Oneca · 3 years, 9 months ago
  53. 520bb3e touch: add SUSv3 options -a and -m by Xabier Oneca · 3 years, 9 months ago
  54. 7323bca lineedit: fix tab completion with equal sign by Natanael Copa · 3 years, 9 months ago
  55. f4a9908 vi: improvements to reporting of changes by Ron Yorston · 3 years, 9 months ago
  56. 99fb5f2 vi: issue a warning on failure to find a character by Ron Yorston · 3 years, 9 months ago
  57. 6220b4d vi: make the substitute command more like vi by Ron Yorston · 3 years, 9 months ago
  58. 951c6de vi: make put commands more like vi by Ron Yorston · 3 years, 9 months ago
  59. a544502 vi: allow the '.' command to have a repetition count by Ron Yorston · 3 years, 9 months ago
  60. fe76569 vi: allow 'r' command to be aborted, repeated by Ron Yorston · 3 years, 9 months ago
  61. b18c7bf vi: improvements to undo by Ron Yorston · 3 years, 9 months ago
  62. e577afc vi: more fixes to range selection by word by Ron Yorston · 3 years, 9 months ago
  63. b7b1119 vi: improvements to range selection by Ron Yorston · 3 years, 9 months ago
  64. 7ce0e75 vi: code shrink search commands by Ron Yorston · 3 years, 9 months ago
  65. 9f017d9 vi: changes to option handling by Ron Yorston · 3 years, 9 months ago
  66. 24198f6 vi: deal with invalid movements in shift commands by Ron Yorston · 3 years, 9 months ago
  67. a25b4c2 vi: code shrink by Ron Yorston · 3 years, 10 months ago
  68. d56da68 vi: improve operations involving paragraph movement by Ron Yorston · 3 years, 10 months ago
  69. 8b571bd vi: improve motion by paragraph by Ron Yorston · 3 years, 10 months ago
  70. d3b7482 vi: allow repetition count for paragraph motion by Ron Yorston · 3 years, 10 months ago
  71. 1e84daf vi: allow motion count for change/delete/yank/shift by Ron Yorston · 3 years, 10 months ago
  72. d4c4603 vi: support more commands for range selection by Ron Yorston · 3 years, 10 months ago
  73. 15f4ac3 vi: improvements to character search within line by Ron Yorston · 3 years, 10 months ago
  74. 50a2db7 vi: remember cursor column during vertical motion by Ron Yorston · 3 years, 10 months ago
  75. 18871c3 vi: 'G'/'M' commands move to first visible character by Ron Yorston · 3 years, 10 months ago
  76. 5ae25f4 vi: don't overwrite existing file by Ron Yorston · 3 years, 10 months ago
  77. 25d2592 vi: make buffer handling more vi-like by Ron Yorston · 3 years, 10 months ago
  78. 776b56d vi: code shrink by Ron Yorston · 3 years, 10 months ago
  79. 7b4c227 vi: fix word operations across line boundaries by Ron Yorston · 3 years, 10 months ago
  80. 1195782 ntpd: code shrink (force not-inlining, stop returning structs) by Denys Vlasenko · 3 years, 10 months ago
  81. c2bd0b6 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators by Denys Vlasenko · 3 years, 10 months ago
  82. 14ed4ec resume: write offset in /sys/power/resume_offset by Denys Vlasenko · 3 years, 10 months ago
  83. 2a2ca93 login: implement LOGIN_TIMEOUT by Denys Vlasenko · 3 years, 10 months ago
  84. fe78d70 udhcpc: ignore zero-length DHCP options, take 2 by Denys Vlasenko · 3 years, 10 months ago
  85. 1c461df udhcpc: ignore zero-length DHCP options by Russell Senior · 3 years, 10 months ago
  86. f26e563 echo: special case "echo --help": it should not show help text by Denys Vlasenko · 3 years, 10 months ago
  87. f25d254 decompress_gunzip: Fix DoS if gzip is corrupt by Samuel Sapalski · 3 years, 10 months ago
  88. cbfdeba hush: make LINENO selectable without BASH-COMPAT by Denys Vlasenko · 3 years, 10 months ago
  89. b6e6c83 wget: new option FEATURE_WGET_FTP to enable/disable FTP by Sergey Ponomarev · 4 years ago
  90. 0b25e81 bloat-o-meter: avoid double counting by Ron Yorston · 3 years, 10 months ago
  91. 307cd26 start-stop-daemon: explain -x + -a test by Denys Vlasenko · 3 years, 10 months ago
  92. 2d48d9b ntpd: tweak comments by Denys Vlasenko · 3 years, 10 months ago
  93. 2d6c175 ntpd: decrease INITIAL_SAMPLES from 4 to 3 by Denys Vlasenko · 3 years, 10 months ago
  94. 70ee233 vi: code shrink by Denys Vlasenko · 3 years, 10 months ago
  95. 63d9da3 vi: restore 0 offset after :set noXXX command by Alison Winters · 3 years, 11 months ago
  96. 9b6bcfd bc: typo fix in comment by Denys Vlasenko · 3 years, 11 months ago
  97. 9037757 dc: more docs in --help by Denys Vlasenko · 3 years, 11 months ago
  98. 1a37aa7 dc: document what non-GNU commands do by Denys Vlasenko · 3 years, 11 months ago
  99. ace81cd bc/dc: fix length(0) and length(0.000nnn) result by Denys Vlasenko · 3 years, 11 months ago
  100. 3d88cc1 dc: correct --help text by Denys Vlasenko · 3 years, 11 months ago