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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
StackExpress
/
ServiceStack
Public
forked from
ServiceStack/ServiceStack
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
master
User selector
All users
All time
Commit history
Commits on Sep 2, 2012
Change RawRequestFilters into PreRequestFilters, added them to all ServiceStack Request Handlers
mythz
committed
c152b96
View commit details
Copy full SHA for c152b96
View code at this point
Browse repository at this point
Commits on Aug 30, 2012
INCR to v3.97
mythz
committed
5a0ea88
View commit details
Copy full SHA for 5a0ea88
View code at this point
Browse repository at this point
Add hooks for overriding the exception handler behavior
Andrew Robinson
committed
3d323af
View commit details
Copy full SHA for 3d323af
View code at this point
Browse repository at this point
Commits on Aug 29, 2012
Add hooks for request filtering before deserialization or finding the path (ie before anything else has been processed)
Andrew Robinson
committed
5dc59a5
View commit details
Copy full SHA for 5dc59a5
View code at this point
Browse repository at this point
Add ability to match paths where the mode or application contains a '/'
Andrew Robinson
committed
efbe987
View commit details
Copy full SHA for efbe987
View code at this point
Browse repository at this point
implement PathInfo
Andrew Robinson
committed
b080a75
View commit details
Copy full SHA for b080a75
View code at this point
Browse repository at this point
INCR to v3.96
mythz
committed
bd562f2
View commit details
Copy full SHA for bd562f2
View code at this point
Browse repository at this point
Change underlying data structure of StatusCode to be an int to support new HttpStatusCodes not in .NET's Enum.
Show description for 150b032
mythz
committed
150b032
View commit details
Copy full SHA for 150b032
View code at this point
Browse repository at this point
Fix broken tests
mythz
committed
a9ee391
View commit details
Copy full SHA for a9ee391
View code at this point
Browse repository at this point
Commits on Aug 28, 2012
Be unit test friendly by avoiding NullRefEx errors when AppHost / EndpointHost.Config aren't set
mythz
committed
24d5a37
View commit details
Copy full SHA for 24d5a37
View code at this point
Browse repository at this point
fix more tests
mythz
committed
612eef9
View commit details
Copy full SHA for 612eef9
View code at this point
Browse repository at this point
Tried to fix some more tests, but ended up breaking others.
Show description for c49fe74
mythz
committed
c49fe74
View commit details
Copy full SHA for c49fe74
View code at this point
Browse repository at this point
Commits on Aug 27, 2012
Removed [RouteAttribute].DefaultContentType as the functionality is not implemented internally
steff-mueller
committed
38c43b3
View commit details
Copy full SHA for 38c43b3
View code at this point
Browse repository at this point
Replaced [RestService] with [Route]
Show description for 34ae0f8
steff-mueller
committed
34ae0f8
View commit details
Copy full SHA for 34ae0f8
View code at this point
Browse repository at this point
Finished initial Razor support added integration test projects for the 3 supported scenarios:
Show description for e4d1752
mythz
committed
e4d1752
View commit details
Copy full SHA for e4d1752
View code at this point
Browse repository at this point
Commits on Aug 26, 2012
Added timings + logging for page compilation.
Show description for 1cb404e
mythz
committed
1cb404e
View commit details
Copy full SHA for 1cb404e
View code at this point
Browse repository at this point
speeding up razor websites start times with parallel compilation.
mythz
committed
3d70e72
View commit details
Copy full SHA for 3d70e72
View code at this point
Browse repository at this point
Commits on Aug 25, 2012
DRY some of the code between Razor + Markdown formats
mythz
committed
c504b65
View commit details
Copy full SHA for c504b65
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:ServiceStack/ServiceStack
mythz
committed
5135797
View commit details
Copy full SHA for 5135797
View code at this point
Browse repository at this point
Fix hanging in Markdown RegEx on Mono, some refactoring
mythz
committed
93649d0
View commit details
Copy full SHA for 93649d0
View code at this point
Browse repository at this point
Commits on Aug 24, 2012
Fix trailing comma in JSON ResponseStatus when DebugMode = false
jorbor
committed
e79dee1
View commit details
Copy full SHA for e79dee1
View code at this point
Browse repository at this point
refactored MarkdownFormat to follow Razor's behavior.
mythz
committed
7d42ce1
View commit details
Copy full SHA for 7d42ce1
View code at this point
Browse repository at this point
Commits on Aug 23, 2012
- renamed EndPoints to Endpoint to be consistent and eliminate problem with Mono Xbuild compilation
desunit
committed
0bc1cc2
View commit details
Copy full SHA for 0bc1cc2
View code at this point
Browse repository at this point
Update to plugins to allow plugins to pre-initialize by implementing IPreInitPlugin before plugins are run
mythz
committed
0a61e9a
View commit details
Copy full SHA for 0a61e9a
View code at this point
Browse repository at this point
fix build errors
mythz
committed
4d275f2
View commit details
Copy full SHA for 4d275f2
View code at this point
Browse repository at this point
restore deleted files
mythz
committed
cce70e5
View commit details
Copy full SHA for cce70e5
View code at this point
Browse repository at this point
merge
mythz
committed
4a69b02
View commit details
Copy full SHA for 4a69b02
View code at this point
Browse repository at this point
refactoring
mythz
committed
61d7539
View commit details
Copy full SHA for 61d7539
View code at this point
Browse repository at this point
Commits on Aug 22, 2012
More integration tests around Razor + Markdown view engines
mythz
committed
d5c9462
View commit details
Copy full SHA for d5c9462
View code at this point
Browse repository at this point
fix Parse IPv6 Loopback error
mythz
committed
df18141
View commit details
Copy full SHA for df18141
View code at this point
Browse repository at this point
Commits on Aug 21, 2012
Merge pull request #225 from froyke/master
Show description for 88ffe97
mythz
committed
88ffe97
View commit details
Copy full SHA for 88ffe97
View code at this point
Browse repository at this point
Re-factored Virtual FileSystem to include ParentDirectory/CWD
Show description for 6d9a168
mythz
committed
6d9a168
View commit details
Copy full SHA for 6d9a168
View code at this point
Browse repository at this point
Commits on Aug 20, 2012
Revert "Temporary removing X-Forwarded-For support"
Show description for 2f20713
froyke
committed
2f20713
View commit details
Copy full SHA for 2f20713
View code at this point
Browse repository at this point
Issue: #222 Moving HtmlTemplate to be public instead of private (in HTMLFormat)
Show description for 32c3a81
froyke
committed
32c3a81
View commit details
Copy full SHA for 32c3a81
View code at this point
Browse repository at this point
Refactored VirtualPath provider, moved to .NET 3.5 ServiceStack.dll to share with Markdown View Engine as well.
Show description for 5f3b77b
mythz
committed
5f3b77b
View commit details
Copy full SHA for 5f3b77b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.