1. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 3 years ago
  2. 82c5eb8 httpd,telnetd: make default port configurable by Sergey Ponomarev · 3 years, 4 months ago
  3. 1abaa6b telnetd: give inetd.conf example in --help by Denys Vlasenko · 3 years, 6 months ago
  4. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  5. 29c2dcf telnetd: whitespace fix by Denys Vlasenko · 6 years ago
  6. c6a8965 telnetd: better AYT handling by Denys Vlasenko · 6 years ago
  7. 93594b1 telnetd: Added support for AYT IAC command. by Martin Lewis · 6 years ago
  8. 39b1819 telnetd: fix bad interaction with vhangup() from login by Denys Vlasenko · 6 years ago
  9. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  10. 68b653b config: trim/improve item names and help texts, take 2 by Denys Vlasenko · 7 years ago
  11. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  12. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  13. 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  14. 662634b telnetd: ifdef out a buggy error handling code path by Denys Vlasenko · 8 years ago
  15. 26d88d6 telnetd: add another handshake example in comments, no code changes by Denys Vlasenko · 8 years ago
  16. b6d421b telnetd: treat all 2-byte IACs in 240..249 range as NOPs. by Denys Vlasenko · 8 years ago
  17. 122c47a telnetd: fix corner case of input processing of 0xff bytes by Denys Vlasenko · 8 years ago
  18. 0190c41 telnetd: fix a corner case where CRLF->CR translation can misbehave by Denys Vlasenko · 8 years ago
  19. 2a54b3e telnetd: fix handling of short writes to pty by Denys Vlasenko · 8 years ago
  20. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  21. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  22. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  23. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  24. da92126 libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS by Denys Vlasenko · 10 years ago
  25. aca464d telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to server by Denys Vlasenko · 12 years ago
  26. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  27. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  28. 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 14 years ago
  29. 58c3d21 telnetd: write utmp record with correct pid by Denys Vlasenko · 14 years ago
  30. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  31. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  32. ff0e875 work on adding testsuite runs to randomconfig test builds by Denys Vlasenko · 15 years ago
  33. f6916db telnetd: fill hostname field in utmp/wtmp records by Denys Vlasenko · 15 years ago
  34. 3a41611 telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 by Denys Vlasenko · 15 years ago
  35. 4c72104 who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -H by Denys Vlasenko · 15 years ago
  36. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  37. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  38. 36df048 randomconfig fixes by Denys Vlasenko · 15 years ago
  39. ed1667e telnetd: add -w ("inetd wait") option. Can be configured off. by Denys Vlasenko · 15 years ago
  40. 1d77db8 telnetd: more compact version of the fix for stray open fds by Denys Vlasenko · 16 years ago
  41. a4bcbd0 telnetd: properly close fds in child by Denys Vlasenko · 16 years ago
  42. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  43. 5e4fda0 ftpd: code chrink, fixed some minor bugs by Denis Vlasenko · 16 years ago
  44. d814c98 telnetd: do not advertise TELNET_LFLOW, we do not support it properly. by Denis Vlasenko · 16 years ago
  45. 81c6a91 telnetd: fix compile problem for non-standalone telnetd by Denis Vlasenko · 16 years ago
  46. 9f2f808 telnetd: correctly output 0xff char. ~100 bytes. by Denis Vlasenko · 16 years ago
  47. 6d04435 telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes. by Denis Vlasenko · 16 years ago
  48. b0150d2 telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive) by Denis Vlasenko · 16 years ago
  49. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  50. 1101d1c telnet: shrink by Denis Vlasenko · 16 years ago
  51. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  52. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  53. ae4342c - Rename getpty() to xgetpty() and adjust callers. by Bernhard Reutner-Fischer · 17 years ago
  54. dd9228b tftpd: make it emit error packets by Denis Vlasenko · 17 years ago
  55. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  56. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  57. 5014dad script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
  58. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  59. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  60. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  61. 018b155 telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) by Denis Vlasenko · 17 years ago
  62. e87b868 telnetd: make sure telnetd -K exits if child dies by Denis Vlasenko · 17 years ago
  63. 9e23767 telnetd: trivial optimization by Denis Vlasenko · 17 years ago
  64. 0de37e1 ash: use fdprintf, not dprintf. *: trailing whitespace removed by Denis Vlasenko · 17 years ago
  65. 5576136 fixes revealed by randomconfig run by Denis Vlasenko · 17 years ago
  66. 23c8128 telnetd: fix comment by Denis Vlasenko · 17 years ago
  67. f472b23 telnetd: code shrink suggested by Ralf Friedl <Ralf.Friedl@online.de> by Denis Vlasenko · 17 years ago
  68. 008eda2 bzip2: make -s equivalent to -2 (compatible with standard bzip2) by Denis Vlasenko · 17 years ago
  69. 2450c45 telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistence by Denis Vlasenko · 17 years ago
  70. 10916c5 telnetd: document bug in remove_iacs. reinstate band-aid by Denis Vlasenko · 17 years ago
  71. 59d7c43 telnetd: some simplifications and better error hadling. by Denis Vlasenko · 17 years ago
  72. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  73. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  74. 88308fe test: suppress gcc warning telnetd: do not use suferfluous static variable. by Denis Vlasenko · 17 years ago
  75. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  76. ff131b9 style fixes. No code changes. by Denis Vlasenko · 18 years ago
  77. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 18 years ago
  78. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  79. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  80. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  81. 2c91652 next part of ipv6-ization. dnsd code is "interesting"... by Denis Vlasenko · 18 years ago
  82. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  83. 9de420c Improve generic ipv4+ipv6 support in libbb. by Denis Vlasenko · 18 years ago
  84. c8717cd telnetd: move generic stuff into libbb. It will make it easy by Denis Vlasenko · 18 years ago
  85. 0801ef2 telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4 by Denis Vlasenko · 18 years ago
  86. 75f8d08 telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. by Denis Vlasenko · 18 years ago
  87. c6ec8c9 telnetd: check ptsname() for NULL by Denis Vlasenko · 18 years ago
  88. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  89. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  90. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  91. 0e87d34 telnetd: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  92. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  93. 099ed50 Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of why by Rob Landley · 18 years ago
  94. e0387a6 - fix the build if we have ftpput without ftpget (speeling reeoe) by Bernhard Reutner-Fischer · 19 years ago
  95. 1ec5b29 More size shrinkage. by Rob Landley · 19 years ago
  96. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  97. 06b00e8 accept() takes a socklen_t, not an int by Mike Frysinger · 19 years ago
  98. d2c8fd6 fix whitespace in comment example by Mike Frysinger · 19 years ago
  99. 772a346 some more useful debug info from Jason Holden by Mike Frysinger · 19 years ago
  100. 62ec21d touchup whitespace/english a bit more by Mike Frysinger · 19 years ago