| Commit message (Expand) | Author | Age | Files | Lines |
* | tls: prepare for ECDH_anon ciphers | Denys Vlasenko | 2018-12-10 | 1 | -7/+14 |
* | tls: fix a potential (currently "disabled" by a macro) SHA1-related bug | Denys Vlasenko | 2018-12-10 | 1 | -1/+1 |
* | tls: if !ENABLE_FEATURE_TLS_SHA1, tls->MAC_size is always SHA256_OUTSIZE for ... | Denys Vlasenko | 2018-12-10 | 1 | -6/+12 |
* | tls: introduce FEATURE_TLS_SHA1 to make SHA1 code optional | Denys Vlasenko | 2018-12-10 | 2 | -6/+41 |
* | bc: simplify bc_num_parseDecimal() further | Denys Vlasenko | 2018-12-10 | 1 | -15/+12 |
* | bc: make all function pointers FAST_FUNC, on i486 this saves ~400 bytes | Denys Vlasenko | 2018-12-10 | 1 | -42/+39 |
* | bc: 0xffffffffffffffff may be larger than unsigned long | Denys Vlasenko | 2018-12-10 | 1 | -2/+2 |
* | bc: optimize bc_vec_concat() | Denys Vlasenko | 2018-12-10 | 1 | -3/+4 |
* | bc: simplify bc_program_len() | Denys Vlasenko | 2018-12-10 | 1 | -5/+7 |
* | bc: simplify bc_program_print() | Denys Vlasenko | 2018-12-10 | 1 | -6/+7 |
* | bc: simplify bc_num_ulong2num() | Denys Vlasenko | 2018-12-10 | 1 | -4/+13 |
* | bc: move str-to-num conversion functions to their only caller, bc_num_parse() | Denys Vlasenko | 2018-12-10 | 1 | -133/+133 |
* | bc: further simplify string-to-number conversion code | Denys Vlasenko | 2018-12-09 | 1 | -1/+7 |
* | bc: simplify string-tonumber conversion code | Denys Vlasenko | 2018-12-09 | 1 | -45/+43 |
* | bc: no need to "set to zero" BcNum after bc_num_init(), it already is | Denys Vlasenko | 2018-12-09 | 1 | -7/+10 |
* | bc: add and use bc_num_init_DEF_SIZE() | Denys Vlasenko | 2018-12-09 | 1 | -25/+29 |
* | bc: in bc_program_execStr(), push two variables into inner scope | Denys Vlasenko | 2018-12-09 | 1 | -15/+12 |
* | bc: in bc_program_exec(), push two variables into inner scope | Denys Vlasenko | 2018-12-09 | 1 | -121/+19 |
* | bc: add accessors for G.prog.strs[idx], G.prog.fns[idx] | Denys Vlasenko | 2018-12-09 | 1 | -20/+30 |
* | bc: eliminate always the same params to bc_num_printBase() | Denys Vlasenko | 2018-12-08 | 1 | -11/+11 |
* | bc: remove redundant error checks in bc_parse_print() | Denys Vlasenko | 2018-12-08 | 1 | -8/+10 |
* | bc: stop propagating pointer to G.prog.nchars deep into printing functions | Denys Vlasenko | 2018-12-08 | 1 | -48/+45 |
* | bc: do not pass line width in parameters, it's in globals | Denys Vlasenko | 2018-12-08 | 1 | -28/+29 |
* | bc: remove "ready for more input" message, GNU bc does not print that | Denys Vlasenko | 2018-12-08 | 1 | -12/+4 |
* | tls: AES-GCM: in GMULT, avoid memcpy, use one less variable in bit loop | Denys Vlasenko | 2018-12-08 | 1 | -11/+11 |
* | bc: trim banner, use empty interactive prompts (GNU bc compat) | Denys Vlasenko | 2018-12-08 | 1 | -19/+19 |
* | dc: fix "small dc" to have standard command line API | Denys Vlasenko | 2018-12-08 | 2 | -25/+48 |
* | lineedit: fix "defined but not used" sigaction2 warning | Denys Vlasenko | 2018-12-08 | 1 | -0/+2 |
* | mdev: suppress aliasing warning | Denys Vlasenko | 2018-12-08 | 1 | -1/+11 |
* | inetd: suppress aliasing warning | Denys Vlasenko | 2018-12-08 | 5 | -7/+7 |
* | suppress gcc 8 aliasing warnings | Denys Vlasenko | 2018-12-08 | 5 | -3/+25 |
* | tls: make RIGHTSHIFTX() in AES-GCM faster | Denys Vlasenko | 2018-12-08 | 1 | -7/+56 |
* | bc: replace G.eof with a special exit code of bc_vm_stdin() | Denys Vlasenko | 2018-12-07 | 1 | -6/+9 |
* | bc: convert two macros to functions, unwing one complex max(a,min(b,c)) | Denys Vlasenko | 2018-12-07 | 1 | -9/+20 |
* | bc: do not perform domr limit checks when they can't work (e.g. on 32-bit arc... | Denys Vlasenko | 2018-12-07 | 1 | -33/+76 |
* | bc: pull temporary into a register | Denys Vlasenko | 2018-12-07 | 1 | -7/+10 |
* | bc: use more compact parsing data structures | Denys Vlasenko | 2018-12-07 | 1 | -27/+35 |
* | bc: use only G_interrupt as interrupt flag | Denys Vlasenko | 2018-12-07 | 1 | -6/+7 |
* | bc: fix exit codes for FEATURE_CLEAN_UP=y | Denys Vlasenko | 2018-12-06 | 1 | -8/+15 |
* | dc: fix testsuite | Denys Vlasenko | 2018-12-06 | 2 | -18/+7 |
* | bc: correctly parse dc options | Denys Vlasenko | 2018-12-06 | 1 | -58/+101 |
* | dc: fix "dc does_not_exist" SEGVing | Denys Vlasenko | 2018-12-06 | 1 | -1/+2 |
* | fix make_single_applets.sh | Denys Vlasenko | 2018-12-06 | 1 | -0/+2 |
* | bc: code shrink - convert two macros to functions | Denys Vlasenko | 2018-12-06 | 1 | -4/+13 |
* | bc: make keyword POSIXness check more readable | Denys Vlasenko | 2018-12-06 | 1 | -27/+29 |
* | bc: move a function to reduce forward declarations | Denys Vlasenko | 2018-12-06 | 1 | -21/+17 |
* | bc: small simplification in dc_lex_token() | Denys Vlasenko | 2018-12-06 | 1 | -15/+14 |
* | bc: add comment about BC_NUM_DEF_SIZE | Denys Vlasenko | 2018-12-06 | 1 | -11/+12 |
* | bc: fix for prev commit | Denys Vlasenko | 2018-12-06 | 1 | -1/+1 |
* | bc: do not needlessly use strcat | Denys Vlasenko | 2018-12-06 | 1 | -1/+1 |