You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jim Paris 06038062a2 Fix error in time parsing 11 years ago
..
datetime_tz Move datetime_tz package under nilmdb.utils 11 years ago
__init__.py Remove Iteratorizer, as it's no longer needed 11 years ago
atomic.py More work towards correctly removing rows. 11 years ago
diskusage.py server: Replace /dbpath and /dbsize with a more generic /dbinfo 11 years ago
fallocate.py When removing data from files, try to punch a hole. 11 years ago
interval.py Move Interval set_difference inside nilmdb.utils for clients 11 years ago
iterator.py Add interval.set_difference function and associated tests 11 years ago
lock.py Add locking mechanism to avoid multiple servers on one DB 11 years ago
lrucache.py Clean up some pylint warnings and potential errors 11 years ago
mustclose.py Replace bare 'except:' with 'except: Exception' 11 years ago
printf.py Refactor utility classes into nilmdb.utils subdir/namespace 11 years ago
serializer.py Give serializer and iteratorizer threads names 11 years ago
threadsafety.py Improve serializer_proxy and verify_thread_proxy 11 years ago
time.py Fix error in time parsing 11 years ago
timer.py Move time parsing from cmdline into nilmdb.utils.time 11 years ago
timestamper.py Continue moving time-handling code into nilmdb.utils.time 11 years ago