Lines Matching full:pull
4 - [#2943](https://github.com/request/request/pull/2943) Replace hawk dependency with a local implem…
7 - [#2885](https://github.com/request/request/pull/2885) Remove redundant code (for Node.js 0.9.4 an…
8 - [#2942](https://github.com/request/request/pull/2942) Make Test GREEN Again! (@simov)
9 - [#2923](https://github.com/request/request/pull/2923) Alterations for failing CI tests (@gareth-r…
12 - [#2880](https://github.com/request/request/pull/2880) Revert "Update hawk to 7.0.7 (#2880)" (@sim…
15 - [#2793](https://github.com/request/request/pull/2793) Fixed calculation of oauth_body_hash, issue…
16 - [#2880](https://github.com/request/request/pull/2880) Update hawk to 7.0.7 (#2880) (@kornel-kedzi…
19 - [#2776](https://github.com/request/request/pull/2776) Updating tough-cookie due to security fix. …
22 - [#2703](https://github.com/request/request/pull/2703) Add Node.js v8 to Travis CI (@ryysud)
23 - [#2751](https://github.com/request/request/pull/2751) Update of hawk and qs to latest version (#2…
24 - [#2658](https://github.com/request/request/pull/2658) Fixed some text in README.md (#2658) (@Mark…
25 - [#2635](https://github.com/request/request/pull/2635) chore(package): update aws-sign2 to version…
26 - [#2641](https://github.com/request/request/pull/2641) Update README to simplify & update convenie…
27 - [#2541](https://github.com/request/request/pull/2541) Add convenience method for HTTP OPTIONS (#2…
28 - [#2605](https://github.com/request/request/pull/2605) Add promise support section to README (#260…
29 - [#2579](https://github.com/request/request/pull/2579) refactor(lint): replace eslint with standar…
30 - [#2598](https://github.com/request/request/pull/2598) Update codecov to version 2.0.2 (@greenk…
31 - [#2590](https://github.com/request/request/pull/2590) Adds test-timing keepAlive test (@nicjansma)
32 - [#2589](https://github.com/request/request/pull/2589) fix tabulation on request example README.MD…
33 - [#2594](https://github.com/request/request/pull/2594) chore(dependencies): har-validator to 5.x […
36 - [#2584](https://github.com/request/request/pull/2584) Security issue: Upgrade qs to version 6.4.0…
37 - [#2578](https://github.com/request/request/pull/2578) safe-buffer doesn't zero-fill by default, i…
38 - [#2566](https://github.com/request/request/pull/2566) Timings: Tracks 'lookup', adds 'wait' time,…
39 - [#2574](https://github.com/request/request/pull/2574) Migrating to safe-buffer for improved secur…
40 - [#2573](https://github.com/request/request/pull/2573) fixes #2572 (@ahmadnassri)
43 - [#2571](https://github.com/request/request/pull/2571) Correctly format the Host header for IPv6 a…
44 - [#2558](https://github.com/request/request/pull/2558) Update README.md example snippet (@FredKSch…
45 - [#2221](https://github.com/request/request/pull/2221) Adding a simple Response object reference i…
46 - [#2452](https://github.com/request/request/pull/2452) Adds .timings array with DNC, TCP, request …
47 - [#2553](https://github.com/request/request/pull/2553) add ISSUE_TEMPLATE, move PR template (@Fred…
48 - [#2539](https://github.com/request/request/pull/2539) Create PULL_REQUEST_TEMPLATE.md (@FredKScho…
49 - [#2524](https://github.com/request/request/pull/2524) Update caseless to version 0.12.0 (@gree…
50 - [#2460](https://github.com/request/request/pull/2460) Fix wrong MIME type in example (@OwnageIsMa…
51 - [#2514](https://github.com/request/request/pull/2514) Change tags to keywords in package.json (@h…
52 - [#2492](https://github.com/request/request/pull/2492) More lenient gzip decompression (@addaleax)
55 - [#2368](https://github.com/request/request/pull/2368) Fix typeof check in test-pool.js (@forivall)
56 - [#2394](https://github.com/request/request/pull/2394) Use `files` in package.json (@SimenB)
57 - [#2463](https://github.com/request/request/pull/2463) AWS support for session tokens for temporar…
58 - [#2467](https://github.com/request/request/pull/2467) Migrate to uuid (@simov, @antialias)
59 - [#2459](https://github.com/request/request/pull/2459) Update taper to version 0.5.0 (@greenkee…
60 - [#2448](https://github.com/request/request/pull/2448) Make other connect timeout test more reliab…
63 - [#2447](https://github.com/request/request/pull/2447) Always set request timeout on keep-alive co…
66 - [#2439](https://github.com/request/request/pull/2439) Fix socket 'connect' listener handling (@ms…
67 - [#2442](https://github.com/request/request/pull/2442) Node.js 0.10 is unmaintained (@gr…
68 - [#2435](https://github.com/request/request/pull/2435) Add followOriginalHttpMethod to redirect to…
69 - [#2414](https://github.com/request/request/pull/2414) Improve test-timeout reliability (@mscdex)
72 - [#2424](https://github.com/request/request/pull/2424) Handle buffers directly instead of using "b…
73 - [#2415](https://github.com/request/request/pull/2415) Re-enable timeout tests on Travis + other f…
74 - [#2431](https://github.com/request/request/pull/2431) Improve timeouts accuracy and node v6.8.0+ …
75 - [#2428](https://github.com/request/request/pull/2428) Update qs to version 6.3.0 (@greenkeeper…
76 - [#2420](https://github.com/request/request/pull/2420) change .on to .once, remove possible memory…
77 - [#2426](https://github.com/request/request/pull/2426) Remove "isFunction" helper in favor of "typ…
78 - [#2425](https://github.com/request/request/pull/2425) Simplify "defer" helper creation (@zertosh)
79 - [#2402](https://github.com/request/request/pull/2402) form-data@2.1.1 breaks build (@greenkeep…
80 - [#2393](https://github.com/request/request/pull/2393) Update form-data to version 2.1.0 (@gree…
83 - [#2381](https://github.com/request/request/pull/2381) Drop support for Node 0.10 (@simov)
84 - [#2377](https://github.com/request/request/pull/2377) Update form-data to version 2.0.0 (@gree…
85 - [#2353](https://github.com/request/request/pull/2353) Add greenkeeper ignored packages (@simov)
86 - [#2351](https://github.com/request/request/pull/2351) Update karma-tap to version 3.0.1 (@gree…
87 - [#2348](https://github.com/request/request/pull/2348) form-data@1.0.1 breaks build (@greenkeep…
88 - [#2349](https://github.com/request/request/pull/2349) Check error type instead of string (@scottt…
91 - [#2295](https://github.com/request/request/pull/2295) Update tough-cookie to 2.3.0 (@stash-sfdc)
92 - [#2280](https://github.com/request/request/pull/2280) Update karma-tap to version 2.0.1 (@gree…
95 - [#2240](https://github.com/request/request/pull/2240) Remove connectionErrorHandler to fix #1903 …
96 - [#2251](https://github.com/request/request/pull/2251) tape@4.6.0 breaks build (@greenkeeperio-…
97 - [#2225](https://github.com/request/request/pull/2225) Update docs (@ArtskydJ)
98 - [#2203](https://github.com/request/request/pull/2203) Update browserify to version 13.0.1 (@gr…
99 - [#2275](https://github.com/request/request/pull/2275) Update karma to version 1.1.1 (@greenkee…
100 - [#2204](https://github.com/request/request/pull/2204) Add codecov.yml and disable PR comments (@s…
101 - [#2212](https://github.com/request/request/pull/2212) Fix link to http.IncomingMessage documentat…
102 - [#2208](https://github.com/request/request/pull/2208) Update to form-data RC4 and pass null value…
103 - [#2207](https://github.com/request/request/pull/2207) Move aws4 require statement to the top (@si…
104 - [#2199](https://github.com/request/request/pull/2199) Update karma-coverage to version 1.0.0 (…
105 - [#2206](https://github.com/request/request/pull/2206) Update qs to version 6.2.0 (@greenkeeper…
106 - [#2205](https://github.com/request/request/pull/2205) Use server-destory to close hanging sockets…
107 - [#2200](https://github.com/request/request/pull/2200) Update karma-cli to version 1.0.0 (@gree…
110 - [#2176](https://github.com/request/request/pull/2176) Do not try to pipe Gzip responses with no b…
111 - [#2175](https://github.com/request/request/pull/2175) Add 'delete' alias for the 'del' API method…
112 - [#2172](https://github.com/request/request/pull/2172) Add support for deflate content encoding (@…
113 - [#2169](https://github.com/request/request/pull/2169) Add callback option (@simov)
114 - [#2165](https://github.com/request/request/pull/2165) Check for self.req existence inside the wri…
115 - [#2167](https://github.com/request/request/pull/2167) Fix TravisCI badge reference master branch …
118 - [#2164](https://github.com/request/request/pull/2164) Catch errors from the underlying http modul…
121 - [#2147](https://github.com/request/request/pull/2147) Update eslint to version 2.5.3 (@simov, …
122 - [#2009](https://github.com/request/request/pull/2009) Support JSON stringify replacer argument. (…
123 - [#2142](https://github.com/request/request/pull/2142) Update eslint to version 2.5.1 (@greenke…
124 - [#2128](https://github.com/request/request/pull/2128) Update browserify-istanbul to version 2.0.0…
125 - [#2115](https://github.com/request/request/pull/2115) Update eslint to version 2.3.0 (@simov, …
126 - [#2089](https://github.com/request/request/pull/2089) Fix badges (@simov)
127 - [#2092](https://github.com/request/request/pull/2092) Update browserify-istanbul to version 1.0.0…
128 - [#2079](https://github.com/request/request/pull/2079) Accept read stream as body option (@simov)
129 - [#2070](https://github.com/request/request/pull/2070) Update bl to version 1.1.2 (@greenkeeper…
130 - [#2063](https://github.com/request/request/pull/2063) Up bluebird and oauth-sign (@simov)
131 - [#2058](https://github.com/request/request/pull/2058) Karma fixes for latest versions (@eiriksm)
132 - [#2057](https://github.com/request/request/pull/2057) Update contributing guidelines (@simov)
133 - [#2054](https://github.com/request/request/pull/2054) Update qs to version 6.1.0 (@greenkeeper…
136 - [#2041](https://github.com/request/request/pull/2041) restore aws4 as regular dependency (@rmg)
139 - [#2036](https://github.com/request/request/pull/2036) Add AWS Signature Version 4 (@simov, @mirko…
140 - [#2022](https://github.com/request/request/pull/2022) Convert numeric multipart bodies to string …
141 - [#2024](https://github.com/request/request/pull/2024) Update har-validator dependency for nsp adv…
142 - [#2016](https://github.com/request/request/pull/2016) Update qs to version 6.0.2 (@greenkeeper…
143 - [#2007](https://github.com/request/request/pull/2007) Use the `extend` module instead of util._ex…
144 - [#2003](https://github.com/request/request/pull/2003) Update browserify to version 13.0.0 (@gr…
145 - [#1989](https://github.com/request/request/pull/1989) Update buffer-equal to version 1.0.0 (@g…
146 - [#1956](https://github.com/request/request/pull/1956) Check form-data content-length value before…
147 - [#1958](https://github.com/request/request/pull/1958) Use IncomingMessage.destroy method (@simov)
148 - [#1952](https://github.com/request/request/pull/1952) Adds example for Tor proxy (@prometheansacr…
149 - [#1943](https://github.com/request/request/pull/1943) Update eslint to version 1.10.3 (@simov,…
150 - [#1924](https://github.com/request/request/pull/1924) Update eslint to version 1.10.1 (@greenk…
151 - [#1915](https://github.com/request/request/pull/1915) Remove content-length and transfer-encoding…
154 - [#1913](https://github.com/request/request/pull/1913) Update http-signature to version 1.1.0 (…
157 - [#1906](https://github.com/request/request/pull/1906) Update README URLs based on HTTP redirects …
158 - [#1905](https://github.com/request/request/pull/1905) Convert typed arrays into regular buffers (…
159 - [#1902](https://github.com/request/request/pull/1902) node-uuid@1.4.7 breaks build (@greenkeep…
160 - [#1894](https://github.com/request/request/pull/1894) Fix tunneling after redirection from https …
161 - [#1893](https://github.com/request/request/pull/1893) Update eslint to version 1.9.0 (@greenke…
162 - [#1852](https://github.com/request/request/pull/1852) Update eslint to version 1.7.3 (@simov, …
163 - [#1876](https://github.com/request/request/pull/1876) Implement loose matching for har mime types…
164 - [#1875](https://github.com/request/request/pull/1875) Update bluebird to version 3.0.2 (@simov…
165 - [#1871](https://github.com/request/request/pull/1871) Update browserify to version 12.0.1 (@gr…
166 - [#1866](https://github.com/request/request/pull/1866) Add missing quotes on x-token property in R…
167 - [#1874](https://github.com/request/request/pull/1874) Fix typo in README.md (@gswalden)
168 - [#1860](https://github.com/request/request/pull/1860) Improve referer header tests and docs (@sim…
169 - [#1861](https://github.com/request/request/pull/1861) Remove redundant call to Stream constructor…
170 - [#1857](https://github.com/request/request/pull/1857) Fix Referer header to point to the original…
171 - [#1850](https://github.com/request/request/pull/1850) Update karma-coverage to version 0.5.3 (…
172 - [#1847](https://github.com/request/request/pull/1847) Use node's latest version when building (@s…
173 - [#1836](https://github.com/request/request/pull/1836) Tunnel: fix wrong property name (@KoltesDig…
174 - [#1820](https://github.com/request/request/pull/1820) Set href as request.js uses it (@mgenereu)
175 - [#1840](https://github.com/request/request/pull/1840) Update http-signature to version 1.0.2 (…
176 - [#1845](https://github.com/request/request/pull/1845) Update istanbul to version 0.4.0 (@green…
179 - [#1833](https://github.com/request/request/pull/1833) Update aws-sign2 to version 0.6.0 (@gree…
180 - [#1811](https://github.com/request/request/pull/1811) Enable loose cookie parsing in tough-cookie…
181 - [#1830](https://github.com/request/request/pull/1830) Bring back tilde ranges for all dependencie…
182 - [#1821](https://github.com/request/request/pull/1821) Implement support for RFC 2617 MD5-sess alg…
183 - [#1828](https://github.com/request/request/pull/1828) Updated qs dependency to 5.2.0 (@acroca)
184 - [#1818](https://github.com/request/request/pull/1818) Extract `readResponseBody` method out of `o…
185 - [#1819](https://github.com/request/request/pull/1819) Run stringify once (@mgenereu)
186 - [#1814](https://github.com/request/request/pull/1814) Updated har-validator to version 2.0.2 (@gr…
187 - [#1807](https://github.com/request/request/pull/1807) Updated tough-cookie to version 2.1.0 (@gre…
188 - [#1800](https://github.com/request/request/pull/1800) Add caret ranges for devDependencies, excep…
189 - [#1799](https://github.com/request/request/pull/1799) Updated karma-browserify to version 4.4.0 (…
190 - [#1797](https://github.com/request/request/pull/1797) Updated tape to version 4.2.0 (@greenkeeper…
191 - [#1788](https://github.com/request/request/pull/1788) Pinned all dependencies (@greenkeeperio-bot)
194 - [#1787](https://github.com/request/request/pull/1787) npm ignore examples, release.sh and disable…
195 - [#1775](https://github.com/request/request/pull/1775) Fix typo in README.md (@djchie)
196 - [#1776](https://github.com/request/request/pull/1776) Changed word 'conjuction' to read 'conjunct…
197 - [#1785](https://github.com/request/request/pull/1785) Revert: Set default application/json conten…
200 - [#1772](https://github.com/request/request/pull/1772) Set default application/json content-type w…
203 - [#1768](https://github.com/request/request/pull/1768) Add node 4.0 to the list of build targets (…
204 - [#1767](https://github.com/request/request/pull/1767) Query strings now cooperate with unix socke…
205 - [#1750](https://github.com/request/request/pull/1750) Revert doc about installation of tough-cook…
206 - [#1746](https://github.com/request/request/pull/1746) Missed comma in Readme (@nsklkn)
207 - [#1743](https://github.com/request/request/pull/1743) Fix options not being initialized in defaul…
210 - [#1721](https://github.com/request/request/pull/1721) Minor fix in README.md (@arbaaz)
211 - [#1733](https://github.com/request/request/pull/1733) Avoid useless Buffer transformation (@miche…
212 - [#1726](https://github.com/request/request/pull/1726) Update README.md (@paulomcnally)
213 - [#1715](https://github.com/request/request/pull/1715) Fix forever option in node > 0.10 #1709 (@c…
214 - [#1716](https://github.com/request/request/pull/1716) Do not create Buffer from Object in setCont…
215 - [#1711](https://github.com/request/request/pull/1711) Add ability to detect connect timeouts (@ke…
216 - [#1712](https://github.com/request/request/pull/1712) Set certificate expiration to August 2, 201…
217 - [#1700](https://github.com/request/request/pull/1700) debug() when JSON.parse() on a response bod…
220 - [#1687](https://github.com/request/request/pull/1687) Fix caseless bug - content-type not being s…
223 - [#1671](https://github.com/request/request/pull/1671) Add tests and docs for using the agent, age…
225 - [#1679](https://github.com/request/request/pull/1679) Fix - do not remove OAuth param when using …
226 - [#1668](https://github.com/request/request/pull/1668) updated dependencies (@deamme)
227 - [#1656](https://github.com/request/request/pull/1656) Fix form method (@simov)
228 - [#1651](https://github.com/request/request/pull/1651) Preserve HEAD method when using followAllRe…
229 - [#1652](https://github.com/request/request/pull/1652) Update `encoding` option documentation in R…
230 - [#1650](https://github.com/request/request/pull/1650) Allow content-type overriding when using th…
231 - [#1646](https://github.com/request/request/pull/1646) Clarify the nature of setting `ca` in `agen…
234 - [#1638](https://github.com/request/request/pull/1638) Use the `extend` module to deep extend in t…
235 - [#1631](https://github.com/request/request/pull/1631) Move tunnel logic into separate module (@si…
236 - [#1634](https://github.com/request/request/pull/1634) Fix OAuth query transport_method (@simov)
237 - [#1603](https://github.com/request/request/pull/1603) Add codecov (@simov)
240 - [#1615](https://github.com/request/request/pull/1615) Replace '.client' with '.socket' as the for…
243 - [#1610](https://github.com/request/request/pull/1610) Bump module dependencies (@simov)
244 - [#1600](https://github.com/request/request/pull/1600) Extract the querystring logic into separate…
245 - [#1607](https://github.com/request/request/pull/1607) Re-generate certificates (@simov)
246 - [#1599](https://github.com/request/request/pull/1599) Move getProxyFromURI logic below the check …
247 - [#1598](https://github.com/request/request/pull/1598) Fix the way http verbs are defined in order…
248 - [#1591](https://github.com/request/request/pull/1591) A few minor fixes: (@simov)
249 - [#1584](https://github.com/request/request/pull/1584) Refactor test-default tests (according to c…
250 - [#1585](https://github.com/request/request/pull/1585) Fixing documentation regarding TLS options …
251 - [#1574](https://github.com/request/request/pull/1574) Refresh the oauth_nonce on redirect (#1573)…
252 - [#1570](https://github.com/request/request/pull/1570) Discovered tests that weren't properly runn…
253 - [#1569](https://github.com/request/request/pull/1569) Fix pause before response arrives (@kevinoi…
254 - [#1558](https://github.com/request/request/pull/1558) Emit error instead of throw (@simov)
255 - [#1568](https://github.com/request/request/pull/1568) Fix stall when piping gzipped response (@ke…
256 - [#1560](https://github.com/request/request/pull/1560) Update combined-stream (@apechimp)
257 - [#1543](https://github.com/request/request/pull/1543) Initial support for oauth_body_hash on json…
258 - [#1541](https://github.com/request/request/pull/1541) Fix coveralls (@simov)
259 - [#1540](https://github.com/request/request/pull/1540) Fix recursive defaults for convenience meth…
260 - [#1536](https://github.com/request/request/pull/1536) More eslint style rules (@froatsnook)
261 - [#1533](https://github.com/request/request/pull/1533) Adding dependency status bar to README.md (…
262 - [#1539](https://github.com/request/request/pull/1539) ensure the latest version of har-validator …
263 - [#1516](https://github.com/request/request/pull/1516) forever+pool test (@devTristan)
266 - [#1520](https://github.com/request/request/pull/1520) Refactor defaults (@simov)
267 - [#1525](https://github.com/request/request/pull/1525) Delete request headers with undefined value…
268 - [#1521](https://github.com/request/request/pull/1521) Add promise tests (@simov)
269 - [#1518](https://github.com/request/request/pull/1518) Fix defaults (@simov)
270 - [#1515](https://github.com/request/request/pull/1515) Allow static invoking of convenience method…
271 - [#1505](https://github.com/request/request/pull/1505) Fix multipart boundary extraction regexp (@…
272 - [#1510](https://github.com/request/request/pull/1510) Fix basic auth form data (@simov)
275 - [#1501](https://github.com/request/request/pull/1501) HTTP Archive 1.2 support (@ahmadnassri)
276 - [#1486](https://github.com/request/request/pull/1486) Add a test for the forever agent (@akshayp)
277 - [#1500](https://github.com/request/request/pull/1500) Adding handling for no auth method and null…
278 - [#1498](https://github.com/request/request/pull/1498) Add table of contents in readme (@simov)
279 - [#1477](https://github.com/request/request/pull/1477) Add support for qs options via qsOptions ke…
280 - [#1496](https://github.com/request/request/pull/1496) Parameters encoded to base 64 should be dec…
281 - [#1494](https://github.com/request/request/pull/1494) Update eslint (@froatsnook)
282 - [#1474](https://github.com/request/request/pull/1474) Require Colon in Basic Auth (@erykwalder)
283 - [#1481](https://github.com/request/request/pull/1481) Fix baseUrl and redirections. (@burningtree)
284 - [#1469](https://github.com/request/request/pull/1469) Feature/base url (@froatsnook)
285 - [#1459](https://github.com/request/request/pull/1459) Add option to time request/response cycle (…
286 - [#1468](https://github.com/request/request/pull/1468) Re-enable io.js/node 0.12 build (@simov, @m…
287 - [#1442](https://github.com/request/request/pull/1442) Fixed the issue with strictSSL tests on 0.…
288 - [#1460](https://github.com/request/request/pull/1460) localAddress or proxy config is lost when r…
289 - [#1453](https://github.com/request/request/pull/1453) Test on Node.js 0.12 and io.js with allowed…
290 - [#1426](https://github.com/request/request/pull/1426) Fixing tests to pass on io.js and node 0.12…
291 - [#1446](https://github.com/request/request/pull/1446) Missing HTTP referer header with redirects …
292 - [#1428](https://github.com/request/request/pull/1428) Deprecate Node v0.8.x (@nylen)
293 - [#1436](https://github.com/request/request/pull/1436) Add ability to set a requester without sett…
294 - [#1435](https://github.com/request/request/pull/1435) dry up verb methods (@sethpollack)
295 - [#1423](https://github.com/request/request/pull/1423) Allow fully qualified multipart content-typ…
296 - [#1430](https://github.com/request/request/pull/1430) Fix recursive requester (@tikotzky)
297 - [#1429](https://github.com/request/request/pull/1429) Throw error when making HEAD request with a…
298 - [#1419](https://github.com/request/request/pull/1419) Add note that the project is broken in 0.12…
299 - [#1413](https://github.com/request/request/pull/1413) Fix basic auth (@simov)
300 - [#1397](https://github.com/request/request/pull/1397) Improve pipe-from-file tests (@nylen)
303 - [#1396](https://github.com/request/request/pull/1396) Do not rfc3986 escape JSON bodies (@nylen, …
304 - [#1392](https://github.com/request/request/pull/1392) Improve `timeout` option description (@wats…
307 - [#1383](https://github.com/request/request/pull/1383) Add missing HTTPS options that were not bei…
308 - [#1388](https://github.com/request/request/pull/1388) Upgrade mime-types package version (@roderi…
309 - [#1389](https://github.com/request/request/pull/1389) Revise Setup Tunnel Function (@seanstrom)
310 - [#1374](https://github.com/request/request/pull/1374) Allow explicitly disabling tunneling for pr…
311 - [#1376](https://github.com/request/request/pull/1376) Use karma-browserify for tests. Add browser…
312 - [#1366](https://github.com/request/request/pull/1366) Refactor OAuth into separate module (@simov)
313 - [#1373](https://github.com/request/request/pull/1373) Rewrite tunnel test to be pure Node.js (@ny…
314 - [#1371](https://github.com/request/request/pull/1371) Upgrade test reporter (@nylen)
315 - [#1360](https://github.com/request/request/pull/1360) Refactor basic, bearer, digest auth logic i…
316 - [#1354](https://github.com/request/request/pull/1354) Remove circular dependency from debugging c…
317 - [#1351](https://github.com/request/request/pull/1351) Move digest auth into private prototype met…
318 - [#1352](https://github.com/request/request/pull/1352) Update hawk dependency to ~2.3.0 (@mridgway)
319 - [#1353](https://github.com/request/request/pull/1353) Correct travis-ci badge (@dogancelik)
320 - [#1349](https://github.com/request/request/pull/1349) Make sure we return on errored browser requ…
321 - [#1346](https://github.com/request/request/pull/1346) getProxyFromURI Extraction Refactor (@seans…
322 - [#1337](https://github.com/request/request/pull/1337) Standardize test ports on 6767 (@nylen)
323 - [#1341](https://github.com/request/request/pull/1341) Emit FormData error events as Request error…
324 - [#1343](https://github.com/request/request/pull/1343) Clean up readme badges, and add Travis and …
325 - [#1345](https://github.com/request/request/pull/1345) Update README.md (@Aaron-Hartwig)
326 - [#1338](https://github.com/request/request/pull/1338) Always wait for server.close() callback in …
327 - [#1342](https://github.com/request/request/pull/1342) Add mock https server and redo start of bro…
328 - [#1339](https://github.com/request/request/pull/1339) Improve auth docs (@nylen)
329 - [#1335](https://github.com/request/request/pull/1335) Add support for OAuth plaintext signature m…
330 - [#1332](https://github.com/request/request/pull/1332) Add clean script to remove test-browser.js …
331 - [#1327](https://github.com/request/request/pull/1327) Fix errors generating coverage reports. (@n…
332 - [#1330](https://github.com/request/request/pull/1330) Return empty buffer upon empty response bod…
333 - [#1326](https://github.com/request/request/pull/1326) Use faster container-based infrastructure o…
334 - [#1315](https://github.com/request/request/pull/1315) Implement rfc3986 option (@simov, @nylen, @…
335 - [#1314](https://github.com/request/request/pull/1314) Detect urlencoded form data header via rege…
336 - [#1317](https://github.com/request/request/pull/1317) Improve OAuth1.0 server side flow example (…
339 …](https://github.com/request/request/pull/1310) Revert changes introduced in https://github.com/re…
342 - [#1308](https://github.com/request/request/pull/1308) Add browser test to keep track of browserif…
343 - [#1299](https://github.com/request/request/pull/1299) Add optional support for jsonReviver (@pois…
344 - [#1277](https://github.com/request/request/pull/1277) Add Coveralls configuration (@simov)
345 - [#1307](https://github.com/request/request/pull/1307) Upgrade form-data, add back browserify comp…
346 - [#1305](https://github.com/request/request/pull/1305) Fix typo in README.md (@LewisJEllis)
347 - [#1288](https://github.com/request/request/pull/1288) Update README.md to explain custom file use…
350 - [#1295](https://github.com/request/request/pull/1295) fix(proxy): no-proxy false positive (@oliam…
351 - [#1292](https://github.com/request/request/pull/1292) Upgrade `caseless` to 0.8.1 (@mmalecki)
352 - [#1276](https://github.com/request/request/pull/1276) Set transfer encoding for multipart/related…
353 - [#1275](https://github.com/request/request/pull/1275) Fix multipart content-type headers detectio…
354 - [#1269](https://github.com/request/request/pull/1269) adds streams example for review (@tbuchok)
355 - [#1238](https://github.com/request/request/pull/1238) Add examples README.md (@simov)
358 - [#1263](https://github.com/request/request/pull/1263) Fixed a syntax error / typo in README.md (@…
359 - [#1253](https://github.com/request/request/pull/1253) Add multipart chunked flag (@simov, @nylen)
360 - [#1251](https://github.com/request/request/pull/1251) Clarify that defaults() does not modify glo…
361 - [#1250](https://github.com/request/request/pull/1250) Improve documentation for pool and maxSocke…
362 - [#1237](https://github.com/request/request/pull/1237) Documenting error handling when using strea…
363 - [#1244](https://github.com/request/request/pull/1244) Finalize changelog command (@nylen)
364 - [#1241](https://github.com/request/request/pull/1241) Fix typo (@alexanderGugel)
365 - [#1223](https://github.com/request/request/pull/1223) Show latest version number instead of "upco…
366 - [#1236](https://github.com/request/request/pull/1236) Document how to use custom CA in README (#1…
367 - [#1228](https://github.com/request/request/pull/1228) Support for oauth with RSA-SHA1 signing (@n…
368 - [#1216](https://github.com/request/request/pull/1216) Made json and multipart options coexist (@n…
369 - [#1225](https://github.com/request/request/pull/1225) Allow header white/exclusive lists in any c…
372 - [#1222](https://github.com/request/request/pull/1222) Move from mikeal/request to request/request…
373 - [#1220](https://github.com/request/request/pull/1220) update qs dependency to 2.3.1 (@FredKSchott)
374 - [#1212](https://github.com/request/request/pull/1212) Improve tests/test-timeout.js (@nylen)
375 - [#1219](https://github.com/request/request/pull/1219) remove old globalAgent workaround for node …
376 - [#1214](https://github.com/request/request/pull/1214) Remove cruft left over from optional depend…
377 - [#1215](https://github.com/request/request/pull/1215) Add proxyHeaderExclusiveList option for pro…
378 - [#1211](https://github.com/request/request/pull/1211) Allow 'Host' header instead of 'host' and r…
379 - [#1208](https://github.com/request/request/pull/1208) Improve release script (@nylen)
380 - [#1213](https://github.com/request/request/pull/1213) Support for custom cookie store (@nylen, @m…
381 - [#1197](https://github.com/request/request/pull/1197) Clean up some code around setting the agent…
382 - [#1209](https://github.com/request/request/pull/1209) Improve multipart form append test (@simov)
383 - [#1207](https://github.com/request/request/pull/1207) Update changelog (@nylen)
384 - [#1185](https://github.com/request/request/pull/1185) Stream multipart/related bodies (@simov)
387 - [#1198](https://github.com/request/request/pull/1198) doc for TLS/SSL protocol options (@shawnzhu)
388 - [#1200](https://github.com/request/request/pull/1200) Add a Gitter chat badge to README.md (@gitt…
389 - [#1196](https://github.com/request/request/pull/1196) Upgrade taper test reporter to v0.3.0 (@nyl…
390 - [#1199](https://github.com/request/request/pull/1199) Fix lint error: undeclared var i (@nylen)
391 - [#1191](https://github.com/request/request/pull/1191) Move self.proxy decision logic out of init …
392 - [#1190](https://github.com/request/request/pull/1190) Move _buildRequest() logic back into init (…
393 - [#1186](https://github.com/request/request/pull/1186) Support Smarter Unix URL Scheme (@FredKScho…
394 - [#1178](https://github.com/request/request/pull/1178) update form documentation for new usage (@F…
395 - [#1180](https://github.com/request/request/pull/1180) Enable no-mixed-requires linting rule (@nyl…
396 - [#1184](https://github.com/request/request/pull/1184) Don't forward authorization header across r…
397 - [#1183](https://github.com/request/request/pull/1183) Correct README about pre and postamble CRLF…
398 - [#1179](https://github.com/request/request/pull/1179) Lint tests directory (@nylen)
399 - [#1169](https://github.com/request/request/pull/1169) add metadata for form-data file field (@dot…
400 - [#1173](https://github.com/request/request/pull/1173) remove optional dependencies (@seanstrom)
401 - [#1165](https://github.com/request/request/pull/1165) Cleanup event listeners and remove function…
402 - [#1174](https://github.com/request/request/pull/1174) update the request.cookie docs to have a va…
403 - [#1168](https://github.com/request/request/pull/1168) create a detach helper and use detach helpe…
404 - [#1171](https://github.com/request/request/pull/1171) in post can send form data and use callback…
405 - [#1159](https://github.com/request/request/pull/1159) accept charset for x-www-form-urlencoded co…
406 - [#1157](https://github.com/request/request/pull/1157) Update README.md: body with json=true (@Rob…
407 - [#1164](https://github.com/request/request/pull/1164) Disable tests/test-timeout.js on Travis (@n…
408 - [#1153](https://github.com/request/request/pull/1153) Document how to run a single test (@nylen)
409 - [#1144](https://github.com/request/request/pull/1144) adds documentation for the "response" event…
410 - [#1162](https://github.com/request/request/pull/1162) Update eslintrc file to no longer allow pas…
411 - [#1155](https://github.com/request/request/pull/1155) Support/use self everywhere (@seanstrom)
412 - [#1161](https://github.com/request/request/pull/1161) fix no-use-before-define lint warnings (@em…
413 - [#1156](https://github.com/request/request/pull/1156) adding curly brackets to get rid of lint er…
414 - [#1151](https://github.com/request/request/pull/1151) Fix localAddress test on OS X (@nylen)
415 - [#1145](https://github.com/request/request/pull/1145) documentation: fix outdated reference to se…
416 - [#1131](https://github.com/request/request/pull/1131) Update pool documentation (@FredKSchott)
417 - [#1143](https://github.com/request/request/pull/1143) Rewrite all tests to use tape (@nylen)
418 - [#1137](https://github.com/request/request/pull/1137) Add ability to specifiy querystring lib in …
419 - [#1138](https://github.com/request/request/pull/1138) allow hostname and port in place of host on…
420 - [#1134](https://github.com/request/request/pull/1134) Fix multiple redirects and `self.followRedi…
421 - [#1130](https://github.com/request/request/pull/1130) documentation fix: add note about npm test …
422 - [#1120](https://github.com/request/request/pull/1120) Support/refactor request setup tunnel (@sea…
423 - [#1129](https://github.com/request/request/pull/1129) linting fix: convert double quote strings t…
424 - [#1124](https://github.com/request/request/pull/1124) linting fix: remove unneccesary semi-colons…
427 - [#1128](https://github.com/request/request/pull/1128) Add test for setCookie regression (@nylen)
428 - [#1127](https://github.com/request/request/pull/1127) added tests around using objects as values …
429 - [#1103](https://github.com/request/request/pull/1103) Support/refactor request constructor (@nyle…
430 - [#1119](https://github.com/request/request/pull/1119) add basic linting to request library (@Fred…
431 - [#1121](https://github.com/request/request/pull/1121) Revert "Explicitly use sync versions of coo…
432 - [#1118](https://github.com/request/request/pull/1118) linting fix: Restructure bad empty if state…
433 - [#1117](https://github.com/request/request/pull/1117) Fix a bad check for valid URIs (@FredKSchot…
434 - [#1113](https://github.com/request/request/pull/1113) linting fix: space out operators (@FredKSch…
435 - [#1116](https://github.com/request/request/pull/1116) Fix typo in `noProxyHost` definition (@Fred…
436 - [#1114](https://github.com/request/request/pull/1114) linting fix: Added a `new` operator that wa…
437 - [#1096](https://github.com/request/request/pull/1096) No_proxy support (@samcday)
438 - [#1107](https://github.com/request/request/pull/1107) linting-fix: remove unused variables (@Fred…
439 - [#1112](https://github.com/request/request/pull/1112) linting fix: Make return values consistent …
440 - [#1111](https://github.com/request/request/pull/1111) linting fix: authPieces was getting redecla…
441 - [#1105](https://github.com/request/request/pull/1105) Use strict mode in request (@FredKSchott)
442 - [#1110](https://github.com/request/request/pull/1110) linting fix: replace lazy '==' with more st…
443 - [#1109](https://github.com/request/request/pull/1109) linting fix: remove function call from if-e…
444 - [#1102](https://github.com/request/request/pull/1102) Fix to allow setting a `requester` on recur…
445 - [#1095](https://github.com/request/request/pull/1095) Tweaking engines in package.json (@pdehaan)
446 - [#1082](https://github.com/request/request/pull/1082) Forward the socket event from the httpModul…
447 - [#972](https://github.com/request/request/pull/972) Clarify gzip handling in the README (@kevinoi…
448 - [#1089](https://github.com/request/request/pull/1089) Mention that encoding defaults to utf8, not…
449 - [#1088](https://github.com/request/request/pull/1088) Fix cookie example in README.md and make it…
450 - [#1027](https://github.com/request/request/pull/1027) Add support for multipart form data in requ…
451 - [#1076](https://github.com/request/request/pull/1076) use Request.abort() to abort the request wh…
452 - [#1068](https://github.com/request/request/pull/1068) add optional postamble required by .NET mul…
455 - [#1057](https://github.com/request/request/pull/1057) Defaults should not overwrite defined optio…
456 - [#1046](https://github.com/request/request/pull/1046) Propagate datastream errors, useful in case…
457 - [#1063](https://github.com/request/request/pull/1063) copy the input headers object #1060 (@finnp)
458 - [#1031](https://github.com/request/request/pull/1031) Explicitly use sync versions of cookie func…
459 - [#1056](https://github.com/request/request/pull/1056) Fix redirects when passing url.parse(x) as …
462 - [#1053](https://github.com/request/request/pull/1053) Fix #1051 Parse auth properly when using no…
465 - [#1050](https://github.com/request/request/pull/1050) Pass whitelisted headers to tunneling proxy…
466 - [#1035](https://github.com/request/request/pull/1035) souped up nodei.co badge (@rvagg)
467 - [#1048](https://github.com/request/request/pull/1048) Aws is now possible over a proxy (@steven-a…
468 - [#1039](https://github.com/request/request/pull/1039) extract out helper functions to a helper fi…
469 - [#1021](https://github.com/request/request/pull/1021) Support/refactor indexjs (@seanstrom)
470 - [#1033](https://github.com/request/request/pull/1033) Improve and document debug options (@nylen)
471 - [#1034](https://github.com/request/request/pull/1034) Fix readme headings (@nylen)
472 - [#1030](https://github.com/request/request/pull/1030) Allow recursive request.defaults (@tikotzky)
473 - [#1029](https://github.com/request/request/pull/1029) Fix a couple of typos (@nylen)
474 - [#675](https://github.com/request/request/pull/675) Checking for SSL fault on connection before r…
475 - [#989](https://github.com/request/request/pull/989) Added allowRedirect function. Should return t…
476 - [#1025](https://github.com/request/request/pull/1025) [fixes #1023] Set self._ended to true once …
477 - [#1020](https://github.com/request/request/pull/1020) Add back removed debug metadata (@FredKScho…
478 - [#1008](https://github.com/request/request/pull/1008) Moving to module instead of cutomer buffer…
479 - [#770](https://github.com/request/request/pull/770) Added dependency badge for README file; (@tim…
480 - [#1016](https://github.com/request/request/pull/1016) toJSON no longer results in an infinite loo…
481 - [#1018](https://github.com/request/request/pull/1018) Remove pre-0.4.4 HTTPS fix (@mmalecki)
482 - [#1006](https://github.com/request/request/pull/1006) Migrate to caseless, fixes #1001 (@mikeal)
483 - [#995](https://github.com/request/request/pull/995) Fix parsing array of objects (@sjonnet19)
484 - [#999](https://github.com/request/request/pull/999) Fix fallback for browserify for optional modu…
485 - [#996](https://github.com/request/request/pull/996) Wrong oauth signature when multiple same para…
488 - [#992](https://github.com/request/request/pull/992) Fix security vulnerability. Update qs (@poeti…
489 - [#988](https://github.com/request/request/pull/988) “--” -> “—” (@upisfree)
490 - [#987](https://github.com/request/request/pull/987) Show optional modules as being loaded by the …
493 - [#976](https://github.com/request/request/pull/976) Update README.md (@pvoznenko)
496 - [#952](https://github.com/request/request/pull/952) Adding support to client certificate with pro…
497 - [#884](https://github.com/request/request/pull/884) Documented tough-cookie installation. (@wbyou…
498 - [#935](https://github.com/request/request/pull/935) Correct repository url (@fritx)
499 - [#963](https://github.com/request/request/pull/963) Update changelog (@nylen)
500 - [#960](https://github.com/request/request/pull/960) Support gzip with encoding on node pre-v0.9.4…
501 - [#953](https://github.com/request/request/pull/953) Add async Content-Length computation when usi…
502 - [#844](https://github.com/request/request/pull/844) Add support for HTTP[S]_PROXY environment var…
503 - [#946](https://github.com/request/request/pull/946) defaults: merge headers (@aj0strow)
506 - [#957](https://github.com/request/request/pull/957) Silence EventEmitter memory leak warning #311…
507 - [#955](https://github.com/request/request/pull/955) check for content-length header before settin…
508 - [#951](https://github.com/request/request/pull/951) Add support for gzip content decoding (@kevin…
509 - [#949](https://github.com/request/request/pull/949) Manually enter querystring in form option (@c…
510 - [#944](https://github.com/request/request/pull/944) Make request work with browserify (@eiriksm)
511 - [#943](https://github.com/request/request/pull/943) New mime module (@eiriksm)
512 - [#927](https://github.com/request/request/pull/927) Bump version of hawk dep. (@samccone)
513 - [#907](https://github.com/request/request/pull/907) append secureOptions to poolKey (@medovob)
516 - [#901](https://github.com/request/request/pull/901) Fixes #555 (@pigulla)
517 - [#897](https://github.com/request/request/pull/897) merge with default options (@vohof)
518 - [#891](https://github.com/request/request/pull/891) fixes 857 - options object is mutated by call…
519 - [#869](https://github.com/request/request/pull/869) Pipefilter test (@tgohn)
520 - [#866](https://github.com/request/request/pull/866) Fix typo (@dandv)
521 - [#861](https://github.com/request/request/pull/861) Add support for RFC 6750 Bearer Tokens (@phed…
522 - [#809](https://github.com/request/request/pull/809) upgrade tunnel-proxy to 0.4.0 (@ksato9700)
523 - [#850](https://github.com/request/request/pull/850) Fix word consistency in readme (@0xNobody)
524 - [#810](https://github.com/request/request/pull/810) add some exposition to mpu example in README.…
525 - [#840](https://github.com/request/request/pull/840) improve error reporting for invalid protocols…
526 - [#821](https://github.com/request/request/pull/821) added secureOptions back (@nw)
527 - [#815](https://github.com/request/request/pull/815) Create changelog based on pull requests (@lal…
530 - [#516](https://github.com/request/request/pull/516) UNIX Socket URL Support (@lyuzashi)
531 - [#801](https://github.com/request/request/pull/801) 794 ignore cookie parsing and domain errors (…
532 - [#802](https://github.com/request/request/pull/802) Added the Apache license to the package.json.…
533 - [#793](https://github.com/request/request/pull/793) Adds content-length calculation when submitti…
534 - [#785](https://github.com/request/request/pull/785) Provide ability to override content-type when…
535 - [#781](https://github.com/request/request/pull/781) simpler isReadStream function (@joaojeronimo)
538 - [#767](https://github.com/request/request/pull/767) Use tough-cookie CookieJar sync API (@stash)
539 - [#764](https://github.com/request/request/pull/764) Case-insensitive authentication scheme (@boby…
540 - [#763](https://github.com/request/request/pull/763) Upgrade tough-cookie to 0.10.0 (@stash)
541 - [#744](https://github.com/request/request/pull/744) Use Cookie.parse (@lalitkapoor)
542 - [#757](https://github.com/request/request/pull/757) require aws-sign2 (@mafintosh)
545 - [#645](https://github.com/request/request/pull/645) update twitter api url to v1.1 (@mick)
546 - [#746](https://github.com/request/request/pull/746) README: Markdown code highlight (@weakish)
547 - [#745](https://github.com/request/request/pull/745) updating setCookie example to make it clear t…
548 - [#742](https://github.com/request/request/pull/742) Add note about JSON output body type (@ianslt…
549 - [#741](https://github.com/request/request/pull/741) README example is using old cookie jar api (@…
550 - [#736](https://github.com/request/request/pull/736) Fix callback arguments documentation (@mmalec…
551 - [#732](https://github.com/request/request/pull/732) JSHINT: Creating global 'for' variable. Shoul…
552 - [#730](https://github.com/request/request/pull/730) better HTTP DIGEST support (@dai-shi)
553 - [#728](https://github.com/request/request/pull/728) Fix TypeError when calling request.cookie (@s…
554 - [#727](https://github.com/request/request/pull/727) fix requester bug (@jchris)
555 - [#724](https://github.com/request/request/pull/724) README.md: add custom HTTP Headers example. (…
556 - [#719](https://github.com/request/request/pull/719) Made a comment gender neutral. (@unsetbit)
557 - [#715](https://github.com/request/request/pull/715) Request.multipart no longer crashes when head…
558 - [#710](https://github.com/request/request/pull/710) Fixing listing in callback part of docs. (@lu…
559 - [#696](https://github.com/request/request/pull/696) Edited README.md for formatting and clarity o…
560 - [#694](https://github.com/request/request/pull/694) Typo in README (@VRMink)
561 - [#690](https://github.com/request/request/pull/690) Handle blank password in basic auth. (@divers…
562 - [#682](https://github.com/request/request/pull/682) Optional dependencies (@Turbo87)
563 - [#683](https://github.com/request/request/pull/683) Travis CI support (@Turbo87)
564 - [#674](https://github.com/request/request/pull/674) change cookie module,to tough-cookie.please c…
565 - [#666](https://github.com/request/request/pull/666) make `ciphers` and `secureProtocol` to work i…
566 - [#656](https://github.com/request/request/pull/656) Test case for #304. (@diversario)
567 - [#662](https://github.com/request/request/pull/662) option.tunnel to explicitly disable tunneling…
568 - [#659](https://github.com/request/request/pull/659) fix failure when running with NODE_DEBUG=requ…
569 - [#630](https://github.com/request/request/pull/630) Send random cnonce for HTTP Digest requests (…
570 - [#619](https://github.com/request/request/pull/619) decouple things a bit (@joaojeronimo)
571 - [#613](https://github.com/request/request/pull/613) Fixes #583, moved initialization of self.uri.…
572 - [#605](https://github.com/request/request/pull/605) Only include ":" + pass in Basic Auth if it's…
573 - [#596](https://github.com/request/request/pull/596) Global agent is being used when pool is speci…
574 - [#594](https://github.com/request/request/pull/594) Emit complete event when there is no callback…
575 - [#601](https://github.com/request/request/pull/601) Fixed a small typo (@michalstanko)
576 - [#589](https://github.com/request/request/pull/589) Prevent setting headers after they are sent (…
577 - [#587](https://github.com/request/request/pull/587) Global cookie jar disabled by default (@three…
578 - [#544](https://github.com/request/request/pull/544) Update http-signature version. (@davidlehn)
579 - [#581](https://github.com/request/request/pull/581) Fix spelling of "ignoring." (@bigeasy)
580 - [#568](https://github.com/request/request/pull/568) use agentOptions to create agent when specifi…
581 - [#564](https://github.com/request/request/pull/564) Fix redirections (@criloz)
582 - [#541](https://github.com/request/request/pull/541) The exported request function doesn't have an…
583 - [#542](https://github.com/request/request/pull/542) Expose Request class (@regality)
584 - [#536](https://github.com/request/request/pull/536) Allow explicitly empty user field for basic a…
585 - [#532](https://github.com/request/request/pull/532) fix typo (@fredericosilva)
586 - [#497](https://github.com/request/request/pull/497) Added redirect event (@Cauldrath)
587 - [#503](https://github.com/request/request/pull/503) Fix basic auth for passwords that contain col…
588 - [#521](https://github.com/request/request/pull/521) Improving test-localAddress.js (@noway)
589 - [#529](https://github.com/request/request/pull/529) dependencies versions bump (@jodaka)
590 - [#523](https://github.com/request/request/pull/523) Updating dependencies (@noway)
591 - [#520](https://github.com/request/request/pull/520) Fixing test-tunnel.js (@noway)
592 - [#519](https://github.com/request/request/pull/519) Update internal path state on post-creation Q…
593 - [#510](https://github.com/request/request/pull/510) Add HTTP Signature support. (@davidlehn)
594 - [#502](https://github.com/request/request/pull/502) Fix POST (and probably other) requests that a…
595 - [#508](https://github.com/request/request/pull/508) Honor the .strictSSL option when using proxie…
596 - [#512](https://github.com/request/request/pull/512) Make password optional to support the format:…
597 - [#513](https://github.com/request/request/pull/513) add 'localAddress' support (@yyfrankyy)
598 - [#498](https://github.com/request/request/pull/498) Moving response emit above setHeaders on dest…
599 - [#490](https://github.com/request/request/pull/490) Empty response body (3-rd argument) must be p…
600 - [#479](https://github.com/request/request/pull/479) Changing so if Accept header is explicitly se…
601 - [#475](https://github.com/request/request/pull/475) Use `unescape` from `querystring` (@shimaore)
602 - [#473](https://github.com/request/request/pull/473) V0.10 compat (@isaacs)
603 - [#471](https://github.com/request/request/pull/471) Using querystring library from visionmedia (@…
604 - [#461](https://github.com/request/request/pull/461) Strip the UTF8 BOM from a UTF encoded respons…
605 - [#460](https://github.com/request/request/pull/460) hawk 0.10.0 (@hueniverse)
606 - [#462](https://github.com/request/request/pull/462) if query params are empty, then request path …
607 - [#456](https://github.com/request/request/pull/456) hawk 0.9.0 (@hueniverse)
608 - [#429](https://github.com/request/request/pull/429) Copy options before adding callback. (@nrn, @…
609 - [#454](https://github.com/request/request/pull/454) Destroy the response if present when destroyi…
610 - [#310](https://github.com/request/request/pull/310) Twitter Oauth Stuff Out of Date; Now Updated …
611 - [#413](https://github.com/request/request/pull/413) rename googledoodle.png to .jpg (@nfriedly, @…
612 - [#448](https://github.com/request/request/pull/448) Convenience method for PATCH (@mloar)
613 - [#444](https://github.com/request/request/pull/444) protect against double callbacks on error pat…
614 - [#433](https://github.com/request/request/pull/433) Added support for HTTPS cert & key (@mmalecki)
615 - [#430](https://github.com/request/request/pull/430) Respect specified {Host,host} headers, not ju…
616 - [#415](https://github.com/request/request/pull/415) Fixed a typo. (@jerem)
617 - [#338](https://github.com/request/request/pull/338) Add more auth options, including digest suppo…
618 - [#403](https://github.com/request/request/pull/403) Optimize environment lookup to happen once on…
619 - [#398](https://github.com/request/request/pull/398) Add more reporting to tests (@mmalecki)
620 - [#388](https://github.com/request/request/pull/388) Ensure "safe" toJSON doesn't break EventEmitt…
621 - [#381](https://github.com/request/request/pull/381) Resolving "Invalid signature. Expected signat…
622 - [#380](https://github.com/request/request/pull/380) Fixes missing host header on retried request …
623 - [#376](https://github.com/request/request/pull/376) Headers lost on redirect (@kapetan)
624 - [#375](https://github.com/request/request/pull/375) Fix for missing oauth_timestamp parameter (@j…
625 - [#374](https://github.com/request/request/pull/374) Correct Host header for proxy tunnel CONNECT …
626 - [#370](https://github.com/request/request/pull/370) Twitter reverse auth uses x_auth_mode not x_a…
627 - [#369](https://github.com/request/request/pull/369) Don't remove x_auth_mode for Twitter reverse …
628 - [#344](https://github.com/request/request/pull/344) Make AWS auth signing find headers correctly …
629 - [#363](https://github.com/request/request/pull/363) rfc3986 on base_uri, now passes tests (@jeffm…
630 - [#362](https://github.com/request/request/pull/362) Running `rfc3986` on `base_uri` in `oauth.hma…
631 - [#361](https://github.com/request/request/pull/361) Don't create a Content-Length header if we al…
632 - [#360](https://github.com/request/request/pull/360) Delete self._form along with everything else …
633 - [#355](https://github.com/request/request/pull/355) stop sending erroneous headers on redirected …
634 - [#332](https://github.com/request/request/pull/332) Fix #296 - Only set Content-Type if body exis…
635 - [#343](https://github.com/request/request/pull/343) Allow AWS to work in more situations, added a…
636 - [#320](https://github.com/request/request/pull/320) request.defaults() doesn't need to wrap jar()…
637 - [#322](https://github.com/request/request/pull/322) Fix + test for piped into request bumped into…
638 - [#326](https://github.com/request/request/pull/326) Do not try to remove listener from an undefin…
639 - [#318](https://github.com/request/request/pull/318) Pass servername to tunneling secure socket cr…
640 - [#317](https://github.com/request/request/pull/317) Workaround for #313 (@isaacs)
641 - [#293](https://github.com/request/request/pull/293) Allow parser errors to bubble up to request (…
642 - [#290](https://github.com/request/request/pull/290) A test for #289 (@isaacs)
643 - [#280](https://github.com/request/request/pull/280) Like in node.js print options if NODE_DEBUG c…
644 - [#207](https://github.com/request/request/pull/207) Fix #206 Change HTTP/HTTPS agent when redirec…
645 - [#214](https://github.com/request/request/pull/214) documenting additional behavior of json optio…
646 - [#272](https://github.com/request/request/pull/272) Boundary begins with CRLF? (@elspoono, @timsh…
647 - [#284](https://github.com/request/request/pull/284) Remove stray `console.log()` call in multipar…
648 - [#241](https://github.com/request/request/pull/241) Composability updates suggested by issue #239…
649 - [#282](https://github.com/request/request/pull/282) OAuth Authorization header contains non-"oaut…
650 - [#279](https://github.com/request/request/pull/279) fix tests with boundary by injecting boundry …
651 - [#273](https://github.com/request/request/pull/273) Pipe back pressure issue (@mafintosh)
652 - [#268](https://github.com/request/request/pull/268) I'm not OCD seriously (@TehShrike)
653 - [#263](https://github.com/request/request/pull/263) Bug in OAuth key generation for sha1 (@nanodo…
654 - [#265](https://github.com/request/request/pull/265) uncaughtException when redirected to invalid …
655 - [#262](https://github.com/request/request/pull/262) JSON test should check for equality (@timshad…
656 - [#261](https://github.com/request/request/pull/261) Setting 'pool' to 'false' does NOT disable Ag…
657 - [#249](https://github.com/request/request/pull/249) Fix for the fix of your (closed) issue #89 wh…
658 - [#255](https://github.com/request/request/pull/255) multipart allow body === '' ( the empty strin…
659 - [#260](https://github.com/request/request/pull/260) fixed just another leak of 'i' (@sreuter)
660 - [#246](https://github.com/request/request/pull/246) Fixing the set-cookie header (@jeromegn)
661 - [#243](https://github.com/request/request/pull/243) Dynamic boundary (@zephrax)
662 - [#240](https://github.com/request/request/pull/240) don't error when null is passed for options (…
663 - [#211](https://github.com/request/request/pull/211) Replace all occurrences of special chars in R…
664 - [#224](https://github.com/request/request/pull/224) Multipart content-type change (@janjongboom)
665 - [#217](https://github.com/request/request/pull/217) need to use Authorization (titlecase) header …
666 - [#203](https://github.com/request/request/pull/203) Fix cookie and redirect bugs and add auth sup…
667 - [#199](https://github.com/request/request/pull/199) Tunnel (@isaacs)
668 - [#198](https://github.com/request/request/pull/198) Bugfix on forever usage of util.inherits (@is…
669 - [#197](https://github.com/request/request/pull/197) Make ForeverAgent work with HTTPS (@isaacs)
670 - [#193](https://github.com/request/request/pull/193) Fixes GH-119 (@goatslacker)
671 - [#188](https://github.com/request/request/pull/188) Add abort support to the returned request (@i…
672 - [#176](https://github.com/request/request/pull/176) Querystring option (@csainty)
673 - [#182](https://github.com/request/request/pull/182) Fix request.defaults to support (uri, options…
674 - [#180](https://github.com/request/request/pull/180) Modified the post, put, head and del shortcut…
675 - [#179](https://github.com/request/request/pull/179) fix to add opts in .pipe(stream, opts) (@subs…
676 - [#177](https://github.com/request/request/pull/177) Issue #173 Support uri as first and optional …
677 - [#170](https://github.com/request/request/pull/170) can't create a cookie in a wrapped request (d…
678 - [#168](https://github.com/request/request/pull/168) Picking off an EasyFix by adding some missing…
679 - [#161](https://github.com/request/request/pull/161) Fix cookie jar/headers.cookie collision (#125…
680 - [#162](https://github.com/request/request/pull/162) Fix issue #159 (@dpetukhov)
681 - [#90](https://github.com/request/request/pull/90) add option followAllRedirects to follow post/pu…
682 - [#148](https://github.com/request/request/pull/148) Retry Agent (@thejh)
683 - [#146](https://github.com/request/request/pull/146) Multipart should respect content-type if prev…
684 - [#144](https://github.com/request/request/pull/144) added "form" option to readme (@petejkim)
685 - [#133](https://github.com/request/request/pull/133) Fixed cookies parsing (@afanasy)
686 - [#135](https://github.com/request/request/pull/135) host vs hostname (@iangreenleaf)
687 - [#132](https://github.com/request/request/pull/132) return the body as a Buffer when encoding is …
688 - [#112](https://github.com/request/request/pull/112) Support using a custom http-like module (@jhs)
689 - [#104](https://github.com/request/request/pull/104) Cookie handling contains bugs (@janjongboom)
690 - [#121](https://github.com/request/request/pull/121) Another patch for cookie handling regression …
691 - [#117](https://github.com/request/request/pull/117) Remove the global `i` (@3rd-Eden)
692 - [#110](https://github.com/request/request/pull/110) Update to Iris Couch URL (@jhs)
693 - [#86](https://github.com/request/request/pull/86) Can't post binary to multipart requests (@kkaef…
694 - [#105](https://github.com/request/request/pull/105) added test for proxy option. (@dominictarr)
695 - [#102](https://github.com/request/request/pull/102) Implemented cookies - closes issue 82: https:…
696 - [#97](https://github.com/request/request/pull/97) Typo in previous pull causes TypeError in non-0…
697 - [#96](https://github.com/request/request/pull/96) Authless parsed url host support (@isaacs)
698 - [#81](https://github.com/request/request/pull/81) Enhance redirect handling (@danmactough)
699 - [#78](https://github.com/request/request/pull/78) Don't try to do strictSSL for non-ssl connectio…
700 - [#76](https://github.com/request/request/pull/76) Bug when a request fails and a timeout is set (…
701 - [#70](https://github.com/request/request/pull/70) add test script to package.json (@isaacs, @ahec…
702 - [#73](https://github.com/request/request/pull/73) Fix #71 Respect the strictSSL flag (@isaacs)
703 - [#69](https://github.com/request/request/pull/69) Flatten chunked requests properly (@isaacs)
704 - [#67](https://github.com/request/request/pull/67) fixed global variable leaks (@aheckmann)
705 - [#66](https://github.com/request/request/pull/66) Do not overwrite established content-type heade…
706 - [#53](https://github.com/request/request/pull/53) Parse json: Issue #51 (@benatkin)
707 - [#45](https://github.com/request/request/pull/45) Added timeout option (@mbrevoort)
708 - [#35](https://github.com/request/request/pull/35) The "end" event isn't emitted for some response…
709 - [#31](https://github.com/request/request/pull/31) Error on piping a request to a destination (@to…