Bump to version 1.22.1
[platform/upstream/busybox.git] / networking / inetd.c
2012-12-19 Anthony G. BasileCONFIG_PID_FILE_PATH: new configuration option for...
2012-07-06 Mike Frysingerinclude sys/resource.h where needed
2012-06-10 Tias Gunsinetd: fix build failure in Android
2011-09-15 Denys Vlasenkostart_stop_daemon: set complementary group ids too...
2011-09-11 Denys Vlasenkoinetd: close new udp fd in "udp nowait" case
2011-06-15 Bernhard Reutner... inetd: check if RPC is available
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-12 Denys Vlasenkoinetd: add FIXMEs
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-04-07 Denys Vlasenkolibbb: make set_nport accept pointer to sockaddr, not...
2010-11-22 Mike Frysingerinetd: if argv[0] is not specified, set it to program...
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-06-27 Denys Vlasenkoremove recently added erroneous _and_die()
2010-06-24 Denys Vlasenko*: make exec failure message more consistent
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2009-11-18 Denys Vlasenkolibbb: robustify isXXXX(). +39 bytes
2009-09-04 Denys Vlasenkoinetd: comment tweak. no code changes
2009-09-04 Denys Vlasenkoinetd: be more careful with syslog socket; other small...
2009-06-05 Denys Vlasenkoinetd: comment why we redirect stderr to network
2009-06-05 Denys Vlasenko*: add FAST_FUNC to function ptrs where it makes sense
2009-04-22 Denis Vlasenkoinetd: constify data
2009-03-11 Denis Vlasenko*: remove LOG_NOWAIT
2009-03-11 Denis Vlasenkodocs/logging_and_backgrounding.txt: new mini-doc
2008-11-05 Denis Vlasenkoinetd: fix a case when we have zero services
2008-09-30 Denis Vlasenkoinetd: use config parser. by Vladimir
2008-07-22 Denis Vlasenkoinetd: do not trash errno in signal handlers;
2008-07-17 Bernhard Reutner... - very minor shrinkage (-9b)
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-01 Denis Vlasenkorevert last two commits. vfork cannot be used in subrou...
2008-07-01 Denis Vlasenko*: introduce and use xfork()
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-03-29 Denis Vlasenkoinetd: small shrink for NOMMU case
2008-03-24 Denis Vlasenko*: whitespace fixes, no code changes
2008-03-20 Denis Vlasenkoinetd: use change_identity().
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-17 Denis Vlasenkotcpsvd,udpsvd: make them NOMMU-capable
2008-03-17 Denis Vlasenkolibbb: introduce and use sigprocmask_allsigs and sigact...
2008-03-12 Denis Vlasenkolibbb: introduse and use signal_[no_]SA_RESTART_empty_m...
2008-03-12 Denis Vlasenkonc: remove a bit of bloat
2008-03-12 Denis Vlasenkoinetd: make it NOMMU-capable and IPv6-friendly. Lots...
2008-02-24 Denis Vlasenkoless,klogd,syslogd,nc,tcpudp: exit on signal by killing...
2008-01-28 Denis Vlasenko*: tidy up usage of char **environ
2008-01-02 Denis Vlasenkolibbb: introduce and use safe_waitpid (loops in EINTR)
2007-12-26 Denis Vlasenkosave a bit of code with *strchrnul = '\0' trick
2007-11-18 Denis Vlasenkoip: stop propagating argc; optimize ip_parse_common_args
2007-11-12 Denis Vlasenkoinetd: revert bogus fix for bug 1562; shrink inetd...
2007-11-06 Denis Vlasenkotelnet: use poll, it's shorter
2007-10-30 Denis Vlasenkoinetd: fix bug 1562 "inetd does not set argv[0] properl...
2007-10-11 Denis Vlasenkovi: don't wait 50 ms before reading ESC sequences
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-26 Denis Vlasenkoinetd: move struct fields around -> save .25 k of code
2007-09-24 Denis Vlasenkoinetd: make some fields smaller, move data out of data...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-17 Denis Vlasenkoseveral *.c files:
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-03-27 Denis Vlasenkomake pidfile writing configurable.
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-03-24 Denis Vlasenkoinetd,ed,msh: data/bss reduction (in mss, more than...
2007-03-24 Denis VlasenkoNOMMU re-exec trick shuld not depend on existence of...
2007-03-24 Denis Vlasenkoinetd: indent labels uniformly
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 Vlasenkoexterminate u_intXXX.
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2007-01-14 Denis Vlasenkohttpd: use fd#1 in inetd mode
2007-01-14 Denis Vlasenkoinetd: preparatory patch, no code changes
2007-01-14 Denis VlasenkoRename bb_sanitize_stdio -> bb_sanitize_server_stdio
2007-01-14 Denis Vlasenkoinetd: open log after daemonization
2007-01-14 Denis VlasenkoBy popular request reinstate fakeidentd's standalone...
2007-01-11 Denis Vlasenkofakeinetd: attempted ipv6-ization (and it's done)
2006-12-26 Denis Vlasenkostyle fixes
2006-12-21 Denis Vlasenkointroduce LONE_CHAR (optimized strcmp with one-char...
2006-12-19 Denis Vlasenkou_short, ulong exterminated
2006-11-22 Denis Vlasenkointroduce setsockopt_reuseaddr(int fd), setsockopt_broa...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-23 Denis Vlasenkoinetd: deindent main loop, other readability enhancements
2006-09-23 Denis Vlasenkoinetd: reformat with tabs for indentation
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-08-28 Rob LandleyUnbreak allbareconfig a bit. (The telnetd.c fix is...
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyConvert setuid/setgid users to xsetuid/xsetgid.
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-05-31 Bernhard Reutner... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-04-10 Bernhard Reutner... - typo: s/biltin/builtin/g
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2005-11-09 "Vladimir N. Oleynik"change osbolete sigpause() to sigsuspend()
next