Commit Graph

14 Commits

Author SHA1 Message Date
78bfae8005 Make server properly report that it needs authentication via HTTP
headers
2013-08-29 07:36:16 -04:00
9c442254a7 Finish adding simple user authentication 2013-08-28 23:05:28 -04:00
7009b0eda8 go fmt 2013-08-27 09:41:55 -04:00
219eecbfda Finish core funtionality for server user-administration tool 2013-08-27 00:03:38 -04:00
4d7d82ed94 Make watcher scan all directories for client, start adding user
management to server with socket communication via admin binary
2013-08-23 00:10:52 -04:00
f3b4294b23 add ErrorFileNotFound util function 2013-08-13 23:12:08 -04:00
9c8730f60a Add Predecessor field to events, which holds the hash of the previous file at that path 2013-08-13 21:43:05 -04:00
24253d2e1e server: Surround sqlite3 transactions with a lock to handle concurrency 2013-07-19 22:15:53 -04:00
3a166dbc9a Fix server error message, go fmt 2013-03-18 07:17:44 -04:00
ad8156210f server.go: Handle errors on inserting individual events 2013-03-17 23:04:23 -04:00
4fda36f75e server/database.go: remove unnecessary function/code 2013-03-17 23:04:04 -04:00
1ddbcb3636 server: add long-polling support 2013-03-09 22:47:49 -05:00
94823e104d Add server database, returning events 2013-02-22 00:06:10 -05:00
3fc3e3a963 Restructured to have subpackages, added server communication 2013-02-20 23:43:01 -05:00