2018-02-04 |
Denys Vlasenko | ftpgetput: add EPSV support (PASV-like thing for IPv6) |
blob | commitdiff | raw |
2018-02-04 |
Denys Vlasenko | ftpgetput: preparations for ESPV support, no code changes |
blob | commitdiff | raw | diff to current |
2017-08-08 |
Denys Vlasenko | ftpgetput: show only short options in --help text |
blob | commitdiff | raw | diff to current |
2017-08-08 |
Denys Vlasenko | getopt32: remove opt_complementary |
blob | commitdiff | raw | diff to current |
2017-08-08 |
Denys Vlasenko | getopt32: remove applet_long_options |
blob | commitdiff | raw | diff to current |
2017-07-21 |
Denys Vlasenko | config: deindent all help texts |
blob | commitdiff | raw | diff to current |
2017-07-18 |
Denys Vlasenko | Update menuconfig items with approximate applet sizes |
blob | commitdiff | raw | diff to current |
2017-01-10 |
Denys Vlasenko | Big cleanup in config help and description |
blob | commitdiff | raw | diff to current |
2016-11-23 |
Denys Vlasenko | Convert all networking/* applets to "new style" applet... |
blob | commitdiff | raw | diff to current |
2016-04-21 |
Denys Vlasenko | *: add most of the required setup_common_bufsiz() calls |
blob | commitdiff | raw | diff to current |
2016-04-21 |
Denys Vlasenko | libbb: make bb_common_bufsiz1 1 kbyte, add capability... |
blob | commitdiff | raw | diff to current |
2015-10-13 |
Denys Vlasenko | libbb: introduce kernel-style BUILD_BUG_ON() |
blob | commitdiff | raw | diff to current |
2012-03-19 |
Denys Vlasenko | ftp{get,put}: tweak help text |
blob | commitdiff | raw | diff to current |
2011-06-05 |
Denys Vlasenko | *: remove "Options:" string from help texts |
blob | commitdiff | raw | diff to current |
2011-05-13 |
Denys Vlasenko | fix "variable 'foo' set but not used" warnings |
blob | commitdiff | raw | diff to current |
2011-04-11 |
Pere Orga | move remaining help text from include/usage.src.h |
blob | commitdiff | raw | diff to current |
2011-04-07 |
Denys Vlasenko | libbb: make set_nport accept pointer to sockaddr, not... |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Denys Vlasenko | *: make GNU licensing statement forms more regular |
blob | commitdiff | raw | diff to current |
2010-02-04 |
Denys Vlasenko | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 |
blob | commitdiff | raw | diff to current |
2009-12-11 |
Denys Vlasenko | wget: check for close success; fix chunked; do not... |
blob | commitdiff | raw | diff to current |
2009-10-23 |
Vladimir Dronnikov | ftpget/put: make 3rd parameter optional |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | raw | diff to current |
2008-06-25 |
Denis Vlasenko | whitespace fixes. no code changes |
blob | commitdiff | raw | diff to current |
2008-03-29 |
Denis Vlasenko | ftpgetput: move control_stream to "struct globals"; |
blob | commitdiff | raw | diff to current |
2008-03-29 |
Denis Vlasenko | ftpgetput: deal with long-standing TODOs: |
blob | commitdiff | raw | diff to current |
2008-03-28 |
Denis Vlasenko | ftpgetput: add comment about EPSV (extended PASV). |
blob | commitdiff | raw | diff to current |
2008-03-23 |
Denis Vlasenko | patch: shrink by Pascal Bellard <pascal.bellard AT... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | *: add -Wunused-parameter; fix resulting breakage |
blob | commitdiff | raw | diff to current |
2008-02-16 |
Denis Vlasenko | random s/short/int/ |
blob | commitdiff | raw | diff to current |
2008-01-29 |
Bernhard Reutner... | - be C99 friendly. Anonymous unions are a GNU extension... |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Denis Vlasenko | update Glenn McGrath's email address |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Denis Vlasenko | don't pass argc in getopt32, it's superfluous |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Denis Vlasenko | introduce and use xdup2(int, int) |
blob | commitdiff | raw | diff to current |
2007-08-12 |
Denis Vlasenko | trylink: produce even more info about final link stage |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Denis Vlasenko | Replace index_in_[sub]str_array with index_in_[sub... |
blob | commitdiff | raw | diff to current |
2007-07-23 |
Denis Vlasenko | rework long option handling. saves ~1.2k |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Denis Vlasenko | add x to IPv6 functions which can die |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Denis Vlasenko | preparatory patch for -Wwrite-strings #2 |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Denis Vlasenko | comment out unused old networking API parts |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Denis Vlasenko | next part of ipv6-ization. mostly netcat. |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Denis Vlasenko | fix my own breakage |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Denis Vlasenko | fix verbose output; remove commented-out includes. |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Denis Vlasenko | ipv6-ization efforts continue. Few bugs are found, |
blob | commitdiff | raw | diff to current |
2007-01-03 |
Denis Vlasenko | ftpgetput: fix PASV mode, fix xatou0induced breakage, |
blob | commitdiff | raw | diff to current |
2006-12-22 |
Denis Vlasenko | tar et al: die if bb_copyfd_size copies less than asked... |
blob | commitdiff | raw | diff to current |
2006-12-16 |
Denis Vlasenko | inline strcmp(s, "-") [actually macro-ize it for now... |
blob | commitdiff | raw | diff to current |
2006-11-29 |
Denis Vlasenko | fix support for globally disabling --long-options. |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Denis Vlasenko | style cleanup: return(a) -> return a, part 1 |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Denis Vlasenko | safe_strtoXX interface proved to be a bit unconvenient. |
blob | commitdiff | raw | diff to current |
2006-11-26 |
Denis Vlasenko | small fixes: |
blob | commitdiff | raw | diff to current |
2006-11-24 |
Denis Vlasenko | header_verbose_list: stop truncating file size in listing |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Denis Vlasenko | ls: cleanup part 1 |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Denis Vlasenko | xconnect is non-conforming to "xfunc like libc" rule... |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Denis Vlasenko | add open_read_close() and similar stuff |
blob | commitdiff | raw | diff to current |
2006-10-12 |
Denis Vlasenko | small style fixes |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | correct largefile support, add comments about it. |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | bb_applet_name -> applet_name |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Rob Landley | Ok, that's not a typo, that's just me not thinking. |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Rob Landley | Now that we have xopen3(), it's just plain unclean... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Bernhard Reutner... | - fix the build if we have ftpput without ftpget (speel... |
blob | commitdiff | raw | diff to current |
2006-06-02 |
Rob Landley | #ifdef reduction. |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Rob Landley | Consolidate #include <sys/time.h> so libbb.h does it. |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Bernhard Reutner... | - add central knob to turn off getopt_long everywhere... |
blob | commitdiff | raw | diff to current |
2006-05-19 |
Bernhard Reutner... | - remove emacs layout block as suggested by Robert... |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Rob Landley | CONFIG->ENABLE migration. |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Rob Landley | The brain-dead FTP servers on Solaris don't support... |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Rob Landley | Patch from Tomasz Mateja: don't try to CWD to a _filena... |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Paul Fox | applying fix from: |
blob | commitdiff | raw | diff to current |
2004-05-04 |
Glenn L McGrath | Fix size command, safe_strtoul gives and error if the... |
blob | commitdiff | raw | diff to current |
2004-04-25 |
Glenn L McGrath | Update my email address, document some of my tasks... |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Eric Andersen | s/fileno\(stdin\)/STDIN_FILENO/g |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Oops. Using the wrong variable was a rather stupid |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2004-03-06 |
Eric Andersen | Fix/eliminate use of atol |
blob | commitdiff | raw | diff to current |
2004-01-17 |
Glenn L McGrath | Modify bb_lookup_port to allow the protocol to be speci... |
blob | commitdiff | raw | diff to current |
2003-12-20 |
Glenn L McGrath | Allow recieving file to stdout, sending files from... |
blob | commitdiff | raw | diff to current |
2003-12-20 |
Glenn L McGrath | display the port number number correctly, other minor... |
blob | commitdiff | raw | diff to current |
2003-12-20 |
Glenn L McGrath | Change interface to bb_lookup_host, dont try and set... |
blob | commitdiff | raw | diff to current |
2003-12-19 |
Glenn L McGrath | Use getopt_ulflags |
blob | commitdiff | raw | diff to current |
2003-11-21 |
Glenn L McGrath | As we no longer use function pointers for read in commo... |
blob | commitdiff | raw | diff to current |
2003-11-03 |
Eric Andersen | Fix rdate and ftpget/ftpput so they compile with the... |
blob | commitdiff | raw | diff to current |
2003-06-20 |
Eric Andersen | use an explicit cast on some types that change size... |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2002-12-18 |
Glenn L McGrath | When retrieving a file dont open file until we have... |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Glenn L McGrath | Merge copyfd and copy_file_chunk |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Glenn L McGrath | Change ftpput so it uses <remote-path> <local-file... |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Glenn L McGrath | Fix possible bug if file length not known |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Glenn L McGrath | New applets, ftpget and ftpput |
blob | commitdiff | raw | diff to current |
|