Age | Commit message (Expand) | Author |
2019-04-03 | Autodetect gzip and bz2 for both compression and decompression. | Rob Landley |
2019-04-02 | Yeah, ok, that one can get used uninitialized. | Rob Landley |
2019-04-02 | More tar cleanup, more tests. | Rob Landley |
2019-04-02 | More tar cleanup and tests. | Rob Landley |
2019-04-01 | Silence spurious gcc "lnk cannot be used uninitialized" warning. | Rob Landley |
2019-04-01 | More tar cleanup. | Rob Landley |
2019-03-31 | More tar cleanup, some tests. | Rob Landley |
2019-03-31 | More tar cleanup. | Rob Landley |
2019-03-29 | vi: bug fixes | Jarno Mäkipää |
2019-03-28 | vi.c improved utf-8 support | Jarno Mäkipää |
2019-03-27 | Skip file contents in error case. | Rob Landley |
2019-03-27 | Silence another broken gcc "tar is never used uninitialized" warning. | Rob Landley |
2019-03-27 | Cleanup extract_to_disk(), enforce "file creation must be under cwd), | Rob Landley |
2019-03-25 | Fix bc_vec_concat | Daniel Rosenberg |
2019-03-24 | vi: Code style cleanup | Jarno Mäkipää |
2019-03-23 | vi: Removed C99/GNU99 style for loop initializers | Jarno Mäkipää |
2019-03-23 | vi.c double_list based implementation. | Jarno Mäkipää |
2019-03-22 | Silence stupid, pointless warnings. | Rob Landley |
2019-03-22 | My todo entries were bothering people. | Rob Landley |
2019-03-22 | More tar cleanup, add --owner and --group, and start of new tests. | Rob Landley |
2019-03-20 | Next round of tar cleanup. | Rob Landley |
2019-03-18 | diff: use TOYFLAG_ARGFAIL. | Elliott Hughes |
2019-03-17 | More tar cleanup. | Rob Landley |
2019-03-17 | More tar cleanup. | Rob Landley |
2019-03-16 | bc: fix an overflow bug in bc_num_ulong() | Gavin Howard |
2019-03-16 | Next round of tar cleanup. | Rob Landley |
2019-03-13 | More tar cleanup. | Rob Landley |
2019-03-11 | More tar cleanup. | Rob Landley |
2019-03-06 | More tar cleanup. | Rob Landley |
2019-03-04 | More tar cleanup. | Rob Landley |
2019-03-04 | Consistently use ARRAY_LEN. | Elliott Hughes |
2019-03-03 | Cleanup pass on tar. | Rob Landley |
2019-03-02 | Promote devmem. | Rob Landley |
2019-03-02 | Fix instances of "Usage:" rather than "usage:". | Elliott Hughes |
2019-03-02 | devmem: new command. | Elliott Hughes |
2019-02-25 | arp: inline get_hw_add and minor sscanf error handling cleanup | Colin Davidson |
2019-02-23 | One last (for now) typo. | Elliott Hughes |
2019-02-23 | Promote mcookie | Rob Landley |
2019-02-23 | Cleanup mcookie. | Rob Landley |
2019-02-23 | Here's an 'mcookie' implementation for toybox. | Isaac Dunham |
2019-02-23 | Bumper typo cleanup. | Elliott Hughes |
2019-02-21 | getfattr: add --only-values. | Elliott Hughes |
2019-02-18 | route: fix command argument parsing | Uros Prestor |
2019-02-11 | Inline more functions only called once, unwrap wrappers, etc. | Rob Landley |
2019-02-10 | Remove unnecessary macros and typedefs, multipliation by sizeof(char), etc. | Rob Landley |
2019-02-10 | Inline more macros only used once, replace BcId with struct str_len from lib, | Rob Landley |
2019-02-09 | Remove more unnecessary macros. Inline bc_parse_exprs[] with the bit order | Rob Landley |
2019-02-09 | Remove more useless typecasts, wrappers, and inline a function. | Rob Landley |
2019-02-09 | Remove some unnecessary wrappers, indirection, and typecasts. | Rob Landley |
2019-02-05 | Promote sntp to net. | Rob Landley |