640 Commits (0f5c1c0db6c9d8e6fe52b231de85a2ff0ea014d5)
 

Author SHA1 Message Date
  Jim Paris 7576883f49 Add basic binary support to client, and restructure a bit 11 years ago
  Jim Paris cc211542f8 Add binary support to nilmdb.server; enforce content-type 11 years ago
  Jim Paris 8292dcf70b Clean up stream/extract content-type and add a test for it 11 years ago
  Jim Paris b362fd37f6 Add binary option to nilmdb.stream_insert 11 years ago
  Jim Paris 41ec13ee17 Rename bulkdata.append_string to bulkdata.append_data 11 years ago
  Jim Paris efa9aa9097 Add binary option to bulkdata.append_string 11 years ago
  Jim Paris d9afb48f45 Make append_binary signature look like append_string 11 years ago
  Jim Paris d1140e0f16 Timestamps are int64, not uint64 11 years ago
  Jim Paris 6091e44561 Fix fread return value check 11 years ago
  Jim Paris e233ba790f Add append_binary to rocket 11 years ago
  Jim Paris f0304b4c00 Merge branch 'binary' into HEAD 11 years ago
  Jim Paris 60594ca58e Numpy is required for tests now, due to nilmdb.client.numpyclient 11 years ago
  Jim Paris c7f2df4abc Add nilmdb.client.numpyclient.NumpyClient with stream_extract_numpy 11 years ago
  Jim Paris 5b7409f802 Add binary extract to client, server, nilmdb, bulkdata, and rocket. 11 years ago
  Jim Paris 06038062a2 Fix error in time parsing 11 years ago
  Jim Paris ae9fe89759 Parse timestamps with '@' before any other checks 11 years ago
  Jim Paris 04def60021 Include stream path in "no such stream" errors 11 years ago
  Jim Paris 9ce0f69dff Add "--delete" option to "nilmtool metadata" tool 11 years ago
  Jim Paris 90c3be91c4 Natural sort for streams in client.stream_list 11 years ago
  Jim Paris ebccfb3531 Fix stream renaming when the new path is a parent of the old 11 years ago
  Jim Paris e006f1d02e Change default URL to http://localhost/nilmdb/ 11 years ago
  Jim Paris 5292319802 server: consolidate time processing and checks 11 years ago
  Jim Paris 173121ca87 Switch URL to one that should definitely not resolve 11 years ago
  Jim Paris 26bab031bd Add StreamInserter.send() to trigger intermediate block send 11 years ago
  Jim Paris b5fefffa09 Use a global cached server object for WSGI app 11 years ago
  Jim Paris dccb3e370a WSGI config needs to specify application group 11 years ago
  Jim Paris 95ca55aa7e Print out WSGI environment on DB init failure 11 years ago
  Jim Paris e01813f29d Fix wsgi documentation 11 years ago
  Jim Paris 7f41e117a2 Fix tabs 11 years ago
  Jim Paris dd5fc806e5 Restructure WSGI app to regenerate error on each call, if needed 11 years ago
  Jim Paris f8ca8d31e6 Remove Iteratorizer, as it's no longer needed 11 years ago
  Jim Paris ed89d803f0 Remove aplotter code 11 years ago
  Jim Paris 3d24092cd2 Replace bare 'except:' with 'except: Exception' 11 years ago
  Jim Paris 304bb43d85 Move lockfile out of data dir, to avoid stream tree conflicts 11 years ago
  Jim Paris 59a79a30a5 Remove lockfile when done. 11 years ago
  Jim Paris c0d450d39e Add locking mechanism to avoid multiple servers on one DB 11 years ago
  Jim Paris 6f14d609b2 Fix issue where bulkdata was accidentally closed 11 years ago
  Jim Paris 77ef87456f Improve WSGI application support, fix docs 11 years ago
  Jim Paris 32d6af935c Improve wsgi docs 11 years ago
  Jim Paris 6af3a6fc41 Add WSGI application support and documentation 11 years ago
  Jim Paris f8a06fb3b7 Clarify default DB path in nilmdb_server.py help text 11 years ago
  Jim Paris e790bb9e8a Fix test failure when tests are run as root 11 years ago
  Jim Paris 89be6f5931 Add option to include interval start/end markup on extract 11 years ago
  Jim Paris 4cdef3285d Destroy now requires that all data has been previously removed. 11 years ago
  Jim Paris bcd82c4d59 Limit the number of rows removed per call to nilmdb.stream_remove 11 years ago
  Jim Paris caf63ab01f Fix stream_extract/stream_intervals restart around timestamp == 0. 11 years ago
  Jim Paris 2d72891162 Accept "min" and "max" as timestamps on command line 11 years ago
  Jim Paris cda2ac3e77 Don't return a mutable interval from IntervalSet.intersection() 11 years ago
  Jim Paris 57d3d60f6a Fix relative import problems 11 years ago
  Jim Paris d6b5befe76 Don't use filenames as default arg completion 11 years ago