-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP POST Request functionality added #11
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6affe3 - Browse repository at this point
Copy the full SHA d6affe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49ab3dd - Browse repository at this point
Copy the full SHA 49ab3ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca6c473 - Browse repository at this point
Copy the full SHA ca6c473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d1a183 - Browse repository at this point
Copy the full SHA 3d1a183View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a2eb88 - Browse repository at this point
Copy the full SHA 6a2eb88View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef7260a - Browse repository at this point
Copy the full SHA ef7260aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a4f342 - Browse repository at this point
Copy the full SHA 4a4f342View commit details -
Merge pull request lil-skelly#9 from S0S4/http-download
[SOLVED] Fixed the problem with chunk path
Configuration menu - View commit details
-
Copy full SHA for 7a14810 - Browse repository at this point
Copy the full SHA 7a14810View commit details -
Merge branch 'main' of https://github.com/lil-skelly/erebos into http…
…-download Keep branch up to date with main to include crucial changes
skelly committedSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 1ebfbda - Browse repository at this point
Copy the full SHA 1ebfbdaView commit details -
Minor changes: Removed unused code
skelly committedSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 6c51a68 - Browse repository at this point
Copy the full SHA 6c51a68View commit details -
Removed example code and used the http_get function to request the in…
…dex page of the server
skelly committedSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 46c258d - Browse repository at this point
Copy the full SHA 46c258dView commit details -
Merge branch 'http-download' of https://github.com/lil-skelly/erebos …
…into http-download
skelly committedSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 06941b1 - Browse repository at this point
Copy the full SHA 06941b1View commit details -
Modified server.py to use self.server.server_address to successfully …
…generate the index links
skelly committedSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for b0563ab - Browse repository at this point
Copy the full SHA b0563abView commit details -
Merge pull request lil-skelly#10 from ekardnam/implement-http-download
Fix server not generating links properly (missing host) and moved definitions from http.c to http.h
Configuration menu - View commit details
-
Copy full SHA for 122f94d - Browse repository at this point
Copy the full SHA 122f94dView commit details
Commits on Sep 4, 2024
-
Added h_getnameinfo wrapper to fetch host name. Removed annoying debu…
…g statement from http.c and used long instead of size_t for the content lengths
skelly committedSep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 3c9629d - Browse repository at this point
Copy the full SHA 3c9629dView commit details -
Merge branch 'http-download' of https://github.com/lil-skelly/erebos …
…into http-download Update local branch
skelly committedSep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for ac9def0 - Browse repository at this point
Copy the full SHA ac9def0View commit details -
Merge branch 'main' of https://github.com/lil-skelly/erebos into http…
…-download
skelly committedSep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for d880428 - Browse repository at this point
Copy the full SHA d880428View commit details -
skelly committed
Sep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 6c3e4d7 - Browse repository at this point
Copy the full SHA 6c3e4d7View commit details -
Merge branch 'main' of https://github.com/lil-skelly/erebos into http…
…-download
skelly committedSep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for dec36a3 - Browse repository at this point
Copy the full SHA dec36a3View commit details -
Merge branch 'main' of https://github.com/lil-skelly/erebos into http…
…-download
skelly committedSep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for c8d0f7f - Browse repository at this point
Copy the full SHA c8d0f7fView commit details -
Modified client to now send the Host header with the host name of the…
… server and now the server uses that header to generate the file links
skelly committedSep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 2408066 - Browse repository at this point
Copy the full SHA 2408066View commit details -
Revert "Modified client to now send the Host header with the host nam…
…e of the server and now the server uses that header to generate the file links" While the approach works it introduces unneeded difficulties. Let's just go with the simpler approach This reverts commit 2408066.
skelly committedSep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 66899c3 - Browse repository at this point
Copy the full SHA 66899c3View commit details -
Implemented http_download_data_to_file, added request field to the ht…
…tp_res_t and used a different buffer to store the GET request. Finally added some basic logging in the http library,
skelly committedSep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for c360265 - Browse repository at this point
Copy the full SHA c360265View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6cd536 - Browse repository at this point
Copy the full SHA c6cd536View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f91e9 - Browse repository at this point
Copy the full SHA d6f91e9View commit details