summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jon Malkin [Fri, 23 Jul 2021 17:52:00 +0000 (10:52 -0700)]
Merge pull request #3 from apache/testing
Unreleased, not yet ready for actual inspection. Will start requesting reviews shortly.
Jon Malkin [Fri, 23 Jul 2021 17:48:54 +0000 (10:48 -0700)]
remove unused config file, update readme with build instructions
Jon Malkin [Fri, 23 Jul 2021 02:09:07 +0000 (19:09 -0700)]
Remove incorrect per-request-type synchronized and layer of indirection associated with it
Jon Malkin [Thu, 22 Jul 2021 21:59:05 +0000 (14:59 -0700)]
move synchronized to the specific sketches rather than processing a single call at a time
Jon Malkin [Thu, 22 Jul 2021 04:16:42 +0000 (21:16 -0700)]
Improve POST handling, start adding tests, add LICENSE file
Jon Malkin [Tue, 13 Jul 2021 18:00:46 +0000 (11:00 -0700)]
add unit tests of basic server config
Jon Malkin [Wed, 30 Jun 2021 16:38:13 +0000 (09:38 -0700)]
Merge pull request #2 from apache/reset
Reset
Jon Malkin [Wed, 30 Jun 2021 09:40:27 +0000 (02:40 -0700)]
remove unused import
Jon Malkin [Wed, 30 Jun 2021 09:39:57 +0000 (02:39 -0700)]
return 404 on invalid page rather than 200
Jon Malkin [Tue, 29 Jun 2021 22:49:56 +0000 (15:49 -0700)]
add a reset call and documentation
Jon Malkin [Mon, 28 Jun 2021 23:16:43 +0000 (16:16 -0700)]
Fix merge logic error, use url-safe base64 everywhere, finish documentation
Jon Malkin [Sat, 26 Jun 2021 09:25:56 +0000 (02:25 -0700)]
add sketch name to query result, add more documentation
Jon Malkin [Tue, 12 Jan 2021 23:48:40 +0000 (15:48 -0800)]
merge documentation (that needs to be rewritten) with TLP graduation changes
Jon Malkin [Tue, 12 Jan 2021 23:46:23 +0000 (15:46 -0800)]
Start documentation, add finals, ensure properly closing readers, add static where applicable
Lee Rhodes [Mon, 11 Jan 2021 23:59:37 +0000 (15:59 -0800)]
Merge pull request #1 from apache/Update_to_TLP
update for TLP
Lee Rhodes [Mon, 11 Jan 2021 22:51:47 +0000 (14:51 -0800)]
update for TLP
Jon Malkin [Sat, 5 Dec 2020 08:27:48 +0000 (00:27 -0800)]
first commit