1. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  2. 8027a20 patch: fix "patch at the beginning" testcase failure by Rob Landley · 14 years ago
  3. 400ff22 patch: simplify double list helpers by Denys Vlasenko · 14 years ago
  4. b82ae98 patch: busyboxify by migrating from toybox to busybox helpers by Denys Vlasenko · 14 years ago
  5. 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
  6. 0818735 patch: implement -E option by Lukas Huba · 14 years ago
  7. e7599d1 revert last change (wrong author) by Denys Vlasenko · 14 years ago
  8. f0c7e0c patch: implement -E option by Gilles Espinasse · 14 years ago
  9. c05387d *: replace xopen3 with xopen where makes sense by Denys Vlasenko · 14 years ago
  10. cacb2cd *: whitespace fixes by Denys Vlasenko · 14 years ago
  11. 9d113ca patch: tweaks by Rob Landley · 14 years ago
  12. e7b0a9e patch: support "patch [FILE [PATCH]]" format by Denys Vlasenko · 14 years ago
  13. cda8159 patch: fix -N regression by Denys Vlasenko · 14 years ago
  14. a4160e1 patch: add -N and a test for it (fails for now) by Denys Vlasenko · 14 years ago
  15. 6373bb7 patch: move closer to toybox code by Denys Vlasenko · 14 years ago
  16. 760d0eb patch: deal with ommitted ",len" in hunk headers (default len to 1) by Rob Landley · 14 years ago
  17. 1bbc0cd patch: replace it with toybox's implementation by Rob Landley · 14 years ago
  18. 8b8d32e patch: accept and ignore -g NUM by Denys Vlasenko · 15 years ago
  19. feadfe7 patch: add more long opts; but remove -g for now by Denys Vlasenko · 15 years ago
  20. 94ca694 *: small code shrinks and compile fix for unicode by Denys Vlasenko · 15 years ago
  21. 2e5fa4a patch: ignore flag -g. +22 bytes by Matheus Izvekov · 15 years ago
  22. 17c838b patch: add longopts, --dry-run, add one more test by Denys Vlasenko · 15 years ago
  23. d7874ed patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com) by Denys Vlasenko · 15 years ago
  24. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  25. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  26. f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
  27. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  28. 08ec67b patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
  29. cc2965f patch: fix vda's thinko: we need to open new_filename.orig, always! by Denis Vlasenko · 17 years ago
  30. 64a76d7 patch: support for patches without dates and generated with -U1; shrink by Denis Vlasenko · 17 years ago
  31. c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  32. 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
  33. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  34. 2a7a451 patch: don't trash permissions of patched file by Denis Vlasenko · 17 years ago
  35. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  36. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  37. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  38. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  39. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  40. eea7212 patch: fix -p -1 handling by Denis Vlasenko · 17 years ago
  41. fc77eb5 patch: fix bad line ending handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) by Denis Vlasenko · 17 years ago
  42. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  43. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  44. 1bb552b libbb: add xunlink() patch: do not try to delete same file twice by Denis Vlasenko · 18 years ago
  45. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  46. 0a10da2 diff: comment - explain what happens when hunk fails to apply by Denis Vlasenko · 18 years ago
  47. f7583d8 patch: fix double-free (bug 1120) by Denis Vlasenko · 18 years ago
  48. ab24e18 passwd: rework: by Denis Vlasenko · 18 years ago
  49. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  50. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  51. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  52. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  53. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  54. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  55. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  56. baa89b3 Patch to fix bug 868, and some related cleanup while I was in the area. by Rob Landley · 19 years ago
  57. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  58. dfe6e74 changed strange mix signed<->unsigned by "Vladimir N. Oleynik" · 19 years ago
  59. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
  60. ee9cf48 - correct boilerplate by Bernhard Reutner-Fischer · 19 years ago
  61. 554a9ff - do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to lowe by Bernhard Reutner-Fischer · 19 years ago
  62. ba24820 change strange depend to libbb.h, but require busybox.h by "Vladimir N. Oleynik" · 19 years ago
  63. 078bacf Patch -i support from Berhnard Fischer. by Rob Landley · 19 years ago
  64. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 21 years ago
  65. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  66. 655d814 New applet: patch, applies a unified diff by Glenn L McGrath · 21 years ago