2007-09-24 |
vda | wget: get rid of setitimer |
blob | commitdiff |
2007-09-24 |
vda | wget: reorder functions, no code changes |
blob | commitdiff | diff to current |
2007-09-24 |
vda | wget: code shrink, move data out of bss |
blob | commitdiff | diff to current |
2007-09-24 |
vda | wget: allow dots in header field names. |
blob | commitdiff | diff to current |
2007-08-18 |
vda | don't pass argc in getopt32, it's superfluous |
blob | commitdiff | diff to current |
2007-08-18 |
vda | introduce and use xdup2(int, int) |
blob | commitdiff | diff to current |
2007-08-12 |
vda | trylink: produce even more info about final link stage |
blob | commitdiff | diff to current |
2007-08-06 |
vda | bb_uuencode: fix obscure case where we were using data... |
blob | commitdiff | diff to current |
2007-07-24 |
vda | Replace index_in_[sub]str_array with index_in_[sub... |
blob | commitdiff | diff to current |
2007-07-23 |
vda | rework long option handling. saves ~1.2k |
blob | commitdiff | diff to current |
2007-06-27 |
vda | wget: fix bug in base64 encoding (bug 1404). +10 bytes. |
blob | commitdiff | diff to current |
2007-06-26 |
vda | uuencode: shrink |
blob | commitdiff | diff to current |
2007-06-18 |
vda | ping: fix write-after-allocated-mem bug |
blob | commitdiff | diff to current |
2007-06-17 |
vda | wget: use monotonic_sec instead of gettimeofday |
blob | commitdiff | diff to current |
2007-06-17 |
vda | hwclock: size optimizations |
blob | commitdiff | diff to current |
2007-06-16 |
vda | pscan: new applet (portscanner). ~1350 bytes. By Tito... |
blob | commitdiff | diff to current |
2007-05-26 |
vda | usage.c: remove reference to busybox.h |
blob | commitdiff | diff to current |
2007-04-10 |
aldot | - add libbb function str_tolower to convert a string... |
blob | commitdiff | diff to current |
2007-04-08 |
vda | getopt32: fix llist_t options ordering. llist_rev is... |
blob | commitdiff | diff to current |
2007-04-05 |
aldot | - add -s|--spider which only checks if the file exists... |
blob | commitdiff | diff to current |
2007-02-17 |
vda | sort: fix multiple -k (was ignoring all except last) |
blob | commitdiff | diff to current |
2007-02-04 |
vda | add x to IPv6 functions which can die |
blob | commitdiff | diff to current |
2007-02-03 |
vda | suppress warnings about easch <applet>_main() having |
blob | commitdiff | diff to current |
2007-02-01 |
vda | correct wget's comment |
blob | commitdiff | diff to current |
2007-01-29 |
vda | preparatory patch for -Wwrite-strings #2 |
blob | commitdiff | diff to current |
2007-01-28 |
vda | work around gcc bug |
blob | commitdiff | diff to current |
2007-01-22 |
aldot | - sed -i -e "/\$Id:/d;" |
blob | commitdiff | diff to current |
2007-01-22 |
vda | comment out unused old networking API parts |
blob | commitdiff | diff to current |
2007-01-22 |
vda | remove obsolete FEATURE_WGET_IP6_LITERAL |
blob | commitdiff | diff to current |
2007-01-12 |
vda | next part of ipv6-ization. mostly netcat. |
blob | commitdiff | diff to current |
2007-01-12 |
vda | next part of ipv6-ization is here: wget & httpd |
blob | commitdiff | diff to current |
2007-01-03 |
vda | wget: always print port# in 'Host' header (smaller... |
blob | commitdiff | diff to current |
2007-01-03 |
vda | wget: print port# in 'Host' header, if different from 80 |
blob | commitdiff | diff to current |
2006-12-16 |
vda | inline strcmp(s, "-") [actually macro-ize it for now... |
blob | commitdiff | diff to current |
2006-12-16 |
vda | wget: smallish optimization |
blob | commitdiff | diff to current |
2006-11-28 |
vda | od: sometime ago I landed BIG od implementation |
blob | commitdiff | diff to current |
2006-11-27 |
vda | safe_strtoXX interface proved to be a bit unconvenient. |
blob | commitdiff | diff to current |
2006-11-26 |
vda | small fixes: |
blob | commitdiff | diff to current |
2006-11-24 |
vda | header_verbose_list: stop truncating file size in listing |
blob | commitdiff | diff to current |
2006-11-23 |
vda | wget: -O - still outputs progressbar (to stderr) |
blob | commitdiff | diff to current |
2006-11-21 |
vda | wget: yet another contortion for proftpd's PASV response. |
blob | commitdiff | diff to current |
2006-11-21 |
vda | wget: fix ftp PASV mode ("numeric" check was too strict) |
blob | commitdiff | diff to current |
2006-11-21 |
vda | wget: reduce likelihood of ETA overflow (especially... |
blob | commitdiff | diff to current |
2006-11-10 |
vda | wget: fix error message. |
blob | commitdiff | diff to current |
2006-10-28 |
vda | ls: cleanup part 1 |
blob | commitdiff | diff to current |
2006-10-27 |
vda | get_terminal_width_height: do not pass insanely large... |
blob | commitdiff | diff to current |
2006-10-26 |
vda | xconnect is non-conforming to "xfunc like libc" rule... |
blob | commitdiff | diff to current |
2006-10-25 |
vda | use skip_whitespace where appropriate |
blob | commitdiff | diff to current |
2006-10-25 |
vda | wget: wget $'-\207' ... should not be allowed to work... |
blob | commitdiff | diff to current |
2006-10-23 |
vda | wget: -100 bytes, reduce stack usage, remove --header... |
blob | commitdiff | diff to current |
2006-10-15 |
vda | wget: xatoi's were oversealous ("200 OK" isn't a number) |
blob | commitdiff | diff to current |
2006-10-14 |
vda | add open_read_close() and similar stuff |
blob | commitdiff | diff to current |
2006-10-10 |
vda | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> |
blob | commitdiff | diff to current |
2006-10-08 |
vda | correct largefile support, add comments about it. |
blob | commitdiff | diff to current |
2006-10-08 |
vda | attempt to regularize atoi mess. |
blob | commitdiff | diff to current |
2006-10-07 |
vda | dd: make it recognize not only 'k' but 'K' too; |
blob | commitdiff | diff to current |
2006-10-07 |
vda | wget: don't be careless with xstrdup'ing |
blob | commitdiff | diff to current |
2006-10-07 |
vda | wget: fix download of URLs like: |
blob | commitdiff | diff to current |
2006-10-03 |
vda | getopt_ulflags -> getopt32. |
blob | commitdiff | diff to current |
2006-10-01 |
vda | wget: make progress bar and ETA work correctly with -c |
blob | commitdiff | diff to current |
2006-09-27 |
vda | silly switch style fix |
blob | commitdiff | diff to current |
2006-09-26 |
vda | wget: add (configurable) large file support. Run tested. |
blob | commitdiff | diff to current |
2006-09-23 |
vda | wget: fix bug where wget creates null file if there... |
blob | commitdiff | diff to current |
2006-09-17 |
vda | whitespace cleanup |
blob | commitdiff | diff to current |
2006-09-15 |
landley | So, in the cornucopia of superfulous warning directives... |
blob | commitdiff | diff to current |
2006-09-09 |
vda | wget: wrap one atrociously long line (around 200 chars... |
blob | commitdiff | diff to current |
2006-09-03 |
vda | uuencode: common implementation for wget and uuencode... |
blob | commitdiff | diff to current |
2006-09-02 |
aldot | - patch from Csaba Henk to make the "User-Agent" header... |
blob | commitdiff | diff to current |
2006-08-20 |
aldot | - typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_L... |
blob | commitdiff | diff to current |
2006-08-03 |
landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | diff to current |
2006-07-12 |
landley | A couple things that got tangled up in my tree, easier... |
blob | commitdiff | diff to current |
2006-06-27 |
landley | Patch from Geoff Baker to fix bug bugs.busybox.net... |
blob | commitdiff | diff to current |
2006-06-13 |
landley | Patch from Denis Vlasenko: |
blob | commitdiff | diff to current |
2006-06-13 |
landley | Whitespace cleanup from Denis Vlasenko. |
blob | commitdiff | diff to current |
2006-06-03 |
aldot | - use bb_msg_{read,write}_error where appropriate. |
blob | commitdiff | diff to current |
2006-05-31 |
aldot | - add CONFIG_FEATURE_WGET_LONG_OPTIONS |
blob | commitdiff | diff to current |
2006-05-27 |
landley | Consolidate #include <sys/time.h> so libbb.h does it. |
blob | commitdiff | diff to current |
2006-05-19 |
aldot | - remove emacs layout block as suggested by Robert... |
blob | commitdiff | diff to current |
2006-05-19 |
aldot | - include strings.h |
blob | commitdiff | diff to current |
2006-02-21 |
landley | Small tweak cherry-picked from Devin Bayer's monster... |
blob | commitdiff | diff to current |
2006-01-30 |
andersen | fix up annoying signed/unsigned and mixed type errors |
blob | commitdiff | diff to current |
2006-01-25 |
timr | just whitespace |
blob | commitdiff | diff to current |
2005-12-02 |
landley | If we really _need_ an #ifdef like this, then we should... |
blob | commitdiff | diff to current |
2005-10-14 |
vodz | - new bb_opt_complementally syntax, use [-:?] only... |
blob | commitdiff | diff to current |
2005-09-05 |
vodz | 1) bb_opt_complementaly -> bb_opt_complementally |
blob | commitdiff | diff to current |
2005-04-16 |
andersen | Patch from Bernhard Fischer to make a bunch of symbols... |
blob | commitdiff | diff to current |
2004-10-08 |
andersen | Patch from Denis Vlasenko to fix a problem where |
blob | commitdiff | diff to current |
2004-04-14 |
andersen | Larry Doolittle writes: |
blob | commitdiff | diff to current |
2004-04-08 |
bug1 | Fix ftp resume |
blob | commitdiff | diff to current |
2004-03-27 |
andersen | s/fileno\(stdin\)/STDIN_FILENO/g |
blob | commitdiff | diff to current |
2004-03-15 |
andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | diff to current |
2004-03-06 |
andersen | Fix/eliminate use of atol |
blob | commitdiff | diff to current |
2004-02-22 |
bug1 | No need to check proxy env variable twice, ignore proxy... |
blob | commitdiff | diff to current |
2004-01-31 |
bug1 | Fix http proxy use, bytes were swapped |
blob | commitdiff | diff to current |
2004-01-26 |
andersen | Pascal Brisset writes: |
blob | commitdiff | diff to current |
2004-01-17 |
bug1 | Patch from Leif Lindholm (slightly modified by me)... |
blob | commitdiff | diff to current |
2004-01-17 |
bug1 | Modify bb_lookup_port to allow the protocol to be speci... |
blob | commitdiff | diff to current |
2003-12-27 |
bug1 | Fix a bug of mine, identified by Stephane Billiart |
blob | commitdiff | diff to current |
2003-12-20 |
bug1 | Change interface to bb_lookup_host, dont try and set... |
blob | commitdiff | diff to current |
2003-12-19 |
bug1 | Use getopt_ulflags |
blob | commitdiff | diff to current |
next |