Alex Young
623a398767
Add a --debug flag for DEBUG builds
...
If you compile with:
DEBUG=true rake build
then all the commands get a --debug flag as an option which will make
the server dump crazy amounts of data to stderr.
2012-05-31 13:31:22 +01:00
Alex Young
f21dd9e888
Basic debian packaging
...
Add a build dependency on rake_utils, but we get simple debian packages
out of it.
2012-05-30 17:35:07 +01:00
Alex Young
a01621dc1e
Added .h files to the Rakefile
2012-05-30 15:06:06 +01:00
Alex Young
7832958522
Rearranged the project to have src/ and build/ directories
...
This simplifies keeping everything clean.
2012-05-30 09:51:20 +01:00
mbloch
dcb1633b8b
Lots of errors spotted by Alex fixed, added mutexes to accept & I/O, added
...
"remote" commands to set ACL, start mirror etc.
2012-05-29 00:59:12 +01:00
Matthew Bloch
c54d4a68ba
Added another write/read test, fixed bugs in splice() usage and IPv6
...
socket handling.
2012-05-27 14:40:16 +01:00
Matthew Bloch
5a5041a751
First few external tests with test/unit, some minor tidying of internal data
...
structures.
2012-05-24 01:39:35 +01:00
Matthew Bloch
9c26f7f36f
Split control-socket functions into separate file.
2012-05-23 00:42:14 +01:00
Matthew Bloch
f7ce2c0ea5
Mostly finished bitset tests, fixed test build to include utilities, remove
...
efence as valgrind far preferable.
2012-05-21 03:17:32 +01:00
Matthew Bloch
c94b6f365c
Tweaks to bitset.h, established a C test framework.
2012-05-20 14:38:46 +01:00
Matthew Bloch
8a38cf48eb
Fixed segfaulting access control, allowed change to acl via control socket.
2012-05-19 12:48:03 +01:00
Matthew Bloch
0432fef8f5
Split code out into separate compilation units (first pass, anyway).
2012-05-17 20:14:22 +01:00
mbloch
c796a526d0
Added Rakefile
2012-05-16 01:27:14 +01:00