-
Notifications
You must be signed in to change notification settings - Fork 28
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: mellowcandle/bitwise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.42
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mellowcandle/bitwise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 13 files changed
- 7 contributors
Commits on Jul 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2b895eb - Browse repository at this point
Copy the full SHA 2b895ebView commit details
Commits on Aug 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b13efe0 - Browse repository at this point
Copy the full SHA b13efe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c03f17 - Browse repository at this point
Copy the full SHA 4c03f17View commit details -
Configuration menu - View commit details
-
Copy full SHA for b83a075 - Browse repository at this point
Copy the full SHA b83a075View commit details
Commits on Nov 1, 2021
-
Fix -Werror=format-security errors with mvwprintw()
Here a non-constant is used as a format string which compiler complains about. Fix by using "%s" as format. Signed-off-by: Khem Raj <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a72458c - Browse repository at this point
Copy the full SHA a72458cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 276140f - Browse repository at this point
Copy the full SHA 276140fView commit details
Commits on Dec 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f8d5ade - Browse repository at this point
Copy the full SHA f8d5adeView commit details
Commits on Feb 21, 2022
-
ipv4: treat 0xffffffff as a valid ipv4 address
In print_conversions() all values >= 0xffffffff are treated as invalid ipv4 addresses. Since 255.255.255.255 is a valid ipv4 address change this to just filter out values > 0xffffffff. Signed-off-by: Danilo Krummrich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4f6b58 - Browse repository at this point
Copy the full SHA c4f6b58View commit details
Commits on Sep 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1526928 - Browse repository at this point
Copy the full SHA 1526928View commit details
Commits on Oct 16, 2022
-
Instead of typing: output hex output decimal Allow to simply type: o hex o dec Also, fix a bug where commands could considered valid when they are only prefixed with the right word. For example: 'clearGARBAGE' was a valid command. Signed-off-by: Pasha Tatashin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e056dce - Browse repository at this point
Copy the full SHA e056dceView commit details -
It should 1ull << val, otherwise we get overflow when bit is over 32: Before the fix: $ ./bitwise "bit(33)" Unsigned decimal: 2 Signed decimal: 2 Hexadecimal: 0x2 Octal: 02 Human: 2 Radix64: 0 IPv4 (Network byte order - Big): 2.0.0.0 IPv4 (Reversed byte order - Little): 0.0.0.2 ASCII: ........ Binary: 0 0 0 0 0 0 1 0 7 - 0 After the fix: $ ./bitwise "bit(33)" Unsigned decimal: 8589934592 Signed decimal: 8589934592 Hexadecimal: 0x200000000 Octal: 0100000000000 Human: 8.00 GiB IPv4: Value too big to be a valid IPv4 address ASCII: ........ Binary: 0 0 0 0 0 0 0 0 | 0 0 0 0 0 0 0 0 | 0 0 0 0 0 0 0 0 | 0 0 0 0 0 0 1 0 | 0 0 0 0 0 0 0 0 | 0 0 0 0 0 0 0 0 | 0 0 0 0 0 0 0 0 | 0 0 0 0 0 0 0 0 63 - 56 55 - 48 47 - 40 39 - 32 31 - 24 23 - 16 15 - 8 7 - 0 Signed-off-by: Pasha Tatashin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b5dbbd - Browse repository at this point
Copy the full SHA 6b5dbbdView commit details
Commits on May 11, 2023
-
feat: add command r to reverse endianness
Signed-off-by: Tianrui Wei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 021ff39 - Browse repository at this point
Copy the full SHA 021ff39View commit details
Commits on May 14, 2023
-
Issue #61 Signed-off-by: Ramon Fried <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bb7d30 - Browse repository at this point
Copy the full SHA 5bb7d30View commit details
Commits on May 15, 2023
-
interactive: Fix backwards key not working in some terminals
Add support for the delete button and ASCII backwards code.
Configuration menu - View commit details
-
Copy full SHA for a349870 - Browse repository at this point
Copy the full SHA a349870View commit details -
Configuration menu - View commit details
-
Copy full SHA for e05fb0d - Browse repository at this point
Copy the full SHA e05fb0dView commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 77f8f45 - Browse repository at this point
Copy the full SHA 77f8f45View commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 42b2923 - Browse repository at this point
Copy the full SHA 42b2923View commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f51d488 - Browse repository at this point
Copy the full SHA f51d488View commit details
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a4e7d9 - Browse repository at this point
Copy the full SHA 0a4e7d9View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.42...master