Age | Commit message (Collapse) | Author |
|
all through via the JSON API. Default route and route management stuff just about done.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses.
|
|
full identity of peers instead of just address.
|
|
|
|
|
|
Multiple statements in a sqlite3_prepare_v2 is not usable. Only
the first statement will be executed.
Since the schema now uses 'ON DELETE CASCADE', there's only
one statement needed.
If multiple statements are needed, there should be either multiple
sqlite3_prepare_v2 calls be used or the sqlite3_exec function.
|
|
|
|
|
|
|
|
|
|
start on a NodeJS class for talking to the network controller.
|
|
convenience request in ControlPlane for scripted testing.
|
|
eliminating caching for now. We will re-add if it is needed.
|
|
it will be easier than retrofitting the old Qt client for the new API.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
be part of the whole OnePoint project anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|