nc: remove some dead code
[platform/upstream/busybox.git] / networking / telnet.c
2013-05-12 Denys Vlasenkotelnet: code shrink
2012-09-17 Denys Vlasenkotelnet: convert Enter -> CR LF in line mode too
2012-09-17 Denys Vlasenkotelnet: shrink literal string size
2012-09-13 Denys Vlasenkotelnet: convert CR -> CR LF, not CR -> CR NUL when...
2011-07-08 Denys Vlasenkomore tweak for bionic
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-10-29 Denys Vlasenkotelnet: do not check for 0 return from poll (it's impos...
2010-10-29 Denys Vlasenkotelnet: convert CR NUL -> CR on input. Closes bug 2569
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-25 Denys Vlasenko*: mass cosmetic removal of extra empty lines. no code...
2010-06-07 Denys Vlasenkobbconfig: make it independent from printf functions
2010-04-27 Denys Vlasenkotelnet: prevent SEGV if we are requested TELOPT_NEW_ENV...
2010-03-02 Denys Vlasenko*: do not check for POLLIN/POLLOUT only, just in case...
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-01-12 Denys Vlasenko*: add/remove safe_, it seems we had a few incorrect...
2009-09-30 Denys Vlasenkofind: add zeroing of G.xxx; ftpd - remove extraneous...
2008-11-25 Denis Vlasenkoash,hush: add TODO for rare build failure
2008-11-11 Denis Vlasenkotelnetd: correctly output 0xff char. ~100 bytes.
2008-09-11 Denis Vlasenkorunsvd: shrink by Vladimir
2008-07-21 Denis Vlasenkotelnet: shrink
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-19 Bernhard Reutner... - use STD*_FILENO some more. No object-code changes
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-18 Denis Vlasenkomore -Wall warning fixes. -Wall is enabled now.
2007-11-06 Denis Vlasenkotelnet: use poll, it's shorter
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-06-03 Denis Vlasenkofind_stray_communal_vars: script which finds communal...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-24 Denis Vlasenkorandom style fixes (extra spaces deleted)
2007-03-19 Denis Vlasenkotelnet: finish style cleanup bits
2007-03-19 Denis Vlasenkotelnet: someone tried to do data optimization before...
2007-03-11 Denis Vlasenkokill superfluous returns at the end of void functions
2007-02-09 Denis Vlasenkoremove unused #include,, improve code readability
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-22 Denis Vlasenkocleanups: unnecessary casts, unified const_1, eliminate...
2007-01-12 Denis Vlasenkonext part of ipv6-ization is here: wget & httpd
2007-01-10 Denis VlasenkoImprove generic ipv4+ipv6 support in libbb.
2006-12-26 Denis Vlasenkostyle fixes
2006-11-22 Denis Vlasenkointroduce setsockopt_reuseaddr(int fd), setsockopt_broa...
2006-10-27 Denis Vlasenkoget_terminal_width_height: do not pass insanely large...
2006-10-26 Denis Vlasenkoxconnect is non-conforming to "xfunc like libc" rule...
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkolots of silly indent fixes
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.
next