index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
nc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nc: switch to using poll(2)
Ron Yorston
2023-03-03
1
-49
/
+2
*
Merge busybox into merge
Ron Yorston
2022-01-06
1
-2
/
+2
|
\
|
*
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-05
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-09-10
1
-1
/
+1
|
\
|
|
*
libbb: make bb_lookup_port() abort on bad port names
Denys Vlasenko
2021-09-09
1
-1
/
+1
*
|
nc: alter conditional compilation
Ron Yorston
2021-01-24
1
-7
/
+55
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
1
-3
/
+3
|
\
|
|
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-3
/
+3
*
|
Remove fake signal-handling code
Ron Yorston
2018-03-01
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-11-03
1
-1
/
+2
|
\
|
|
*
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
1
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-09-27
1
-4
/
+13
|
\
|
|
*
netcat: net applet (alias to nc)
Denys Vlasenko
2017-09-15
1
-4
/
+13
*
|
win32: make vfork fail at compile-time
Ron Yorston
2017-08-30
1
-1
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-24
1
-11
/
+11
|
\
|
|
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-10
/
+10
|
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
|
Revert "nc: use poll() instead of select()"
Ron Yorston
2017-05-29
1
-16
/
+17
|
/
*
nc: use poll() instead of select()
Denys Vlasenko
2017-02-16
1
-17
/
+16
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-4
/
+6
*
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
nc: use symbolic SHUT_WR instead of literal 1
Denys Vlasenko
2013-07-28
1
-1
/
+1
*
nc: fix build failure ("subscripted value is neither array nor pointer")
Denys Vlasenko
2013-03-17
1
-1
/
+1
*
Fix config help text
Denys Vlasenko
2013-02-28
1
-1
/
+1
*
nc: don't redirect stderr to network in -e PROG mode
Denys Vlasenko
2013-02-28
1
-9
/
+9
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
1
-1
/
+1
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-4
/
+4
*
tweak defconfig
Denys Vlasenko
2010-07-18
1
-1
/
+1
*
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-07-04
1
-4
/
+2
*
nc: introduce CONFIG_NC_110_COMPAT option.
Denys Vlasenko
2010-06-27
1
-5
/
+84
*
nc: fix nc -ll; report vfork errors; make select loop faster
Tomoya Adachi
2009-08-03
1
-20
/
+23
*
nc, hush: cosmetic cleanups, no code changes
Denys Vlasenko
2009-06-01
1
-1
/
+1
*
add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)
Denis Vlasenko
2009-04-25
1
-20
/
+18
*
nc: free lsa in server mode, we might be up for a long time
Denis Vlasenko
2009-04-21
1
-2
/
+2
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-13
/
+13
*
*: a bit of code shrink
Denis Vlasenko
2008-11-09
1
-1
/
+2
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
sendmail: fix wrong vfork usage here too
Denis Vlasenko
2008-07-01
1
-6
/
+3
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-1
/
+1
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
mount: recognize "dirsync" (closes bug 835)
Denis Vlasenko
2008-02-18
1
-7
/
+10
*
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-29
1
-3
/
+3
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
introduce and use close_on_exec_on(fd). -50 bytes.
Denis Vlasenko
2007-09-30
1
-1
/
+1
*
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
2007-06-04
1
-5
/
+3
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
nc: port nc 1.10 to busybox
Denis Vlasenko
2007-04-05
1
-0
/
+5
*
tcpsvd: new applet
Denis Vlasenko
2007-04-01
1
-1
/
+1
[next]