summaryrefslogtreecommitdiffstats
path: root/documentapi
Commit message (Expand)AuthorAgeFilesLines
...
| * | Only allow document api protocol version 5.115 or newer (C++).Tor Egge2018-09-276-81/+37
| |/
* | Restore author in comment.Tor Egge2018-09-272-4/+51
* | Remove old documentapi protocols (Java).Tor Egge2018-09-274-1084/+889
* | Only allow document api protocol version 5.115 or newer.Tor Egge2018-09-265-1077/+828
|/
* Simplify documentapi deserialization unit test (C++).Tor Egge2018-09-261-85/+26
* Simplify documentapi deserialization unit test (java).Tor Egge2018-09-2614-103/+54
* Use forward declaration of document::DocumentUpdate.Tor Egge2018-09-257-1/+6
* Remove BatchDocumentUpdateMessage and BatchDocumentUpdateReply fromTor Egge2018-09-2530-395/+1
* Remove BatchDocumentUpdateMessage and BatchDocumentUpdateReply fromTor Egge2018-09-257-381/+0
* Remove more unused document api cross language files.Tor Egge2018-09-2542-16/+0
* Remove unused document api cross language files (previously usedTor Egge2018-09-2570-0/+0
* Send global constantsJon Bratseth2018-09-062-2/+2
* Nonfunctional changes onlyJon Bratseth2018-09-051-1/+1
* Switch to new javacc maven plugin:gjoranv2018-08-271-7/+4
* Remove whitespaceHenning Baldersheim2018-08-121-1/+1
* Pass stringref by valueHenning Baldersheim2018-08-112-2/+2
* Pass stringref by valueHenning Baldersheim2018-08-101-1/+1
* Fix author tag for SimonBjørn Christian Seime2018-07-0555-56/+56
* Merge branch 'master' into arnej/use-log-abortArne Juul2018-06-204-12/+11
|\
| * 1 - Use a backing buffer for the DocumentUpdate that always is source of truth.Henning Baldersheim2018-06-124-12/+11
* | use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+3
|/
* Last style changes before lazy documentupdate PR.Henning Baldersheim2018-06-121-5/+1
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
* Add missing spaceHenning Baldersheim2018-05-311-1/+1
* c++11ificationHenning Baldersheim2018-05-312-256/+170
* Hide implementation details.Henning Baldersheim2018-05-311-4/+1
* Hardcode DocumentAPI RemoveLocation bucket space for nowTor Brede Vekterli2018-05-302-1/+7
* Java 9: Suppress deprecation warning for finalize()gjoranv2018-05-031-0/+1
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-021-1/+1
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-021-1/+1
* Java 9: Replace 'new Long' with 'Long.valueOf'gjoranv2018-05-011-1/+1
* Remove usage of junit.frameworkJon Bratseth2018-04-2710-79/+144
* Remove old commentHenning Baldersheim2018-04-161-6/+0
* Remove unused systemstateHenning Baldersheim2018-04-1623-1194/+1
* Only write protocol files if contents have changed (C++)Tor Brede Vekterli2018-04-092-4/+18
* Only write protocol files if contents have changed (Java)Tor Brede Vekterli2018-04-091-2/+18
* Revert "Write DocumentAPI test data in two phases"Tor Brede Vekterli2018-04-062-20/+6
* Remove unneeded flush() call on streamTor Brede Vekterli2018-04-061-1/+0
* Tabs -> spacesTor Brede Vekterli2018-04-061-3/+3
* Write to temp file and do atomic rename in Java DocumentAPI testsTor Brede Vekterli2018-04-061-1/+12
* Write to temp file and do atomic rename in C++ DocumentAPI testsTor Brede Vekterli2018-04-061-3/+7
* Use shared pointer to const DocumentTypeRepo.Tor Egge2018-04-0414-18/+19
* Default destructors.Henning Baldersheim2018-03-191-3/+1
* Recreate object that was moved awayHenning Baldersheim2018-03-191-0/+1
* Remove DocumentList with children...Henning Baldersheim2018-03-193-3/+2
* Remove MultiOperationHenning Baldersheim2018-03-1911-298/+3
* Enable new document api protocol.Tor Egge2018-03-1274-5/+4
* Route document removes only to the recipient(s) handling the document type (a...Geir Storli2018-02-134-0/+123
* Remove unused function.Geir Storli2018-02-131-6/+0
* Merge pull request #4915 from vespa-engine/geirst/misc-cleanup-after-new-docu...Tor Egge2018-02-052-3/+0
|\