oweals/busybox.git
2017-02-17 Denys Vlasenkoudhcpc: make sure we do not overflow poll timeout
2017-02-17 Denys Vlasenkonc_bloaty: use poll() instead of select()
2017-02-16 Denys Vlasenkoudhcp: use poll() instead of select()
2017-02-16 Denys Vlasenkoudhcp: do not clobber errno by signal handler
2017-02-16 Denys Vlasenkonc: use poll() instead of select()
2017-02-16 Denys Vlasenkotls: covert i/o loop from using select() to poll()
2017-02-12 Denys Vlasenkosendmail: allow "+" symbol in recipient. Closes 9646
2017-02-12 Kang-Che Sungmodprobe-small: define and use DEPMOD_OPT_n (option...
2017-02-12 Kang-Che Sungmodprobe-small: document '-n' in depmod usage
2017-02-07 Denys Vlasenkomodprobe_small: if only MODPROBE and DEPMOD are selecte...
2017-02-05 Kang-Che SungReorder modutils config options & fix yet more dependency
2017-02-05 Kang-Che Sungmodutils: fix config options dependency (2)
2017-02-04 Denys Vlasenkohttpd: use "Content-Length", not "-length"
2017-02-04 Rostislav SkudnovReplace int -> uint to avoid signed integer overflow
2017-02-04 Denys Vlasenkotls: fold AES CBC en/decryption into single functions
2017-02-03 Denys Vlasenkowget/tls: session_id of zero length is ok (arxiv.org...
2017-02-03 Denys Vlasenkoash: add INT_OFF/ON around allocations
2017-02-02 Denys Vlasenkops: avoid -o stat to contain spaces. Closes 9631
2017-02-01 Kang-Che Sungcmdline module options can be disabled on "big" modutils
2017-02-01 Kang-Che Sungmodutils: remove redundant "select PLATFORM_LINUX"...
2017-02-01 Kang-Che Sungmodprobe-small: move lsmod code out of modprobe_main()
2017-02-01 Denys Vlasenkomodprobe-small: improve config help text
2017-01-31 Felix Fietkauash: improve / fix glob expansion
2017-01-30 Denys Vlasenkotaskset: simplify code a bit; tweak --help
2017-01-30 Denys Vlasenkomodprobe-small: fix --help texts, they are from "big...
2017-01-30 Kang-Che Sungmodutils: fix config options dependency
2017-01-30 Denys Vlasenkowget: add a big explanation what TLS code implements...
2017-01-29 Denys Vlasenkolibbb: match_fstype() is unreadable in the extreme...
2017-01-29 Denys Vlasenkovi,fsck: do not use build timestamp unconditionally...
2017-01-29 Denys Vlasenkotaskset: separate "current" and "new" strings
2017-01-29 Denys Vlasenkotypo in comment
2017-01-29 Denys Vlasenkotaskset: rewrite to be task size-agnostic
2017-01-29 Denys Vlasenko*: add comment about APPLET_ODDNAME format
2017-01-26 Denys Vlasenkohttpd: defend against attempts to OOM us. Closes 9611
2017-01-26 Denys Vlasenkoadduser: help for -G GRP is misleading, fix it
2017-01-26 Denys Vlasenkosh: fix FEATURE_SH_STANDALONE help text: it does not...
2017-01-26 Denys Vlasenkolibbb: spawn_and_wait() fflushes before forking NOEXEC...
2017-01-25 Denys Vlasenkolink: new applet
2017-01-25 Denys Vlasenkoxxd: make -p output lines actually end with a newline
2017-01-25 Denys Vlasenkoxxd: implement -p
2017-01-25 Denys Vlasenkolibbb: shrink sump.c
2017-01-25 Denys Vlasenkoftpd/ls: show directories first
2017-01-25 Denys Vlasenkohexdump/xxd: a bit more condensed formats
2017-01-25 Denys Vlasenkoxxd: new applet
2017-01-24 Andrey Mozzhuhinftpd: new option -a ANON_USER to allow anonymous logins
2017-01-24 Denys Vlasenkowget: add support for -S --server-response
2017-01-24 Denys Vlasenkoremove "local" bashism from a few scripts
2017-01-24 Denys Vlasenkotls: can download kernels now :)
2017-01-24 Denys Vlasenkotls: if got CERTIFICATE_REQUEST, send an empty CERTIFICATE
2017-01-24 Denys Vlasenkotls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA...
2017-01-23 Denys Vlasenkols: convert DISP_DIRNAME to a bool variable
2017-01-23 Denys Vlasenkols: get rid of opt_flags[], handle -l1c through option_...
2017-01-23 Denys Vlasenkols: handle -x through option_mask32, remove default...
2017-01-23 Denys Vlasenkols: handle -d and -R through option_mask32
2017-01-23 Denys Vlasenkols: handle -p and -F through option_mask32
2017-01-23 Denys Vlasenkols: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same...
2017-01-23 Denys Vlasenkols: make -Z output compatible with GNU coreutils 8.25
2017-01-23 Denys Vlasenkols: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the...
2017-01-23 Denys Vlasenkols: handle -s through option_mask32
2017-01-23 Denys Vlasenkols: handle -i through option_mask32
2017-01-23 Denys Vlasenkols: handle -a and -A through option_mask32
2017-01-23 Denys Vlasenkols: handle all sort options through option_mask32
2017-01-23 Denys Vlasenkotls: reorder tls_handshake_data fields for smaller...
2017-01-23 Denys Vlasenkotls: send EMPTY_RENEGOTIATION_INFO_SCSV in our client...
2017-01-23 Denys Vlasenkotls: set TLS_DEBUG to 0; placate a gcc indentation...
2017-01-23 Denys Vlasenkoseparate TLS code into a library, use in in wget
2017-01-22 Denys Vlasenkols: -1 should be ignored by -l (and options which imply -l)
2017-01-22 Denys Vlasenkols: more correct handling of -c, -u
2017-01-22 Denys Vlasenkols: replace -e with --full-time, add --group-directorie...
2017-01-21 Denys Vlasenkoip: better --help
2017-01-21 Denys Vlasenkomore ip --help fixes
2017-01-21 Denys Vlasenkomake --help texts smaller
2017-01-21 Denys Vlasenkomake --help texts more uniform
2017-01-21 Denys Vlasenkotls: reorder tls_state fields for smaller offsets
2017-01-20 Denys Vlasenkotls: send SNI in the client hello
2017-01-20 Denys Vlasenkotls: check size on "MAC-only, no crypt" code path too
2017-01-20 Denys Vlasenkotls: AES decrypt does one unnecessary memmove
2017-01-20 Denys Vlasenkotls: make input buffer grow as needed
2017-01-20 Denys Vlasenkopassword utils: improve --help, make DEFAULT_PASSWD_ALG...
2017-01-20 Denys Vlasenkotls: improve i/o loop
2017-01-20 Denys Vlasenkotls: was psAesDecrypt'ing one block too many, trashing...
2017-01-20 Denys Vlasenkordate: time(NULL) is shorter than time(&var)
2017-01-20 Denys Vlasenkordate: make it do something remotely sane, facing 32...
2017-01-20 Denys Vlasenkotls: do not use common_bufsiz
2017-01-20 Denys Vlasenkotls: decode alerts and in particular, EOF alert.
2017-01-20 Denys Vlasenkotls: add the i/o loop - largish rework of i/o buffering
2017-01-19 Denys Vlasenkotls: fix ROL/ROR x86 optimization
2017-01-19 Denys Vlasenkotls: tested PSTM_X86_64, not enabling it - too large
2017-01-19 Denys Vlasenkotls: commented out psPool_t use
2017-01-19 Denys Vlasenkontpd: print result of hostname resolution
2017-01-19 Denys Vlasenkofdisk: add typical values of -H and -S to --help
2017-01-18 Denys Vlasenkotls: teach it to decrypt AES256-encrypted data
2017-01-18 Denys Vlasenkotls: trim comments
2017-01-18 Denys Vlasenkotls: teach it to send AES256-encrypted data
2017-01-18 Denys Vlasenkotls: added AES code and made it compile. not used yet
2017-01-18 Denys Vlasenkotls: massage writing for encryption support; finer...
2017-01-17 Denys Vlasenkotls: address one easy FIXME, tidy up comments
2017-01-17 Denys Vlasenkotls: process CHANGE_CIPHER_SPEC and FINISHED from server
2017-01-17 Denys Vlasenkotls: rearrange function order, improve comments
2017-01-17 Denys Vlasenkotls: make our send_client_finished() pass server check
next