- Mention code-cleanup possibilities in TODO.
[oweals/busybox.git] / include / libbb.h
2006-01-08 Mike FrysingerTito writes:
2006-01-06 Rob Landleypatch from tito: consolidate delay functions as bb_do_d...
2005-12-06 "Vladimir N. Oleynik"restore compare_string_array new interface (make broken...
2005-11-29 Rob LandleyFix losetup so that it A) actually works again, B)...
2005-11-26 "Vladimir N. Oleynik"change the interface of libbb/compare_string_array...
2005-11-26 "Vladimir N. Oleynik"more use const for interface of libbb/compare_string_ar...
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-10-12 "Vladimir N. Oleynik"bb_dev_null
2005-10-06 Bernhard Reutner... - add llist_free_one() and llist_free() to libbb; Add...
2005-10-04 Bernhard Reutner... - add prototype for llist_add_to_end to libbb.h
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-24 Mike Frysingeradd a attribute_noreturn macro
2005-09-21 Bernhard Reutner... - make sure to include dmalloc.h at the very end of...
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-20 Bernhard Reutner... - Remove unnecessary warning from libbb and move bb_wfo...
2005-09-20 "Vladimir N. Oleynik"This is strange typically modern mistake. Learn please...
2005-09-16 "Vladimir N. Oleynik"ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE...
2005-09-14 "Vladimir N. Oleynik"split libbb: moved xregcomp separatelly for speed up...
2005-09-14 "Vladimir N. Oleynik"FEATURE->ENABLE_FEATURE loses one for 'top' applet
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-01 Rob LandleyBernhard Fischer suggested that get_terminal_width_hei...
2005-08-10 Rob LandleyMajor rewrite of mount, umount, losetup. Untangled...
2005-08-09 Paul Foximplemented a builtin echo command in ash. moved the...
2005-07-27 Rob Landley#ifdef reduction infrastructure, based on an argument...
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2005-05-03 Rob LandleyA patch from Takeharu KATO to update/fix SE-Linux support.
2005-05-03 Rob LandleyRevert Tito's patch to zcip. My bad, David Brownell...
2005-05-01 Rob LandleyOn Tuesday 19 April 2005 21:10, Tito wrote and today...
2005-04-16 Eric AndersenAdd bb_msg_read_error
2005-01-24 Rob LandleySort rewrite to be SUSv3 compliant. New config option...
2004-09-15 Glenn L McGrathTito writes,
2004-09-02 Eric AndersenTito writes:
2004-08-26 Eric AndersenTito writes:
2004-08-03 Eric AndersenTito, farmatito at tiscali dot it writes:
2004-06-22 Eric AndersenPatch from Bastian Blank:
2004-06-22 Eric AndersenPatch from Bastian Blank:
2004-05-01 Eric AndersenDo not use getpass(3)
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-12 Eric AndersenAdd prototypes for safe_strtol and friends
2004-02-21 Glenn L McGrathSometimes i get carried away with the use of function...
2004-02-05 Manuel Novoa III Make sure stdlib.h is always included before dmalloc...
2004-01-17 Glenn L McGrathModify bb_lookup_port to allow the protocol to be speci...
2003-12-20 Glenn L McGrathChange interface to bb_lookup_host, dont try and set...
2003-12-15 Russ DillGet vfork_daemon_rexec working under uclinux
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-11-20 Glenn L McGrathDont over-read fd, use function pointer for hash function.
2003-11-20 Glenn L McGrathInclude stdint.h
2003-11-14 Eric AndersenOskar Liljeblad writes:
2003-11-10 Glenn L McGrathMerge common parts of sha1sum and md5sum, which is...
2003-11-03 Eric AndersenFix rdate and ftpget/ftpput so they compile with the...
2003-10-31 Eric AndersenRework wget, the xconnect interface, and its various...
2003-10-09 Eric AndersenWe did not have a safe_write, which is the analog to...
2003-10-01 Glenn L McGrathPatch by Rob Landley, work in progress update, fixes...
2003-09-24 Glenn L McGrathAdd the "install" applet, move get_ug_id to libbb as...
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-09-03 Glenn L McGrathmore crond+crontab integrating with loginutil libbb...
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-08-22 Eric Andersen"staywithu" writes:
2003-08-01 Eric AndersenRemove code that too agressively disabled inlines
2003-07-29 Eric AndersenBruno Randolf writes:
2003-07-28 Eric Andersenlast_patch95 from vodz:
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-07-22 Eric AndersenPatch from Paul Mundt:
2003-07-07 Eric AndersenThis declaration no longer needs to hide when using...
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-06-26 Eric AndersenGeir Thomassen wrote, regarding networking/httpd.c...
2003-06-20 Eric AndersenAdd prototype update missing from last_patch89. Fix...
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-05-26 Eric AndersenMake all syscall declarations use the syscall() function
2003-05-26 Glenn L McGrathVodz, last_patch_86
2003-03-19 Manuel Novoa III Major coreutils update.
2003-03-07 Eric AndersenDefine bb_xgetlarg as a standard interface for extracting
2003-02-08 Glenn L McGrathPatch from mathuria, compatability with solaris
2003-01-21 Glenn L McGrathrun telnet from inetd, present login prompt if login...
2003-01-20 Glenn L McGrathNew test mode that allows run_parts to fail silently...
2003-01-13 Glenn L McGrathCorrect some init issues, update email address, last_pa...
2002-12-14 Tim Rikerrmmod -a removed modules recursively
2002-12-13 Glenn L McGrathMerge copyfd and copy_file_chunk
2002-12-08 Glenn L McGrathMove add_to_list from libunarchive to libbb so it can...
2002-12-02 Glenn L McGrathMove compare_string_array to libbb
2002-11-11 Glenn L McGrathMove awk from textutils to editors. Cleanup run-parts...
2002-11-03 Glenn L McGrathAbstract read and seek in unarchiving code, convert...
2002-10-22 Eric AndersenPatch last_pach62 from vodz. This patch moves all...
2002-09-30 Eric AndersenVodz' last_patch57:
2002-09-27 Glenn L McGrathFix compress support and prevent a segfault
2002-09-25 Glenn L McGrathReverse some minor changes that got caught up in my...
2002-09-25 Glenn L McGrathNew common unarchive code.
2002-09-16 Eric AndersenApply vodz' last_patch52
2002-08-22 Glenn L McGrathdefine inline if needed for ANSI C compatability
2002-08-22 Glenn L McGrathRemove definition of is_octal and is_decimal, they...
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-07-03 Eric AndersenThis patch from Bart Visscher <magick@linux-fan.com...
2002-06-23 Eric AndersenPort over the last of the tinylogin applets
2002-06-04 Robert GrieblImplement two types of suid/sgid support for BusyBox:
2002-04-13 Eric AndersenStupid gcc always includes its own builtin strlen()...
2002-03-20 Eric AndersenFix devfs loop device support
2002-01-02 Glenn L McGrathunzip applet by Laurence Anderson
2001-12-17 Matt KraaiMake cp and mv optionally preserve hard links.
2001-12-06 Eric AndersenIf find_pid_by_name() had an error, it was returning...
next