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
/
inetd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
inetd,mount: do not die if uclibc without RPC is detected
Denys Vlasenko
2017-07-18
1
-1
/
+2
*
fixes for bugs found by make_single_applets.sh
Denys Vlasenko
2017-07-18
1
-7
/
+10
*
make --help texts smaller
Denys Vlasenko
2017-01-21
1
-2
/
+2
*
rdate: make it do something remotely sane, facing 32-bit time overflow
Denys Vlasenko
2017-01-20
1
-1
/
+1
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+53
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-2
/
+2
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
Replace a few more bb_info_msg's by bb_error_msg or printf
Denys Vlasenko
2016-03-30
1
-4
/
+4
*
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2015-10-13
1
-3
/
+1
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-1
/
+1
*
inetd: fix order of array index check and array access
Denys Vlasenko
2015-03-03
1
-3
/
+5
*
trivial code shrink
Denys Vlasenko
2015-02-18
1
-1
/
+1
*
CONFIG_PID_FILE_PATH: new configuration option for pidfile paths
Anthony G. Basile
2012-12-19
1
-4
/
+2
*
include sys/resource.h where needed
Mike Frysinger
2012-07-05
1
-0
/
+1
*
inetd: fix build failure in Android
Tias Guns
2012-06-10
1
-0
/
+1
*
start_stop_daemon: set complementary group ids too. Closes 3253
Denys Vlasenko
2011-09-15
1
-1
/
+1
*
inetd: close new udp fd in "udp nowait" case
Denys Vlasenko
2011-09-11
1
-11
/
+55
*
inetd: check if RPC is available
Bernhard Reutner-Fischer
2011-06-15
1
-2
/
+5
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-2
/
+1
*
inetd: add FIXMEs
Denys Vlasenko
2011-05-12
1
-0
/
+5
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+11
*
libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.
Denys Vlasenko
2011-04-07
1
-2
/
+2
*
inetd: if argv[0] is not specified, set it to program name
Mike Frysinger
2010-11-22
1
-0
/
+6
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-1
/
+1
*
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-07-04
1
-1
/
+1
*
remove recently added erroneous _and_die()
Denys Vlasenko
2010-06-27
1
-1
/
+1
*
*: make exec failure message more consistent
Denys Vlasenko
2010-06-25
1
-1
/
+1
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-11-18
1
-3
/
+2
*
inetd: comment tweak. no code changes
Denys Vlasenko
2009-09-04
1
-3
/
+3
*
inetd: be more careful with syslog socket; other small fixes
Denys Vlasenko
2009-09-04
1
-7
/
+18
*
inetd: comment why we redirect stderr to network
Denys Vlasenko
2009-06-05
1
-3
/
+6
*
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2009-06-05
1
-22
/
+22
*
inetd: constify data
Denis Vlasenko
2009-04-22
1
-1
/
+1
*
*: remove LOG_NOWAIT
Denis Vlasenko
2009-03-11
1
-1
/
+1
*
docs/logging_and_backgrounding.txt: new mini-doc
Denis Vlasenko
2009-03-11
1
-1
/
+1
*
inetd: fix a case when we have zero services
Denis Vlasenko
2008-11-05
1
-6
/
+13
*
inetd: use config parser. by Vladimir
Denis Vlasenko
2008-09-30
1
-87
/
+36
*
inetd: do not trash errno in signal handlers;
Denis Vlasenko
2008-07-22
1
-13
/
+20
*
- very minor shrinkage (-9b)
Bernhard Reutner-Fischer
2008-07-17
1
-4
/
+4
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-11
/
+11
*
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
1
-1
/
+1
*
*: introduce and use xfork()
Denis Vlasenko
2008-07-01
1
-1
/
+1
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-5
/
+5
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
1
-2
/
+2
*
inetd: small shrink for NOMMU case
Denis Vlasenko
2008-03-29
1
-9
/
+14
*
*: whitespace fixes, no code changes
Denis Vlasenko
2008-03-24
1
-2
/
+2
*
inetd: use change_identity().
Denis Vlasenko
2008-03-20
1
-7
/
+6
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-7
/
+15
[next]