aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-06wget: attempt to negotiate encrypted data ftps stream ("PROT P")Denys Vlasenko1-3/+7
2018-02-06fix compile failure in previous commitDenys Vlasenko1-1/+1
2018-02-06unzip: do not set directory mode to 0777Denys Vlasenko2-7/+13
2018-02-06ar: hopefully fix out-of-bounds read in get_header_ar()Denys Vlasenko1-2/+2
2018-02-06fix a thinko in parse_pasv_epsv.cDenys Vlasenko1-2/+2
2018-02-06wget: add EPSV supportDenys Vlasenko4-61/+82
2018-02-06wget: initial support for ftps://Denys Vlasenko4-16/+42
2018-02-06wget: preparations for ftps:// support (block move, no code changes)Denys Vlasenko1-81/+81
2018-02-06tls: fix hash calculations if client cert is requested and sentDenys Vlasenko1-40/+54
2018-02-05ftpd: handle restarts past 2147483647 bytes. closes 10741Denys Vlasenko1-1/+1
2018-02-05bzip2: work around bad compiler optimizationDenys Vlasenko1-32/+43
2018-02-04ftpd: fix aliasing warning from gcc-6.1.1Denys Vlasenko1-2/+2
2018-02-04ftpgetput: add EPSV support (PASV-like thing for IPv6)Denys Vlasenko1-6/+16
2018-02-04ftpgetput: preparations for ESPV support, no code changesDenys Vlasenko1-15/+16
2018-02-04ftpd: switch to mallced "globals"Denys Vlasenko1-2/+6
2018-02-04gunzip: fix from gzip-1.3.12 for gzip file with all zero length codesDenys Vlasenko1-4/+11
2018-02-03bzip2: move runningOrder[] back to stack - 256 bytes is not muchDenys Vlasenko2-6/+8
2018-02-03bzip2: move ->origPtr out of struct EState, make a few members smallerDenys Vlasenko3-27/+27
2018-02-03bzip2: pass sorting params through EState* pointerDenys Vlasenko3-67/+65
2018-02-03gzip2: small simplification in mainSimpleSort()Denys Vlasenko1-14/+15
2018-02-03bzip2: a few more locals converted to generic typesDenys Vlasenko1-7/+7
2018-02-03bzip2: eliminate one parameter to mainQSort3()Denys Vlasenko1-5/+9
2018-02-03bzip2: small simplification in mainSort()Denys Vlasenko1-5/+5
2018-02-03bzip2: convert some locals to unsigned'sDenys Vlasenko1-5/+5
2018-02-03bzip2: runningOrder[] values are always 0..255, make it uint8Denys Vlasenko2-6/+5
2018-02-03bzip2: remove redundant clearing of an alredy unset bitDenys Vlasenko1-2/+2
2018-02-03bzip2: eliminate write-only local numQSortedDenys Vlasenko1-7/+3
2018-02-03bzip2: make locals in mainSort() saner, convert one of them from uint16 to un...Denys Vlasenko1-29/+36
2018-02-03bzip2: remove redundant loop termination check in mainSort()Denys Vlasenko1-3/+6
2018-02-03bzip2: reduce indentation, no code changesDenys Vlasenko1-44/+45
2018-02-03bzip2: reuse zPend processing codeDenys Vlasenko1-31/+13
2018-02-03bzip2: shrink makeMaps_e()Denys Vlasenko1-3/+4
2018-02-03bzip2: optimize zPend variable codeDenys Vlasenko3-23/+39
2018-02-03bzip2: have two separate "store bit 0" and "store bit 1" functionsDenys Vlasenko1-6/+19
2018-02-03bzip2: ~1% speedup by special-casing "store 1 bit" functionDenys Vlasenko3-5/+23
2018-02-03bzip2: rewrite bit of code which depends on integer overflowDenys Vlasenko1-5/+5
2018-02-03bzip2: delete write-only fave[] arrayDenys Vlasenko1-5/+0
2018-02-03bgip2: fewer specifically-sized [u]int32_t's locals in sendMTFValuesDenys Vlasenko1-12/+32
2018-02-03bzip2: code shrinkDenys Vlasenko1-5/+10
2018-02-03bzip2: code shrinkDenys Vlasenko3-18/+18
2018-02-02bzip2: code shrinkDenys Vlasenko1-11/+25
2018-02-01cksum: code shrinkDenys Vlasenko1-23/+24
2018-02-01libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko8-6/+18
2018-02-01udhcpd: use ptr_to_globals for its lone global data (g_leases)Denys Vlasenko1-2/+4
2018-02-01cp: implement -TAaro Koskinen2-5/+17
2018-02-01libarchive: move bbunpack constants to bb_archive.hDenys Vlasenko4-45/+48
2018-02-01lzop: code shrinkDenys Vlasenko3-11/+7
2018-02-01unlzop: fix --help: it has -U instead of -kDenys Vlasenko1-1/+1
2018-02-01bzip2: code shrink, stop using global data variableDenys Vlasenko1-15/+17
2018-01-31gzip: "compressed_len" is unused, stop wasting code and time calculating itDenys Vlasenko1-62/+31