2019-04-16 |
Denys Vlasenko | httpd: do not decode URL and headers if proxying -... |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Denys Vlasenko | httpd: remove duplicate "decode URL escape sequences... |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Denys Vlasenko | httpd: put all headers into environment as HTTP_UPPERCA... |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Denys Vlasenko | httpd: fix handling of EOF in get_line() |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Denys Vlasenko | httpd: add missing {} |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Denys Vlasenko | httpd: do not percent-decode URI if proxying |
commit | commitdiff | tree | snapshot |
2019-04-14 |
Denys Vlasenko | httpd: fix proxy headers passing - full_write() instead... |
commit | commitdiff | tree | snapshot |
2019-04-14 |
Denys Vlasenko | httpd: if remote IP is denied, send FORBIDDEN reply... |
commit | commitdiff | tree | snapshot |
2019-04-14 |
Denys Vlasenko | udhcpc6: code shrink |
commit | commitdiff | tree | snapshot |
2019-04-13 |
Denys Vlasenko | udhcpc6: add a few comments, no code changes. |
commit | commitdiff | tree | snapshot |
2019-04-13 |
Denys Vlasenko | udhcpc6: make it enabled in defconfig |
commit | commitdiff | tree | snapshot |
2019-04-13 |
Rolf Eike Beer | examples/udhcp/simple.script: fix resolv.conf update... |
commit | commitdiff | tree | snapshot |
2019-04-13 |
Antoine Girard... | udhcp: add 100 and 101 dhcp options for ipv4 |
commit | commitdiff | tree | snapshot |
2019-04-13 |
Denys Vlasenko | brctl: add TODO: "showmacs BR" |
commit | commitdiff | tree | snapshot |
2019-04-13 |
Denys Vlasenko | brctl: simplify str_to_jiffies() |
commit | commitdiff | tree | snapshot |
2019-04-13 |
Denys Vlasenko | brctl: convert remaining commands to work via /sys |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Denys Vlasenko | brctl: make "show" command retrieve data from /sys |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Ron Yorston | stat: reduce storage for human-readable filesystem... |
commit | commitdiff | tree | snapshot |
2019-04-07 |
Bernhard Reutner... | ipaddress: remove unused variable no_link |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Denys Vlasenko | service examples: if iface do not exist, retry upping it |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Denys Vlasenko | chrt: fix for SCHED_RESET_ON_FORK bit |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Denys Vlasenko | chrt: do not segfault if policy number is unknown |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Denys Vlasenko | telnetd: whitespace fix |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Denys Vlasenko | telnetd: better AYT handling |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Martin Lewis | telnetd: Added support for AYT IAC command. |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Thomas De Schampheleire | top: provide cmdline argument '-H' to enable thread... |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Denys Vlasenko | vi: revert change in how "end of file list" is deteced... |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Denys Vlasenko | vi: code shrink |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Ron Yorston | vi: avoid build failure in non-default case |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Denys Vlasenko | fsync,sync: merge into one source module |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Denys Vlasenko | fsync,sync: make them similar |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Ron Yorston | ash: distinguish 'wait -n' from other bashisms |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Denys Vlasenko | vi: rename save_argc -> cmdline_filecnt |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Denys Vlasenko | vi: restore capability to remember insertion cmds for "." |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: code shrink |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: convert more /**/ comments to // |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: code shrink |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: use vsnprintf to format status line |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: rearrange functions, no logic changes |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: rearrange functions, no logic changes |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: rearrange functions, no logic changes |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: rearrange functions, no logic changes |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: rearrange functions, no logic changes |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: fix ^Z not always working as intended |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: install SIGINT handler _after_ restart setjmp is... |
commit | commitdiff | tree | snapshot |
2019-03-30 |
Denys Vlasenko | blockdev: code shrink |
commit | commitdiff | tree | snapshot |
2019-03-30 |
Stefan Sørensen | ip: Fix ip -o link |
commit | commitdiff | tree | snapshot |
2019-03-30 |
Ron Yorston | vi: allow manual screen update if SIGWINCH isn't supported |
commit | commitdiff | tree | snapshot |
2019-03-30 |
Denys Vlasenko | man: add "/usr/share/man" as another default MANPATH... |
commit | commitdiff | tree | snapshot |
2019-03-30 |
Ron Yorston | libbb: mark scripted_main() as externally visible |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Denys Vlasenko | vi: code shrink, proper printf formatting for strlen() |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Denys Vlasenko | hush: fix "wait -n" to wait for a _job_, not a _process_ |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Denys Vlasenko | ash: add "wait -n" bashism |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Denys Vlasenko | ntpd: do not create pid file if not backgrounded |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Denys Vlasenko | hush: add "wait -n" bashism |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Ron Yorston | man: don't skip default path which appears in config... |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Denys Vlasenko | ts: do call localtime() when neither -s nor -i specified |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Denys Vlasenko | ts: use gettimeofday - we don't use nanoseconds here |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Denys Vlasenko | ts: replace overlapping strcpy with shorter code |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Denys Vlasenko | ts: fix incorrect (copy-pasted) copyright attribution |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Denys Vlasenko | ts: new applet |
commit | commitdiff | tree | snapshot |
2019-03-17 |
Denys Vlasenko | do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings |
commit | commitdiff | tree | snapshot |
2019-03-15 |
Thomas Frauendorfer | Fix off by one error in FAT16 <=> FAT32 detection |
commit | commitdiff | tree | snapshot |
2019-03-12 |
Denys Vlasenko | watch: support fractional -n SEC |
commit | commitdiff | tree | snapshot |
2019-03-10 |
Denys Vlasenko | xargs: mention -E STR in --help |
commit | commitdiff | tree | snapshot |
2019-03-05 |
Nicolas Hüppelshäuser | scripts/echo.c: resolve implicit declaration of functio... |
commit | commitdiff | tree | snapshot |
2019-02-27 |
Denys Vlasenko | top: tweak --help |
commit | commitdiff | tree | snapshot |
2019-02-27 |
Andrey Mazo | udhcpc: don't exit after backgrounding on -n -b |
commit | commitdiff | tree | snapshot |
2019-02-27 |
Denys Vlasenko | udhcpc: tweak --help |
commit | commitdiff | tree | snapshot |
2019-02-25 |
Ron Yorston | ash: eval: avoid leaking memory associated with redirec... |
commit | commitdiff | tree | snapshot |
2019-02-19 |
Ron Yorston | du: don't count duplicate arguments. Closes 5288 |
commit | commitdiff | tree | snapshot |
2019-02-15 |
Denys Vlasenko | ntpd: increase SLEW_THRESHOLD from 0.125 to 0.5 |
commit | commitdiff | tree | snapshot |
2019-02-14 |
Rostislav Skudnov | dd: add 'oflag=append' |
commit | commitdiff | tree | snapshot |
2019-02-11 |
Nikolaus Voss | i2c_tools.c: i2ctransfer |
commit | commitdiff | tree | snapshot |
2019-02-11 |
Ron Yorston | vi: further fixes to undo after autoindent |
commit | commitdiff | tree | snapshot |
2019-02-10 |
Nikolaus Voss | i2ctransfer: new applet |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Aaro Koskinen | sysctl: fix compatibility with procps sysctl |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Denys Vlasenko | sysctl: do slash/dot conversions only on name, not... |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Denys Vlasenko | sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret... |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Denys Vlasenko | sysctl: avoid stat() on every item if in -w mode |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Denys Vlasenko | sysctl: allow setting empty values |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Ron Yorston | vi: fix replacement of single character with CR |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Ron Yorston | vi: fix faulty undo after autoinsert |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Rostislav Skudnov | chcon: Fix typo in ACTION_RECURSE |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Denys Vlasenko | dhcp service example: rewrite "private network to mask... |
commit | commitdiff | tree | snapshot |
2019-02-05 |
Denys Vlasenko | dhcp service example: cater for servers hot giving... |
commit | commitdiff | tree | snapshot |
2019-02-04 |
Denys Vlasenko | lineedit: fix SEGV in isk, hexedit, ed, closes 11661 |
commit | commitdiff | tree | snapshot |
2019-02-02 |
Denys Vlasenko | service examples: do not respawn supplicant too often |
commit | commitdiff | tree | snapshot |
2019-01-29 |
Ari Sundholm | grep: short-circuit -v to bail out on first match |
commit | commitdiff | tree | snapshot |
2019-01-29 |
Ari Sundholm | grep: fix -x -v with certain pattern orders |
commit | commitdiff | tree | snapshot |
2019-01-25 |
Denys Vlasenko | bc: implement pass-by-reference code from upstream |
commit | commitdiff | tree | snapshot |
2019-01-22 |
Denys Vlasenko | login: close PAM session on errors as well, not only... |
commit | commitdiff | tree | snapshot |
2019-01-22 |
Bernhard Reutner... | ip link: Fix vlan proto, closes 8261 and 11638 |
commit | commitdiff | tree | snapshot |
2019-01-22 |
Denys Vlasenko | ip link: fix mismatched enums in vlan_parse_opt(),... |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Denys Vlasenko | wget: detect when the length of received file is less... |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Denys Vlasenko | sed: code shrink |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Brian Foley | sed: Fix backslash parsing for 'w' command arg |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Brian Foley | awk: Fix overly permissive func arg list parsing |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Brian Foley | awk: Syntax error if delete isn't given an arg. |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Brian Foley | awk: Guard pointer chasing when parsing ternary express... |
commit | commitdiff | tree | snapshot |
next |