summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Deinline destructors/constructorsHenning Baldersheim2017-03-0830-454/+604
* Align members.Henning Baldersheim2017-03-081-1/+1
* gc includesHenning Baldersheim2017-03-081-7/+6
* deinline large destructorsHenning Baldersheim2017-03-0832-240/+337
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-08163-829/+1493
* Specify destructors explicit to control inlining.Henning Baldersheim2017-03-0838-107/+224
* Merge pull request #1927 from yahoo/balder/put-typeid-and-bufferr-close-to-re...Henning Baldersheim2017-03-0810-634/+306
|\
| * Use a public interface for testing.Henning Baldersheim2017-03-043-24/+18
| * Inline very frequently used get method.Henning Baldersheim2017-03-042-38/+22
| * - override, code unification.Henning Baldersheim2017-03-044-358/+160
| * Align code and GC some unused code.Henning Baldersheim2017-03-045-49/+31
| * Put the 2 small words together at the front. They will then be located closer...Henning Baldersheim2017-03-045-168/+78
* | Merge pull request #1965 from yahoo/gjoranv/add-headers-to-request-viewJon Bratseth2017-03-084-4/+103
|\ \
| * | Extract helper method to improve legibility.gjoranv2017-03-081-8/+11
| * | Allow retrieving headers from response filters, via RequestView.gjoranv2017-03-084-4/+100
* | | Merge pull request #1966 from yahoo/balder/remove-unused-_attrcontextHenning Baldersheim2017-03-082-23/+9
|\ \ \
| * | | member _attrCtx is no longer used.Henning Baldersheim2017-03-082-23/+9
* | | | Merge pull request #1928 from yahoo/balder/optimise-andnotHenning Baldersheim2017-03-0825-146/+379
|\ \ \ \ | |/ / / |/| | |
| * | | Test notSelfHenning Baldersheim2017-03-081-5/+27
| * | | Use templates and iterator range.Henning Baldersheim2017-03-086-58/+71
| * | | Get rid of the dirty use of faked unique_ptr.Henning Baldersheim2017-03-086-24/+40
| * | | Add non-dirty orChildren.Henning Baldersheim2017-03-083-8/+29
| * | | 2nd try at repairing the magic rebase....Henning Baldersheim2017-03-046-6/+12
| * | | Correct accidental checkin of debug compiler options.Henning Baldersheim2017-03-041-1/+1
| * | | andnot_hits_into was more code than worthwile.Henning Baldersheim2017-03-048-98/+1
| * | | Implement andnot_hits_intoHenning Baldersheim2017-03-042-0/+8
| * | | Use dual not and or instead of special andnot..Henning Baldersheim2017-03-043-3/+12
| * | | Optimise includes.Henning Baldersheim2017-03-041-6/+4
| * | | Major typoHenning Baldersheim2017-03-042-2/+2
| * | | Add andnot test.Henning Baldersheim2017-03-042-0/+38
| * | | Must ensure space has been reserved.Henning Baldersheim2017-03-041-0/+4
| * | | Initialize to non-hit.Henning Baldersheim2017-03-041-2/+4
| * | | Fix compiler error.Henning Baldersheim2017-03-041-1/+1
| * | | Make optional stuff be fully lazy.Henning Baldersheim2017-03-041-3/+3
| * | | Unify and only step one iterator at a time.Henning Baldersheim2017-03-041-3/+2
| * | | Safe seek.Henning Baldersheim2017-03-041-5/+3
| * | | Implement andnot_hits_intoHenning Baldersheim2017-03-044-13/+49
| * | | Also add andnot_hits_intoHenning Baldersheim2017-03-047-14/+59
| * | | simpplifyHenning Baldersheim2017-03-041-3/+3
| * | | Implement and_hits_intoHenning Baldersheim2017-03-042-31/+45
| * | | Implement or_hits_intoHenning Baldersheim2017-03-042-0/+6
| * | | Start with the strict bitvector and ensure we advance the other one independe...Henning Baldersheim2017-03-041-3/+12
| * | | And is a mergeHenning Baldersheim2017-03-041-7/+12
| * | | It is not enough to override get_hits.Henning Baldersheim2017-03-0411-21/+84
| * | | Default and/or should not create temporary bitvectors just because I was lazy.Henning Baldersheim2017-03-042-25/+43
* | | | Merge pull request #1963 from yahoo/balder/remove-attribute-context-from-apiHÃ¥vard Pettersen2017-03-0815-257/+96
|\ \ \ \
| * | | | Remove attribute context.Henning Baldersheim2017-03-0814-232/+78
| * | | | Add override.Henning Baldersheim2017-03-085-28/+21
| | |/ / | |/| |
* | | | Merge pull request #1964 from yahoo/geirst/use-imported-fields-cfg-in-verify-...Tor Egge2017-03-081-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Use imported fields config as part of verify ranksetup.Geir Storli2017-03-081-0/+6
|/ / /