Skip to content
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

Merge upstream #3

Closed
wants to merge 59 commits into from
Closed

Conversation

eyip002
Copy link
Member

@eyip002 eyip002 commented Oct 7, 2022

No description provided.

YggdrasiI and others added 30 commits February 11, 2020 16:50
Fix Html validation errors.
  - Add German translation file.
    - Add comment about localization issue with LC_ALL
Wrap 'fileserver_page request handler' into onion_url handler
to show usage of 'onion_url_add_handler()'

I think this change is important because it is easy
to shoot yourself into the foot with something like
	'onion_url_add_handler(urls, ".*", fileserver_handler)'
 ==> The pattern expansions feeds up the whole path.
Otherwise if the new upload is smaller than the old one we get the end
of the old file.
Open the read only file is non-destructuve, do it first so failures
are less likely to be destructive.
Fix Html validation errors.
  - Add German translation file.
    - Add comment about localization issue with LC_ALL
Wrap 'fileserver_page request handler' into onion_url handler
to show usage of 'onion_url_add_handler()'

I think this change is important because it is easy
to shoot yourself into the foot with something like
	'onion_url_add_handler(urls, ".*", fileserver_handler)'
 ==> The pattern expansions feeds up the whole path.
Two patches to improve onion_shortcut_rename
There is a small typo in src/onion/handlers/auth_pam.c, src/onion/handlers/path.c, src/onion/handlers/path.h.

Should read `removes` rather than `reomves`.
docs: fix simple typo, reomves -> removes
better error message in onion_response_flush
davidmoreno and others added 29 commits June 18, 2021 00:19
adding onion_request_get_method_name
adding C++ Onion::Request::Method_Name
random-default.c: Don't exit if we read less bytes from /dev/random
improve ONION_ERROR message in onion_response_flush, save errno...
Fix the last-byte-pos value in Content-Range response
Return 416 Range Not Satisfiable if the range is beyond the file size
06-onion.c: Fix value of 'sizeof' when allocating 'pthread_t' array with 'malloc'
This build was not functional on gentoo systems as support
for EAPI 5 was dropped.

Update the ebuild to EAPI 7 to fix this issue
Change `const std::string` to `const std::string&`
Gentoo: Update ebuild and change its mantainer
Improve indent of code blocks / README
We need to use 'sizeof(random_chars) - 1' as a modulus for 'random_chars' instead of 'sizeof(random_chars)' because the first variant can also return '\0' in the middle of the generated c-string.
Fix the value of a sizeof modulus when computing a random uuid.
…librt in supported platforms only; Fix type mismatch of parameter 'type' in function 'onion_poller_slot_set_type'
Make it be able to compile on OpenBsd
Implement the BEST http status code in the universe, 418 I'm a teapot.
Fix a potential log spamming and DOS attack
@eyip002 eyip002 closed this Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.