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
Type
/
to 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 }}
dominik-korsa
/
toster
Public
forked from
MikolajKolek/toster
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
toster
Cargo.lock
on
master
User selector
All users
All time
Commit history
Commits on May 10, 2024
Minor cleanup
Show description for 6e06b7e
MikolajKolek
committed
6e06b7e
View commit details
Copy full SHA for 6e06b7e
View code at this point
Browse repository at this point
Use memfiles/tempfiles instead of pipes and reader threads (#43)
Show description for dc44724
dominik-korsa
and
MikolajKolek
authored
dc44724
View commit details
Copy full SHA for dc44724
View code at this point
Browse repository at this point
Commits on Nov 28, 2023
Remove some unused packages
dominik-korsa
committed
dbaef55
View commit details
Copy full SHA for dbaef55
View code at this point
Browse repository at this point
Commits on Nov 27, 2023
Never mind, remove color_print crate
dominik-korsa
committed
55a42b8
View commit details
Copy full SHA for 55a42b8
View code at this point
Browse repository at this point
Create FormattedError struct
dominik-korsa
committed
8608b56
View commit details
Copy full SHA for 8608b56
View code at this point
Browse repository at this point
Commits on Nov 24, 2023
Refactor sio2jail, don't use temp files
dominik-korsa
committed
9c3689c
View commit details
Copy full SHA for 9c3689c
View code at this point
Browse repository at this point
Commits on Nov 11, 2023
Release 1.2.1
Show description for 8f227c4
MikolajKolek
committed
8f227c4
View commit details
Copy full SHA for 8f227c4
View code at this point
Browse repository at this point
Release 1.2.0
Show description for 9b7dbc0
MikolajKolek
committed
9b7dbc0
View commit details
Copy full SHA for 9b7dbc0
View code at this point
Browse repository at this point
Commits on Nov 9, 2023
Merge branch 'master' into 24-cpp-file-flagged-as-executable
MikolajKolek
authored
8551093
View commit details
Copy full SHA for 8551093
View code at this point
Browse repository at this point
Release 1.1.4
Show description for c32ac37
MikolajKolek
committed
c32ac37
View commit details
Copy full SHA for c32ac37
View code at this point
Browse repository at this point
Fix #24:
Show description for baa73a2
MikolajKolek
committed
baa73a2
View commit details
Copy full SHA for baa73a2
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
Update dependencies
MikolajKolek
committed
34d3da5
View commit details
Copy full SHA for 34d3da5
View code at this point
Browse repository at this point
Commits on Sep 20, 2023
Release 1.1.3:
Show description for c338216
MikolajKolek
committed
c338216
View commit details
Copy full SHA for c338216
View code at this point
Browse repository at this point
Commits on Aug 20, 2023
Release 1.1.2:
Show description for 1475177
MikolajKolek
committed
1475177
View commit details
Copy full SHA for 1475177
View code at this point
Browse repository at this point
Commits on Jul 24, 2023
Release 1.1.1:
Show description for f6f51c5
MikolajKolek
committed
f6f51c5
View commit details
Copy full SHA for f6f51c5
View code at this point
Browse repository at this point
Fix toster creating too many temporary files, sometimes causing the tmp folder to be filled completely when testing
MikolajKolek
committed
cd49293
View commit details
Copy full SHA for cd49293
View code at this point
Browse repository at this point
Commits on Jul 22, 2023
Release 1.1.0:
Show description for 49280ec
MikolajKolek
committed
49280ec
View commit details
Copy full SHA for 49280ec
View code at this point
Browse repository at this point
Updated dependencies
MikolajKolek
committed
1b03b06
View commit details
Copy full SHA for 1b03b06
View code at this point
Browse repository at this point
Commits on Jul 20, 2023
Fix compatibility with Windows and make toster work with WSL2
MikolajKolek
committed
ed8fda6
View commit details
Copy full SHA for ed8fda6
View code at this point
Browse repository at this point
Finished the sio2jail integration
MikolajKolek
committed
a4ba044
View commit details
Copy full SHA for a4ba044
View code at this point
Browse repository at this point
Commits on Jun 15, 2023
Install sio2jail on Toster installation on x86_64 Linux machines
MikolajKolek
committed
2f02f87
View commit details
Copy full SHA for 2f02f87
View code at this point
Browse repository at this point
Commits on Jan 13, 2023
Release 1.0.0:
Show description for 2ee58f2
MikolajKolek
committed
2ee58f2
View commit details
Copy full SHA for 2ee58f2
View code at this point
Browse repository at this point
Commits on Jan 8, 2023
Add printing output on receiving Ctrl+C signal
MikolajKolek
committed
2ff7e21
View commit details
Copy full SHA for 2ff7e21
View code at this point
Browse repository at this point
Commits on Jan 4, 2023
Add option to test executable files
MikolajKolek
committed
b2c89c8
View commit details
Copy full SHA for b2c89c8
View code at this point
Browse repository at this point
Commits on Jan 3, 2023
Update dependencies
MikolajKolek
committed
0489ed6
View commit details
Copy full SHA for 0489ed6
View code at this point
Browse repository at this point
Commits on Nov 12, 2022
Update dependencies
MikolajKolek
committed
b1604f5
View commit details
Copy full SHA for b1604f5
View code at this point
Browse repository at this point
Commits on Oct 16, 2022
Update clap dependency
MikolajKolek
committed
2253c4a
View commit details
Copy full SHA for 2253c4a
View code at this point
Browse repository at this point
Commits on Oct 15, 2022
Add the human-panic crate to handle panics in a more user-friendly way
MikolajKolek
committed
09af7a6
View commit details
Copy full SHA for 09af7a6
View code at this point
Browse repository at this point
Commits on Sep 13, 2022
Bump version to 0.3.0
MikolajKolek
committed
39e5696
View commit details
Copy full SHA for 39e5696
View code at this point
Browse repository at this point
Commits on Aug 28, 2022
Bump version to 0.2.0
MikolajKolek
committed
b4a4e0d
View commit details
Copy full SHA for b4a4e0d
View code at this point
Browse repository at this point
Commits on Aug 27, 2022
Sort the errors before printing
MikolajKolek
committed
68e0558
View commit details
Copy full SHA for 68e0558
View code at this point
Browse repository at this point
Bump version
MikolajKolek
committed
2df2c29
View commit details
Copy full SHA for 2df2c29
View code at this point
Browse repository at this point
Commits on Aug 20, 2022
Rename to toster
MikolajKolek
committed
1a1844e
View commit details
Copy full SHA for 1a1844e
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
Improve error handling
MikolajKolek
committed
dd30c34
View commit details
Copy full SHA for dd30c34
View code at this point
Browse repository at this point
Improve the diff table shown for incorrect answers (make it always fit the screen and fix color bleed onto table)
MikolajKolek
committed
c77641a
View commit details
Copy full SHA for c77641a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.