Age | Commit message (Expand) | Author |
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 |
2019-02-05 | Fix some llvm warnings. | Rob Landley |
2019-02-05 | Suppress warnings gcc should not be making (and a comment typo). | Rob Landley |
2019-02-05 | Fix server loop timeout logic. | Rob Landley |
2019-02-05 | Fix server mode and make request timeout 3 tries of 3 seconds (9 sec total). | Rob Landley |
2019-02-04 | Next round of sntp work: server and multicast modes, actually set time... | Rob Landley |
2019-01-28 | bc: Update to upstream version 1.1.0 | Gavin Howard |
2019-01-24 | More random in-progress sntp work. | Rob Landley |
2019-01-22 | Whitespace: remove tabs from indentation. | Elliott Hughes |
2019-01-22 | Fix sigjmp_buf/jmp_buf mismatches. | Elliott Hughes |
2019-01-22 | Actually calculating/displaying a reasonable time. | Rob Landley |