aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | man: search for man pages relative to the executableRon Yorston2018-03-191-0/+10
* | win32: don't test DLLs for executable formatRon Yorston2018-03-181-0/+5
* | win32: add a function to convert backslashes to slashesRon Yorston2018-03-184-24/+18
* | win32: try harder to get file attributesRon Yorston2018-03-171-0/+16
* | win32: tidy up popen implementationRon Yorston2018-03-153-209/+76
* | wget: add support for httpsRon Yorston2018-03-157-11/+171
* | ash: remove special treatment of device filesRon Yorston2018-03-152-21/+3
* | win32: restrict visibility of special devicesRon Yorston2018-03-154-8/+33
* | Merge branch 'busybox' into mergeRon Yorston2018-03-1546-323/+500
|\|
| * tcpsvd: fix fallout from opt_complementary removalDenys Vlasenko2018-03-111-3/+8
| * readprofile: code shrinkDenys Vlasenko2018-03-111-34/+33
| * ntpd: choose initial FREQHOLD_cnt dynamicallyDenys Vlasenko2018-03-111-12/+54
| * udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handlingDenys Vlasenko2018-03-111-5/+20
| * ntpd: suppress in-kernel frequency correction in first 8 adjtimex callsDenys Vlasenko2018-03-101-11/+33
| * udhcpd: fix "not dying on SIGTERM"Denys Vlasenko2018-03-107-34/+35
| * remove stray newline in "iplink --help"Denys Vlasenko2018-03-081-1/+1
| * ip: fix "ip -oneline a"Denys Vlasenko2018-03-081-1/+4
| * ipcs: further code shrinkDenys Vlasenko2018-03-081-24/+23
| * ipcs: code shrinkDenys Vlasenko2018-03-081-24/+15
| * md5sum: use config help text similar to other "sum" toolsDenys Vlasenko2018-03-081-1/+1
| * top: much faster cursor key navigation by avoiding process rescanDenys Vlasenko2018-03-071-6/+19
| * top: do unsigned rather than signed division in do_stats()Denys Vlasenko2018-03-071-3/+4
| * top: handle much larger VSZ valuesDenys Vlasenko2018-03-071-7/+5
| * use gmtime_r() instead of gmtime()Denys Vlasenko2018-03-063-3/+8
| * hush: code shrinkDenys Vlasenko2018-03-061-6/+7
| * networking/interface.c: get rid of global dataDenys Vlasenko2018-03-051-85/+36
| * networking/interface.c: get rid of global "smallint interface_opt_a"Denys Vlasenko2018-03-053-27/+20
| * networking/interface.c: code shrinkDenys Vlasenko2018-03-051-61/+76
| * wget: fix fetching of https URLs with http proxyPeter Lloyd2018-03-051-4/+4
| * make busybox more portableSean MacLennan2018-03-042-11/+9
| * hush: fix a='a\\'; echo "${a%\\\\}"Denys Vlasenko2018-03-0210-3/+39
| * shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.testsDenys Vlasenko2018-03-028-5/+50
| * shell: two new tests, both fail for ash and hushDenys Vlasenko2018-03-028-0/+44
* | winansi: check for broken pipe in winansi_writeRon Yorston2018-03-091-7/+21
* | pipe_progress: enable in default buildRon Yorston2018-03-092-2/+2
* | dd: mention /dev/zero and /dev/urandom in help messageRon Yorston2018-03-061-0/+3
* | winansi: check for broken pipeRon Yorston2018-03-061-6/+29
* | winansi: changes to puts, fputs and fwriteRon Yorston2018-03-061-18/+3
* | winansi: improve error return values in ANSI emulationRon Yorston2018-03-061-20/+23
* | winansi: create and use functions to test for consoleRon Yorston2018-03-061-51/+20
* | win32: squeeze a few bytes out of strftimeRon Yorston2018-03-051-4/+6
* | win32: use strchrnul from BusyBox in fnmatchRon Yorston2018-03-051-1/+5
* | win32: reduce amount of static dataRon Yorston2018-03-044-101/+127
* | ar: conditional compilation for variable only needed on WIN32Ron Yorston2018-03-031-0/+2
* | Minor improvements to buildRon Yorston2018-03-025-23/+22
* | Merge branch 'busybox' into mergeRon Yorston2018-03-0135-238/+604
|\|
| * libbb: Use return value from is_prefixed_with()Andy Shevchenko2018-02-271-3/+2
| * tcpudp: shrink per-host rate-limiting codeDenys Vlasenko2018-02-273-20/+17
| * less: accept -R option. Closes 10816Denys Vlasenko2018-02-271-1/+5
| * lineedit: allow window size tracking to be disabledRon Yorston2018-02-252-4/+19