Commit graph

14 commits

Author SHA1 Message Date
Viktor Klang (√)
291f0d5c87 Merge pull request #1242 from drewhk/wip-3025-nodelay-default-drewhk
Set TCPNODELAY as default.
2013-03-15 04:18:11 -07:00
Endre Sándor Varga
7804df7743 Updated documentation 2013-03-15 11:08:42 +01:00
2beaucoup
565f3ce571 some IO doc fixes 2013-03-14 14:24:40 +01:00
Roland
637e5c7863 clarify sender in preRestart, see #2509
also remove one warning about io-old.rst not being included in any
toctree
2013-02-22 14:47:51 +01:00
Endre Sándor Varga
d50833bc7e Removed TOC for old IO in the new docs. Reported by rit. 2013-02-21 16:07:02 +01:00
Rich Dougherty
3f31015091 Edit of I/O docs. Fixes #3047 2013-02-18 13:02:46 +13:00
Roland
d71a541596 IO layer: add Java API and docs for TCP 2013-02-15 13:11:34 +01:00
Patrik Nordwall
9b5356f58c Correct link in io docs 2013-02-14 08:29:54 +01:00
Endre Sándor Varga
32d1a0072b SimpleSender now works with the companion object 2013-02-12 13:08:41 +01:00
Endre Sándor Varga
63264e847a Second iteration of documentation
- Added basic UDP and TCP sections
2013-02-10 18:34:29 +01:00
Endre Sándor Varga
bddcf9ba8c First iteration of documentation 2013-02-10 16:46:59 +01:00
Patrik Nordwall
dea3ea843f DOCS: corr then -> than, see #2757 2012-12-05 13:51:03 +01:00
Roland
ca75bbc2a0 say "IO support" in docs (avoid "module") 2012-09-24 11:51:21 +02:00
Roland
9bc01ae265 add preprocessor for RST docs, see #2461 and #2431
The idea is to filter the sources, replacing @<var>@ occurrences with
the mapping for <var> (which is currently hard-coded). @@ -> @. In order
to make this work, I had to move the doc sources one directory down
(into akka-docs/rst) so that the filtered result could be in a sibling
directory so that relative links (to _sphinx plugins or real code) would
continue to work.

While I was at it I also changed it so that WARNINGs and ERRORs are not
swallowed into the debug dump anymore but printed at [warn] level
(minimum).

One piece of fallout is that the (online) html build is now run after
the normal one, not in parallel.
2012-09-21 13:58:47 +02:00
Renamed from akka-docs/scala/io.rst (Browse further)