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 }}
githubsud
/
ServiceStack
Public
forked from
ServiceStack/ServiceStack
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ServiceStack
src
ServiceStack
on
v3
User selector
All users
All time
Commit history
Commits on Oct 2, 2014
Upgrade Markdown's ShouldSkipPaths as a global Config.ScanSkipPaths option which VFS now avoids scanning.
Show description for 17e6a4a
mbischoff
committed
17e6a4a
View commit details
Copy full SHA for 17e6a4a
View code at this point
Browse repository at this point
Commits on Sep 11, 2014
Merge fix based on #924 discussions
voloda
committed
eb723ad
View commit details
Copy full SHA for eb723ad
View code at this point
Browse repository at this point
Commits on Jul 28, 2014
Only process the RequestFilters with priority >= 0
timvw
committed
9cd0cbb
View commit details
Copy full SHA for 9cd0cbb
View code at this point
Browse repository at this point
Commits on Jan 1, 2014
Merge pull request #871 from jeffgabhart/lowercase-http-method
Show description for b2b401b
mythz
committed
b2b401b
View commit details
Copy full SHA for b2b401b
View code at this point
Browse repository at this point
Commits on Dec 31, 2013
Respect the X-Http-Method-Override header when choosing a handler.
jeffgabhart
committed
f9f195b
View commit details
Copy full SHA for f9f195b
View code at this point
Browse repository at this point
RestPath.IsMatch should match a lowercase http method.
Show description for 76b62e1
jeffgabhart
committed
76b62e1
View commit details
Copy full SHA for 76b62e1
View code at this point
Browse repository at this point
Commits on Dec 1, 2013
Added razor precompilation tests.
Show description for fcfac9f
tystol
committed
fcfac9f
View commit details
Copy full SHA for fcfac9f
View code at this point
Browse repository at this point
Commits on Nov 30, 2013
Unit test reproducing range header larger than file size, and fixes.
tystol
committed
6d028bc
View commit details
Copy full SHA for 6d028bc
View code at this point
Browse repository at this point
Commits on Oct 24, 2013
Added fix for malformed cookie name.
tystol
committed
a1316f6
View commit details
Copy full SHA for a1316f6
View code at this point
Browse repository at this point
Commits on Oct 7, 2013
Fix NRE in ToHttpCookie()
mythz
committed
31cbe0d
View commit details
Copy full SHA for 31cbe0d
View code at this point
Browse repository at this point
Commits on Oct 2, 2013
Add ServiceType to ActionContext
mythz
committed
af60f51
View commit details
Copy full SHA for af60f51
View code at this point
Browse repository at this point
Commits on Sep 27, 2013
Add IHttpRequest to AppHost.ServiceExceptionHandler
mythz
committed
cb09295
View commit details
Copy full SHA for cb09295
View code at this point
Browse repository at this point
Commits on Sep 26, 2013
reset AssemblyVersion to 1.0.0.0
mythz
committed
f1e5698
View commit details
Copy full SHA for f1e5698
View code at this point
Browse repository at this point
Commits on Sep 12, 2013
Fix bug with handling {ignore} routes + added more tests around it.
mythz
committed
7224f25
View commit details
Copy full SHA for 7224f25
View code at this point
Browse repository at this point
clean up whitespace for RestPath
mythz
committed
674e351
View commit details
Copy full SHA for 674e351
View code at this point
Browse repository at this point
Tweak route score to rank routes with wildcards a lower precedence.
mythz
committed
3760086
View commit details
Copy full SHA for 3760086
View code at this point
Browse repository at this point
Commits on Sep 11, 2013
Modified scoring so that wildcards count the number of path components matched.
Kal Ahmed
committed
29e66a5
View commit details
Copy full SHA for 29e66a5
View code at this point
Browse repository at this point
Added support for wildcards in the middle of path definitions
Kal Ahmed
committed
80dacf6
View commit details
Copy full SHA for 80dacf6
View code at this point
Browse repository at this point
Commits on Sep 10, 2013
fix whitespace on metadata classes
mythz
committed
98a255d
View commit details
Copy full SHA for 98a255d
View code at this point
Browse repository at this point
fix the back link to return to the metadata page
mythz
committed
37cab4d
View commit details
Copy full SHA for 37cab4d
View code at this point
Browse repository at this point
Commits on Sep 6, 2013
Make GetEncoding() more lax and put HttpListenerRequestWrapper mono impl in a partial class.
mythz
committed
2ab8948
View commit details
Copy full SHA for 2ab8948
View code at this point
Browse repository at this point
Merge pull request #820 from buybackoff/master
Show description for 9e85cb1
mythz
committed
9e85cb1
View commit details
Copy full SHA for 9e85cb1
View code at this point
Browse repository at this point
Multiple encoding support in HttpMultipart class
buybackoff
committed
a74ac5f
View commit details
Copy full SHA for a74ac5f
View code at this point
Browse repository at this point
Change HttpListener to write ErrorResponses into the preferred ContentType instead of hard-coded JSON
mythz
committed
561a408
View commit details
Copy full SHA for 561a408
View code at this point
Browse repository at this point
Commits on Sep 5, 2013
Multiple encoding support in HttpMultipart class
buybackoff
committed
609d3f0
View commit details
Copy full SHA for 609d3f0
View code at this point
Browse repository at this point
Multiple encoding support in HttpMultipart class
buybackoff
committed
c1b98cf
View commit details
Copy full SHA for c1b98cf
View code at this point
Browse repository at this point
Commits on Aug 25, 2013
Revert "Add support for using HttpContextBase, HttpRequestBase, HttpResponseBase."
Show description for 30b1e02
mythz
committed
30b1e02
View commit details
Copy full SHA for 30b1e02
View code at this point
Browse repository at this point
Merge pull request #812 from waynebrantley/master
Show description for 96909e5
mythz
committed
96909e5
View commit details
Copy full SHA for 96909e5
View code at this point
Browse repository at this point
Add support for using HttpContextBase, HttpRequestBase, HttpResponseBase.
Show description for 0c09345
waynebrantley
committed
0c09345
View commit details
Copy full SHA for 0c09345
View code at this point
Browse repository at this point
Commits on Aug 20, 2013
Fixed issue with greyed out operations on metadata page for Turkish users
Show description for 6c85778
mattbutton
committed
6c85778
View commit details
Copy full SHA for 6c85778
View code at this point
Browse repository at this point
Commits on Aug 19, 2013
tweak last commit
mythz
committed
deeecf3
View commit details
Copy full SHA for deeecf3
View code at this point
Browse repository at this point
Merge pull request #810 from KevinHoward/master
Show description for 0f27341
mythz
committed
0f27341
View commit details
Copy full SHA for 0f27341
View code at this point
Browse repository at this point
Fixed issue with the removal of a reserved URL and added support for Windows versions before NetSH.
Show description for 7c73107
KevinHoward
committed
7c73107
View commit details
Copy full SHA for 7c73107
View code at this point
Browse repository at this point
Commits on Aug 18, 2013
Fix broken tests from upgrade to New Api Services
mythz
committed
0e4a7a1
View commit details
Copy full SHA for 0e4a7a1
View code at this point
Browse repository at this point
Fix ErrorHandling for new tests and allow ServiceExceptionHandler to cascade to DtoUtils.HandleException
mythz
committed
730f077
View commit details
Copy full SHA for 730f077
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.