2018-12-06 |
Denys Vlasenko | bc: if ^C handling is not selected, there is no interac... |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | bc: fix "bc -v" printing version info twice, and not... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: make bc_vm_envArgs() NULL-terminate its argv, simpl... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: if FEATURE_CLEAN_UP, clean up allocations on exits |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: do not allow "()" as a valid expression |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: reorder functions, delete forward declarations... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: reorder functions, delete forward declarations... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: remove unused strings |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: trivial simplification in bc_parse_return() |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: fix "warning: 's' may be used uninitialized in... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: code shrink |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: code shrink |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: make division operation interruptible |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: use unsigned division by 10 instead of signed |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: move ^C check fro power calculation to multiplication |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: bc_num_k(): move carry,i,j,len to inner scope |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: tweak error messages |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: fix inverted POSIXness test, improve messages,... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: print error line numbers |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: optimize pushing zero bytes to vectors |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: restore printing of script name on errors |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: do not check for errors when parsing/running intern... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: shrink error handling code by enabling tail-call... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: make 2^1000000 interruptible faster |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: remove tabs from internal library |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: store library in ASCII, shrink keyword parsing... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: drop bc_map_init() macro |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: create a few common functions |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: rewrite "BOOL * EXPR" idiom as if() statement |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: switch to SA_RESTART signal handling |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: get rid of G.tty and G.flags |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: convert all status codes, remove bc_err_msgs[]... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: convert all non-POSIX BC_STATUS_foo codes |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: convert BC_STATUS_EXEC_SIGNAL - its message string... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: convert BC_STATUS_PARSE_NO_AUTO |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: convert BC_STATUS_EXEC_MISMATCHED_PARAMS and BC_STA... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: BC_STATUS_VEC_ITEM_EXISTS is not a real error code... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: simplify bc_lex_comment() |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: handle BIN_FILE and LEX_BAD_CHAR errors at the... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: eliminate BC_STATUS_INPUT_EOF |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: handle "limits" and "quit" immediately at parse... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc": drop unused error codes and strings |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: remove "error ids": serve no useful purpose, error... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: reduce forward declarations |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: use smaller datatypes for limits, match GNU bc... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: better handle optional args of bc_program_pushVar() |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: tweak help text |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: simplify bc_vm_stdin() |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: only check for ^C in bc_program_exec() main loop |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: simpler calling convention for bc_read_file(),... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: bc_num_ulong2num(), bc_program_pushGlobal(), bc_pro... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: stop passing around pointers to G.prog, they are... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: select parse_init() and parse_expr() using IS_BC... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: propagate fixed arguments into callees |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: simplify ^C handling |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: convert to "G trick" - this returns bc to zero... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: simplify, and restore ^C, fix ^D handling |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: simplify, stop testing for IO errors on every output |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: fix warnings, initial cleanups |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Gavin Howard | bc: new applet, throws warning |
commit | commitdiff | tree | snapshot |
2018-12-03 |
Ron Yorston | vi: correctly detect when a deletion empties the buffer |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Denys Vlasenko | vi: code shrink |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Denys Vlasenko | vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED... |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Denys Vlasenko | libbb: do not misinterpret 0x10-0x19 chars in "\xNNN... |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Denys Vlasenko | libbb: @ in "\x3@" is not a valid hex digit |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Denys Vlasenko | cat,nl: fix handling of open errors |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Denys Vlasenko | awk: abort if NF set to negative value |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Chen Qi | testsuite: check CONFIG_DESKTOP before using 'od -t' |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Ron Yorston | hush: allow hush to run embedded scripts |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Denys Vlasenko | free: ensure there is a least one space between numbers |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Ron Yorston | docs: add embedded-scripts.txt |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Denys Vlasenko | tar: skip 'V' headers (GNU volume label), closes 11526 |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Denys Vlasenko | unlzma: fix too-eager corruption check |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Denys Vlasenko | tar: fix too eager autodetection, closes 11531 |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Ron Yorston | build system: prevent duplicate applet names |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Ron Yorston | Tweaks to build process for embedded scripts |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Denys Vlasenko | tls: add ECDHE_PSK and remove ARIA cipher ids |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Denys Vlasenko | tls: add _anon_ cipher definitions |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Denys Vlasenko | tls: enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Denys Vlasenko | tls: cipher 009D is not yet supported, don't test for it |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Denys Vlasenko | tls: speed up prf_hmac_sha256() |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Denys Vlasenko | libbb: add comment on sha384 |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Denys Vlasenko | tls: simplify hmac_begin() |
commit | commitdiff | tree | snapshot |
2018-11-25 |
Denys Vlasenko | tls: add support for 8 more cipher ids - all tested... |
commit | commitdiff | tree | snapshot |
2018-11-25 |
Denys Vlasenko | tls: fix comments |
commit | commitdiff | tree | snapshot |
2018-11-25 |
Denys Vlasenko | tls: add a comment on expanding list of supported ciphers |
commit | commitdiff | tree | snapshot |
2018-11-25 |
Denys Vlasenko | tls: do not leak RSA key |
commit | commitdiff | tree | snapshot |
2018-11-25 |
Denys Vlasenko | tls: code shrink |
commit | commitdiff | tree | snapshot |
2018-11-25 |
Denys Vlasenko | tls: code shrink |
commit | commitdiff | tree | snapshot |
2018-11-25 |
Denys Vlasenko | tls: code shrink |
commit | commitdiff | tree | snapshot |
2018-11-25 |
Denys Vlasenko | tls: on x86, use xorbuf_aligned_AES_BLOCK_SIZE() even... |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Denys Vlasenko | tls: actually fill in CIPHER_ID3 value in hello message |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Denys Vlasenko | ntpd: do not SEGV on "-p keyno:192.168.1.1", show ... |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Denys Vlasenko | wget: code shrink |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Denys Vlasenko | tls: fix is.gd again, fix AES-CBC using decrypt key... |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Denys Vlasenko | tls: speed up xor'ing of aligned 16-byte buffers |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Denys Vlasenko | tls: in AES-GCM decoding, avoid memmove |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Denys Vlasenko | tls: fix a thinko in GHASH optimization |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Denys Vlasenko | tls: make tls_get_random() FAST_FUNC |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Denys Vlasenko | wget: print the final newline only for non-tty output |
commit | commitdiff | tree | snapshot |
next |