| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | dhcpd: write lease file on exit | Denys Vlasenko | 2012-07-24 | 1 | -4/+4 |
* | *: declare strings with ALIGN1, as appropriate | Michael Tokarev | 2012-07-24 | 1 | -2/+2 |
* | tftpd: fix -u USER to work with chroot. Closes 5348 | Denys Vlasenko | 2012-07-18 | 1 | -32/+32 |
* | ftpd: free allocated string on error path | Denys Vlasenko | 2012-07-11 | 1 | -0/+1 |
* | ftpd: fix MDTM's month value. Closes 5336 | Denys Vlasenko | 2012-07-11 | 1 | -1/+1 |
* | include sys/resource.h where needed | Mike Frysinger | 2012-07-05 | 3 | -0/+3 |
* | wget: fix wget-supports--P testsuite failure. Closes 4940 | Denys Vlasenko | 2012-06-17 | 1 | -6/+4 |
* | config: do not refer to HTTPS for wget | Pierre Carrier | 2012-06-17 | 1 | -2/+2 |
* | wget: make -c _not_ truncate the file | Denys Vlasenko | 2012-06-17 | 1 | -2/+14 |
* | wget: correctly handle failure to -c (continue) | Denys Vlasenko | 2012-06-13 | 1 | -0/+16 |
* | wget: add dummy --no-cache | Vladimir Dronnikov | 2012-06-13 | 1 | -10/+16 |
* | su: do not change to home dir unless -l | Pascal Bellard | 2012-06-12 | 1 | -1/+1 |
* | ntpd: on time step, kill all outstanding replies from other peers | Denys Vlasenko | 2012-06-11 | 1 | -20/+30 |
* | inetd: fix build failure in Android | Tias Guns | 2012-06-10 | 1 | -0/+1 |
* | brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strt... | Denys Vlasenko | 2012-06-10 | 1 | -2/+2 |
* | ifplugd: tweak help text | Denys Vlasenko | 2012-06-03 | 1 | -3/+3 |
* | udhcpc[6]: show select timeout in log | Denys Vlasenko | 2012-06-02 | 2 | -2/+2 |
* | udhcpc6: depend on ipv6 | Mike Frysinger | 2012-05-02 | 1 | -4/+5 |
* | ifupdown: improve compatibility with Debian | Andreas Oberritter | 2012-04-23 | 1 | -8/+12 |
* | udhcpc: fix improper size calculation for OPTION_STRING_HOST | Denys Vlasenko | 2012-04-22 | 1 | -0/+1 |
* | fix build breakage found by randconfig | Denys Vlasenko | 2012-04-20 | 3 | -2/+8 |
* | udhcp: make arpping code resistant to time jumps | Denys Vlasenko | 2012-04-17 | 1 | -2/+7 |
* | httpd: emit correct content length on range requests past the end. Closes 4952 | Rob Walker | 2012-04-03 | 1 | -1/+1 |
* | hostname: make -i not emit extra trailing space | Denys Vlasenko | 2012-04-01 | 1 | -1/+1 |
* | ntpd: fix build failure if !NTPD_SERVER. Closes 4994 | Denys Vlasenko | 2012-04-01 | 1 | -10/+13 |
* | ftp{get,put}: tweak help text | Denys Vlasenko | 2012-03-19 | 1 | -17/+17 |
* | nc: support "-<other_opts>e PROG" form of -e option | Denys Vlasenko | 2012-03-19 | 1 | -14/+29 |
* | ntpd: make "reply from IP" messages more uniform | Denys Vlasenko | 2012-03-08 | 1 | -1/+1 |
* | ntpd: drop offset averaging code | Denys Vlasenko | 2012-03-08 | 1 | -23/+60 |
* | tftpd: chroot to DIR, not merely chdir. Closes 4874 | Denys Vlasenko | 2012-03-08 | 1 | -2/+3 |
* | libbb: make xchroot do a chdir("/") after chroot | Denys Vlasenko | 2012-03-08 | 1 | -2/+1 |
* | ntpd: tweak log messages format | Denys Vlasenko | 2012-03-06 | 1 | -4/+4 |
* | ntpd: fix a case when discipline_jitter = 0 if we step | Denys Vlasenko | 2012-03-05 | 1 | -17/+13 |
* | ntpd: experimental code to correct frequency a bit more aggressively | Denys Vlasenko | 2012-03-05 | 1 | -23/+29 |
* | ntpd: fix the "are we a server" check in previous commit | Denys Vlasenko | 2012-03-03 | 1 | -1/+1 |
* | ntpd: avoid printing messages between send and recv. good for fast networks | Denys Vlasenko | 2012-03-03 | 1 | -7/+30 |
* | ntpd: log clock drift with three digits after decimal point | Denys Vlasenko | 2012-03-02 | 1 | -2/+2 |
* | ntpd: log jitter on update too; increase assumed clock precision x2 - to 2ms | Denys Vlasenko | 2012-03-02 | 1 | -17/+28 |
* | ntpd: fix offset adjustment after step; better step printing | Denys Vlasenko | 2012-02-28 | 1 | -17/+23 |
* | ntpd: increase OPT_qq constant to not collide with -L | Denys Vlasenko | 2012-02-23 | 1 | -14/+14 |
* | ifupdown: support metric for static default gw | Natanael Copa | 2012-02-19 | 1 | -4/+4 |
* | httpd: make byte ranges which start at 0 work too. Closes 4766 | Denys Vlasenko | 2012-02-19 | 1 | -6/+7 |
* | httpd: fix sendfile of files larger than 2 Gb. Closes 4754 | Denys Vlasenko | 2012-02-04 | 1 | -1/+1 |
* | httpd: fix MD5-encrypted-in-httpd.conf password logic | Denys Vlasenko | 2012-02-01 | 2 | -27/+39 |
* | vconfig: fix help text; small code shrink. Closes 4658 | Denys Vlasenko | 2012-01-16 | 1 | -55/+41 |
* | httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used | Denys Vlasenko | 2011-12-19 | 2 | -19/+34 |
* | wget: fix use-after-free on redirect | Denys Vlasenko | 2011-12-18 | 1 | -2/+4 |
* | libbb: remove is_directory's argument which is always NULL | Denys Vlasenko | 2011-12-18 | 1 | -3/+3 |
* | httpd: remove redundant NULL assignment and save one strrchr. -8 bytes | Denys Vlasenko | 2011-12-18 | 1 | -8/+11 |
* | udhcp: finish support of classless static routes (now the correct patch!) | Michael McTernan | 2011-12-16 | 1 | -18/+37 |