Johannes Rudolph
|
b596687f8b
|
=htp #17657 fix supposedly compatible getHostString failing at runtime on Java 6
|
2015-06-05 12:34:22 +02:00 |
|
Johannes Rudolph
|
01fa9924a5
|
=htc use akka-http UA instead of spray in tests
|
2015-06-05 11:08:15 +02:00 |
|
drewhk
|
8527e0347e
|
Merge pull request #17553 from spray/w/17512-bind-parallelism
!htc move backlog and socket options to configuration in an effort to decrease API surface
|
2015-06-04 10:02:05 +02:00 |
|
Konrad Malawski
|
2a0500d918
|
Merge pull request #17637 from 2m/wip-docs-remove-stutters
=doc #17358 remove duplicates
|
2015-06-03 13:35:05 +02:00 |
|
drewhk
|
04ee9fc9e5
|
Merge pull request #17615 from drewhk/wip-17393-stream-with-serialize-messages-drewhk
!str #17393: Make stream-tests pass with serialize-messages=on
|
2015-06-02 15:13:34 +02:00 |
|
drewhk
|
9f3e52bb15
|
Merge pull request #17623 from 2m/wip-materialization-bench
=str #16290 add micro benchmarks for materialization and graph builder
|
2015-06-02 14:43:20 +02:00 |
|
Martynas Mickevičius
|
cfe4e697fa
|
=doc #17358 remove duplicates
|
2015-06-02 15:05:12 +03:00 |
|
Endre Sándor Varga
|
1dde8b3a3b
|
making http pass with serialization checks
|
2015-06-02 13:56:04 +02:00 |
|
Endre Sándor Varga
|
f4c83771bb
|
!str #17393: Make stream-tests pass with serialize-messages=on
|
2015-06-02 12:32:27 +02:00 |
|
drewhk
|
0e6694a102
|
Merge pull request #17633 from 2m/wip-buffer-drop-new
dropNew overflow strategy
|
2015-06-02 12:22:58 +02:00 |
|
Martynas Mickevičius
|
e863a9c703
|
=str #17167 drop new overflow strategy
|
2015-06-01 18:08:13 +03:00 |
|
Konrad Malawski
|
ce68659473
|
Merge pull request #17196 from ktoso/wip-splitAfter-ktoso
+str #16885 add splitAfter
|
2015-06-01 16:13:05 +02:00 |
|
drewhk
|
c59a176a84
|
Merge pull request #17506 from spray/w/16826-introduce-cookie-pairs
!htc #16826 introduce HttpCookiePair for usage in `Cookie`-header
|
2015-06-01 16:12:56 +02:00 |
|
drewhk
|
67f8e1b79d
|
Merge pull request #17544 from drewhk/wip-minor-stream-cleanups
=str: Don't use "remaining", check proper localized TCP messages
|
2015-05-29 14:19:09 +02:00 |
|
Konrad Malawski
|
d4ee5e29cd
|
Merge pull request #17602 from ktoso/wip-benchmark-http-ktoso
=ben allow http to be used in akka-bench-jmh
|
2015-05-28 20:05:21 +02:00 |
|
Konrad Malawski
|
521933fecc
|
Merge pull request #17590 from danielwegener/patch-1
=doc: Update withRangeSupport.rst reference to RFC7233
|
2015-05-28 18:45:46 +02:00 |
|
Konrad Malawski
|
5e8ff792a0
|
+str #16885 add splitAfter
Implementation is shared with splitWhen - see Split / SplitWhere
Allows for easy addition of splitWhen(x => Decision) if we'd like to
Resolves #16885
|
2015-05-28 17:32:16 +02:00 |
|
Konrad Malawski
|
cfe38386e3
|
Merge pull request #17594 from 2beaucoup/fix-http-docs
=doc fix examples of Http extension
|
2015-05-28 15:39:38 +02:00 |
|
Konrad Malawski
|
aac7c16e10
|
Merge pull request #17577 from ktoso/log-impr-ktoso
+str #17298 include stream supervisor in log() source
|
2015-05-28 15:38:54 +02:00 |
|
Konrad Malawski
|
778e6ce3d2
|
+str #17298 include stream supervisor in log() source
|
2015-05-28 15:36:49 +02:00 |
|
drewhk
|
e2eab532ab
|
Merge pull request #17552 from spray/w/fix-implicits
=htp add explicit result types to formField/parameter implicits
|
2015-05-28 12:51:13 +02:00 |
|
Johannes Rudolph
|
b2e6b650fd
|
!htc #16826 introduce HttpCookiePair for usage in Cookie-header
|
2015-05-28 12:43:45 +02:00 |
|
2beaucoup
|
90c243d0ef
|
=doc fix examples of Http extension
|
2015-05-28 10:10:58 +02:00 |
|
Daniel Wegener
|
287847acc1
|
=doc: Update withRangeSupport.rst
Linked http-bis-draft is now RFC7233
|
2015-05-27 08:57:34 +02:00 |
|
Konrad Malawski
|
43cca877fe
|
Merge pull request #17561 from plm/release-2.3-dev
=doc Correct typos in "Streaming File IO" section
|
2015-05-24 19:03:01 +02:00 |
|
Philip L. McMahon
|
9c48bd8099
|
=doc Correct typos in "Streaming File IO" section
|
2015-05-24 09:55:19 -07:00 |
|
drewhk
|
7f04234d3e
|
Merge pull request #17546 from spray/w/documentation
=doc another batch of documentation (example) fixes
|
2015-05-22 15:08:50 +02:00 |
|
Johannes Rudolph
|
c417d727da
|
=htp add explicit result types to formField/parameter implicits
Otherwise, the applicability of the implicit conversions can depend on
the order of compiler-internal loading/typing which is hardly predictable.
|
2015-05-22 14:37:21 +02:00 |
|
drewhk
|
edab520787
|
Merge pull request #17545 from drewhk/wip-17361-fuse-http-java-scala-drewhk
+str #17361: Unified http java/scala projects except marshallers
|
2015-05-22 14:32:39 +02:00 |
|
Johannes Rudolph
|
6c14af6859
|
!htc #17512 max-connections setting to limit connections accepted with bindAndHandle concurrently
|
2015-05-22 14:12:10 +02:00 |
|
Endre Sándor Varga
|
be82e85ffc
|
+str #17361: Unified http java/scala projects except marshallers
|
2015-05-22 13:51:34 +02:00 |
|
Johannes Rudolph
|
72e2e51b83
|
!htc move backlog and socket options to configuration in an effort to decrease API surface
|
2015-05-22 13:25:39 +02:00 |
|
Johannes Rudolph
|
4b256f7c1a
|
=doc another batch of documentation (example) fixes
|
2015-05-21 17:34:46 +02:00 |
|
drewhk
|
454a393af1
|
Merge pull request #17542 from drewhk/wip-17491-bump-akka-version-drewhk
+str #17491: Bump Akka version and remove Functions template
|
2015-05-21 16:07:11 +02:00 |
|
Endre Sándor Varga
|
2a2f2f075e
|
=str: Don't use "remaining", check proper localized TCP messages
|
2015-05-21 16:03:10 +02:00 |
|
Endre Sándor Varga
|
92882197a3
|
+str #17491: Bump Akka version and remove Functions template
|
2015-05-21 15:08:25 +02:00 |
|
drewhk
|
0c8d9cb522
|
Merge pull request #17467 from drewhk/wip-17464-mapConcat-iterable-drewhk
+str #1747: mapConcat accepts immutable.Iterable
|
2015-05-21 15:05:01 +02:00 |
|
drewhk
|
625d8532ee
|
Merge pull request #17538 from spray/w/documentation
Current http documentation status
|
2015-05-21 14:47:00 +02:00 |
|
Endre Sándor Varga
|
30e4a57ee0
|
+str #17464: mapConcat accepts immutable.Iterable
|
2015-05-21 14:28:09 +02:00 |
|
drewhk
|
621da87708
|
Merge pull request #17466 from drewhk/wip-17465-abrupt-termination-exception-nostack-drewhk
!str #17465: Don't create expensive exceptions for abrupt termination
|
2015-05-21 14:14:52 +02:00 |
|
Johannes Rudolph
|
fd85cac20f
|
=doc fix mentions of spray and link to magnet pattern
|
2015-05-21 13:24:57 +02:00 |
|
drewhk
|
d5b9978fee
|
Merge pull request #17503 from 2beaucoup/resource-dir-listing
=htp #17495 don't serve the content of resource directories
|
2015-05-21 13:05:03 +02:00 |
|
Endre Sándor Varga
|
3124fc3018
|
!str #17465: Don't create expensive exceptions for abrupt termination
|
2015-05-21 13:03:06 +02:00 |
|
drewhk
|
cde622a0a9
|
Merge pull request #17534 from agolubev/agolubev-#16808-DNS-lookup-branched-from-2.3
=htp #16808 fix unnecessary reverse DNS lookups for >Java1.7
|
2015-05-21 11:57:15 +02:00 |
|
Johannes Rudolph
|
546936146b
|
=doc fixed example compile errors either by fixing files or commenting them for now
|
2015-05-21 10:53:37 +02:00 |
|
Mathias
|
20759e1b34
|
=doc Significantly extend HTTP documentation with new content and ports from spray docs
|
2015-05-21 10:53:24 +02:00 |
|
Alexander Golubev
|
93741e5b33
|
=htp #16808 fix unnecessary reverse DNS lookups for >Java1.7
|
2015-05-20 16:54:10 -04:00 |
|
drewhk
|
6149b328a0
|
Merge pull request #17502 from spray/w/small-assorted-http-changes
Assorted http changes
|
2015-05-20 13:45:11 +02:00 |
|
drewhk
|
d1f83ab47b
|
Merge pull request #17529 from spray/w/17494-fix-ws-interpreter-leak
=htc #17494 fix interpreter leak due to unsubscribed websocket handler hole
|
2015-05-20 11:35:54 +02:00 |
|
drewhk
|
b31393e787
|
Merge pull request #17367 from spray/w/17348-ignore-extra-LastChunk
=htc #17348 don't render extra LastChunk at the and of Chunked entity
|
2015-05-20 10:56:28 +02:00 |
|