summaryrefslogtreecommitdiff
path: root/spec/unit/network/http
AgeCommit message (Expand)AuthorFilesLines
2014-01-09(PUP-1151) Factor out v1 HTTP request processing into own request processor.Dan Lidral-Porter4-486/+376
2014-01-03(PUP-1068) Add basic auth to HTTP ConnectionAndrew Parker1-5/+39
2013-12-27(PUP-672) Provide certificate extensions as trusted dataAndrew Parker1-13/+15
2013-12-27(PUP-672) Track trusted information using the contextAndrew Parker1-1/+1
2013-12-26(Maint) Remove use of mockingAndrew Parker1-8/+9
2013-11-19(Maint) Conform to naming conventionsAndrew Parker1-6/+6
2013-11-20(#23116) Make SSL Validator API more explicitHenrik Lindberg1-6/+6
2013-11-19(#23116) Provide pluggable SSL verificationAndrew Parker1-199/+76
2013-11-08(#19447) Puppet::FileSystem::File.exist?Ethan J. Brown1-10/+10
2013-10-16(#22893) Make handler check whether remote requests are allowedPatrick Carlisle1-6/+17
2013-10-16(Maint) Refactor retrieving the indirection in http handlerPatrick Carlisle1-29/+17
2013-10-03(#22772) Allow a PUT with an empty bodyPatrick Carlisle1-6/+18
2013-10-03(#22772) Fix test for saving empty dataPatrick Carlisle1-1/+3
2013-09-26(#22652) Tighten up spec for multi-valued params in a POST bodyKylo Ginsberg1-1/+1
2013-09-26(#22652) Restore rack parsing of POST body parametersJosh Cooper1-0/+13
2013-09-26(#22652) Parse query strings in rack w/o rackAndrew Parker1-0/+6
2013-09-18(#22535) Use a response header for versionKylo Ginsberg1-1/+5
2013-09-12(#22384) Log 404 and 406 responses at infoAndrew Parker1-2/+12
2013-08-06(maint) expand fixture paths in specs for windowsAdrien Thebo1-2/+2
2013-08-06(maint) extract reusable helper methodsAdrien Thebo1-7/+18
2013-08-06(maint) extract test into setup and test casesAdrien Thebo1-14/+21
2013-08-01(#21961) Tests for ssl connections without peer verificationMichal Růžička1-0/+25
2013-07-29(#21961) Support ssl connections without peer verificationMichal Růžička1-6/+6
2013-07-16(#21801) Normalize headers that come through RackEric Sorenson1-1/+1
2013-07-15Merge pull request #1721 from masterzen/tickets/master/18255Adrien Thebo1-2/+40
2013-07-03(#18255) - Follow http redirectionsBrice Figureau1-2/+40
2013-06-28(#21427) Unescape values when decoding factsAndrew Parker1-1/+9
2013-06-28(#21427) Parse WEBrick multi valued paramsAndrew Parker1-24/+30
2013-06-27(#21427) Do not send arrays as YAML in query paramsAndrew Parker1-13/+50
2013-06-26(#21427) Remove duplicate handling of accept headersAndrew Parker1-187/+130
2013-06-25(#21427) Respect Accept header for destroyAndrew Parker1-78/+99
2013-06-25(#21427) Respect Accept header for saveAndrew Parker1-12/+50
2013-06-25(Maint) Cleanup do_save specsAndrew Parker1-46/+66
2013-06-03(#20584) Only deserialize expected objects from YAMLPatrick Carlisle1-12/+3
2013-06-03Revert "Merge pull request #1686 from Sharpie/12361-remove-masterlog-setting"Adrien Thebo1-1/+1
2013-05-31(#12361) Remove masterlog optionCharlie Sharpsteen1-1/+1
2013-05-16(#20742) Only use certifcate info if there is a CNAndrew Parker1-0/+17
2013-04-12(Maint) Downcased header name in testAndrew Parker1-1/+1
2013-04-12Merge pull request #1546 from cprice-puppet/feature/master/add-setting-to-ena...Andrew Parker3-2/+33
2013-04-11(#20194) Do not perform reverse DNS lookups in webrickJosh Cooper1-3/+12
2013-04-04Add support for enabling profiling via HTTP headerChris Price3-2/+33
2013-04-04(#20027) Refactor connection verify_callback ProcJeff McCune1-1/+1
2013-04-04(#20027) Fix ssl_client_ca_auth validationJeff McCune1-0/+1
2013-03-27Handle exceptions in verify_callbackDustin J. Mitchell1-2/+16
2013-03-27(#15561) Extract CN from certificate subjects more carefullyDustin J. Mitchell2-5/+30
2013-03-20(Maint) Fixup from bad rebaseAndrew Parker1-3/+3
2013-03-13(#17190) Rename Measuring to WallClockAndrew Parker1-1/+1
2013-03-13(#17190) Provide on-demand profiling of catalog compilesAndrew Parker1-2/+18
2013-03-13(Maint) Attempt to clean up handler testsAndrew Parker1-165/+170
2013-03-13(#17190) Provide more benchmarking info during compileAndrew Parker1-3/+3