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 }}
evanw
/
servedir
Public
forked from
remy/servedir
Notifications
You must be signed in to change notification settings
Fork
2
Star
7
Code
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 25, 2016
Update README.md
evanw
committed
6cee5b2
View commit details
Copy full SHA for 6cee5b2
Browse repository at this point
restrict the "--external" feature to only directories contained inside your home directory for security reasons
evanw
committed
49d0ba0
View commit details
Copy full SHA for 49d0ba0
Browse repository at this point
Commits on Dec 16, 2014
fix posting to use buffers instead of strings, now works with arbitrary binary data
evanw
committed
cb2aa1c
View commit details
Copy full SHA for cb2aa1c
Browse repository at this point
Commits on Dec 1, 2014
add slow connection emulation with --slow
evanw
committed
3cac6a2
View commit details
Copy full SHA for 3cac6a2
Browse repository at this point
Commits on Oct 21, 2014
allow posting to overwrite a file, restricted to localhost
evanw
committed
d1e6a45
View commit details
Copy full SHA for d1e6a45
Browse repository at this point
Commits on Oct 7, 2013
only serve files internally for better security
Show description for 3ad2ee4
evanw
committed
3ad2ee4
View commit details
Copy full SHA for 3ad2ee4
Browse repository at this point
Commits on Nov 16, 2012
Stream files.
Kit Cambridge
committed
e4b9d8a
View commit details
Copy full SHA for e4b9d8a
Browse repository at this point
Commits on Oct 12, 2012
Version bump.
Kit Cambridge
committed
6a0b2c1
View commit details
Copy full SHA for 6a0b2c1
Browse repository at this point
Fix automatic port resolution.
Kit Cambridge
committed
4649072
View commit details
Copy full SHA for 4649072
Browse repository at this point
Commits on Oct 10, 2012
version bump
remy
committed
1cae8ef
View commit details
Copy full SHA for 1cae8ef
Browse repository at this point
fixed servedir listening to streaming servers
remy
committed
bcda407
View commit details
Copy full SHA for bcda407
Browse repository at this point
Commits on Oct 8, 2012
Merge branch 'master' of github.com:remy/servedir
remy
committed
329f4d3
View commit details
Copy full SHA for 329f4d3
Browse repository at this point
version bump
remy
committed
2fb49e9
View commit details
Copy full SHA for 2fb49e9
Browse repository at this point
have servedir automatically find the next free port to run on
remy
committed
5431035
View commit details
Copy full SHA for 5431035
Browse repository at this point
Commits on Jul 12, 2012
Merge pull request #15 from mathiasbynens/patch-1
Show description for 218879f
remy
committed
218879f
View commit details
Copy full SHA for 218879f
Browse repository at this point
README: Update Kit’s details
mathiasbynens
committed
fb44b92
View commit details
Copy full SHA for fb44b92
Browse repository at this point
Commits on Jul 7, 2012
Node 0.8 compatibility. Closes #14.
Kit Cambridge
committed
0b29517
View commit details
Copy full SHA for 0b29517
Browse repository at this point
Commits on Jun 2, 2011
version sync
remy
committed
68c7d59
View commit details
Copy full SHA for 68c7d59
Browse repository at this point
Merge branch 'master' of github.com:remy/servedir
remy
committed
bf36072
View commit details
Copy full SHA for bf36072
Browse repository at this point
Added simple logger (disable using servedir -q) and fixed search for files with spaces - Closes #13
remy
committed
11a9d11
View commit details
Copy full SHA for 11a9d11
Browse repository at this point
Commits on Apr 27, 2011
Note about global install via npm
remy
committed
fc194c9
View commit details
Copy full SHA for fc194c9
Browse repository at this point
Commits on Feb 25, 2011
Add Markdown file extensions (http://six.pairlist.net/pipermail/markdown-discuss/2006-October/000289.html) and map them to the `text/plain` MIME type.
mathiasbynens
committed
2007003
View commit details
Copy full SHA for 2007003
Browse repository at this point
Commits on Feb 23, 2011
Bump version number to 0.1.9.
Kit Goncharov
committed
8871f6d
View commit details
Copy full SHA for 8871f6d
Browse repository at this point
Update the documentation and read me.
Kit Goncharov
committed
81732da
View commit details
Copy full SHA for 81732da
Browse repository at this point
Extract the code for creating a new server from the command line into a simple executable. Add support for using `servedir` as a module.
Kit Goncharov
committed
c3d46bf
View commit details
Copy full SHA for c3d46bf
Browse repository at this point
Commits on Feb 18, 2011
Send a 404 status code for missing files and directories.
Kit Goncharov
committed
5f941ef
View commit details
Copy full SHA for 5f941ef
Browse repository at this point
Commits on Feb 4, 2011
Update documentation. Bump version number to 0.1.5.
Kit Goncharov
committed
ba66c08
View commit details
Copy full SHA for ba66c08
Browse repository at this point
Fix a bug where specifying a root directory without a port would throw an exception.
Kit Goncharov
committed
f84c6a0
View commit details
Copy full SHA for f84c6a0
Browse repository at this point
Update documentation. Bump version number to 0.1.4.
Kit Goncharov
committed
7271a18
View commit details
Copy full SHA for 7271a18
Browse repository at this point
Add a simple URL encoding routine for files and directories. Simplify argument handling.
Kit Goncharov
committed
e3ac1e0
View commit details
Copy full SHA for e3ac1e0
Browse repository at this point
Commits on Feb 3, 2011
title of directory listing shows path, and added '..' back up dir
remy
committed
ed85b4e
View commit details
Copy full SHA for ed85b4e
Browse repository at this point
Better support in directory listings with charset=utf-8, and fixed encoding issue on directory names
remy
committed
c4058c6
View commit details
Copy full SHA for c4058c6
Browse repository at this point
Bump the version number so that a new version can be published on npm. </hint>
mathiasbynens
committed
b132024
View commit details
Copy full SHA for b132024
Browse repository at this point
Clean up whitespace.
mathiasbynens
committed
05a9621
View commit details
Copy full SHA for 05a9621
Browse repository at this point
Add a list of contributors to readme.
mathiasbynens
committed
3f24c43
View commit details
Copy full SHA for 3f24c43
Browse repository at this point
Previous
Next
You can’t perform that action at this time.