Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
enusbaum
/
BencodeNET
Public
forked from
Krusen/BencodeNET
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
BencodeNET
BencodeNET.Tests
on
master
User selector
All users
All time
Commit history
Commits on Dec 1, 2024
Update to dotnet8 (latest LTS)
Show description for dd9ac01
enusbaum
committed
dd9ac01
View commit details
Copy full SHA for dd9ac01
View code at this point
Browse repository at this point
Commits on Mar 30, 2023
Fix test for empty torrent ToBDictionary
Show description for da8cfff
Krusen
committed
da8cfff
View commit details
Copy full SHA for da8cfff
View code at this point
Browse repository at this point
Add test for trackers being escaped in magnet link
Show description for 670003c
Krusen
committed
670003c
View commit details
Copy full SHA for 670003c
View code at this point
Browse repository at this point
Update to .NET 6 and C# 11
Show description for 6784cfe
Krusen
committed
6784cfe
View commit details
Copy full SHA for 6784cfe
View code at this point
Browse repository at this point
Commits on Jan 23, 2021
Fix missed uses of InlineAutoMockedData attribute
Show description for c831fb1
Krusen
committed
c831fb1
View commit details
Copy full SHA for c831fb1
View code at this point
Browse repository at this point
Commits on Jan 8, 2021
Update to simplified version of AutoMockedDataAttribute
Krusen
committed
79a3412
View commit details
Copy full SHA for 79a3412
View code at this point
Browse repository at this point
Update packages in test project
Krusen
committed
783b084
View commit details
Copy full SHA for 783b084
View code at this point
Browse repository at this point
Update Torrent.Pieces property with null-check and multiple of 20 check
Krusen
committed
2d7d1cd
View commit details
Copy full SHA for 2d7d1cd
View code at this point
Browse repository at this point
Commits on Dec 24, 2020
Update target frameworks to latest .NET versions
Krusen
committed
fb1f6bd
View commit details
Copy full SHA for fb1f6bd
View code at this point
Browse repository at this point
Commits on Mar 6, 2020
Fix bugs related to new UTF8 properties
Show description for e49f606
Krusen
committed
e49f606
View commit details
Copy full SHA for e49f606
View code at this point
Browse repository at this point
Commits on Mar 3, 2020
Add new UTF8 fields to dictionary in ToBDictionary
Krusen
committed
b86cdb2
View commit details
Copy full SHA for b86cdb2
View code at this point
Browse repository at this point
Add DisplayNameUtf8 and DirectoryNameUtf8
Show description for b058b78
Krusen
committed
b058b78
View commit details
Copy full SHA for b058b78
View code at this point
Browse repository at this point
Fix NumberOfPieces calculation
Show description for 3b1b05a
Krusen
committed
3b1b05a
View commit details
Copy full SHA for 3b1b05a
View code at this point
Browse repository at this point
Commits on Feb 28, 2020
Add UTF-8 file name/path properties
Show description for ad7c504
Krusen
committed
ad7c504
View commit details
Copy full SHA for ad7c504
View code at this point
Browse repository at this point
Use Pieces.Length for NumberOfPieces calculation
Show description for 7e803dd
Krusen
committed
7e803dd
View commit details
Copy full SHA for 7e803dd
View code at this point
Browse repository at this point
Commits on Oct 13, 2019
Add poly fills for ReadOnlySpan<T> methods on Encoding/Stream
Krusen
committed
a373657
View commit details
Copy full SHA for a373657
View code at this point
Browse repository at this point
Add support for encoding to stream async
Show description for 90011e1
Krusen
committed
90011e1
View commit details
Copy full SHA for 90011e1
View code at this point
Browse repository at this point
Add .NET Core 3.0 target and remove .NET Standard 1.3 support
Show description for 22c0eea
Krusen
committed
22c0eea
View commit details
Copy full SHA for 22c0eea
View code at this point
Browse repository at this point
Fix PipeBencodeReaderTests
Krusen
committed
e27a834
View commit details
Copy full SHA for e27a834
View code at this point
Browse repository at this point
Add support for parsing announce-list as list of strings
Show description for 3aff262
Krusen
committed
3aff262
View commit details
Copy full SHA for 3aff262
View code at this point
Browse repository at this point
Change default TorrentParserMode to be tolerant
Krusen
committed
f02be51
View commit details
Copy full SHA for f02be51
View code at this point
Browse repository at this point
Update nuget packages used in test project
Krusen
committed
6c9b6d0
View commit details
Copy full SHA for 6c9b6d0
View code at this point
Browse repository at this point
Implement both sync/async versions of IBObject.EncodeTo()
Krusen
committed
caec437
View commit details
Copy full SHA for caec437
View code at this point
Browse repository at this point
Refactor BStringParser for code reuse
Krusen
committed
28f486c
View commit details
Copy full SHA for 28f486c
View code at this point
Browse repository at this point
Add EncodeToAsync(PipeWriter)
Krusen
committed
9de7555
View commit details
Copy full SHA for 9de7555
View code at this point
Browse repository at this point
BencodeReader: Fix Read() issue when not all bytes are read at once
Krusen
committed
7dce7e4
View commit details
Copy full SHA for 7dce7e4
View code at this point
Browse repository at this point
Clean up tests
Krusen
committed
3c9ac7d
View commit details
Copy full SHA for 3c9ac7d
View code at this point
Browse repository at this point
Initial implementation of PipeBencodeReader
Krusen
committed
95a331a
View commit details
Copy full SHA for 95a331a
View code at this point
Browse repository at this point
Use char instead of char?
Krusen
committed
91ef756
View commit details
Copy full SHA for 91ef756
View code at this point
Browse repository at this point
Clean up using statements
Krusen
committed
f41086a
View commit details
Copy full SHA for f41086a
View code at this point
Browse repository at this point
Remove BencodeStream
Krusen
committed
c7b34e1
View commit details
Copy full SHA for c7b34e1
View code at this point
Browse repository at this point
Revert back to byte[] return for EncodeAsBytes()
Krusen
committed
fdf02d5
View commit details
Copy full SHA for fdf02d5
View code at this point
Browse repository at this point
Run unit tests for .NET 4.6, .NET Core 2.0 and .NET Core 2.2
Show description for 823f9d9
Krusen
committed
823f9d9
View commit details
Copy full SHA for 823f9d9
View code at this point
Browse repository at this point
Move TorrentParser to Torrent namespace
Krusen
committed
82c8c18
View commit details
Copy full SHA for 82c8c18
View code at this point
Browse repository at this point
Remove extra constructors of BencodeParser and make parsers non-public
Krusen
committed
8aedead
View commit details
Copy full SHA for 8aedead
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.