-
Notifications
You must be signed in to change notification settings - Fork 34
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
glibc: introduce symbol version clearing #68
Open
WXbet
wants to merge
4
commits into
master
Choose a base branch
from
glibc-clear-symbol-version
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Normal patches (-p1) and streamboard-style patches (-p0) are now automatically detected and applied accordingly. Co-Authored-By: Schimmelreiter <[email protected]> Co-Authored-By: cojo11 <[email protected]>
- this removes weired warning "pthread_attr_setstacksize() failed in start_thread with error 22 Invalid argument" from oscam log - see https://board.streamboard.tv/forum/thread/48195-gel%C3%B6st-ds212plus-oscam-v11718-https-trac-streamboard-tv-oscam-ticket-4277/
WXbet
force-pushed
the
glibc-clear-symbol-version
branch
3 times, most recently
from
March 19, 2023 19:12
2917d95
to
6322868
Compare
- version 3.1.0 isn't beta anymore - fix version 1.0.0 download url
WXbet
force-pushed
the
glibc-clear-symbol-version
branch
from
March 19, 2023 19:24
6322868
to
a5bc641
Compare
WXbet
force-pushed
the
master
branch
5 times, most recently
from
November 21, 2023 19:26
32750c9
to
4c5bafe
Compare
WXbet
force-pushed
the
master
branch
3 times, most recently
from
December 2, 2023 17:49
d84b364
to
92fb84e
Compare
WXbet
force-pushed
the
master
branch
2 times, most recently
from
December 4, 2023 21:50
734dd83
to
08080cf
Compare
WXbet
force-pushed
the
master
branch
5 times, most recently
from
December 30, 2023 15:15
bee09e3
to
80e1516
Compare
WXbet
force-pushed
the
master
branch
4 times, most recently
from
January 21, 2024 22:11
56a4b0c
to
173a5cb
Compare
WXbet
force-pushed
the
master
branch
3 times, most recently
from
February 21, 2024 11:44
2b6ff3a
to
c6d8175
Compare
WXbet
force-pushed
the
master
branch
2 times, most recently
from
March 8, 2024 16:38
3b53471
to
9ab5f45
Compare
WXbet
force-pushed
the
master
branch
7 times, most recently
from
March 29, 2024 23:00
bcdd313
to
890d077
Compare
WXbet
force-pushed
the
master
branch
2 times, most recently
from
April 10, 2024 09:25
3bb618e
to
b51a786
Compare
WXbet
force-pushed
the
master
branch
3 times, most recently
from
May 7, 2024 06:24
ec4b074
to
53b1c42
Compare
WXbet
force-pushed
the
master
branch
3 times, most recently
from
July 9, 2024 11:41
dccebdd
to
3de7ca0
Compare
WXbet
force-pushed
the
master
branch
2 times, most recently
from
July 21, 2024 20:35
7819c91
to
7924402
Compare
WXbet
force-pushed
the
master
branch
3 times, most recently
from
September 15, 2024 17:21
54c806f
to
30b8465
Compare
WXbet
force-pushed
the
master
branch
2 times, most recently
from
September 29, 2024 21:53
db0cf85
to
bd9e585
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
inspired by https://stackoverflow.com/a/73388939