aboutsummaryrefslogtreecommitdiff
path: root/networking/nc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nc: switch to using poll(2)Ron Yorston2023-03-031-49/+2
* Merge busybox into mergeRon Yorston2022-01-061-2/+2
|\
| * libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-09-101-1/+1
|\|
| * libbb: make bb_lookup_port() abort on bad port namesDenys Vlasenko2021-09-091-1/+1
* | nc: alter conditional compilationRon Yorston2021-01-241-7/+55
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-3/+3
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-3/+3
* | Remove fake signal-handling codeRon Yorston2018-03-011-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2017-11-031-1/+2
|\|
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-4/+13
|\|
| * netcat: net applet (alias to nc)Denys Vlasenko2017-09-151-4/+13
* | win32: make vfork fail at compile-timeRon Yorston2017-08-301-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-11/+11
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-10/+10
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Revert "nc: use poll() instead of select()"Ron Yorston2017-05-291-16/+17
|/
* nc: use poll() instead of select()Denys Vlasenko2017-02-161-17/+16
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-4/+6
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-1/+2
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* nc: use symbolic SHUT_WR instead of literal 1Denys Vlasenko2013-07-281-1/+1
* nc: fix build failure ("subscripted value is neither array nor pointer")Denys Vlasenko2013-03-171-1/+1
* Fix config help textDenys Vlasenko2013-02-281-1/+1
* nc: don't redirect stderr to network in -e PROG modeDenys Vlasenko2013-02-281-9/+9
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-4/+4
* tweak defconfigDenys Vlasenko2010-07-181-1/+1
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-4/+2
* nc: introduce CONFIG_NC_110_COMPAT option.Denys Vlasenko2010-06-271-5/+84
* nc: fix nc -ll; report vfork errors; make select loop fasterTomoya Adachi2009-08-031-20/+23
* nc, hush: cosmetic cleanups, no code changesDenys Vlasenko2009-06-011-1/+1
* add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)Denis Vlasenko2009-04-251-20/+18
* nc: free lsa in server mode, we might be up for a long timeDenis Vlasenko2009-04-211-2/+2
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-13/+13
* *: a bit of code shrinkDenis Vlasenko2008-11-091-1/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* sendmail: fix wrong vfork usage here tooDenis Vlasenko2008-07-011-6/+3
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-1/+1
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-181-7/+10
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-3/+3
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-301-1/+1
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-5/+3
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* nc: port nc 1.10 to busyboxDenis Vlasenko2007-04-051-0/+5
* tcpsvd: new appletDenis Vlasenko2007-04-011-1/+1