1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  4. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  5. 03a5fe3 sha1: small tweak for clearer code, no logic changes by Denys Vlasenko · 14 years ago
  6. f4c93ab sha1: use Rob's code, it's smaller and faster by Denys Vlasenko · 14 years ago
  7. 7ab94ca md5: remove outdated comment by Denys Vlasenko · 14 years ago
  8. 302ad14 libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256 by Denys Vlasenko · 14 years ago
  9. c48a5c6 hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes by Denys Vlasenko · 14 years ago
  10. b5aa1d9 libbb/hash_sha.c -> libbb/hash_md5_sha.c by Denys Vlasenko · 14 years ago[Renamed from libbb/hash_sha.c]
  11. eb7fe6d libbb: move md5 and shaN into a common source file. no code changes by Denys Vlasenko · 14 years ago
  12. 9ff50b8 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits by Denys Vlasenko · 14 years ago
  13. b102e12 *: use SWAP_BE64 instead of open-coding it by Denys Vlasenko · 14 years ago
  14. 06f719f libbb: rename hash source files. no code changes by Denys Vlasenko · 14 years ago[Renamed from libbb/sha1.c]
  15. f6dacc2 bring md5 and sha1 names closer. no code changes by Denys Vlasenko · 14 years ago
  16. 36ab585 md5: code shrink by Denys Vlasenko · 14 years ago
  17. a971a19 shaN: code shrink by Denys Vlasenko · 14 years ago
  18. 446c234 whitespace fix by Denys Vlasenko · 14 years ago
  19. 4bc3b85 sha512: inline rotr64 by Denys Vlasenko · 14 years ago
  20. 273abcb shaN: small code shrink by Denys Vlasenko · 14 years ago
  21. c0683ac *: pass md5/shaN context pointer as 1st arg, not last by Denys Vlasenko · 14 years ago
  22. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  23. 245a4f8 big endian warning fixes by Denys Vlasenko · 15 years ago
  24. fe4ef36 libbb/sha: #undef macro names before #defining them. by Denys Vlasenko · 15 years ago
  25. a2333c8 randomtest fixes by Denis Vlasenko · 15 years ago
  26. 823f10b sha: merge K[] for sha256 and 512 by Denis Vlasenko · 15 years ago
  27. 8ec8d5e sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256 by Denis Vlasenko · 15 years ago
  28. e9afc46 sha: merge sha1/sha256 handling (they are similar enough for this), by Denis Vlasenko · 15 years ago
  29. c8329c9 sha: reduce sha256/512 context size. Make sha1/sha256 code more similar by Denis Vlasenko · 15 years ago
  30. 4a43057 sha: tiny shrink by Denis Vlasenko · 15 years ago
  31. ddb1b85 add comment about sha testing by Denis Vlasenko · 15 years ago
  32. cd2cd31 shrink sha hashing a bit more (remove wbuflen field from ctx), by Denis Vlasenko · 15 years ago
  33. 6a5d9fa shrink sha hashing by Denis Vlasenko · 15 years ago
  34. 98c87f7 sha256/512: code shrink. Run-tested. by Denis Vlasenko · 15 years ago
  35. e9b9a19 libbb: disable a second md5 implementation which managed to creep in :) by Denis Vlasenko · 16 years ago
  36. 56dceb9 sha256,sha512: new applets. +4.9kb by Denis Vlasenko · 16 years ago
  37. c028ec2 Typo fixes by Denis Vlasenko · 16 years ago
  38. 0a009c3 libbb: constify some data in sha1. gcc is clever enough to do it itself, by Denis Vlasenko · 16 years ago
  39. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  40. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 17 years ago
  41. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 17 years ago
  42. 5241766 Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c by Denis Vlasenko · 18 years ago
  43. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  44. 5d8843e Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. by "Robert P. J. Day" · 18 years ago
  45. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  46. 2c39eee Migrate endianness macros. by Rob Landley · 18 years ago
  47. 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 18 years ago
  48. f885513 just whitespace fixes by Mike Frysinger · 18 years ago
  49. 5cf7c2d Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked by Rob Landley · 18 years ago