- a6f8651 wget: fix for brain-damaged HTTP servers. Closes 9471 by Denys Vlasenko · 8 years ago
- f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
- 2972e2c wget: there is no -s option in GNU Wget 1.18, we should be compatible by Denys Vlasenko · 8 years ago
- ef15970 *: placate some compile warnings on OSX by Denys Vlasenko · 8 years ago
- 9ff910d wget: treat 201,202,203 as success codes too. Closes 9211 by Denys Vlasenko · 8 years ago
- de3da6b wget/ssl_helper: update to wolfssl-3.9.8 by Denys Vlasenko · 8 years ago
- ed72761 wget: run s_client helper with -servername HOST by Denys Vlasenko · 8 years ago
- 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
- 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
- 6701e91 wget: make -T timeout work on header reads too. Closes 8636 by Denys Vlasenko · 9 years ago
- 92e1b08 wget: make Bartosz's "wget --passive-ftp -nd -t 3" work by Denys Vlasenko · 9 years ago
- 4d0c1ea wget: shrink code if https isn't supported by Ron Yorston · 9 years ago
- 2007ef5 wget: make it possible to have both SSL helpers configured by Denys Vlasenko · 9 years ago
- 1c6c670 wget: make openssl/ssl_helper choice configurable by Denys Vlasenko · 9 years ago
- 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
- d7bfee1 wget: fix --header to not append duplicate headers by Bernhard Reutner-Fischer · 10 years ago
- faa9e94 wget: fix a case where progress bar isn't updated if writes are very slow by Denys Vlasenko · 11 years ago
- a279622 wget: fix comment by Denys Vlasenko · 11 years ago
- 5331557 wget: add commented-out code to use ssl_helper instead of openssl by Denys Vlasenko · 11 years ago
- 8b7e8ae wget: add support for https using "openssl s_client" as a helper by Denys Vlasenko · 11 years ago
- d353bff wget: fix use-after-free of ->user. Closes 6836 by Denys Vlasenko · 11 years ago
- 4967a41 wget: user-friendly fallback to http by Lauri Kasanen · 11 years ago
- 840ef17 wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) by Guilherme Maciel Ferreira · 11 years ago
- d074b41 wget: add support for connect timeout by Lauri Kasanen · 11 years ago
- 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
- ea267d5 wget: do not abort if "_" is encountered in a HTTP header by Denys Vlasenko · 11 years ago
- b7812ce wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426 by Denys Vlasenko · 12 years ago
- 9c55143 wget: try reading after poll timeout - stdio may have buffered data. Closes 5426 by Denys Vlasenko · 12 years ago
- aacd448 wget: fix wget-supports--P testsuite failure. Closes 4940 by Denys Vlasenko · 12 years ago
- 6144124 wget: make -c _not_ truncate the file by Denys Vlasenko · 12 years ago
- bf146b8 wget: correctly handle failure to -c (continue) by Denys Vlasenko · 13 years ago
- f5abc78 wget: add dummy --no-cache by Vladimir Dronnikov · 13 years ago
- 93b4a60 wget: fix use-after-free on redirect by Denys Vlasenko · 13 years ago
- dd1061b wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. by Denys Vlasenko · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- d506897 wget: add a note about bug 3625 by Denys Vlasenko · 14 years ago
- ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 14 years ago
- 700fbc3 wget: --post-data=STR should not encode STR, should send it verbatim by Vitaly Magerya · 14 years ago
- e2e55b0 wget: move help text to .c file by Denys Vlasenko · 14 years ago
- 625f218 wget: fix fname_out usage wrt redirects by Denys Vlasenko · 14 years ago
- 5369563 wget: reduce bloat by Pere Orga · 14 years ago
- 28556b9 wget: check for final write errors for -O FILE too by Denys Vlasenko · 14 years ago
- 2384a35 wget: make "wget -O FILE URL1 URL2" concatenate output by Denys Vlasenko · 14 years ago
- 57b4909 wget: fix SEGV with multiple urls and redirection by Pere Orga · 14 years ago
- 9a5b7f6 wget: support multiple URLs on command line even without -O :) by Denys Vlasenko · 14 years ago
- a366109 wget: support multiple URLs on command line by Denys Vlasenko · 14 years ago
- a84eadf typo fix in comment by Denys Vlasenko · 14 years ago
- 88ad9da wget: display 100% at the _end_ of chunked download by Denys Vlasenko · 14 years ago
- c60f446 wget: chunked mode fix. Closes bug 3229 by Denys Vlasenko · 14 years ago
- f9af375 wget: explain clearerr more clearly by Denys Vlasenko · 14 years ago
- 8766a79 wget: correctly handle rare case when we get EAGAIN _on first_ read by Denys Vlasenko · 14 years ago
- d55e139 progress meter: move file name to bb_progress_t. +20 bytes by Denys Vlasenko · 14 years ago
- f836f01 wget: shrink progress meter code; strink wget and add debug logging by Denys Vlasenko · 14 years ago
- 9213a55 wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytes by Denys Vlasenko · 14 years ago
- 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