Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.4.2.1
/
pkg
/
http
tag
f801584f98f670e92ef8acb74f235c145411c7d6
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
7ac5d13c8ea941ae7ada9bbfe64bc1572e9f0776
0.4.2.1
f85fa4f
Make argument to StringSink.writeln optional.
by floitsch@google.com
· 12 years ago
a9a8d42
Add a SafeHttpServer shim to work around issue 9140.
by nweiz@google.com
· 12 years ago
bead146
Renamed StreamSink to EventSink. Renamed signalError to addError.
by lrn@google.com
· 13 years ago
b609684
Make IOSink implement StringSink
by sgjesse@google.com
· 13 years ago
ff47888
Make instances of HeaderValue and ContentType immutable
by sgjesse@google.com
· 13 years ago
a903dfd
Remove the wrapStream workaround for issue 8310.
by nweiz@google.com
· 13 years ago
2846493
Fix the pkg/http multipart test to avoid a race condition.
by nweiz@google.com
· 13 years ago
755454d
Fix the pkg/http multipart tests.
by nweiz@google.com
· 13 years ago
1ac65e0
Add a change for r19194 that got eaten in a merge.
by nweiz@google.com
· 13 years ago
63a8d12
Change MultipartFile.fromFile to MultipartFile.fromPath in pkg/http.
by nweiz@google.com
· 13 years ago
f28a7cb
Revert "Change MultipartFile.fromFile to MultipartFile.fromPath in pkg/http."
by nweiz@google.com
· 13 years ago
e575394
Change MultipartFile.fromFile to MultipartFile.fromPath in pkg/http.
by nweiz@google.com
· 13 years ago
0a10733
Remove wrapInputStream and wrapOutputStream from pkg/http.
by nweiz@google.com
· 13 years ago
4eb2c68
Fix a dartc error for pkg/http/multipart_test.
by nweiz@google.com
· 13 years ago
6b4f4b1
Change new List(n) to return fixed length list.
by lrn@google.com
· 13 years ago
3c0ac36
Remove deprecated string features.
by lrn@google.com
· 13 years ago
488b016
Merge IO v2 branch to bleeding edge
by sgjesse@google.com
· 13 years ago
ecce8a6
Remove deprecated Strings class.
by floitsch@google.com
· 13 years ago
03f5a66
Recommit changing List.skip/take/revert returns Iterable and remove mappedBy.
by lrn@google.com
· 13 years ago
0e0473d
Unbreak pub:
by rnystrom@google.com
· 13 years ago
0672317
Remove deprecated mappedBy.
by floitsch@google.com
· 13 years ago
ad839e6
Revert "Remove deprecated mappedBy."
by floitsch@google.com
· 13 years ago
b371007
Remove deprecated mappedBy.
by floitsch@google.com
· 13 years ago
cb10990e
Remove Sink and move CollectionSink to async.
by floitsch@google.com
· 13 years ago
dbb72ee
Get the pub oauth2 test passing locally.
by nweiz@google.com
· 13 years ago
cb1bff1
Revert "Remove Sink and move CollectionSink to async."
by floitsch@google.com
· 13 years ago
02f6b18
Remove Sink and move CollectionSink to async.
by floitsch@google.com
· 13 years ago
18d274d
Use the dart:async Stream API thoroughly in Pub.
by nweiz@google.com
· 13 years ago
9b23dff
Reapply "Rename mappedBy to map."
by lrn@google.com
· 13 years ago
b1a118d
Revert "Rename mappedBy to map."
by floitsch@google.com
· 13 years ago
0dc2f4b
Rename mappedBy to map.
by lrn@google.com
· 13 years ago
8be5207
Roll back Pub stream changes.
by nweiz@google.com
· 13 years ago
d56994e
Use the dart:async Stream API thoroughly in Pub.
by nweiz@google.com
· 13 years ago
b2a1303
Always treat headers as individual strings in pkg/http.
by nweiz@google.com
· 13 years ago
aeca565
Fix build for throwsStateError: remove duplicate definitions in other tests.
by sigmund@google.com
· 13 years ago
ed938af
Rename new Uri.fromString to Uri.parse.
by floitsch@google.com
· 13 years ago
a885f86
Fix map literals from change 17410
by hausner@google.com
· 13 years ago
dc3bf66
Stop supporting map literals with 1 type argument
by hausner@google.com
· 13 years ago
03244ff
Stop treating StreamController as a Stream.
by nweiz@google.com
· 13 years ago
013b010
Add an ErrorGroup class to Pub.
by nweiz@google.com
· 13 years ago
ef13a08
Make StreamController's unnamed constructor create a single-sub stream.
by lrn@google.com
· 13 years ago
0109fd9
No longer work around issue 7761.
by nweiz@google.com
· 13 years ago
4868ee2
Remove Futures class, move methods to Future.
by lrn@google.com
· 13 years ago
fcff2fb
Fix ALL the pub tests.
by nweiz@google.com
· 13 years ago
5741f61
Update pkg/http to use the new async APIs.
by nweiz@google.com
· 13 years ago
021b643
Commit Martin's patch for pub + lib_v2.
by rnystrom@google.com
· 13 years ago
feda65b
Update tests for pkg/http for new library
by sgjesse@google.com
· 13 years ago
32eeecd
Fix tests for VM in checked mode.
by ajohnsen@google.com
· 13 years ago
4a7dfd2
Big merge from experimental to bleeding edge.
by floitsch@google.com
· 13 years ago
ac04fc6
Convert pkg/http to use "package:" imports.
by rnystrom@google.com
· 13 years ago
205f8ee
Use a semicolon as the separator for multipart form-data requests.
by nweiz@google.com
· 13 years ago
7e293aa
Reapply "Fix URI encoding/decoding of + and space""
by sgjesse@google.com
· 13 years ago
beaf023
Change the HTTP Content-Length handling
by sgjesse@google.com
· 13 years ago
de54a75
Code review change for r16238.
by nweiz@google.com
· 13 years ago
319d50e
Make request_test wait for its results.
by floitsch@google.com
· 13 years ago
a8eb61f
Fix analyzer errors and warnings for pkg/http.
by nweiz@google.com
· 13 years ago
93514a3
Reapply "Stop working around issue 6984."
by sgjesse@google.com
· 13 years ago
89dbb7b
Add "toString()" to BaseRequest.
by rnystrom@google.com
· 13 years ago
e3bc775
Revert "Add logging system to pub and sprinkle some logging in."
by rnystrom@google.com
· 13 years ago
578c415
Add logging system to pub and sprinkle some logging in.
by rnystrom@google.com
· 13 years ago
29318c2
Revert "Stop working around issue 6984."
by nweiz@google.com
· 13 years ago
01dd8fc
Stop working around issue 6984.
by nweiz@google.com
· 13 years ago
1855849
No longer work around issue 7013 and 7014 in pkg/http.
by nweiz@google.com
· 13 years ago
33abe0e
Add authors and homepages to packages.
by dgrove@google.com
· 13 years ago
5c7323f
Keep around a copy of the http.Request that triggered each Response.
by nweiz@google.com
· 13 years ago
2c1d51d
Make pkg/http use HttpClient.shutdown(force: true).
by nweiz@google.com
· 13 years ago
558ffd1
Work around issue 6984.
by nweiz@google.com
· 13 years ago
295a066
Use Futures.forEach in http.
by nweiz@google.com
· 13 years ago
06e7344
Make #maxRedirects and #followRedirects work for the dart:io HTTP client.
by nweiz@google.com
· 13 years ago
7805f03
Generate an error for active connections when the HTTP client is shutdown
by sgjesse@google.com
· 13 years ago
70e056e
Refactor http.Client and http.BaseClient to allow http.Client in type annotations.
by nweiz@google.com
· 13 years ago
f4e557d
Move CurlClient to Pub so that it can access resources.
by nweiz@google.com
· 13 years ago
f1624e4
Make the HTTP MockClient work with GET requests.
by nweiz@google.com
· 13 years ago
ab69873
Make RegExp constructor non-const.
by ajohnsen@google.com
· 13 years ago
ec9fee9
"Reverting 14829-14832"
by ajohnsen@google.com
· 13 years ago
8dc3edd
Make RegExp's constructor non-const.
by ajohnsen@google.com
· 13 years ago
47393b6
Add an HTTP client based on Curl.
by nweiz@google.com
· 13 years ago
7058600
Add a multipart HTTP request class.
by nweiz@google.com
· 13 years ago
ada7ba7
Add debug print to try to find the issue with test pkg/http/test/request_test.dart
by sgjesse@google.com
· 13 years ago
64c2c67
Add a mock HTTP client class.
by nweiz@google.com
· 13 years ago
549efe3
Add an HTTP library that wraps dart:io.
by nweiz@google.com
· 13 years ago
e6a33d2
Reverting 14496
by nweiz@google.com
· 13 years ago
f6f3e1d
Add an HTTP library that wraps dart:io.
by nweiz@google.com
· 13 years ago