aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus
Commit message (Expand)AuthorAgeFilesLines
...
| * | Move the redundant sync from shutdown to where it is required in sync.Henning Baldersheim2017-09-271-1/+1
| * | Assert that task is accepted.Henning Baldersheim2017-09-271-1/+2
| * | Also reply in the thread pool.Henning Baldersheim2017-09-271-1/+1
| * | Also reply in the thread pool.Henning Baldersheim2017-09-272-1/+10
| * | Do the sending in a thread pool too.Henning Baldersheim2017-09-271-3/+5
* | | Merge pull request #3543 from vespa-engine/balder/java-mbus-handle-incoming-d...Henning Baldersheim2017-09-272-3/+15
|\ \ \ | |/ / |/| |
| * | Use the threadpool for handling incomming requests and replies.Henning Baldersheim2017-09-262-3/+15
* | | Assert that task is accepted.Henning Baldersheim2017-09-261-1/+2
* | | Need to wait until first message has arrived since there are no ordering guar...Henning Baldersheim2017-09-261-0/+1
* | | Ensure we get to drain everything.Henning Baldersheim2017-09-261-1/+2
* | | Use threadpool also for RequestDoneHenning Baldersheim2017-09-262-0/+6
* | | Start with 4 threads. Also mention all captures instead of &Henning Baldersheim2017-09-262-2/+2
* | | Use multiple threads for mbus invokeHenning Baldersheim2017-09-264-20/+37
|/ /
* / Ensure that we do not compress uncompressible stuff. The factory is in range ...Henning Baldersheim2017-09-251-1/+1
|/
* Version 6.149 is using new compressed protocol.Henning Baldersheim2017-09-212-6/+6
* Merge branch 'balder/mbus-transported-with-headers-and-body-in-slime' of gith...Henning Baldersheim2017-09-211-1/+3
|\
| * Add test for past and future versions too.Henning Baldersheim2017-09-201-1/+3
* | Version 6.149 is using new compressed protocol.Henning Baldersheim2017-09-212-5/+6
|/
* New protocol start with 6.148Henning Baldersheim2017-09-202-3/+17
* Update and test among all version transitions that we are aware of.Henning Baldersheim2017-09-203-76/+51
* This add slime encoding of headers for future TLS usage,Henning Baldersheim2017-09-1953-900/+1664
* Revert "- Use C++11 for loops."Henning Baldersheim2017-09-1953-1664/+900
* Merge pull request #3238 from vespa-engine/balder/mbus-transported-with-slime-2Henning Baldersheim2017-09-1953-900/+1664
|\
| * Follow up on @havardpe comments.Henning Baldersheim2017-09-192-2/+3
| * body has moved to last 3 parameters.Henning Baldersheim2017-09-151-4/+4
| * body has moved to last 3 parameters.Henning Baldersheim2017-09-151-8/+8
| * Add support for headers.Henning Baldersheim2017-09-151-11/+28
| * Headers are normally considered to come before body...Henning Baldersheim2017-09-151-23/+24
| * Also send auxillary headers separate from the body.Henning Baldersheim2017-09-152-10/+24
| * NULL -> nullptrHenning Baldersheim2017-09-1518-71/+71
| * ReindentHenning Baldersheim2017-09-151-14/+13
| * respons -> responseHenning Baldersheim2017-09-152-3/+3
| * Update comment to be in sync with code.Henning Baldersheim2017-09-151-1/+1
| * createReponse -> createResponseHenning Baldersheim2017-09-153-4/+4
| * - Use C++11 for loops.Henning Baldersheim2017-08-2839-820/+1552
* | Reduce need to rename config definition files in post install step.Tor Egge2017-09-181-1/+1
* | Revert "Revert "version in def files are deprecated""Harald Musum2017-08-301-1/+0
* | Revert "version in def files are deprecated"Harald Musum2017-08-301-0/+1
* | version in def files are deprecatedHarald Musum2017-08-301-1/+0
|/
* Move shared_ptrs when possible.Henning Baldersheim2017-08-241-1/+0
* All you need is make_string.Henning Baldersheim2017-08-238-46/+31
* Use std::atomic all over and completely get rid of homegrown atomics.Henning Baldersheim2017-08-113-12/+9
* Also remove method declaration.Henning Baldersheim2017-07-251-10/+0
* Outch, first -> secondHenning Baldersheim2017-07-251-1/+1
* Ensure that the structures we are updating are safe for multithreaded access.Henning Baldersheim2017-07-252-20/+34
* No SP for getProtocolHenning Baldersheim2017-07-257-27/+22
* using vespalib::make_stringHenning Baldersheim2017-07-246-18/+23
* Avoid temporaries and move string construction outside lock.Henning Baldersheim2017-07-241-5/+4
* make_vespa_string -> make_string.Henning Baldersheim2017-07-242-35/+26
* make_vespa_string -> make_string.Henning Baldersheim2017-07-242-23/+16