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
.
MobilityFirst
/
GNS
Public
Notifications
You must be signed in to change notification settings
Fork
25
Star
11
Code
Issues
2
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
GNSHttpProxy
- #94
#94
Open
bpteich
wants to merge 16 commits into
master
MobilityFirst/GNS:master
from
brendan
MobilityFirst/GNS:brendan
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
GNSHttpProxy
#94
bpteich
wants to merge 16 commits into
master
MobilityFirst/GNS:master
from
brendan
MobilityFirst/GNS:brendan
Copy head branch name to clipboard
Commits
Commits on Jan 30, 2017
Refactored the GNSHttpProxy to be a parent of GNSHttpServer. Fixed a null pointer exception that arose when GNSHttpsServer called GNSHttpServer, but GNSHttpProxy was running before the requestHandl…
Show description for d3de21c
Brendan Teich
committed
d3de21c
View commit details
Copy full SHA for d3de21c
Browse repository at this point
Added HttpProxyTest, which is a copy of HttpClientTest except it uses the default GNSHttpProxy port.
Brendan Teich
committed
7247b55
View commit details
Copy full SHA for 7247b55
Browse repository at this point
Refactored HttpProxyTest to instead extend HttpClientTest in order to remove duplicate code. Added system parameters to set the gns proxy's listening port and accepted remote hostnames.
Brendan Teich
committed
211384d
View commit details
Copy full SHA for 211384d
Browse repository at this point
Changed the method header for tryport in GNSHttpsServer to include a hostname to match the header for GNSHttpProxy.
Brendan Teich
committed
6a1383e
View commit details
Copy full SHA for 6a1383e
Browse repository at this point
Commits on Feb 23, 2017
Using eclipse indentation correction to make merging easier.
Brendan Teich
committed
2db904b
View commit details
Copy full SHA for 2db904b
Browse repository at this point
Using Eclipse's correct indentation function to make merging easier.
Brendan Teich
committed
6d4c7d8
View commit details
Copy full SHA for 6d4c7d8
Browse repository at this point
Manually merging the master's GNSHttpServer with the one that uses GNSHttpProxy.
Brendan Teich
committed
cec05f4
View commit details
Copy full SHA for cec05f4
Browse repository at this point
Finished merging in the master branch.
Brendan Teich
committed
5e1821d
View commit details
Copy full SHA for 5e1821d
Browse repository at this point
Moved configuration settings from GNSHttpProxy to GNSClientConfig according to coding standards.
Brendan Teich
committed
860b626
View commit details
Copy full SHA for 860b626
Browse repository at this point
Commits on Mar 1, 2017
Refactored more of the GNSHttpServer into GNSHttpProxy, and updated HttpProxyTest to automatically create a GNSHttpProxy when run.
Brendan Teich
committed
89d10ad
View commit details
Copy full SHA for 89d10ad
Browse repository at this point
Removed unused imports from GNSHttpServer.
Brendan Teich
committed
c6d1834
View commit details
Copy full SHA for c6d1834
Browse repository at this point
Commits on Mar 2, 2017
Merge branch 'master' of http://github.com/MobilityFirst/GNS into brendan
Brendan Teich
committed
efcc14d
View commit details
Copy full SHA for efcc14d
Browse repository at this point
Merged in changes from the main branch, modified GNSClientConfig to give the proxy server a different default port from the http server, and moved HttpProxyTest to failingtests since it essentially…
Show description for 9fbaa43
Brendan Teich
committed
9fbaa43
View commit details
Copy full SHA for 9fbaa43
Browse repository at this point
Fixed a compilation error caused by the merge since the merge moved HttpClientTest and HttpProxyTest relies on it.
Brendan Teich
committed
581e608
View commit details
Copy full SHA for 581e608
Browse repository at this point
Commits on Mar 16, 2017
Merge branch 'master' of https://github.com/MobilityFirst/GNS into brendan
Brendan Teich
committed
5a810b9
View commit details
Copy full SHA for 5a810b9
Browse repository at this point
Moved HttpClientTest and HttpProxyTest back into singletests after fixing them both to work with changes in the master branch.
Brendan Teich
committed
41e52f2
View commit details
Copy full SHA for 41e52f2
Browse repository at this point
You can’t perform that action at this time.