Commit Graph

23 Commits (753b086e4fd03cbab43206e03e3a0e57cbec80c9)

Author SHA1 Message Date
Jacob Windle 753b086e4f Created a "free_list" method to free up allocated memory. 2020-01-09 09:46:41 -05:00
Jacob Windle 7d57550c06 Fixing our linked list methods. 2020-01-09 09:37:24 -05:00
Jacob Windle cdc3a90605 Switching to using the doubly indirect pointer due to the C
pass-by-value semantics.
2019-12-20 17:33:20 -05:00
Jacob Windle f1dad4e3e3 Correcting out linkedlist add function. 2019-12-19 13:47:31 -05:00
Jacob Windle f367d3a319 Working on linked list data structure for hosts. 2019-12-18 13:46:16 -05:00
Jacob Windle 7f78683035 Remove JSON library dependency. 2019-12-16 14:45:02 -05:00
Jacob Windle 7418c743fe Integrating configuration parsing 2019-12-16 12:39:38 -05:00
Jacob Windle f088536f6e Starting config file reading routine 2019-12-16 09:14:41 -05:00
Jacob Windle 188bb8c7be Starting config file reading method 2019-12-14 12:26:09 -05:00
Jacob Windle ee9bc42f8c Cleaning up C code now that I'm more skilled 2019-12-13 16:28:11 -05:00
Jacob Windle dbc49e15a6 Documentation and signal handling. 2019-12-13 09:29:27 -05:00
Jacob Windle 3da1ee4f25 Set EOF, defined failure handling macro. 2019-12-13 09:19:39 -05:00
Jacob Windle 7f5d4502a9 TIme to fork off and die if we are the parent. 2019-12-12 19:10:29 -05:00
Jacob Windle 323fd19544 Working on host replacement method 2019-12-12 16:08:27 -05:00
Jacob Windle 7989bf9278 Fix segfault when missing host on add subcommand 2019-11-27 13:26:07 -05:00
Jacob Windle ed0ba08d66 Trying to fix the reading routine 2019-04-17 21:06:55 -04:00
Jacob Windle 51b2a4e7d0 Starting work on daemonizing the process 2019-04-17 15:04:58 -04:00
Jacob Windle 7a440dedff Working on edit functionality, also reading to a host. 2019-04-17 15:01:04 -04:00
Jacob Windle 8935ad2e54 Adding to README, adding in new code for reading to a host in file 2019-04-17 14:57:07 -04:00
Jacob Windle 258e2c8de3 Use execv to cat out hosts list to see who's been blocked. 2019-02-28 19:25:58 -05:00
Jacob Windle 7c0f494f40 Attempting to show the hosts file 2019-02-23 19:41:47 -05:00
Jacob Windle aa7697833e Add a usage function 2019-02-23 19:33:54 -05:00
Jacob Windle 7d38e2bf78 First commit 2019-02-23 13:08:32 -05:00