Commit Graph

  • 9b68953651 Merge branch 'bugfix/fix-df' into 'master' master Fredric Silberberg 2014-10-16 19:21:33 -04:00
  • facd7aa6d7 Merge branch 'spec-update' into 'master' Ian Adam Naval 2014-10-16 19:19:22 -04:00
  • 6f5f3d6407 Fix creating filesystem structure Ian Adam Naval 2014-10-16 19:02:02 -04:00
  • dd2578d084 Merge branch 'testfixes' into 'master' Ian Adam Naval 2014-10-16 18:53:45 -04:00
  • a8f648dcb1 Fixed broken filesystem tests Fredric Silberberg 2014-10-16 18:43:30 -04:00
  • 743a0061c6 Removed extraneous tests Fredric Silberberg 2014-10-16 18:42:11 -04:00
  • 66a6b29323 Fixed broken common test Fredric Silberberg 2014-10-16 18:41:32 -04:00
  • 954bb4479c Merge branch 'spec-update' of git.ianonavy.com:mqp/jsh into spec-update Fredric Silberberg 2014-10-14 16:57:09 -04:00
  • ddf5882c7c Updated the printing to follow the new specs Fredric Silberberg 2014-10-09 19:07:00 -04:00
  • 418be9217b Merge branch 'feature/ls-internal-structure' into 'master' Fredric Silberberg 2014-10-14 16:52:08 -04:00
  • 3b8552d758 Merge branch 'feature/df' into 'master' Fredric Silberberg 2014-10-14 16:51:21 -04:00
  • af72e66f8b Modify ls to use our internal structure Ian Adam Naval 2014-10-14 16:33:01 -04:00
  • e2ed6a4111 Add df Ian Adam Naval 2014-10-14 16:32:08 -04:00
  • 66f1bc01a2 Updated the printing to follow the new specs Fredric Silberberg 2014-10-09 19:07:00 -04:00
  • f144050535 Merge branch 'feature/cat' into 'master' Fredric Silberberg 2014-09-25 13:40:59 -04:00
  • 0b00728bed Fixed typo Fredric Silberberg 2014-09-25 13:39:43 -04:00
  • 1fc595e559 Merge branch 'feature/cat' into 'master' Ian Adam Naval 2014-09-25 11:18:26 -04:00
  • b6b7cb023e Merge branch 'feature/path-search' into 'master' Ian Adam Naval 2014-09-25 11:18:21 -04:00
  • 9b8d1e01b6 Updated cat to use the new path searching algorithm Fredric Silberberg 2014-09-24 23:39:07 -04:00
  • 09b0c8106e Merge branch 'feature/path-search' into feature/cat Fredric Silberberg 2014-09-24 23:38:27 -04:00
  • f21df51bd2 Added the PATH searching algorithm we talked about at the last meeting with Ciaraldi. It will find the location of our program and search the PATH for that location. If found, it will search all remaining elements for the requested program. If the location is not found on the PATH, then it will search the entire PATH for the requested program. If found, it returns the absolute path to the program. If not, err. Fredric Silberberg 2014-09-24 23:32:11 -04:00
  • f11cbeaf22 Merge branch 'feature/free-testing' into 'master' Fredric Silberberg 2014-09-24 22:30:42 -04:00
  • 64600ac668 Go fmt Fredric Silberberg 2014-09-24 22:29:00 -04:00
  • 50c84a2f7d Initial cat that parses file names from the command line Fredric Silberberg 2014-09-24 22:24:46 -04:00
  • 72c638432f Added a test for the empty unit, moved bad unit test into a separate test function Fredric Silberberg 2014-09-18 13:03:44 -04:00
  • a144a70a61 Added tests for free Fredric Silberberg 2014-09-18 12:58:25 -04:00
  • 0904b13546 Moved units to be with themselves in common, updated convertUnit and parseLine to be public for testing Fredric Silberberg 2014-09-18 12:48:24 -04:00
  • 5122c83609 Merge branch 'feature/standards-compliant' into 'master' Fredric Silberberg 2014-09-18 12:09:30 -04:00
  • 58009824b6 Make ls standards compliant Ian Adam Naval 2014-09-16 22:08:12 -04:00
  • dc064e8ea7 Make free standards compliant Ian Adam Naval 2014-09-16 22:00:50 -04:00
  • d621f8d765 Add blank case for convertUnit Ian Adam Naval 2014-09-16 21:55:37 -04:00
  • fb8165fa80 Make ps follow new standard Ian Adam Naval 2014-09-16 21:43:43 -04:00
  • 1d57896123 gofmt Ian Adam Naval 2014-09-16 20:52:57 -04:00
  • b226effff0 Add free and ls to Makefile Ian Adam Naval 2014-09-16 20:51:52 -04:00
  • e10794e37a Standardize location of ls Ian Adam Naval 2014-09-10 15:14:20 -04:00
  • b78852c82f Merge remote-tracking branch 'origin/ls' into feature/ps Ian Adam Naval 2014-09-10 14:15:45 -04:00
  • d45666450e now there are some command flags Sam Abradi 2014-09-10 14:13:59 -04:00
  • 238e19073c Add 'free' to README Ian Adam Naval 2014-09-10 14:12:25 -04:00
  • 97db57bb1f Added free implementation Fredric Silberberg 2014-09-08 01:12:05 +00:00
  • d26ca0b13a Moved standard binary fallback to utility function for all utilities to use Fredric Silberberg 2014-09-07 22:55:57 +00:00
  • 69f68794cf Updated the gitignore with emacs and go profiles Fredric Silberberg 2014-09-07 22:46:59 +00:00
  • 65c29fef11 Improve TestToJson. Ian Adam Naval 2014-09-04 02:49:55 -04:00
  • c140ec6a7d Add test for PsOutputToProcesses. Ian Adam Naval 2014-09-04 02:45:09 -04:00
  • 7fbc8ebc61 Move FieldsN to utility file and add tests. Ian Adam Naval 2014-09-04 02:30:52 -04:00
  • 626f119ad9 Fix Makefile to correctly remove the c.out files. Ian Adam Naval 2014-09-04 02:18:50 -04:00
  • 4639a8c011 Add Makefile. Ian Adam Naval 2014-09-04 02:17:17 -04:00
  • e0166b98a9 Made package more go-getable. Ian Adam Naval 2014-09-04 01:26:15 -04:00
  • 0aba070b62 Update README with install instructions. Ian Adam Naval 2014-09-03 16:01:55 -04:00
  • 9525516e37 Implement rudimentary 'ps' with --json flag. Ian Adam Naval 2014-09-03 15:53:21 -04:00
  • 865feb3584 added tiny basic ls implimentation, doesnt take any args other than the directory to list, doesnt even jsonify the output, literally bare bonest ls to make sure I can do the backend part of ls Sam Abradi 2014-09-03 14:21:21 -04:00
  • 56437f6bfa Add status badge to README. Ian Adam Naval 2014-08-29 10:56:20 -04:00
  • 77f040729a Initial commit Ian Adam Naval 2014-08-28 16:00:26 -04:00