- dee0fc9 save 10 bytes on strings by Denys Vlasenko · 14 years ago
- 0fac2f7 wget: remove functions which retry on EINTR by Denys Vlasenko · 14 years ago
- df4e16c wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers by Denys Vlasenko · 14 years ago
- fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
- ebec11d wget: flush output to network before receving reply by Nguyễn Thái Ngọc Duy · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
- da0df47 wget: fix ndelay_on call; progress bar: small shrink by Denys Vlasenko · 14 years ago
- c97131c wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) by Bradley M. Kuhn · 14 years ago
- c5bbd5d wget: fix progress display by Denys Vlasenko · 14 years ago
- 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
- 4836331 libbb: factor out hex2bin() for infiniband address parser by Denys Vlasenko · 15 years ago
- 81fe2b1 wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set" by Denys Vlasenko · 15 years ago
- 3fdba18 wget: ignore --no-check-certificate by Bernhard Reutner-Fischer · 15 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- d2c879d wget: fix signedness in the compare (paranoia only, G.content_len is never < 0) by Denys Vlasenko · 15 years ago
- a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- f591499 wget: factor out progress bar code by Magnus Damm · 15 years ago
- be168b1 wget: fix for code 302; mount: support -o union by Vladimir Dronnikov · 15 years ago
- 0d58666 wget: strip trailing whitespace from e.g. "Content-length: 120 " by Matthijs van de Water · 15 years ago
- 7d5ddf1 wget: remove IPv6 scope id in Host: field (apache compat) by Denys Vlasenko · 15 years ago
- f1fab09 wget: fix redirection from HTTP to FTP server by Denys Vlasenko · 15 years ago
- ab0c8d7 wget: remove strange *&var construct. by Denys Vlasenko · 15 years ago
- 7f43280 wget: code shrink by splitting main() into easier-to-optimize functions by Denys Vlasenko · 15 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 5a2ad69 wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de) by Denis Vlasenko · 16 years ago
- 50af926 wget: fix --header handling by Denis Vlasenko · 16 years ago
- db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
- 00d8417 vi: speedup and code shrink (Walter Harms) by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 540ab70 wget: "support" -t and -T by ignoring them by Denis Vlasenko · 16 years ago
- 50b5cac wget: accept code 204. by Denis Vlasenko · 16 years ago
- d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
- 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
- c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
- 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
- a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
- 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
- 6b40443 ps: fix build breakage from vda's recent commit *: whitespace fixes by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- a36535b wget: -O FILE is allowed to overwrite existing file (compat) by Denis Vlasenko · 17 years ago
- 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
- 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
- a7ce207 wget: get rid of setitimer by Denis Vlasenko · 17 years ago
- 47ddd01 wget: reorder functions, no code changes by Denis Vlasenko · 17 years ago
- 7710563 wget: code shrink, move data out of bss by Denis Vlasenko · 17 years ago
- 06783a5 wget: allow dots in header field names. wget: code shrink by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- 4661117 bb_uuencode: fix obscure case where we were using data past last byte of source by Denis Vlasenko · 17 years ago
- 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
- bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
- 12d2129 wget: fix bug in base64 encoding (bug 1404). +10 bytes. by Denis Vlasenko · 17 years ago
- e8240f1 uuencode: shrink by Denis Vlasenko · 17 years ago
- 7679145 ping: fix write-after-allocated-mem bug by Denis Vlasenko · 18 years ago
- bd7bb29 wget: use monotonic_sec instead of gettimeofday by Denis Vlasenko · 18 years ago
- 459be35 hwclock: size optimizations by Denis Vlasenko · 18 years ago
- 7b72fc1 pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 7e8a53a - add libbb function str_tolower to convert a string to lowercase. by Bernhard Reutner-Fischer · 18 years ago
- 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 18 years ago
- 2e75dcc - add -s|--spider which only checks if the file exists but does not download it's content. by Bernhard Reutner-Fischer · 18 years ago
- 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 18 years ago
- 42823d5 add x to IPv6 functions which can die by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- de55b5d correct wget's comment by Denis Vlasenko · 18 years ago
- b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
- afe488d work around gcc bug by Denis Vlasenko · 18 years ago
- bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 18 years ago
- 85629f0 comment out unused old networking API parts by Denis Vlasenko · 18 years ago
- 3c99a59 remove obsolete FEATURE_WGET_IP6_LITERAL by Denis Vlasenko · 18 years ago
- 5d68724 next part of ipv6-ization. mostly netcat. by Denis Vlasenko · 18 years ago
- 6536a9b next part of ipv6-ization is here: wget & httpd by Denis Vlasenko · 18 years ago
- a8951cb wget: always print port# in 'Host' header (smaller code) by Denis Vlasenko · 18 years ago
- b36b370 wget: print port# in 'Host' header, if different from 80 by Denis Vlasenko · 18 years ago
- 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
- 3469c18 wget: smallish optimization by Denis Vlasenko · 18 years ago
- 601ae13 od: sometime ago I landed BIG od implementation by Denis Vlasenko · 18 years ago
- d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
- cf749bc small fixes: by Denis Vlasenko · 18 years ago
- cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
- 4e4662c wget: -O - still outputs progressbar (to stderr) Noticed dead code. -100 bytes. by Denis Vlasenko · 18 years ago
- f8c8bb1 wget: yet another contortion for proftpd's PASV response. by Denis Vlasenko · 18 years ago
- 40f62a8 wget: fix ftp PASV mode ("numeric" check was too strict) by Denis Vlasenko · 18 years ago
- 9cade08 wget: reduce likelihood of ETA overflow (especially with !LFS) by Denis Vlasenko · 18 years ago
- 067e3f0 wget: fix error message. by Denis Vlasenko · 18 years ago
- 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
- 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
- 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
- d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
- c8400a2 wget: wget $'-\207' ... should not be allowed to work. ever. :) by Denis Vlasenko · 18 years ago
- 7534e08 wget: -100 bytes, reduce stack usage, remove --header length limit by Denis Vlasenko · 18 years ago
- 023b57d wget: xatoi's were oversealous ("200 OK" isn't a number) by Denis Vlasenko · 18 years ago
- ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
- cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
- 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago