aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* archival: support zstd in rpm and dpkgzstdRon Yorston2026-03-2411-20/+78
* tar: support zstd compressionRon Yorston2026-03-227-6/+70
* build system: add option to place statics in .bssRon Yorston2026-03-217-0/+19
* win32: UTF8_OUTPUT: don't fail due to nwritten valueAvi Halachmi (:avih)2026-03-191-2/+4
* win32: UTF8_OUTPUT: refine bad-sequence outputAvi Halachmi (:avih)2026-03-191-18/+12
* Update default configurationsmergeRon Yorston2026-03-115-5/+15
* Merge branch 'busybox' into mergeRon Yorston2026-03-1152-1740/+6426
|\
| * ash: fix here strings causing segfault in function invocationbusyboxRon Yorston2026-03-091-0/+1
| * paste: fix output when file lengths differRon Yorston2026-03-053-12/+62
| * ash: fix help builtin and tab completion of builtinsRon Yorston via busybox2026-02-281-2/+2
| * tar: only strip unsafe components from hardlinks, not symlinksRadoslav Kolev2026-02-281-1/+1
| * less: unbreak EAGAIN propagationDenys Vlasenko2026-02-271-6/+12
| * less: make read error reporting actually visibleDenys Vlasenko2026-02-271-10/+19
| * less: improve O_NONBLOCK manipulations on stdinDenys Vlasenko2026-02-271-32/+44
| * less: do not retry reads of stdin if got EAGAINDenys Vlasenko2026-02-271-35/+35
| * *: don't use getservbyname, it links in a static bufferDenys Vlasenko2026-02-255-37/+145
| * telnet: fix false positive "Error writing to foreign host"Denys Vlasenko2026-02-241-28/+34
| * netstat: fix breakage due to last commitDenys Vlasenko2026-02-243-9/+19
| * netstat,pscan: don't use getservbyport(), it links in a static bufferDenys Vlasenko2026-02-244-10/+64
| * telnet: fixes after testing against some MUD serversDenys Vlasenko2026-02-241-112/+193
| * telnetd: if vfork in make_new_session() fails, do close socket.Denys Vlasenko2026-02-242-46/+84
| * telnet: code shrinkDenys Vlasenko2026-02-231-21/+25
| * telnet: rewrite to use ioloop()Denys Vlasenko2026-02-234-440/+1393
| * telnetd: do not send stray \r\n before /etc/issue.netDenys Vlasenko2026-02-232-3/+3
| * telnetd: do not wait for more input after 10-byte NAWS is receivedDenys Vlasenko2026-02-221-28/+34
| * telnetd: fix handshake: had one wrong, but harmless elementDenys Vlasenko2026-02-222-7/+15
| * telnetd: correct handling of screen sizes with any dimension equal to 255Denys Vlasenko2026-02-221-23/+52
| * telnetd: do close pty when network read returns EOF; try to cause EOF-on-readDenys Vlasenko2026-02-221-36/+66
| * libbb: add generic "fd polling and I/O" loop, use it in telnetdDenys Vlasenko2026-02-215-571/+2623
| * tls: code shrinkDenys Vlasenko2026-02-211-14/+13
| * tls: server: fix incorrect key_block assignments - now works against openssl ...Denys Vlasenko2026-02-155-91/+241
| * tls: make ECDHE_RSA work against our client (openssl s_client not yet)Denys Vlasenko2026-02-154-67/+320
| * tls: remove unnecessary malloc/free in psRsaDecryptPriv()Denys Vlasenko2026-02-151-22/+10
| * tls: fix cipher-id selection in server modeDenys Vlasenko2026-02-153-221/+430
| * tls: eliminate unnecessary ENCRYPT_ON_WRITE, merge tls_get_zeroed_outbuf() wi...Denys Vlasenko2026-02-151-37/+23
| * tls: fix up debug printouts wrt newlinesDenys Vlasenko2026-02-151-88/+90
| * tls: implement server codeDenys Vlasenko2026-02-155-129/+660
| * ssl_server: new applet, not functional yetDenys Vlasenko2026-02-154-17/+191
| * libbb: better comments in read_key()Denys Vlasenko2026-02-151-37/+38
| * *: placate warnings where strchr/strstr returns constant pointerDenys Vlasenko2026-02-1522-51/+58
| * fdisk: implement -t PARTTYPEDenys Vlasenko2026-02-152-11/+22
* | ash: fix here strings causing segfault in subshellsRon Yorston2026-03-041-0/+3
* | ash: allow execution of busybox-w32 binary without extensionRon Yorston2026-02-253-4/+3
* | ash: fix execution of applets via Unix-style pathRon Yorston2026-02-141-18/+15
* | Merge branch 'busybox' into mergeRon Yorston2026-02-1234-238/+319
|\|
| * main: !CONFIG_BUSYBOX: "busybox --OPT" is not a call to applet "-OPT"Denys Vlasenko2026-02-081-1/+4
| * *: whitespace cleanupDenys Vlasenko2026-02-087-8/+0
| * tls: document PSTM_64BIT + PSTM_X86_64 optimizations betterDenys Vlasenko2026-02-082-11/+11
| * vi: code shrinkDenys Vlasenko2026-02-071-7/+9
| * vi: fix last commit - do terminate the :CMD on the first whitespaceDenys Vlasenko2026-02-071-0/+1