Commit History

Author SHA1 Message Date
  Denys Vlasenko 8a6a2f9c9c update seamless uncompression code 13 years ago
  Denys Vlasenko 59655077c5 preparatory cleanups for seamless uncompression improvements 13 years ago
  Jonh Wendell 9106107a50 Make unix (local) sockets work without IPv6 enabled 13 years ago
  Denys Vlasenko 499597d6ef mdev: do not treat non-leading '#' chars as start of comment. Closes 4676 13 years ago
  Denys Vlasenko 3e0c428c45 Move include <shadow.h> close to pwd.h and grp.h includes 13 years ago
  Denys Vlasenko a76dd50ce1 Move Adroid endgrent() and endpwent() NOPS to libbb.h 13 years ago
  Denys Vlasenko f282c6b657 libbb: remove is_directory's argument which is always NULL 13 years ago
  Denys Vlasenko d2277e262f nommu: fix cases where we mangle argv[0][0] 13 years ago
  Denys Vlasenko 1dc80bae0b libbb.h: add check for bad off_t size detection 13 years ago
  Denys Vlasenko f59a50ee30 libbb.h: tighten up macro code 13 years ago
  Peter Korsgaard 743edac6c8 bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon 13 years ago
  Denys Vlasenko 9ce09bc9cb lineedit: add support for M-b, M-f, M-d, M-Backspace 13 years ago
  Leonid Lisovskiy 328f27fe44 libbb: split decode_base64 off read_base64 13 years ago
  Denys Vlasenko ec447c7f01 libbb.h: remove unused defines 13 years ago
  Denys Vlasenko 1f56e51ca1 udhcpc: add support for DHCP option 212 (RFC 5969) 13 years ago
  Denys Vlasenko 16714245f9 add INIT_G()'s. No code changes. 13 years ago
  Denys Vlasenko 13e709c53f losetup: implement -r option. Closes 4033. 13 years ago
  Denys Vlasenko dd1061b6a7 wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. 13 years ago
  Denys Vlasenko d48fdde370 stop declariong our own dirname prototype 13 years ago
  Baruch Siach e8f36330d9 networking: consolidate the IP checksum code. -129 bytes. 13 years ago
  Denys Vlasenko e45af7ad17 lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator 13 years ago
  Denys Vlasenko bede215cf1 lineedit: add support for history saving on exit 13 years ago
  Denys Vlasenko 67905e2d7c *: work around sysinfo.h versus linux/*.h problems 13 years ago
  Denys Vlasenko be391e7596 libbb.h: do not use homegrown struct sysinfo. 13 years ago
  Dan Fandrich 75214cfe00 Use the _unlocked stdio macros only when they're all available 13 years ago
  Denys Vlasenko 0c4cf42c1e libbb.h: tweak _unlocked hack 13 years ago
  Denys Vlasenko 06448912e6 libbb: use _unlocked variants of stdio I/O. 13 years ago
  Timo Teras adcabf3235 parse_config: use getline. BIG speedup with glibc (~40%). 13 years ago
  Denys Vlasenko 12ac6287ee procps: remove PSSCAN_STAT define, users were using it incorrectly 13 years ago
  Denys Vlasenko a1a448347e libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation 13 years ago