summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* simplify newline addingArne H Juul2017-05-101-9/+11
| | | | also, account for space for full URL to follow
* put newline between content linesArne H Juul2017-05-101-6/+10
|
* only write content if usePost is trueArne H Juul2017-05-091-1/+1
|
* fix double-counting in getContent()Arne H Juul2017-05-091-10/+9
|
* only send Content-Length for POSTArne H Juul2017-05-091-10/+9
|
* refactor nextUrl()Arne H Juul2017-05-092-29/+43
|
* move _linebuf out of UrlReader againArne H Juul2017-05-092-25/+16
|
* FindNewline -> FindNextLineArne H Juul2017-05-093-5/+5
|
* refactor loop for url readingArne H Juul2017-05-091-32/+30
|
* let UrlReader own line and content buffersArne H Juul2017-05-092-24/+31
|
* make _restarts count upwardsArne H Juul2017-05-091-7/+7
|
* fix FileReader bugsArne H Juul2017-05-092-12/+6
| | | | | | | | * Reset() and SetFilePos() should flush old buffer * make GetFilePos() work immediately after SetFilePos() * refactor Reset() to use SetFilePos() * refactor FindNewLine() to use GetFilePos() * remove useless GetBufPos()
* merge Fetch and PostArne H Juul2017-05-083-162/+24
|
* super ugly add post modeArne H Juul2017-05-088-41/+307
| | | | * also, fix some logic with byte offsets and -r option
* Merge pull request #2391 from ↵Henning Baldersheim2017-05-0419-10/+46
|\ | | | | | | | | yahoo/geirst/make-searchcore-compile-without-optimizations Make searchcore compile without optimizations (-Og).
| * Make searchcore compile without optimizations (-Og).Geir Storli2017-05-0419-10/+46
| |
* | Merge pull request #2388 from ↵Henning Baldersheim2017-05-046-24/+24
|\ \ | | | | | | | | | | | | yahoo/balder/ensure-config-is-available-before-trying-to-create-components Balder/ensure config is available before trying to create components
| * | incompleteConfig -> isConfigComplete and invert logic and move to Main.Henning Baldersheim2017-05-041-7/+6
| | |
| * | Whitespace ++Henning Baldersheim2017-05-043-7/+7
| | |
| * | Ensure that we have gotten config at least once before starting up.Henning Baldersheim2017-05-044-15/+16
| | |
* | | Merge pull request #2395 from yahoo/revert-2382-bratseth/prefer-lowest-costHenning Baldersheim2017-05-046-9/+71
|\ \ \ | | | | | | | | Revert "Prefer lower cost nodes over even distribution"
| * | | Revert "Prefer lower cost nodes over even distribution"Henning Baldersheim2017-05-046-9/+71
|/ / /
* | | Merge pull request #2382 from yahoo/bratseth/prefer-lowest-costJon Bratseth2017-05-046-71/+9
|\ \ \ | | | | | | | | Prefer lower cost nodes over even distribution
| * | | Prefer lower cost nodes over even distributionJon Bratseth2017-05-036-71/+9
| | | |
* | | | Merge pull request #2393 from ↵Jon Bratseth2017-05-043-37/+18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | yahoo/revert-2390-hakon/bootstrap-local-java-builds Revert "Bootstrap local Java builds"
| * | | | Revert "Bootstrap local Java builds"Arnstein Ressem2017-05-043-37/+18
|/ / / /
* | | | Merge pull request #2390 from yahoo/hakon/bootstrap-local-java-buildsJon Bratseth2017-05-043-18/+37
|\ \ \ \ | | | | | | | | | | Bootstrap local Java builds
| * | | | Ignore vespa-hadoop/dependency-reduced-pom.xmlHåkon Hallingstad2017-05-042-401/+1
| | | | |
| * | | | Bootstrap local Java buildsHåkon Hallingstad2017-05-043-18/+437
| | |/ / | |/| |
* | | | Merge pull request #2389 from ↵Arnstein Ressem2017-05-044-4/+4
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | yahoo/aressem/dont-use-relative-path-for-generated-config Must give path for configs to build out of source and to build in CLion.
| * | | Must give path for configs to build out of source and to build in CLion.Arnstein Ressem2017-05-044-4/+4
| |/ /
* | | Merge pull request #2387 from yahoo/arnej/reindent-fastlibArne H Juul2017-05-0458-7657/+7559
|\ \ \ | |/ / |/| | Arnej/reindent fastlib
| * | remove some useless @version and @file commentsArne H Juul2017-05-0417-46/+1
| | |
| * | fix author fieldsArne H Juul2017-05-0416-36/+36
| | |
| * | reindentArne H Juul2017-05-0457-7580/+7527
| | |
* | | Merge pull request #2386 from ↵Henning Baldersheim2017-05-041-0/+8
|\ \ \ | | | | | | | | | | | | | | | | yahoo/geirst/re-introduce-wipeoldremovedfields-in-proton-cfg Re-introduce wipeoldremovedfieldsinterval+age to avoid breaking stagi…
| * | | Re-introduce wipeoldremovedfieldsinterval+age to avoid breaking staging tests.Geir Storli2017-05-041-0/+8
|/ / /
* | | Merge pull request #2384 from ↵Harald Musum2017-05-043-5/+15
|\ \ \ | | | | | | | | | | | | | | | | yahoo/hakon/correctly-extract-cluster-controller-index-from-standalone-cluster-controller Correctly extract cluster controller index from standalone cluster controller
| * | | Make TestUtil generate correct config ID for cluster controller, take 2Håkon Hallingstad2017-05-041-1/+1
| | | |
| * | | Make TestUtil generate correct config ID for cluster controllerHåkon Hallingstad2017-05-041-1/+1
| | | |
| * | | Correctly extract cluster controller index from standalone cluster controllerHåkon Hallingstad2017-05-042-4/+14
| | | |
* | | | Merge pull request #2372 from ↵Geir Storli2017-05-048-77/+223
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | yahoo/geirst/add-more-proton-tuning-based-on-node-flavor Geirst/add more proton tuning based on node flavor
| * | | | Use default builders directly to avoid replacing previous changes done by ↵Geir Storli2017-05-031-13/+6
| | | | | | | | | | | | | | | | | | | | other producers of proton config.
| * | | | Use default builders directly to avoid replacing previous changes done by ↵Geir Storli2017-05-031-43/+33
| | | | | | | | | | | | | | | | | | | | other producers of proton config.
| * | | | Ensure that explicit proton tuning have precedence over default node flavor ↵Geir Storli2017-05-036-29/+89
| | | | | | | | | | | | | | | | | | | | tuning.
| * | | | Tune flush strategy tls size based on available disk.Geir Storli2017-05-032-12/+39
| | | | |
| * | | | Tune flush strategy memory limits based on available memory.Geir Storli2017-05-032-11/+34
| | | | |
| * | | | Tune document store maxfilesize based on available memory.Geir Storli2017-05-032-2/+55
| | | | |
* | | | | Merge pull request #2339 from ↵Geir Storli2017-05-041-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | yahoo/geirst/make-struct-builders-public-in-config-builders Make struct builders public.
| * | | | Make struct builders public.Geir Storli2017-05-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change, a new struct builder had to be created to set values on the builder. Then this builder was set on the toplevel config builder, replacing the previous struct builder and any changes already done. Now however, it is possible to set only a subset of values on a default constructed struct builder without affecting any previous changes.