aboutsummaryrefslogtreecommitdiffstats
path: root/fbench
Commit message (Collapse)AuthorAgeFilesLines
* use crypto engine and sync crypto socket in http clientHåvard Pettersen2018-10-128-33/+70
|
* set up crypto engine based on command line parametersHåvard Pettersen2018-10-112-3/+90
|
* fix minor usage inconsistenciesHåvard Pettersen2018-10-111-2/+2
|
* depend on dynamic fastos and vespalibHåvard Pettersen2018-10-103-2/+6
|
* Use fallthrough attributes.Tor Egge2018-05-271-1/+1
|
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-183-2/+3
|
* Include only what you need.Henning Baldersheim2017-08-187-11/+21
|
* Use syntax that works for both gcc 7 and gcc 6.Henning Baldersheim2017-07-241-1/+1
|
* Add [[falltrhough]] for gcc 7Henning Baldersheim2017-07-241-1/+2
|
* Merge pull request #2785 from yahoo/bratseth/update-copyright-headers-2Henning Baldersheim2017-06-1438-38/+38
|\ | | | | Update copyright headers
| * Update copyright headersJon Bratseth2017-06-1438-38/+38
| |
* | Merge pull request #2782 from yahoo/toregge/rename-fbench-programs-furtherGeir Storli2017-06-146-11/+11
|\ \ | |/ |/| Rename vespa-geturl to vespa-fbench-geturl.
| * Rename vespa-geturl to vespa-fbench-geturl.Tor Egge2017-06-146-11/+11
| | | | | | | | Rename vespa-resultfilter.pl to vespa-fbench-result-filter.pl.
* | Revert "Update copyright headers"Jon Bratseth2017-06-1438-38/+38
|/
* Update copyright headersJon Bratseth2017-06-1438-38/+38
|
* Revert "Copyright header"Jon Bratseth2017-06-1338-38/+38
|
* Copyright headerJon Bratseth2017-06-1338-38/+38
|
* Adjust renaming: vespa-fbench-filterfile ==> vespa-fbench-filter-file.Tor Egge2017-06-094-7/+7
|
* Rename fbench programs to have vespa- prefix.Tor Egge2017-06-0916-53/+55
| | | | Temporarily add symlinks from old name to new name.
* 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
* Use overrideHenning Baldersheim2017-04-041-6/+3
|
* Ensure that you report the correct filename when producing error message.Henning Baldersheim2016-11-091-8/+9
|
* Only name source once. Fix compile errors.Arnstein Ressem2016-11-023-2/+4
|
* Only require fastos where you actually use it and link staticallyHenning Baldersheim2016-11-0215-92/+15
|
* use cmathArne Juul2016-06-271-4/+5
| | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* balder -> baldersheim in OWNERS file.Henning Baldersheim2016-06-171-1/+1
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-3/+3
|
* PublishJon Bratseth2016-06-1550-0/+4428