Aadhavan Srinivasan Rockingcool
  • Joined on 2022-10-09
Rockingcool pushed to master at Rockingcool/menu_test 2023-03-21 08:09:34 -05:00
b0a440deae Started working on color support
02f41a62fc Added .gitignore
7464adb129 Added functions for init and end, fixed bug with double-click
Compare 3 commits »
Rockingcool created branch master in Rockingcool/menu_test 2023-03-20 10:30:42 -05:00
Rockingcool pushed to master at Rockingcool/menu_test 2023-03-20 10:30:42 -05:00
e35c11c968 First commit
Rockingcool created repository Rockingcool/menu_test 2023-03-20 10:29:21 -05:00
Rockingcool pushed to master at Rockingcool/webBrowser 2023-03-10 13:00:57 -06:00
5b61ab14c0 Added testing code for retrieving HTTP response
f8b64d9afa Updated Makefile to include other libraries
2e217aee6d Fixed bug relating to DEFAULT_PATH in url_to_path function
d50e4c7036 Fixed bug in 'url_to_hostname' function
Compare 4 commits »
Rockingcool pushed to master at Rockingcool/webBrowser 2023-03-10 09:28:39 -06:00
7c17fcadcf Continued working on url_manipulation library
Rockingcool pushed to master at Rockingcool/webBrowser 2023-03-09 08:08:49 -06:00
5ff532ecd9 Started working on 'url_to_path' function
418861d53c Started working on making socket connection
b85d83d0ea Updated easysock files
Compare 3 commits »
Rockingcool pushed to master at Rockingcool/webBrowser 2023-03-08 23:27:59 -06:00
7d3ef3a6c9 Added helper library for URL manipulation functions
1ec2fd1097 Added .gitignore file
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/basic-proxy 2023-03-08 19:19:47 -06:00
69da015727 Removed testing code, fixed bug where domain didn't translate correctly to address
1ab6ffe44f Added code for testing
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/basic-proxy 2023-03-08 16:07:23 -06:00
66150609c3 Added 'inet_to_int' function, and 'char_to_socktype' function; started working on domain name support for remote address
25bbcb620e Added inet_to_int function
2e5d2e64c0 Removed check for IP version in remote address
ec3698c14a Added 'char_to_socktype' function
7a09e7188c Added int_to_inet function
Compare 5 commits »
Rockingcool pushed to master at Rockingcool/basic-proxy 2023-03-08 11:08:53 -06:00
5261398d69 Moved 'check_ip_ver' function to easysock.c
Rockingcool created branch master in Rockingcool/webBrowser 2023-03-07 08:06:42 -06:00
Rockingcool pushed to master at Rockingcool/webBrowser 2023-03-07 08:06:42 -06:00
23a94857d0 First commit
Rockingcool created repository Rockingcool/webBrowser 2023-03-07 08:05:28 -06:00
Rockingcool pushed to master at Rockingcool/basic-proxy 2023-03-03 09:21:58 -06:00
d8ef471618 Updated README
9c1e447dbe Replaced exit codes with values that aren't taken by errno
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/projectEuler 2023-03-03 00:08:30 -06:00
cac1352c8c Deleted compiled file
c50743925b Updated .gitignore
ce16e27e64 Added solution to problem 6
Compare 3 commits »
Rockingcool pushed to master at Rockingcool/projectEuler 2023-03-02 08:26:42 -06:00
83a790d4cd Added new problem - problem 6
Rockingcool pushed to master at Rockingcool/basic-proxy 2023-02-26 12:29:26 -06:00
35398d8387 Added 'PROG_VER' constant, added '--version' and '--help' flags
dc44f4979c Fixed comment accuracy regarding error codes
d1f34083bf Replaced negative exit codes with positive ones or 'errno'
4c49370276 Added check for number of arguments
e483ffaf8f Replaced negative exit codes with positive ones or 'errno'
Compare 5 commits »
Rockingcool pushed to master at Rockingcool/basic-proxy 2023-02-24 22:22:01 -06:00
a157fd5851 Updated TODO.txt
ca1cb08cd9 Fixed indendation issues
f0d084ad9d Added check for IPv6, updated calls to 'create_remote' to include new paramter
130346b006 Added new paramter to 'create_remote' function, fixed minor bugs
dbc838aa50 Updated definition for 'create_remote' function
Compare 7 commits »
Rockingcool pushed to master at Rockingcool/basic-proxy 2023-02-24 12:45:29 -06:00
2ac2bf7249 Updated TODO.txt