Commit Graph

19 Commits

Author SHA1 Message Date
Adam Cooper e735a3eeec [wip] No errors at this point 2022-02-16 09:30:46 -05:00
Adam Cooper 2298b04eec [wip] Committing before starting over
Committing before duplicating the file and rewriting
it line by line with more careful attention to the
borrow checker.
2022-02-16 09:17:43 -05:00
Adam Cooper 06e60dce14 [wip] Change of approach: moving the Multistatus
Move the Multistatus value from the main function into the traverse
function, as it will not be used in the main function afterwards.
In the traverse function, the struct is now borrowed as mutable,
which fixes the append function, but we'll probably need to use
references in all the match arms.
2022-02-15 09:31:15 -05:00
Adam Cooper 1c8e868afd [wip] Committing now when down to one error
Committing now when down to one error, and before zapping a bunch of
ampersands.
2022-02-13 21:01:33 -05:00
Adam Cooper 3b69ca58cd [wip] Commit before appeasing the borrow checker
To appease the borrow checker, we'll move the whole struct from main()
into tree_traversal().
2022-01-27 08:46:55 -05:00
Adam Cooper 767d77ffcc [wip] Commit before string refactor 2022-01-27 08:45:27 -05:00
Adam Cooper e034933fc0 [wip] Committing before match refactor 2022-01-21 08:53:35 -05:00
Adam Cooper d00bc97478 [wip] Starting depth-first tree traversal 2022-01-16 19:24:39 -05:00
Adam Cooper 5bc4b24fd9 Merge branch 'yaserde' 2022-01-08 17:12:56 -05:00
Adam Cooper 4f086f4717 Fix .gitignore 2022-01-08 17:12:00 -05:00
Adam Cooper 22f3ea6353 FIXED #3: Parse XML Response 2022-01-08 16:51:20 -05:00
Adam Cooper aed09ac9d8 [wip] No compilation errors 2022-01-07 09:20:17 -05:00
Adam Cooper 07c6a82d8f [test] Testing removal of SSH password 2021-12-20 09:02:07 -05:00
Adam Cooper 348cf4d843 Highlight resource type elements 2021-12-20 04:52:09 -05:00
Adam Cooper 57da34b095 Successful HTTP request 2021-12-16 08:53:25 -05:00
Adam Cooper bcd5090ebd [wip] Making initial HTTP request 2021-12-15 22:59:53 -05:00
Adam Cooper 585b247297 Receive user input (password) 2021-12-13 14:23:25 -05:00
Adam Cooper f020ecb6d9 Implement logging and user input 2021-12-13 01:20:45 -05:00
Adam Cooper f6de295e4c First commit 2021-12-11 15:55:06 -05:00