gen_build_files.sh uses bashism, document it
[oweals/busybox.git] / networking /
2010-05-11 Denys Vlasenkoifplugd: fix typo in prev commit
2010-05-10 Denys Vlasenkowork on adding testsuite runs to randomconfig test...
2010-05-08 Denys Vlasenkoifplugd: replace potentially-leaking setenv with malloc...
2010-05-02 Denys Vlasenkoifdown: use /var/run/udhcpc.%iface%.pid only if it...
2010-05-02 Denys Vlasenkoudhcpd: fix hostname truncation bug 1663
2010-04-27 Denys Vlasenkotelnet: prevent SEGV if we are requested TELOPT_NEW_ENV...
2010-04-26 Denys Vlasenkodnsd: fix unaligned access problem
2010-04-21 Denys Vlasenkoftpd: work around LIST -aXYZ too, not only LIST -lXYZ
2010-04-15 Denys Vlasenkohttpd_indexcgi example: trivial fix
2010-04-14 Denys Vlasenkodnsd: enforce alignment on packet buffer
2010-04-07 Steve Bennettipcalc: more correct checking for proper number of...
2010-04-06 Denys Vlasenkotelnetd: fill hostname field in utmp/wtmp records
2010-04-06 Denys Vlasenkoudhcp: s/sipservers/sipsrv/ to match other similar...
2010-04-05 Denys Vlasenkotelnetd: write LOGIN/DEAD_PROCESS utmp records. Closes...
2010-04-04 Denys Vlasenkowho: fix attempts to open '/dev/dev/ttyX'; make columns...
2010-04-04 Denys Vlasenkoudhcpd: note missing sanity checks on INFORM message...
2010-04-04 Denys Vlasenkoudhcp: implement "raw" binary options. Closes bug 735
2010-04-04 Denys Vlasenkolibbb: factor out hex2bin() for infiniband address...
2010-04-04 Denys Vlasenkoudhcp: s/dhcp_option/dhcp_optflag/g
2010-04-04 Denys Vlasenkoudhcpc: trivial shrink
2010-04-03 Denys Vlasenkoudhcpd: support decoding of option 120 "SIP servers...
2010-04-03 Denys Vlasenkoftpd: shrink by 33 bytes
2010-04-02 Denys Vlasenkolibbb: make index_in_substrings return -1 on ambiguous...
2010-04-02 Denys Vlasenkohttpd: fix proxy mode bug (annoying but harmless),...
2010-04-02 Denys Vlasenkoifplugd: more robust interface name match check
2010-04-01 Denys Vlasenkoclean up redundant, commented-out and misplaced includes
2010-03-31 Denys Vlasenkofix Config.in tab usage
2010-03-30 Maxim Kryzhanovskyifplugd: code shrink; expanded comments
2010-03-29 Maxim Kryzhanovskyifplugd: code shrink
2010-03-27 Denys Vlasenkodumpleases: better help text
2010-03-27 Denys Vlasenkoudhcpd: fix -v/-P mixup
2010-03-27 Denys Vlasenkoudhcp: abort if we see unknown option, and show valid...
2010-03-26 Denys Vlasenkounicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT,...
2010-03-26 Denys Vlasenkoudhcp: cosmetic cleanups; one case of s/full_read/xread/
2010-03-26 Denys Vlasenkoudhcp: pass pointer to whole packet to "add option...
2010-03-26 Denys Vlasenkoudhcp: move options.c to common.c; disable unused bool...
2010-03-25 Denys Vlasenkoudhcpc: add -x OPT:VAL option
2010-03-24 Denys Vlasenkoudhcp: add testing bits to dns en/decoder
2010-03-24 Denys Vlasenkoudhcp: we call DNS name encoder with NULL, this can...
2010-03-24 Denys Vlasenkoudhcp: fix DNS domanin codec bug: bad compression flag...
2010-03-23 Denys Vlasenko*: merge some common strings
2010-03-23 Denys Vlasenkoudhcp: handle errors in read_staticlease
2010-03-23 Maciek Borzeckibrctl: fixing stp parameters incompatibility
2010-03-23 Denys Vlasenkoudhcp: code shrink
2010-03-23 Denys Vlasenkoudhcp: remove two unused fields
2010-03-22 Denys Vlasenkoudhcp: make rfc derived doc more readable (but it still...
2010-03-22 Denys Vlasenkoudhcp: merge options.h into common.h, script.c into...
2010-03-22 Denys Vlasenkoudhcpc: do not test for srand init, just do it at the...
2010-03-22 Denys Vlasenkoudhcp: merge clientpacket.c into dhcpc.c
2010-03-22 Denys Vlasenkoudhcpc: merge clientsocket.c into dhcpc.c. +4 bytes.
2010-03-21 Denys Vlasenkodhcpd: apparently, sometimes IP is in ciaddr, not reque...
2010-03-21 Denys Vlasenkoudhcpd: untangle incredibly messy handling of DHCPREQUEST
2010-03-21 Denys Vlasenkoudhcp: tweak udhcpd.conf example and comments. no code...
2010-03-20 Denys Vlasenkoudhcp: code shrink; disable time and log server options
2010-03-20 Denys Vlasenkoudhcpc: make it possible to disable vendor id; improve...
2010-03-20 Denys Vlasenkoudhcpd: remove five more options which do not make...
2010-03-20 Denys Vlasenkoudhcpd: remove redundant code in send_offer()
2010-03-20 Denys Vlasenkoudhcp: move serverpacket.c into dhcpd.c, no other changes
2010-03-19 Denys Vlasenkoudhcp: remove support for some really old and odd options
2010-03-18 Denys Vlasenko*: code shrink and better "died from signal" reporting...
2010-03-17 Bernhard Reutner... brctl: Fix comment
2010-03-17 Maciek Borzeckibrctl: fix parsing of timespec to allow 0 (setfd, sethe...
2010-03-05 Denys Vlasenkotftp: do not show progress bar if we get error right...
2010-03-03 Denys Vlasenkoping: do not leak data from stack; shrink
2010-03-02 Denys Vlasenko*: do not check for POLLIN/POLLOUT only, just in case...
2010-02-27 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2010-02-27 Denys Vlasenko*: gethostname-related fixes
2010-02-26 Bernhard Reutner... Config: fix alphabetical ordering
2010-02-26 Bernhard Reutner... reuse a few strings
2010-02-24 Denys Vlasenkotypo fixes
2010-02-19 Denys Vlasenkonetstat: fix a trivial bug
2010-02-11 Denys Vlasenkowget: fix bug 1057 "busybox wget segfaults with http_pr...
2010-02-10 Bernhard Reutner... wget: ignore --no-check-certificate
2010-02-07 Denys Vlasenkodnsd: add -s option. This allows (clumsy) operation...
2010-02-07 Denys Vlasenkodnsd: add more -v messages
2010-02-06 Denys Vlasenkodnsd: fix one big-endian goof; add a TODO about RA bit
2010-02-05 Denys Vlasenkoudhcp[cd]: fix aliasing warnings
2010-02-05 Denys Vlasenko*: fix 1/4 remaining aliasing warnings
2010-02-04 Denys Vlasenko*: eliminate more aliasing warnings
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-02-02 Denys Vlasenkomore thorough fix for systems with strange socklen_t
2010-02-02 Denys Vlasenkotftpd: fix file creation with bogus mode. Closes bug...
2010-01-30 Denys Vlasenkofurther work on unicodization
2010-01-28 Denys Vlasenko*: style fixes. no code changes (verified with objdump)
2010-01-26 Denys Vlasenkolibiproute: eliminate unused fields in struct filter_t...
2010-01-25 Denys Vlasenkontpd: explain why scripts can be run in quick succession
2010-01-25 Denys Vlasenkowhitespace fixes
2010-01-24 Denys Vlasenkolibbb: better unicode width support. Hopefully fixes...
2010-01-23 Bernhard Reutner... ping: use ICMP_MINLEN
2010-01-18 Stefan Seyfriedftpd: conditional support for broken clients
2010-01-17 Denys Vlasenkoftpd: code shrink
2010-01-17 Denys Vlasenkontpd: remove some code which is at best unneeded and...
2010-01-17 Denys Vlasenkontpd: add anti-clock-hopping code
2010-01-17 Denys Vlasenkontpd: disable frequency estimation code
2010-01-14 Denys Vlasenkowhitespace fix
2010-01-12 Denys Vlasenkolibbb: introduce and use monotonic_ms
2010-01-12 Denys Vlasenko*: add/remove safe_, it seems we had a few incorrect...
2010-01-11 Denys Vlasenkontpd: explain algorithm
2010-01-11 Denys Vlasenkontpd: expose more data to the script; more eagerly...
2010-01-09 Denys Vlasenko*: make it easier to distinquish "struct tm", pointer...
next