Skip to content
Snippets Groups Projects
  1. Nov 17, 2017
    • Irene Zhang's avatar
      Merge pull request #8 from mwhittaker/lockserver_client_fixes · 46488d1b
      Irene Zhang authored
      A couple small lockserver client improvements.
    • Michael Whittaker's avatar
      A couple small lockserver client improvements. · 679fcb9f
      Michael Whittaker authored
      1. Previously, typing ` `, `lock`, or `unlock` into a lockserver
         client's REPL would cause the client to crash because of some
         `strtok` calls that were returning `NULL`. Now, this bug is fixed;
         `strtok` returns are checked to be `NULL`, and no input should crash
         the client.
      2. Previously, typing in an unrecognized command into the lockserver
         client's repl would print `Unknown command.. Try again!`. Now, it
         also prints out the set of legal commands `Usage: exit | q | lock
         <key> | unlock <key>`. This makes it a bit easier for someone
         tinkering around with TAPIR for the first time (like me) to know what
         to type.
      679fcb9f
  2. Jun 22, 2017
  3. Jun 08, 2017
  4. Feb 08, 2017
  5. Jan 18, 2017
  6. Jan 17, 2017
  7. Jan 04, 2017
  8. Aug 09, 2016
  9. May 13, 2016
  10. Feb 22, 2016
  11. Feb 11, 2016
  12. Feb 10, 2016
  13. Feb 08, 2016
  14. Feb 05, 2016
  15. Feb 04, 2016
  16. Jan 26, 2016
  17. Jan 23, 2016
  18. Jan 13, 2016
Loading