attempt to regularize atoi mess.
[oweals/busybox.git] / networking / ping.c
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-09-02 Denis Vlasenkoping: bind -> xbind
2006-09-02 Denis Vlasenkoping(6): use htons instead of SWAP_BE.
2006-09-02 Denis Vlasenkoping: implement -I option
2006-09-02 Denis Vlasenkoping6: resolve interface name to number early.
2006-09-02 Denis VlasenkoSync ping and ping6 a bit, fix style and indentation.
2006-08-01 Rob LandleyMake a gcc 4.1 warning go away.
2006-05-31 Rob LandleyBugfix from Shaun Jackman: don't attempt to write 64...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-04-01 Rob LandleyPatch from KRONSTORFER Horst to Fix a size mismatch...
2006-03-22 Mike Frysinger2006-03-21 Shaun Jackman <sjackman@gmail.com>: Includ...
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-25 Tim Rikerjust whitespace
2006-01-11 Rob LandleyOk, ping needs a rewrite from the ground up. (This...
2005-12-15 Rob LandleyAdd a fflush(stdout).
2005-09-15 Mike FrysingerBsAtHome writes in Bug 433:
2005-07-26 Mike Frysinger2005-03-19 Shaun Jackman <sjackman@gmail.com>
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-12 Eric AndersenKiss Gabor noticed that ping compiled without BB_FEATUR...
2002-06-06 Eric AndersenPer discussion with vodz, Tim's changes do not seem...
2002-05-18 Tim Rikerping return 1 if can't ping
2002-03-21 Eric AndersenDoh! I broke ping when removing the nested function.
2002-03-20 Eric AndersenCave to pressure (2 months later). Eliminate using a
2002-02-01 Matt Kraai2002-01-30 Neal H Walfield <neal@cs.uml.edu>
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-13 Matt KraaiAllow featureless ping to compile, and featureful ping...
2001-07-12 Eric AndersenPatch from vodz:
2001-05-21 Eric AndersenPatch from Lars Kellogg-Stedman <lars@larsshack.org...
2001-05-16 Matt KraaiWhoops. Forgot the x.
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-04-09 Eric AndersenUpdate how we detect if libc5 is in use.
2001-03-14 Eric AndersenFix socklen_t for libc5
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-24 Eric AndersenRemove the warning messages. By consensus, netkit...
2001-01-24 Eric AndersenFix spelling. s/maintainence/maintenance/
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-22 Eric AndersenWarn about apps that will be going away in release...
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-14 Eric AndersenRemove the BSD advertising clause, and replace it with...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-20 Matt KraaiReturn failure if ping gets no response.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Eric AndersenMore cleanups.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-09 Eric AndersenMore portability updates. Now compiles cleanly vs...
2000-07-06 Eric AndersenTurned some stuff into features that really are feature...
2000-06-19 Eric AndersenMade ping work with libc5 and libc6.
2000-06-07 Pavel RoskinImplemented "ping -s", fixed error messages and argumen...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-25 Erik AndersenSeveral more updates
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-13 Erik AndersenMore doc updates for BusyBox, with fixes to apps for...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-29 Erik AndersenMinor change. init now uses dup2.
2000-01-29 Erik Andersencopy fixes to simplify link copying and always do the...
2000-01-26 Erik Andersenmount and umount could leak loop device allocations...
1999-12-11 Eric AndersenOk, so this is reallt 0.38...
1999-12-09 Eric AndersenTail now works (costs 6k). Several other updates.
1999-12-08 Eric AndersenLatest and greatest
1999-12-08 Eric AndersenStuf
1999-12-08 Eric AndersenFixes
1999-12-07 Eric AndersenStuf