Age | Commit message (Expand) | Author |
2007-01-11 | ipv6-ization efforts continue. Few bugs are found, | Denis Vlasenko |
2007-01-03 | ftpgetput: fix PASV mode, fix xatou0induced breakage, | Denis Vlasenko |
2006-12-22 | tar et al: die if bb_copyfd_size copies less than asked for. | Denis Vlasenko |
2006-12-16 | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko |
2006-11-29 | fix support for globally disabling --long-options. | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko |
2006-11-27 | safe_strtoXX interface proved to be a bit unconvenient. | Denis Vlasenko |
2006-11-26 | small fixes: | Denis Vlasenko |
2006-11-24 | header_verbose_list: stop truncating file size in listing | Denis Vlasenko |
2006-10-28 | ls: cleanup part 1 | Denis Vlasenko |
2006-10-26 | xconnect is non-conforming to "xfunc like libc" rule. Fixing | Denis Vlasenko |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko |
2006-10-12 | small style fixes | Denis Vlasenko |
2006-10-08 | correct largefile support, add comments about it. | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-08-04 | Ok, that's not a typo, that's just me not thinking. | Rob Landley |
2006-08-04 | Now that we have xopen3(), it's just plain unclean to have xopen() with | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-06-07 | - fix the build if we have ftpput without ftpget (speeling reeoe) | Bernhard Reutner-Fischer |
2006-06-02 | #ifdef reduction. | Rob Landley |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-05-26 | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer |
2006-05-19 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer |
2006-05-04 | CONFIG->ENABLE migration. | Rob Landley |
2006-01-10 | The brain-dead FTP servers on Solaris don't support the size command. | Rob Landley |
2005-11-08 | Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the full | Rob Landley |
2005-07-19 | applying fix from: | Paul Fox |
2004-05-04 | Fix size command, safe_strtoul gives and error if the \r is left in, the | Glenn L McGrath |
2004-04-25 | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath |
2004-03-27 | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen |
2004-03-15 | Oops. Using the wrong variable was a rather stupid | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-03-06 | Fix/eliminate use of atol | Eric Andersen |
2004-01-17 | Modify bb_lookup_port to allow the protocol to be specified, allowing | Glenn L McGrath |
2003-12-20 | Allow recieving file to stdout, sending files from stdin, use the '-' | Glenn L McGrath |
2003-12-20 | display the port number number correctly, other minor optimisations | Glenn L McGrath |
2003-12-20 | Change interface to bb_lookup_host, dont try and set port inside this | Glenn L McGrath |
2003-12-19 | Use getopt_ulflags | Glenn L McGrath |
2003-11-21 | As we no longer use function pointers for read in common archiving code | Glenn L McGrath |
2003-11-03 | Fix rdate and ftpget/ftpput so they compile with the new xconnect. | Eric Andersen |
2003-06-20 | use an explicit cast on some types that change size when | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-12-18 | When retrieving a file dont open file until we have to to prevent files of si... | Glenn L McGrath |
2002-12-13 | Merge copyfd and copy_file_chunk | Glenn L McGrath |
2002-12-13 | Change ftpput so it uses <remote-path> <local-file> as it should | Glenn L McGrath |
2002-12-13 | Fix possible bug if file length not known | Glenn L McGrath |
2002-12-13 | New applets, ftpget and ftpput | Glenn L McGrath |