aboutsummaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)Author
2013-11-09Typo spotted by Anca Emanuel.Rob Landley
2013-10-04Typo: fdisk != fsck.Rob Landley
2013-09-21Update lib/args.c docs.Rob Landley
2013-09-18Release announcement on web page.Rob Landley
2013-09-05Pending cleanup page, less than half done. Some of it should probably move ↵Rob Landley
to the code style section.
2013-09-01Update status and roadmap pages, and status page generator script.Rob Landley
2013-08-18Document the toybox entry path from main() into a command.Rob Landley
2013-07-26Link to Georgi's mirror on github.Rob Landley
2013-07-06This inlines CRC64, and nothing more.Isaac Dunham
The functions involved were called only once.
2013-06-26Update status to include recently implemented commands.Rob Landley
2013-06-16Misc website updates.Rob Landley
2013-05-10Web page tweaks.Rob Landley
2013-04-20Commit 818 simplified the license text in the source tarball, this gets the ↵Rob Landley
web copy.
2013-03-27Where I left off on analysis of other multicall binaries...Rob Landley
2013-03-21Update news page and link to ELC 2013 talk on toybox.Rob Landley
2013-02-23Accumulated web page changes. (Release announcement for previous release, ↵Rob Landley
roadmap updates, etc.)
2013-01-31Wrong closing tag in roadmap.html.Rob Landley
2012-12-23Update mkstatus.py, roadmap.html, and status.html.Rob Landley
2012-12-19Web page update for release.Rob Landley
2012-12-06Update link to posix in docs (open group broke their website).Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked ↵Rob Landley
right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. The actual code should be the same afterward, this is just cosmetic refactoring.
2012-11-13Announce release, add anchor tags to roadmap, tweak downloads in header (new ↵Rob Landley
bin directory pointing to downloads/binaries/$CURRENT).
2012-10-16Update roadmap/status with new toolbox analysis based on android system/core ↵Rob Landley
git repo.
2012-10-08Doc tweak about test suite.Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define ↵Rob Landley
FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate.
2012-09-03Update status page.Rob Landley
2012-08-26Split off pre-relaunch news entries into a separate oldnews.html page.Rob Landley
2012-08-25Some dubious asides, currently commented out.Rob Landley
2012-08-25Check in the updated news and status web pages.Rob Landley
2012-07-21More web page roadmap/status update stuff.Rob Landley
2012-07-21Add status.html and script to calculate it from roadmap info.Rob Landley
2012-07-15Add documentation for lib/llist.c and lib/dirtree.c.Rob Landley
2012-07-01A note on error messages and internationalization.Rob Landley
2012-06-25Update news page for the past two releases.Rob Landley
2012-06-14A few more links for the index.Rob Landley
2012-03-09Add lib/portability.h description with explanation of SWAP() macros.Rob Landley
2012-03-06Web page updates.Rob Landley
2012-02-28Make documentation even fluffier.Rob Landley
2012-02-26Web page tweaks. Remove background image (makes it hard ot read for some ↵Rob Landley
people), and use local roadmap instead of third party wiki.
2012-02-13Commit the web page change that announced the release.Rob Landley
2012-02-06Document that optflags is always an int (so 32 bit and 64 bit platforms ↵Rob Landley
behave the same).
2012-02-03Fix bad link that was confusing people. (Oops.)Rob Landley
2012-02-02Update web page a bit.Rob Landley
2012-01-29Add <>= to lib/args.c, with documentation.Rob Landley
2012-01-22Add wiki link and make about less stale.Rob Landley
2012-01-16Fluff out documentation and skeleton code.Rob Landley
2011-11-15More GPL->BSD debris.Rob Landley
2011-11-15Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant ↵Rob Landley
(which while still true, is no longer relevant).
2011-11-15New mailing list.Rob Landley
2010-01-05Minor web page updates (put header/footer back, add a few <hr> tags).Rob Landley