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