summaryrefslogtreecommitdiff
path: root/networking (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-07Update READMERon Yorston3-33/+20
2015-01-07Use MinGW-w64 by defaultRon Yorston3-4/+4
2015-01-05Changes to allow building with MinGW-w64Ron Yorston6-0/+30
2014-12-24Bump version to 1.23.01_23_0Denys Vlasenko1-1/+1
2014-12-24libbb: add sanity check in bb_arg_max()Denys Vlasenko1-1/+9
2014-12-22randomconfig fixesDenys Vlasenko4-7/+7
2014-12-22Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGSPeter Kümmel1-0/+2
2014-12-21udhcpc: account for script run timeDenys Vlasenko1-1/+5
2014-12-18nanddump: don't show --bb in usage when disabledBaruch Siach1-1/+3
2014-12-18Revert "Use putenv to implement unsetenv/clearenv"Ron Yorston2-49/+12
2014-12-17nandwrite: fix build when long options are disabledBaruch Siach1-3/+4
2014-12-15lineedit: don't block when looking for escape sequence in vi-modeRon Yorston1-1/+1
2014-12-14Update MinGW default configurationRon Yorston1-3/+3
2014-12-13Enable vi line editing mode in default configurationRon Yorston1-2/+2
2014-12-13lineedit: don't block when looking for escape sequence in vi-modeRon Yorston1-1/+1
2014-12-11sh: don't overwrite login environment variables if already setRon Yorston1-0/+11
2014-12-11tar: fix "tar -cJ" ignoring -J option. closes 7706Denys Vlasenko1-38/+28
2014-12-10lineedit: don't fall back to simple line input if tty is in raw modeDenys Vlasenko1-2/+6
2014-12-10Config: select PLATFORM_LINUX if using sendfile()Bartosz Golaszewski1-0/+1
2014-12-10flashcp: change BUFSIZE to 4kJacob Kjaergaard1-1/+1
2014-12-07make xmalloc_open_zipped_read_close result NUL terminatedDenys Vlasenko1-1/+2
2014-12-07libarchive: add capability to unpack to mem.bufferDenys Vlasenko14-125/+241
2014-12-07Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko13-70/+70
2014-12-06ash: enable saving history to file in default configRon Yorston1-4/+4
2014-12-05vi: fix reading of file after last lineRon Yorston1-1/+5
2014-12-05vi: failure to open file is not an error when initialising bufferRon Yorston1-7/+5
2014-12-05od: print valid octal values with -c flagRon Yorston1-5/+6
2014-12-02date: add support for %s formatRon Yorston1-3/+15
2014-11-30man: do not mangle $MANPATH in memoryDenys Vlasenko1-3/+5
2014-11-30Don't store file details in inode hash tableRon Yorston2-6/+2
2014-11-29Remove declaration of getpagesizeRon Yorston1-7/+0
2014-11-29Omit functions not required if seamless compression is disabledRon Yorston1-5/+3
2014-11-29Move definition of bb_got_signal to mingw.cRon Yorston2-4/+2
2014-11-27libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski4-42/+71
2014-11-27man: accept a list of dirs in $MANPATHDenys Vlasenko1-37/+49
2014-11-26libbb: use ARG_MAX for bb_arg_max() only if it's 60k+Denys Vlasenko2-3/+6
2014-11-26bbunit: fix WANT_TIMING compilationDenys Vlasenko1-1/+1
2014-11-26gitignore: add testsuite/echo-neBartosz Golaszewski1-0/+1
2014-11-25udhcpd: if a lease from lease file coincides with a static one, ignore itDenys Vlasenko1-1/+13
2014-11-23Use putenv to implement unsetenv/clearenvRon Yorston2-12/+49
2014-11-21init: do not run shutdown/reexec actions from signal handlerDenys Vlasenko1-20/+30
2014-11-20modprobe,rmmod: reject module names with slashesDenys Vlasenko1-0/+11
2014-11-20typo fix in commentDenys Vlasenko1-1/+1
2014-11-18ash,hush: do not segfault on $((2**63 / -1))Denys Vlasenko1-4/+23
2014-11-17ash: fix handling of negative start value in ${v:start:len}Denys Vlasenko1-1/+9
2014-11-17iproute: support onelink route option and print route flagsMichael Tokarev1-1/+17
2014-11-17exit with 127 if appled name wasn't found - it's more POSIXyDenys Vlasenko1-2/+4
2014-11-04zcip: Add environment variable for overriding log functionalityMichel Stam5-0/+35
2014-10-30zcip: allow our own class B range to be used for ZeroConfMichel Stam1-9/+21
2014-10-30udhcpd: add option for tweaking arppingMichel Stam6-21/+39