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. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  3. f533ec8 *: simplify Ethernet header includes by Dan Fandrich · 13 years ago
  4. 2c3b71a dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE by Denys Vlasenko · 14 years ago
  5. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  6. b8b72f0 dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849 by Denys Vlasenko · 14 years ago
  7. b7d19cc dhcp: readability cleanups and small code shrink by Denys Vlasenko · 14 years ago
  8. 385b456 udhcp: cosmetic cleanups; one case of s/full_read/xread/ by Denys Vlasenko · 14 years ago
  9. 7724c76 udhcp: pass pointer to whole packet to "add option" functions by Denys Vlasenko · 14 years ago
  10. 37a658c udhcp: handle errors in read_staticlease by Denys Vlasenko · 14 years ago
  11. dde8bdc udhcp: merge options.h into common.h, script.c into dhcpc.c by Denys Vlasenko · 14 years ago
  12. c7dc79e udhcpd: untangle incredibly messy handling of DHCPREQUEST by Denys Vlasenko · 14 years ago
  13. 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
  14. 7a76eba udhcp: fix trivial compile error by Denys Vlasenko · 15 years ago
  15. 6947d2c udhcp: logging improvements, field and variable renames by Denys Vlasenko · 15 years ago
  16. 31af3d5 udhcp: shorten mac len from 16 to 6 in lease file by Denys Vlasenko · 15 years ago
  17. ac906fa udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v by Denys Vlasenko · 15 years ago
  18. db12d1d Fix forgotten license comments by Denis Vlasenko · 15 years ago
  19. 739e30f udhcp: add inline docs; small code shrink by Denis Vlasenko · 16 years ago
  20. c321b51 udhcp: added some FIXMEs; code shrink. -49 bytes by Denis Vlasenko · 16 years ago
  21. f1980f6 dhcp: add FAST_FUNC as appropriate. -160 bytes. by Denis Vlasenko · 16 years ago
  22. 6de8994 udhcpc: regularize the names of receiving functions, by Denis Vlasenko · 16 years ago
  23. a523e2e udhcp: we were forgetting to set right op byte in tha packet by Denis Vlasenko · 16 years ago
  24. 8e5b6f5 Makefile: change version to 1.10.0.svn by Denis Vlasenko · 16 years ago
  25. 6198792 udhcp: decided to not send "short" dhcp packets, by Denis Vlasenko · 16 years ago
  26. fff145d udhcp: fix oversized packet sending (introduced by "slack for bad dhcp servers" options); by Denis Vlasenko · 16 years ago
  27. 6884f66 dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller by Denis Vlasenko · 17 years ago
  28. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  29. 42b3dea udhcp: many small fixes: by Denis Vlasenko · 17 years ago
  30. fbd2918 udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. by Denis Vlasenko · 17 years ago
  31. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 17 years ago
  32. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  33. c9cdeaa add compile-time check for correct DHCP packet size by Denis Vlasenko · 18 years ago
  34. 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
  35. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  36. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  37. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  38. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  39. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  40. 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 18 years ago
  41. 7031f62 add back in udhcp support by Mike Frysinger · 18 years ago
  42. 787140d remove in place of external link by Mike Frysinger · 18 years ago
  43. 13c8327 sync busybox and udhcp trees by Mike Frysinger · 18 years ago
  44. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 18 years ago
  45. e8f504e Bug 751: file handle leaks can add up until available filehandles for the by Rob Landley · 18 years ago
  46. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 18 years ago
  47. c1ef7bd just whitespace by Tim Riker · 18 years ago
  48. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  49. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  50. ad95373 Use standard C99 types by Eric Andersen · 20 years ago
  51. 76729b8 include headers with prototypes to make sure prototypes match by Russ Dill · 20 years ago
  52. 2483343 Vodz, last_patch_88 by Glenn L McGrath · 21 years ago
  53. 61fb489 added full udhcp integration by Russ Dill · 22 years ago