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.ServiceInterface
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
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
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
Commits on Aug 27, 2012
update OrmLiteAuthRepository to use the new (non-deprecated) methods
mythz
committed
f43994e
View commit details
Copy full SHA for f43994e
View code at this point
Browse repository at this point
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
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
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
Add helpful base class to fetch a typed session
mythz
committed
55d15b3
View commit details
Copy full SHA for 55d15b3
View code at this point
Browse repository at this point
Commits on Aug 23, 2012
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 21, 2012
Fix for the .net 4.5 reflection bug
Cyberlane
committed
3ebd4c8
View commit details
Copy full SHA for 3ebd4c8
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
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
Commits on Aug 16, 2012
tweaks to get Razor working in Mono
mythz
committed
701f2d0
View commit details
Copy full SHA for 701f2d0
View code at this point
Browse repository at this point
Commits on Aug 14, 2012
Merge pull request #212 from pingvinen/master
Show description for 2e35157
mythz
committed
2e35157
View commit details
Copy full SHA for 2e35157
View code at this point
Browse repository at this point
Commits on Aug 9, 2012
Added [DataContract] to the DTO's
ChuckSavage
committed
dd7719d
View commit details
Copy full SHA for dd7719d
View code at this point
Browse repository at this point
Added using for DataMember filter
ChuckSavage
committed
4dff2a4
View commit details
Copy full SHA for 4dff2a4
View code at this point
Browse repository at this point
Added ProtoBuf ordering
Show description for 279a231
ChuckSavage
committed
279a231
View commit details
Copy full SHA for 279a231
View code at this point
Browse repository at this point
Added implementation for IRestClient.Patch method.
Show description for b3ad41d
Patrick Timm
committed
b3ad41d
View commit details
Copy full SHA for b3ad41d
View code at this point
Browse repository at this point
Commits on Jul 31, 2012
Added `IHttpRequest Request` and IHttpResponse Response` convenience properties in ServiceBase (just calls RequestContext.Get<T>()).
Show description for 1e0bb3f
mythz
committed
1e0bb3f
View commit details
Copy full SHA for 1e0bb3f
View code at this point
Browse repository at this point
Commits on Jul 25, 2012
Allow InMemoryRollingRequestLogger to handle non-http request contexts
mythz
committed
50be2c6
View commit details
Copy full SHA for 50be2c6
View code at this point
Browse repository at this point
Commits on Jul 23, 2012
More Razor tests/demos + changes
mythz
committed
91e32f2
View commit details
Copy full SHA for 91e32f2
View code at this point
Browse repository at this point
Commits on Jul 14, 2012
Get Request/Response filter to implement a Copy() method to create a new instance used on each request.
Show description for ff9860a
mythz
committed
ff9860a
View commit details
Copy full SHA for ff9860a
View code at this point
Browse repository at this point
Commits on Jul 11, 2012
Create DRY ex.ToStatusCode() extension method
mythz
committed
16bd3d8
View commit details
Copy full SHA for 16bd3d8
View code at this point
Browse repository at this point
Commits on Jul 9, 2012
Get all Requests to either call httpRes.EndHttpRequest() or httpRes.EndServiceStackRequest() if the request was handled by ServiceStack pipeline.
Show description for f7b3e17
mythz
committed
f7b3e17
View commit details
Copy full SHA for f7b3e17
View code at this point
Browse repository at this point
INCR to v3.85
mythz
committed
bdb299a
View commit details
Copy full SHA for bdb299a
View code at this point
Browse repository at this point
Commits on Jul 3, 2012
Re-factored AuthService to allow easier consumption via C# code.
mythz
committed
4b50fff
View commit details
Copy full SHA for 4b50fff
View code at this point
Browse repository at this point
Commits on Jun 26, 2012
Change AddGlobalResponseHeaders static method to an extension method
mythz
committed
7613a1c
View commit details
Copy full SHA for 7613a1c
View code at this point
Browse repository at this point
Made sure that the global response headers will return in all code paths - meaning errors, redirections and such.
assaframan
committed
88390d9
View commit details
Copy full SHA for 88390d9
View code at this point
Browse repository at this point
Add Custom Ref Data to UserAuth tables
mythz
committed
6359208
View commit details
Copy full SHA for 6359208
View code at this point
Browse repository at this point
Commits on Jun 25, 2012
improved request logs plugin to support "no or multiple required roles" scenarios
steff-mueller
committed
910fa67
View commit details
Copy full SHA for 910fa67
View code at this point
Browse repository at this point
Commits on Jun 20, 2012
Added Request-duration-measurement to the RequestLogger.
ssboisen
committed
1b852b5
View commit details
Copy full SHA for 1b852b5
View code at this point
Browse repository at this point
Commits on Jun 19, 2012
Populate CurrentRequestDto in ServiceBase
mythz
committed
4a2ac00
View commit details
Copy full SHA for 4a2ac00
View code at this point
Browse repository at this point
Commits on Jun 13, 2012
Changed ToRequest extension method to check if AppHostBase.Instance is null, and if so, set the HttpRequestWrapper.Container to null. This allows ICacheClient and ISession to be used when no AppHo…
Show description for 863c6ed
jarroda
committed
863c6ed
View commit details
Copy full SHA for 863c6ed
View code at this point
Browse repository at this point
Commits on Jun 9, 2012
Also treat NotSupportedExcepation as MethodNotAllowed
mythz
committed
aa70c3a
View commit details
Copy full SHA for aa70c3a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.