summaryrefslogtreecommitdiff
path: root/src/hub
Commit message (Expand)AuthorAgeFilesLines
* hub: Add retry to DB append in case of error.Markus Grüneis2014-10-241-1/+11
* hub: add LIMIT to GetUpdatesAfter, API filter structMarkus Grüneis2014-10-242-3/+12
* hub: fix default viz directoryMarkus Grüneis2014-10-241-1/+1
* hub: appendMany now supports responseMarkus Grüneis2014-10-242-5/+21
* hub: Retry on GET /lastupdate error instead of panic.Markus Grüneis2014-10-241-11/+22
* hub: Change viz-dir default.Markus Grüneis2014-10-241-1/+1
* hub: Post all available updates at once in fwd.Markus Grüneis2014-10-241-19/+19
* hub: Support posting multiple updates at once via http.Markus Grüneis2014-10-241-0/+8
* hub: Add AppendMany support to store.Markus Grüneis2014-10-242-14/+46
* hub: Update Makefile (document -test.v flag)Markus Grüneis2014-10-241-1/+3
* hub: Implement basic forward support.Markus Grüneis2014-10-241-25/+70
* hub: Fix http response for lastupdate/:idMarkus Grüneis2014-10-241-1/+1
* hub: Fix query for GetUpdatesAfter(id)Markus Grüneis2014-10-243-12/+44
* hub: Show usage when having arg -helpMarkus Grüneis2014-10-241-0/+6
* hub: Use more practical query in .test-client script.Markus Grüneis2014-10-241-1/+1
* hub: Do not return plain arrays in web.Markus Grüneis2014-10-241-4/+6
* hub: Fix DataUpdate queries in store.Markus Grüneis2014-10-243-26/+92
* hub: Fix stats query, return accurate client count.Markus Grüneis2014-10-244-41/+77
* hub: Return better json in web server page /statsMarkus Grüneis2014-10-232-7/+42
* hub: Add query for last-update-id for given UUID to store, web.Markus Grüneis2014-10-232-0/+24
* hub: Add per-DB UUID, optionally store in data-updates tableMarkus Grüneis2014-10-236-10/+37
* hub: serve viz app under /vizMarkus Grüneis2014-10-233-3/+15
* hub: fix filtered queries, remove unused functionsMarkus Grüneis2014-10-234-52/+24
* hub: Return JSON data from web-server.Markus Grüneis2014-10-236-89/+191
* hub: add support for datagram unix-socketsMarkus Grüneis2014-10-225-8/+53
* hub: add stub for forwardingMarkus Grüneis2014-10-223-1/+70
* hub: use command-line options for paths etc.Markus Grüneis2014-10-222-18/+44
* hub: add basic POST supportMarkus Grüneis2014-10-222-3/+27
* hub: prepare db schema updateMarkus Grüneis2014-10-223-14/+67
* hub: extend s5srvWeb with /updates queriesMarkus Grüneis2014-10-222-1/+65
* hub: fix and extend s5storeMarkus Grüneis2014-10-222-3/+25
* hub: Makefile license header and distclean targetChristian Pointner2014-10-211-3/+37
* hub: added clean target for MakefileChristian Pointner2014-10-211-1/+6
* hub: add SIGINT handling to sfive-hubMarkus Grüneis2014-10-191-3/+22
* hub: add some testing endpoints in s5srvWebMarkus Grüneis2014-10-192-10/+52
* hub: remove overzealous tracing in s5srvPipeMarkus Grüneis2014-10-191-2/+3
* hub: update test-* scripts' pipe-pathMarkus Grüneis2014-10-192-2/+2
* hub: fix s5srv data appenderMarkus Grüneis2014-10-191-1/+2
* hub: use goji for new s5srvWebMarkus Grüneis2014-10-193-0/+25
* hub: refactor server and db initializationMarkus Grüneis2014-10-199-133/+159
* hub: change ClientData field BytesTransferredMarkus Grüneis2014-10-191-3/+3
* hub: fix storing client-specific dataMarkus Grüneis2014-10-191-1/+2
* hub: remove obsolete shell scriptsMarkus Grüneis2014-10-192-11/+0
* hub: add basic filter-by-time supportMarkus Grüneis2014-10-184-59/+150
* hub: parse version and require version 1Markus Grüneis2014-10-184-4/+10
* hub: fix unique-constraint violationMarkus Grüneis2014-10-181-1/+5
* hub: add kind of a MakefileMarkus Grüneis2014-10-181-0/+21
* added prepare script for go getChristian Pointner2014-10-162-1/+6
* add testing shell scriptsMarkus Grüneis2014-10-163-0/+10
* create debug version of sfive-hubMarkus Grüneis2014-10-161-2/+11