Jeremy Lakeman
f78a4d69a2
Don't shuffle monitor client connections on close
2014-02-25 13:55:49 +10:30
Jeremy Lakeman
ef533e0c55
Fix extra bracket in error detection
2014-02-25 12:45:55 +10:30
Jeremy Lakeman
a6f408f013
Return mdp inet & http port numbers in servald start & status
2014-02-25 12:42:36 +10:30
Jeremy Lakeman
86e01cb87d
Allow creation of unbound MDP socket for future command use
2014-02-24 17:16:21 +10:30
Jeremy Lakeman
33cbc98300
Add proc files for http server & mdp udp ports
2014-02-24 17:15:28 +10:30
Jeremy Lakeman
ae67dd9c56
Initialise client API sockets before PID file
2014-02-24 17:14:35 +10:30
Jeremy Lakeman
dfda3f7a74
Move generic command line API to test package
2014-02-24 17:13:41 +10:30
Jeremy Lakeman
20494a90d5
Add Java MDP Client API
...
- support mdp clients over loopback UDP
Note this is using an environment variable to specify the port number
In future we expect to support environments where this port is already bound
- monitor mdp sockets in a single & separate thread
2014-02-21 16:39:47 +10:30
Jeremy Lakeman
693d1e9b60
Add clearer example java api usage
2014-02-20 15:35:31 +10:30
Jeremy Lakeman
b8971e51f4
Refactor socket helper functions to take socket_address struct
2014-02-20 14:44:38 +10:30
Jeremy Lakeman
5e170d05e8
use size_t in monitor client buffer
2014-02-19 16:40:55 +10:30
Jeremy Lakeman
b4a48e4cc8
Build filter framework for incoming mdp packets
2014-02-19 16:40:18 +10:30
Jeremy Lakeman
b56f4c27d3
Replace internal usage of overlay_mdp_dispatch
2014-02-19 16:39:42 +10:30
Jeremy Lakeman
7ed6be3690
Introduce basic vomp console test
2014-02-19 16:39:05 +10:30
Jeremy Lakeman
32ab923dcc
Refactor rhizome mdp and vomp packet sending
2014-02-19 16:38:26 +10:30
Jeremy Lakeman
2480fb4a08
Migrate keyring sas commands
2014-02-19 16:37:45 +10:30
Jeremy Lakeman
44512280c1
Migrate VoMP & mdp trace
2014-02-19 16:37:09 +10:30
Jeremy Lakeman
6822b58baa
Swap to using NOCRYPT / NOSIGN for internal processing
2014-02-19 16:36:34 +10:30
Jeremy Lakeman
63db7b4513
Refactor dna lookup requests to new interface
2014-02-19 16:35:58 +10:30
Jeremy Lakeman
20e2b2fdd7
Shift more internal ports to new interface
2014-02-19 16:35:23 +10:30
Jeremy Lakeman
6f75d93460
Shift echo service to new internal api, ensure local services can respond to local clients
2014-02-19 16:34:47 +10:30
Jeremy Lakeman
487df0408d
Refactor mdp packet processing to avoid using struct overlay_mdp_frame
2014-02-19 16:34:11 +10:30
Jeremy Lakeman
ff2188b248
Add new flags to android build
2014-02-19 16:32:25 +10:30
Jeremy Lakeman
9e704e5b01
Capture servald log from test completion
2014-02-19 16:03:57 +10:30
Jeremy Lakeman
46ef40cf23
Migrate and refactor more interfaces from batphone
2014-02-19 15:35:08 +10:30
Andrew Bettison
42200c2bcb
Fix bug in recent configure -z relro check
2014-02-18 14:04:08 +10:30
gardners
660180fec8
fix compile errors introduced in off_t/off64_t fix.
2014-02-18 14:04:08 +10:30
gardners
0c8fcb0128
Make -z relro option conditional on it being available.
2014-02-18 14:04:08 +10:30
Andrew Bettison
4062b3adbf
Fix typos in 'keyring' test suite
2014-02-17 17:13:58 +10:30
Andrew Bettison
5093bff12a
Improve test framework: sleep(1) arguments
...
Always pass exactly one argument to sleep(1) since the BSD sleep (used
on OSX) does not sum its arguments like GNU sleep(1)
Perform more stringent checking on various timeout parameters to ensure
they are well-formed decimal floats
2014-02-17 17:11:31 +10:30
Andrew Bettison
c4944e4334
Deal with missing lseek64(2) sys call
...
On OSX, off_t is 64 bits, so can use lseek(2) instead
2014-02-17 14:33:32 +10:30
Andrew Bettison
a77b0702b1
Rename uuid_t --> serval_uuid_t
...
To avoid compile errors on OSX
2014-02-17 13:26:03 +10:30
Jeremy Lakeman
800d3c6120
Fix 64bit printf formatting
2014-02-12 15:09:07 +10:30
Jeremy Lakeman
348fc5f23b
Fix meshms conversations parsing when looking for a single SID
2014-02-12 15:08:24 +10:30
Jeremy Lakeman
a7b43581ce
Rename libservald to libserval for consistency with android build
2014-02-12 14:29:13 +10:30
Jeremy Lakeman
99fb8b6108
Move jni interface classes from batphone repo
2014-02-12 13:09:17 +10:30
Jeremy Lakeman
37e4d65b2a
Fix formatting of strings with unknown size
2014-02-12 13:09:17 +10:30
Andrew Bettison
0727fb3b62
Merge branch 'naf4' into 'development'
...
New RESTful HTTP API for MeshMS
2014-02-07 16:42:09 +10:30
Andrew Bettison
0769fa54e8
Improve MeshMS RESTful HTTP failure reporting
...
Add "meshms_status_code" element to simple JSON responses
2014-02-07 16:28:40 +10:30
Andrew Bettison
116389b589
"struct json_atom" with strbuf helper functions
2014-02-07 15:59:34 +10:30
Andrew Bettison
5dd9ea7a6b
Improve MeshMS failure handling
...
Introduce "enum meshms_status" to replace int -1,0,1 for return values
from MeshMS internal functions
Add test cases to check that status 2 is returned when attempting to
send a message from an identity that is not known (unlocked)
2014-02-06 18:10:00 +10:30
Andrew Bettison
f1ceffbc4e
Remove unused MeshMS record type constant
2014-02-05 14:28:44 +10:30
Andrew Bettison
fd86a3d17f
Implement HTTP POST /restful/meshms/<SID>/<SID>/sendmessage
...
Rename struct meshms_ply fields from "buffer" to "record" for
consistency with comment terminology
2014-02-05 14:28:15 +10:30
Andrew Bettison
fb2709d10c
Create rhizome_restful.c, meshms_restful.c
...
Move code from rhizome_http.c into rhizome_restful.c and
meshms_restful.c
2014-02-03 23:05:15 +10:30
Andrew Bettison
051066af86
Rename "rhizome_http.h" to "httpd.h"
2014-02-03 21:40:05 +10:30
Andrew Bettison
015ed0b181
Refactor to rename "Rhizome HTTP server" to "HTTPD server"
...
Move HTTPD start/stop/dispatch logic from rhizome_httpd.c into new
httpd.c
Rename config.debug.httpd -> config.debug.http_server
Rename config.debug.rhizome_httpd -> config.debug.httpd
Rename config.debug.rhizome_nohttptx -> config.debug.nohttptx
2014-02-03 15:56:07 +10:30
Andrew Bettison
f4249707a4
Implement HTTP GET /restful/meshms/<SID>/<SID>/newsince/<token>/messagelist.json
...
Two new test cases
2014-01-31 14:58:30 +10:30
Andrew Bettison
ebe444ffe3
Refactor rhizomehttp MeshMS message list test
...
New function add_messages() to use in fixture
Improve existing test case by adding more ACKs and messages
2014-01-31 14:30:01 +10:30
Andrew Bettison
c73bc49cf0
Improve MeshMS RESTful HTTP requests
...
Include local (my) and remote (their) SIDs in JSON responses for
conversationlist.json and messagelist.json, so that the same JSON
structures can be used in future for non-SID-specific queries.
Refactor MeshMS message iterator, rename "sender" and "recipient" fields
to "my" and "their", for consistency with the rest of the MeshMS source
code, and because "sender" and "recipient" are properties that apply to
a single message or single ply, not to a message thread (conversation).
2014-01-31 14:29:57 +10:30
Andrew Bettison
b1992b3905
Refactor MeshMS ply-reading functions
...
Rename functions to use _prev instead of _next to mean reading
"backwards" ie, from newest to oldest, aka, from higher offsets
to lower offsets
2014-01-31 14:24:29 +10:30