summaryrefslogtreecommitdiff
path: root/spec/unit/network/http
AgeCommit message (Expand)AuthorFilesLines
2014-10-20(PUP-3467) Update webrick ciphersuites to match passengerJosh Cooper1-1/+12
2014-10-20(PUP-3467) Reject SSLv3 connections in webrickJosh Cooper1-1/+9
2014-09-08correct test description for http_compression disabledJohan Haals1-1/+1
2014-09-08(PUP-1680) Set accept-encoding to identity when http_compression is falseJohan Haals1-1/+1
2014-08-14(PUP-3031) Move certification expiration check upChris Price2-10/+1
2014-08-08(PUP-744) Expand scope of OpenSSL rescue blockJosh Cooper1-3/+15
2014-08-08(maint) Refactor HTTPS verification tests into a shared examplesJosh Cooper1-43/+48
2014-08-06Merge pull request #2863 from joshcooper/ticket/master/PUP-744-http-poolingKylo Ginsberg6-54/+599
2014-07-25(maint) Fix description of masterlog testCharlie Sharpsteen1-1/+1
2014-07-25(PUP-744) Only cache HTTP and verified HTTPS connectionsJosh Cooper1-1/+37
2014-07-25(PUP-744) Document http pooling classes and methodsJosh Cooper1-0/+14
2014-07-25(maint) Remove unnecessary expectationsJosh Cooper1-6/+2
2014-07-25(maint) Remove pending test for releasing expired connectionsJosh Cooper1-4/+0
2014-07-25(PUP-744) Fix off-by-one redirect limit errorJosh Cooper1-1/+19
2014-07-25(PUP-744) Don't modify site information when following redirectsJosh Cooper3-50/+81
2014-07-25(PUP-744) Remove private Connection#connection methodJosh Cooper2-29/+58
2014-07-25(PUP-744) Ensure connections we create support at least HTTP 1.1Josh Cooper1-0/+6
2014-07-25(PUP-744) Remove unnecessary after each routineJosh Cooper1-4/+0
2014-07-25(PUP-744) Move connection factory into the poolsJosh Cooper4-51/+44
2014-07-25(PUP-744) Rename DummyPool to NoCachePoolJosh Cooper1-3/+3
2014-07-25(PUP-744) Ensure connections do not leakJosh Cooper2-70/+149
2014-07-25(PUP-744) Create a pool of puppet HTTP connectionsJosh Cooper1-0/+156
2014-07-25(PUP-744) Add dummy http poolJosh Cooper1-0/+28
2014-07-25(PUP-744) Refactor to use Net::HTTP factoryJosh Cooper1-0/+34
2014-07-25(PUP-744) Create an HTTP sessionJosh Cooper1-0/+43
2014-07-25(PUP-744) Add helper method for use_ssl?Josh Cooper1-0/+12
2014-07-25(PUP-744) Add method for moving a site to a new locationJosh Cooper1-0/+11
2014-07-25(PUP-744) Create an HTTP site value objectJosh Cooper1-0/+67
2014-06-23(PUP-2750) Add hierarchical metric ids to profilerChris Price1-8/+6
2014-06-12Merge branch 'pr/2758'Andrew Parker1-4/+25
2014-06-11(PUP-2747) Add support for multiple profilersChris Price1-4/+25
2014-06-10(PUP-2426) Add missing fields to environment http jsonHenrik Lindberg1-3/+24
2014-05-15(PUP-2505) Reject requests with unknown HTTP verbsAndrew Parker1-0/+8
2014-05-15(PUP-2505) Add test for delete handlingAndrew Parker1-0/+8
2014-04-07(PUP-2158) Report 404 for missing environmentAndrew Parker1-1/+11
2014-04-07(PUP-2158) Default a missing manifest to no_manifestAndrew Parker1-1/+1
2014-02-21(PUP-1678) Puppet::Node::Environment.create expands manifest pathJosh Partlow1-2/+2
2014-02-20(PUP-1678) List environment settings instead of modulesAndrew Parker1-15/+6
2014-01-31(PUP-1549) Use standard reason phrases on webrickAndrew Parker1-21/+10
2014-01-29(PUP-1118) Stop using Environment.newAndrew Parker1-13/+6
2014-01-24(PUP-1151) Respond with 404 when path not knownAndrew Parker1-0/+14
2014-01-15(PUP-1432) Add error spec that tests serializationDan Lidral-Porter1-0/+30
2014-01-15(PUP-1432) Add V2 API structured errors.Dan Lidral-Porter1-2/+26
2014-01-14(PUP-1151) Consolidate JSON schema validationAndrew Parker1-9/+4
2014-01-13(PUP-1151) Hard code return of only production environmentAndrew Parker1-0/+63
2014-01-13(PUP-1151) Authorize v2 api requestsAndrew Parker2-22/+71
2014-01-13(PUP-1151) Move HTTP Errors to own moduleAndrew Parker2-6/+6
2014-01-09(PUP-1151) Change Route matching semantic specs.Dan Lidral-Porter2-62/+95
2014-01-09(PUP-1151) Add routing framework.Dan Lidral-Porter3-44/+130
2014-01-09(maint) Get rid of http handler's initialize_for_puppet method.Dan Lidral-Porter3-36/+2