summaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko2011-09-111-0/+9
| * stop declariong our own dirname prototypeDenys Vlasenko2011-09-101-6/+5
| * networking: consolidate the IP checksum code. -129 bytes.Baruch Siach2011-09-071-0/+1
| * lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko2011-09-041-7/+6
| * lineedit: add support for history saving on exitDenys Vlasenko2011-09-041-0/+9
* | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-221-19/+6
|\|
| * *: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko2011-07-261-4/+6
| * libbb.h: do not use homegrown struct sysinfo.Denys Vlasenko2011-07-251-19/+4
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-221-9/+31
|\|
| * Use the _unlocked stdio macros only when they're all availableDan Fandrich2011-06-301-16/+20
| * libbb.h: tweak _unlocked hackDenys Vlasenko2011-06-301-36/+18
| * libbb: use _unlocked variants of stdio I/O.Denys Vlasenko2011-06-201-0/+38
| * parse_config: use getline. BIG speedup with glibc (~40%).Timo Teras2011-06-201-1/+2
| * procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko2011-06-181-7/+0
| * libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko2011-06-171-1/+5
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-221-10/+28
|\|
| * libbb.h: small reorderingDenys Vlasenko2011-05-231-5/+8
| * main: free suid_config list after useDenys Vlasenko2011-05-161-1/+5
| * adduser: safe username passing to passwd/addgroupDenys Vlasenko2011-05-131-2/+7
| * libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibcDenys Vlasenko2011-05-121-0/+6
| * hush: make read builtin interruptible.Denys Vlasenko2011-05-081-1/+1
| * libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko2011-05-081-2/+2
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-221-2/+4
|\|
| * libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko2011-04-071-1/+1
| * ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko2011-03-311-1/+3
* | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into mergeRon Yorston2012-03-221-4/+11
|\|
| * use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-1/+8
| * libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko2011-03-011-3/+3
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-221-27/+30
|\|
| * progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko2011-02-111-2/+3
| * progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko2011-02-111-3/+9
| * progress bar: better overflow protection; more precise barDenys Vlasenko2011-02-101-2/+3
| * use unistd.h before _POSIX_VERSIONDenys Vlasenko2011-02-081-1/+0
| * ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-081-3/+2
| * incorporate header fixes proposed in bug 3097Denys Vlasenko2011-02-071-0/+3
| * ash: optional support for $TMOUT variableDenys Vlasenko2011-02-041-1/+3
| * move nofork_save_area from libbb.h to vfork_daemon_rexec.cDenys Vlasenko2011-02-021-11/+0
| * hush: use FEATURE_SH_NOFORK to enable NOFORK trickDenys Vlasenko2011-02-021-0/+1
| * libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exeDenys Vlasenko2011-02-021-5/+7
* | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into mergeRon Yorston2012-03-211-10/+41
|\|
| * move utmp.h include to libbb.hDenys Vlasenko2011-01-251-0/+3
| * add ENABLE_FEATURE_SYSTEMD and use it in syslogdDavide Cavalca2011-01-251-0/+6
| * nicer looking ifdef in libbb/makedev.cDenys Vlasenko2011-01-241-1/+1
| * FreeBSD compatChris Rees2011-01-241-6/+9
| * FreeBSD compatChris Rees2011-01-241-0/+6
| * libbb: make ndelay_no/off a bit more clever. +14 bytesDenys Vlasenko2011-01-241-3/+3
| * insmod: check for module read errorsDenys Vlasenko2011-01-171-2/+2
| * move passwd, shadow, group and gshadow path definitions to libbb.hTito Ragusa2011-01-161-4/+17
* | libbb.h: avoid reddefining WINVERStefan Sauer2011-12-051-1/+3
* | Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-041-0/+1
|\|