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
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 }}
danielcavanagh
/
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
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 13, 2013
Merge pull request #463 from mattiasw2/master
Show description for 0555d71
mythz
committed
0555d71
View commit details
Copy full SHA for 0555d71
View code at this point
Browse repository at this point
Merge pull request #462 from leon-andria/SecureHttpCookieSession
Show description for 75b9203
mythz
committed
75b9203
View commit details
Copy full SHA for 75b9203
View code at this point
Browse repository at this point
TransientServiceMessagingTests.Normal_GreetService_client_and_server_example tries to get message from empty queue, and exception instead of null is returned
mattiasw2
committed
eaaf484
View commit details
Copy full SHA for eaaf484
View code at this point
Browse repository at this point
Flag cookie session as secure by Configuration AppSettings
Show description for 7db1db1
leon-andria
committed
7db1db1
View commit details
Copy full SHA for 7db1db1
View code at this point
Browse repository at this point
Commits on Feb 12, 2013
DeleteCookie should flow through the same path as AddCookie
Show description for fd8675e
jeffgabhart
committed
fd8675e
View commit details
Copy full SHA for fd8675e
View code at this point
Browse repository at this point
Merge pull request #448 from dchurchland/master
Show description for 346ab5e
mythz
committed
346ab5e
View commit details
Copy full SHA for 346ab5e
View code at this point
Browse repository at this point
Commits on Feb 11, 2013
Include Public fields in ToUrl resolution
thinkbeforecoding
committed
b126ba1
View commit details
Copy full SHA for b126ba1
View code at this point
Browse repository at this point
Commits on Feb 10, 2013
Add latest SS.Text dll and fix failing unit tests
mythz
committed
2f70ce5
View commit details
Copy full SHA for 2f70ce5
View code at this point
Browse repository at this point
Decode PathInfo for HttpListener requests
mythz
committed
4d1c81b
View commit details
Copy full SHA for 4d1c81b
View code at this point
Browse repository at this point
Commits on Feb 9, 2013
Add missing BlockingPopAndPushItemBetweenLists to interface
russellchadwick
committed
1345d23
View commit details
Copy full SHA for 1345d23
View code at this point
Browse repository at this point
Commits on Feb 8, 2013
Any() is probably better than Find() when matching
dchurchland
committed
dddf727
View commit details
Copy full SHA for dddf727
View code at this point
Browse repository at this point
filter non-unique resources - fix formatting
dchurchland
committed
ce1c84d
View commit details
Copy full SHA for ce1c84d
View code at this point
Browse repository at this point
filter non-unique resources
dchurchland
committed
d27ebbb
View commit details
Copy full SHA for d27ebbb
View code at this point
Browse repository at this point
Commits on Feb 7, 2013
remove duplicate resources
dchurchland
committed
ef4e8b8
View commit details
Copy full SHA for ef4e8b8
View code at this point
Browse repository at this point
support allowableValues in Swagger
dchurchland
committed
52f3fd6
View commit details
Copy full SHA for 52f3fd6
View code at this point
Browse repository at this point
support allowableValues in Swagger
dchurchland
committed
1d4e6af
View commit details
Copy full SHA for 1d4e6af
View code at this point
Browse repository at this point
Commits on Feb 6, 2013
undo
dchurchland
committed
9a73a8c
View commit details
Copy full SHA for 9a73a8c
View code at this point
Browse repository at this point
basePath from GetParentPathUrl to support hosting in IIS Application
dchurchland
committed
14b7988
View commit details
Copy full SHA for 14b7988
View code at this point
Browse repository at this point
basePath from GetParentPathUrl to support hosting in IIS Application
dchurchland
committed
42d456f
View commit details
Copy full SHA for 42d456f
View code at this point
Browse repository at this point
Commits on Feb 4, 2013
Update src/ServiceStack/Funq/AutoWireHelpers.cs
Show description for dbb8e3e
paksys
committed
dbb8e3e
View commit details
Copy full SHA for dbb8e3e
View code at this point
Browse repository at this point
Commits on Feb 3, 2013
Nullable properties set to default when value is empty
JonCanning
committed
cbbed2b
View commit details
Copy full SHA for cbbed2b
View code at this point
Browse repository at this point
To support multiple attributes when using a TypeDescriptor you must supply a unique TypeId
mythz
committed
904f719
View commit details
Copy full SHA for 904f719
View code at this point
Browse repository at this point
Add option to not encode param in AddQueryParam
waynebrantley
committed
d1d3f2e
View commit details
Copy full SHA for d1d3f2e
View code at this point
Browse repository at this point
Commits on Feb 2, 2013
style cleanup
Karl McGuinness
committed
7e25799
View commit details
Copy full SHA for 7e25799
View code at this point
Browse repository at this point
ipv6 fixes for httplistener
Karl McGuinness
committed
543768c
View commit details
Copy full SHA for 543768c
View code at this point
Browse repository at this point
Commits on Jan 31, 2013
Added properties for the X-Forwarded-For and X-Real-IP headers
Show description for 41a2f55
jpasichnyk
committed
41a2f55
View commit details
Copy full SHA for 41a2f55
View code at this point
Browse repository at this point
Commits on Jan 30, 2013
Merge pull request #431 from JonCanning/master
Show description for 1540259
mythz
committed
1540259
View commit details
Copy full SHA for 1540259
View code at this point
Browse repository at this point
2nd thought disable Cors by default and just add an stub Options(Auth) method
mythz
committed
d8160c1
View commit details
Copy full SHA for d8160c1
View code at this point
Browse repository at this point
Add CORS headers to OPTIONS /auth by default + enable customizations
mythz
committed
484bdf2
View commit details
Copy full SHA for 484bdf2
View code at this point
Browse repository at this point
Replaced GetCustomAttributes with TypeDescriptor for dynamic RouteAttribute modification
JonCanning
committed
bccd573
View commit details
Copy full SHA for bccd573
View code at this point
Browse repository at this point
Merge pull request #421 from nardin/master
Show description for 09f2ab5
mythz
committed
09f2ab5
View commit details
Copy full SHA for 09f2ab5
View code at this point
Browse repository at this point
INCR SS.Razor to v3.9.36
mythz
committed
49616a4
View commit details
Copy full SHA for 49616a4
View code at this point
Browse repository at this point
Clear HtmlHelper Razor ViewPage state when re-initializing the instance of ViewPage
mythz
committed
cef8bb6
View commit details
Copy full SHA for cef8bb6
View code at this point
Browse repository at this point
Remove Config.IncludePublicFields, access it via JsConfig.IncludePublicFields instead
mythz
committed
c4ce8e3
View commit details
Copy full SHA for c4ce8e3
View code at this point
Browse repository at this point
Commits on Jan 29, 2013
Add public fields handling
thinkbeforecoding
committed
f865cf2
View commit details
Copy full SHA for f865cf2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.