aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Nonfunctional changes onlyJon Bratseth2018-12-134-33/+18
|
* GC unused imports.Henning Baldersheim2018-10-251-2/+0
|
* Revert "Balder/send in own thread"Henning Baldersheim2018-10-242-10/+39
|
* Move ThreadedFeedAccess out as independent class.Henning Baldersheim2018-10-241-1/+1
|
* Do not remove public methods.Henning Baldersheim2018-10-231-1/+9
|
* Remove redundant code.Henning Baldersheim2018-10-221-14/+6
|
* Just send in own thread.Henning Baldersheim2018-10-221-34/+5
|
* return after discard.Henning Baldersheim2018-10-221-0/+1
|
* Fix spelling errors.Henning Baldersheim2018-10-221-2/+2
|
* To avoid replies being affected by send use 2 threads.Henning Baldersheim2018-10-191-9/+17
|
* Minor fixesJon Bratseth2018-10-141-1/+1
|
* Remove unused and deprecated error codeHarald Musum2018-09-131-6/+0
|
* Nonfunctional changes onlyJon Bratseth2018-09-071-2/+2
|
* Send global constantsJon Bratseth2018-09-063-17/+18
|
* Fix author tag for SimonBjørn Christian Seime2018-07-0565-65/+65
|
* Reorganize code, no functional changeJon Bratseth2018-05-021-1/+3
|
* Remove finalizers from MessageBus componentsTor Brede Vekterli2018-02-238-90/+0
| | | | Finalizers are deprecated and not deterministic
* Nonfunctional changes onlyJon Bratseth2017-10-261-1/+2
|
* Give more information on routing error.Henning Baldersheim2017-10-261-1/+1
|
* Add newline for visual pleasure.Henning Baldersheim2017-10-251-0/+2
|
* Expose underlying errors.Henning Baldersheim2017-10-251-11/+18
|
* Merge branch 'master' into balder/remove-searchxxxpolicyHenning Baldersheim2017-10-171-2/+0
|\
| * remove OOS remnantsArne Juul2017-10-171-2/+0
| |
| * Fully remove OOS stuff from java too.Henning Baldersheim2017-10-163-77/+3
| |
| * Remove some java OSS stuff too.Henning Baldersheim2017-10-164-447/+0
| |
* | remove long gone SearchRow and SearchColumn policies.Henning Baldersheim2017-10-171-1/+3
| |
* | Fully remove OOS stuff from java too.Henning Baldersheim2017-10-173-77/+3
| |
* | Remove some java OSS stuff too.Henning Baldersheim2017-10-174-447/+0
|/
* Use the threadpool for handling incomming requests and replies.Henning Baldersheim2017-09-262-3/+15
|
* Ensure that we do not compress uncompressible stuff. The factory is in range ↵Henning Baldersheim2017-09-251-1/+1
| | | | 0.0 to 1.0
* Version 6.149 is using new compressed protocol.Henning Baldersheim2017-09-211-1/+1
|
* New protocol start with 6.148Henning Baldersheim2017-09-201-2/+2
|
* This add slime encoding of headers for future TLS usage,Henning Baldersheim2017-09-194-270/+594
| | | | | and slime encoded body containing normal mbus payload. Both supporting compression.
* Revert "- Use C++11 for loops."Henning Baldersheim2017-09-194-594/+270
|
* Merge pull request #3238 from vespa-engine/balder/mbus-transported-with-slime-2Henning Baldersheim2017-09-194-270/+594
|\ | | | | - Use C++11 for loops.
| * body has moved to last 3 parameters.Henning Baldersheim2017-09-151-4/+4
| |
| * Add support for headers.Henning Baldersheim2017-09-151-11/+28
| |
| * 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-284-270/+577
| | | | | | | | | | | | | | - Detangle some includes and include what you need. - Refactor to subclass to avoid code duplication. - Add config for compression too. - V1 up to 142, V2 above.
* | 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
|/
* Update copyright headersJon Bratseth2017-06-14104-104/+104
|
* Revert "Update copyright headers"Jon Bratseth2017-06-14104-104/+104
|
* Update copyright headersJon Bratseth2017-06-14104-104/+104
|
* Merge pull request #2770 from yahoo/bratseth/remove-carriage-returnTor Egge2017-06-145-5/+5
|\ | | | | Remove carriage return
| * Remove carriage returnJon Bratseth2017-06-145-5/+5
| |
* | Merge pull request #2747 from ↵Henning Baldersheim2017-06-142-1/+6
|\ \ | |/ |/| | | | | yahoo/balder/add-some-more-debug-information-in-case-of-error-and-avoid-potential-nullptr-exception Avoid potential NullPtrException and add some more information in cas…
| * Avoid potential NullPtrException and add some more information in case ↵Henning Baldersheim2017-06-132-1/+6
| | | | | | | | something odd happens.