whitespace cleanup
[platform/upstream/busybox.git] / networking / telnet.c
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
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-30 Eric Andersenfix up annoying signed/unsigned and mixed type errors
2006-01-25 Tim Rikerjust whitespace
2005-11-28 Paul Foxeliminate mixed declaration, to support older compilers...
2005-10-28 Rob LandleyRob Sullivan sent in some cleanups, which I beat on...
2005-07-20 Paul Foxapplying fix for:
2004-09-14 Glenn L McGrathPatch from Felipe Kellermann, remove some unnecessary...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-22 Eric AndersenFernando Silveira writes:
2004-01-17 Glenn L McGrathModify bb_lookup_port to allow the protocol to be speci...
2003-12-20 Glenn L McGrathChange interface to bb_lookup_host, dont try and set...
2003-10-31 Eric AndersenRework wget, the xconnect interface, and its various...
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-08-23 Aaron Lehmannremove duplicate definition of G
2002-07-11 Eric AndersenFixup warnings and undefined operations that show up...
2002-07-03 Eric AndersenA patch from Bart Visscher <magick@linux-fan.com> to...
2002-06-06 Eric AndersenEmail addr fix
2002-04-26 Eric AndersenFix bugs
2002-04-26 Eric AndersenMinor formatting
2002-04-26 Tim Rikeradd missing void, still has issues though
2002-04-26 Eric AndersenForward port patch from Przemyslaw Czerpak <druzus...
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-11-10 Eric AndersenLatest patch from vodz:
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-06-26 Glenn L McGrathVladimir's last_patch_15
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-05-07 Eric AndersenPatch from Jim McQuillan to pass the terminal type...
2001-03-19 Eric AndersenAnother cleanup patch from Jeff Garzik <jgarzik@mandrak...
2001-03-17 Eric AndersenFix a bug pointed out by Rob Landley <rlandley@austin...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
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-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...
2001-01-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
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-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-08-31 Eric AndersenFix spelling error
2000-07-28 Pavel RoskinFixed to pass -Wundef
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-06-14 Eric AndersenIntegrate Tomi Ollila's telnet. Costs 3k. :)
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-01 Erik AndersenSome accrued fixes/updates.
2000-02-22 Erik AndersenSync up a few things. Add in a new telnet implementati...