oweals/busybox.git
2019-06-03 Jan Klötzkemdev: add support to run as daemon
2019-06-03 Jan Klötzkemdev: use option parser helper
2019-06-03 Jan Klötzkemdev: move action processing into separate functions
2019-06-03 Denys Vlasenkoash,hush: show 'c' in $- if run in "sh -c CMD"
2019-06-01 Denys Vlasenkoash: allocate line editing structure only if needed
2019-05-31 Denys Vlasenkodhcp: downgrade "got raw socket fd" message to log3...
2019-05-31 Denys Vlasenkodhcp: get rid of static data signal_pipe
2019-05-30 Denys Vlasenkoudhcp: rename server_config to server_data
2019-05-30 Jack O'Sullivanlosetup: Add partition scanning option
2019-05-26 Denys Vlasenkoudhcp: rename client_config to client_data, server_conf...
2019-05-26 Martin Lewisudhcpc6: Fixed aliasing compilation error
2019-05-26 Denys Vlasenkoshell: move all definitions of strto_arith_t() together
2019-05-26 Denys Vlasenkols: fix SEGV when --color is used and ENABLE_LS_COLOR=n
2019-05-26 Denys Vlasenkotestsuite: fix bunzip2.tests expectations
2019-05-26 Denys Vlasenkocomment fix
2019-05-26 Denys Vlasenkolibarchive: treat one "FIXME: avoid seek", take 2
2019-05-26 Denys Vlasenkodhcp: get rid of last global data
2019-05-24 Denys Vlasenkolibarchive: treat one "FIXME: avoid seek"
2019-05-23 Denys Vlasenkolosetup: implement -c
2019-05-23 Denys Vlasenkodhcp: tweak comments, no code changes
2019-05-23 Denys Vlasenkobunzip2: the correct condition is "n < groupCount"...
2019-05-22 Denys Vlasenkoip: use rtnl_send_check() on flush commands, closes...
2019-05-21 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2019-05-21 Denys Vlasenkoudhcpd: fix printing of static leases
2019-05-19 Denys Vlasenkohush: show 's' in $-
2019-05-19 Denys Vlasenkohush: allocate line edit buffer only for interactive...
2019-05-19 Denys Vlasenkoshell: implement optional "BASE#nnnn" numeric literals
2019-05-19 Denys Vlasenkohush: remove test for "echo ${-}" errorring out - now...
2019-05-19 Denys Vlasenkohush: implement $-, set default PATH if it is not set...
2019-05-19 Denys Vlasenkohush: set default PS1/2 only if we interactive
2019-05-19 Denys Vlasenkohush: handle LINENO the same way as RANDOM: variable...
2019-05-17 Khem Rajnetworking: cc is not a register
2019-05-16 Denys Vlasenkohush: remove code to track PS1/2 values dynamically...
2019-05-16 Denys Vlasenkotypo fix in comment
2019-05-16 Denys Vlasenkohush: small speedup in handle_changed_special_names()
2019-05-16 Denys Vlasenkoudhcpd: code shrink
2019-05-16 Denys Vlasenkoudhcpd: support per-client hostnames in static leases
2019-05-16 Denys Vlasenkoshell: add TODO comment about BASE#nnn literals
2019-05-16 Denys Vlasenkodc: make 4 % 0 emit error messgaes and set result to 0
2019-05-15 Denys Vlasenkoudhcpc6: unbreak
2019-05-15 Denys Vlasenkohush: fix quoted "${notexist-}" expansion to not disappear
2019-05-15 Denys Vlasenkoudhcpd: code shrink - do not fetch requested IP twice
2019-05-14 Denys Vlasenkoshells: add tests for backslashes in export VAR=VAL
2019-05-14 Denys Vlasenkohush: fix "export PS1=xyz" and "local PS1=xyz" messing...
2019-05-14 Denys Vlasenkodd: fix handling of short result of full_write(), close...
2019-05-14 Denys Vlasenkostyle fix, no code changes
2019-05-13 Denys Vlasenkosed: fix /regex/,+N match triggering only once, closes...
2019-05-10 Denys Vlasenkoudhcpd: code shrink
2019-05-09 John L. Hammondln: correct 'ln -T' usage message
2019-05-09 Denys Vlasenkodc: code shrink
2019-05-03 Denys Vlasenkops: ensure fields are separated by at least one space...
2019-05-02 Denys Vlasenkologin: remove extra IF(), no code changes
2019-04-30 James ByrneOptionally re-introduce bb_info_msg()
2019-04-29 Denys Vlasenkolibbbb: find_mount_point() too eager to stat mounted...
2019-04-29 Denys Vlasenkostart-stop-daemon: do try to close fds > 2
2019-04-28 Denys Vlasenkoip: fix comment placement
2019-04-28 Denys Vlasenkoifupdown: close memory leak
2019-04-28 Ron Yorstonvi: enable 'dG' command. Closes 11801
2019-04-28 Ron Yorstonvi: fix changes to word at end of line. Closes 11796
2019-04-28 Denys Vlasenkoash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_M...
2019-04-28 Denys Vlasenkoash,hush: bash compat for ulimit: reorder to match
2019-04-27 Denys Vlasenkoash,hush: bash compat for ulimit: -w => -x, -p => -u
2019-04-27 Denys Vlasenkoash,hush: fix ulimit to be more bash-compat, closes...
2019-04-27 Alexander Vickbergstart-stop-daemon: Fix -x is not required for -K
2019-04-21 Denys Vlasenkoexamples/var_service: use "exec sleep 5" instead of...
2019-04-19 Denys Vlasenkohttpd: do disable header reading timeout even if proxying
2019-04-19 Denys Vlasenkohttpd: use full size of iobuf[] when piping CGI data
2019-04-19 Denys Vlasenkohttpd: do not set alarm() timeout if we read cached...
2019-04-19 Denys Vlasenkohttpd: deindent code block, no code changes
2019-04-19 Denys Vlasenkohttpd: require "HTTP/xyz" at the end of request line
2019-04-19 Ron Yorstonash: catch error in arithmetic expansion in PS1
2019-04-19 Ron Yorstonash: prevent error in backquotes in PS1 from exiting...
2019-04-19 Chen Qidc.tests: fix two test case to also depend on DC_BIG
2019-04-18 Alexander Vickberghttpd: pass authorization header to CGI if not Basic
2019-04-17 Alexander Vickberghttpd: When sending gzipped content use content-length...
2019-04-16 Ron Yorstonash: add bash-compatible EPOCH variables
2019-04-16 Ron Yorstonash: an unset dynamic variable should not be dynamic
2019-04-16 Ron Yorstonhush: add bash-compatible EPOCH variables
2019-04-16 Denys Vlasenkohttpd: extract query string only after proxying check
2019-04-16 Denys Vlasenkohttpd: make rmt_ip variable local
2019-04-16 Denys Vlasenkohttpd: check denied IPs even before reading 1st query...
2019-04-16 Denys Vlasenkohttpd: do not decode URL and headers if proxying -...
2019-04-16 Denys Vlasenkohttpd: remove duplicate "decode URL escape sequences...
2019-04-16 Denys Vlasenkohttpd: put all headers into environment as HTTP_UPPERCA...
2019-04-16 Denys Vlasenkohttpd: fix handling of EOF in get_line()
2019-04-16 Denys Vlasenkohttpd: add missing {}
2019-04-16 Denys Vlasenkohttpd: do not percent-decode URI if proxying
2019-04-14 Denys Vlasenkohttpd: fix proxy headers passing - full_write() instead...
2019-04-14 Denys Vlasenkohttpd: if remote IP is denied, send FORBIDDEN reply...
2019-04-14 Denys Vlasenkoudhcpc6: code shrink
2019-04-13 Denys Vlasenkoudhcpc6: add a few comments, no code changes.
2019-04-13 Denys Vlasenkoudhcpc6: make it enabled in defconfig
2019-04-13 Rolf Eike Beerexamples/udhcp/simple.script: fix resolv.conf update...
2019-04-13 Antoine Girard... udhcp: add 100 and 101 dhcp options for ipv4
2019-04-13 Denys Vlasenkobrctl: add TODO: "showmacs BR"
2019-04-13 Denys Vlasenkobrctl: simplify str_to_jiffies()
2019-04-13 Denys Vlasenkobrctl: convert remaining commands to work via /sys
2019-04-12 Denys Vlasenkobrctl: make "show" command retrieve data from /sys
2019-04-12 Ron Yorstonstat: reduce storage for human-readable filesystem...
2019-04-07 Bernhard Reutner... ipaddress: remove unused variable no_link
next