summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add getRawUri()Henning Baldersheim2017-01-241-2/+2
| |
| * Add a failing unit test for consecutive slahes in uriHenning Baldersheim2017-01-241-0/+9
| |
* | Use Jetty 9.3.16Bjørn Christian Seime2017-01-241-1/+1
|/
* Add readmesHaakon Dybdahl2017-01-231-0/+1
|
* Ooof....Henning Baldersheim2017-01-161-7/+15
| | | | | - Must must concurrent resourcepool. - No point in using a resource pool when you never hand anything back ....
* Fix warningsHenning Baldersheim2017-01-131-2/+2
|
* Use a ResourcePool for SyncSession.Henning Baldersheim2017-01-131-16/+23
|
* simplify SharedSender APIArne H Juul2017-01-121-2/+5
| | | | | | | | * require ResultCallback owners to keep their own Pending number * no longer send numPending in handleReply() * remove unused remove() method * get rid of activeOwners map and associated monitor * waitForPending() now just delegates to the Pending number
* Do the costly stuff in the large threadpool, not in the single thread.Henning Baldersheim2017-01-101-2/+11
| | | | | Conflicts: vespaclient-container-plugin/src/main/java/com/yahoo/storage/searcher/GetSearcher.java
* Merge pull request #1467 from yahoo/dybdahl/destroy-sessionsHaakon Dybdahl2017-01-101-4/+27
|\ | | | | Call destroy on sessions after use.
| * Call destroy on sessions after use.Haakon Dybdahl2017-01-101-4/+27
| |
* | Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert ↵Arnstein Ressem2017-01-091-1/+1
| | | | | | | | "Balder/avoid costly notifyall in sharedsender"""""""""
* | Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Balder/avoid ↵Henning Baldersheim2017-01-081-1/+1
| | | | | | | | costly notifyall in sharedsender""""""""
* | Revert "Revert "Revert "Revert "Revert "Revert "Revert "Balder/avoid costly ↵Henning Baldersheim2017-01-081-1/+1
| | | | | | | | notifyall in sharedsender"""""""
* | Use compundname for faster processing and no need to validate non-indexed ↵Henning Baldersheim2017-01-082-10/+18
| | | | | | | | id= as long as they are ignored anyway.
* | Keep the old interface.Henning Baldersheim2017-01-071-2/+2
| |
* | Revert "Revert "Revert "Revert "Revert "Revert "Balder/avoid costly ↵Henning Baldersheim2017-01-071-2/+2
| | | | | | | | notifyall in sharedsender""""""
* | Revert "Revert "Revert "Revert "Revert "Balder/avoid costly notifyall in ↵Henning Baldersheim2017-01-071-2/+2
| | | | | | | | sharedsender"""""
* | Revert "Revert "Revert "Revert "Balder/avoid costly notifyall in ↵Henning Baldersheim2017-01-071-2/+2
| | | | | | | | sharedsender""""
* | Revert "Revert "Revert "Balder/avoid costly notifyall in sharedsender"""Henning Baldersheim2017-01-071-2/+2
| |
* | Revert "Revert "Balder/avoid costly notifyall in sharedsender""Henning Baldersheim2017-01-071-2/+2
| |
* | Revert "Balder/avoid costly notifyall in sharedsender"Henning Baldersheim2017-01-071-2/+2
| |
* | First take to avoid notifyall.Henning Baldersheim2017-01-071-2/+2
| |
* | Guard the loggingHenning Baldersheim2017-01-041-1/+1
| |
* | Only log traces on debug loglevel.Henning Baldersheim2017-01-041-1/+1
| |
* | Use logger instead of System.out.printlnHenning Baldersheim2017-01-031-1/+1
| |
* | if tracing, debug print itArne H Juul2017-01-031-0/+4
| |
* | Nonfunctional changes onlyJon Bratseth2016-12-131-3/+2
|/
* Avoid deprecation warningsJon Bratseth2016-11-184-14/+7
|
* Suppress deprecation warningsJon Bratseth2016-11-183-0/+3
|
* Revert "Revert "Deprecate XML result format and 'templates'""Jon Bratseth2016-11-182-0/+9
|
* Revert "Deprecate XML result format and 'templates'"Henning Baldersheim2016-11-182-9/+0
|
* Deprecate XML result format and 'templates'Jon Bratseth2016-11-182-0/+9
|
* Whitespace changes onlyJon Bratseth2016-11-112-5/+5
|
* Fix testHaakon Dybdahl2016-11-021-16/+8
|
* Fix detail3Haakon Dybdahl2016-11-021-1/+0
|
* Fix detail2Haakon Dybdahl2016-11-021-2/+1
|
* Fix detail.Haakon Dybdahl2016-11-021-4/+2
|
* Improve log messages.Haakon Dybdahl2016-11-021-12/+13
|
* Merge pull request #987 from yahoo/bratseth/more-deprecationsKristian Aune2016-11-011-7/+2
|\ | | | | Bratseth/more deprecations
| * Remove last traces of httpgatewayJon Bratseth2016-11-011-7/+2
| |
* | Mark for deprecationJon Bratseth2016-11-012-0/+3
|/
* Improve commentHaakon Dybdahl2016-10-271-1/+18
|
* Reject requests when overloaded.Haakon Dybdahl2016-10-271-1/+7
|
* Add container module for exteral dependeesJon Bratseth2016-10-191-0/+2
|
* Revert "Use HostName for message bus, but fix HostName to work with dev ↵Eirik Nygaard2016-10-141-1/+1
| | | | machines"
* Rename getLocalhost to getHostNameHåkon Hallingstad2016-10-131-1/+1
|
* Try to fix random port.Haakon Dybdahl2016-10-101-1/+5
|
* Make test not require port 4080 to be available.Haakon Dybdahl2016-10-071-3/+10
|
* DocumentApiApplicationtest.java -> DocumentApiApplicationTest.javaHenning Baldersheim2016-09-301-0/+0
|