Christian Fuchs [Thu, 8 May 2014 10:32:51 +0000 (10:32 +0000)]
- added proper error reporting to the service
- some refactoring
- bugfixing
Christian Fuchs [Thu, 8 May 2014 09:55:00 +0000 (09:55 +0000)]
- proper service-side error reporting for the SP API
Christian Fuchs [Thu, 8 May 2014 09:46:46 +0000 (09:46 +0000)]
- added status field to SP result messages
Omar Tarabai [Wed, 7 May 2014 18:11:18 +0000 (18:11 +0000)]
PEERSTORE api update
Omar Tarabai [Wed, 7 May 2014 17:13:47 +0000 (17:13 +0000)]
update to PEERSTORE api
Matthias Wachs [Wed, 7 May 2014 17:06:21 +0000 (17:06 +0000)]
fixes for the logging
Christian Fuchs [Wed, 7 May 2014 17:03:09 +0000 (17:03 +0000)]
- session->remote_pubkey is not kept independently from the service structure
Christian Fuchs [Wed, 7 May 2014 16:21:06 +0000 (16:21 +0000)]
- more abnormal session-termination handling
Christian Fuchs [Wed, 7 May 2014 15:25:21 +0000 (15:25 +0000)]
- sessions now terminate correctly for both sides if invalid/unexpected msgs are received
Omar Tarabai [Wed, 7 May 2014 14:14:38 +0000 (14:14 +0000)]
PEERSTORE api update
Bart Polot [Wed, 7 May 2014 13:45:22 +0000 (13:45 +0000)]
- fix doc
Bart Polot [Wed, 7 May 2014 13:41:32 +0000 (13:41 +0000)]
- resend KX on malformed PONG
Bart Polot [Wed, 7 May 2014 13:35:44 +0000 (13:35 +0000)]
- send KX even when a tunnel is being destroyed, remote peer might be trying to revive it
Bart Polot [Wed, 7 May 2014 13:16:21 +0000 (13:16 +0000)]
- when a malformed PING is received, re-send KX and own PING
Bart Polot [Wed, 7 May 2014 13:00:40 +0000 (13:00 +0000)]
- rename in conf.in files, update conf.in file still referencing mesh
Bart Polot [Wed, 7 May 2014 12:45:10 +0000 (12:45 +0000)]
- update config file contents
Matthias Wachs [Wed, 7 May 2014 12:20:07 +0000 (12:20 +0000)]
fix log level
Bart Polot [Wed, 7 May 2014 12:07:50 +0000 (12:07 +0000)]
- update renaming to new version of scalarproduct
Bart Polot [Wed, 7 May 2014 12:07:47 +0000 (12:07 +0000)]
- rename also contents of config files, update config files
Bart Polot [Wed, 7 May 2014 12:07:44 +0000 (12:07 +0000)]
- update fs
Bart Polot [Wed, 7 May 2014 12:07:42 +0000 (12:07 +0000)]
- rename man file
Bart Polot [Wed, 7 May 2014 12:07:41 +0000 (12:07 +0000)]
Update all am files
Bart Polot [Wed, 7 May 2014 12:07:39 +0000 (12:07 +0000)]
- pot update
Bart Polot [Wed, 7 May 2014 12:07:37 +0000 (12:07 +0000)]
- update .am files
Bart Polot [Wed, 7 May 2014 12:07:36 +0000 (12:07 +0000)]
- update makefile
Bart Polot [Wed, 7 May 2014 12:07:34 +0000 (12:07 +0000)]
- move include file
Bart Polot [Wed, 7 May 2014 12:07:32 +0000 (12:07 +0000)]
- change contents
Bart Polot [Wed, 7 May 2014 12:07:30 +0000 (12:07 +0000)]
- more renaming
Bart Polot [Wed, 7 May 2014 12:07:28 +0000 (12:07 +0000)]
- update config file
Bart Polot [Wed, 7 May 2014 12:07:25 +0000 (12:07 +0000)]
- remove mesh references
Bart Polot [Wed, 7 May 2014 12:07:23 +0000 (12:07 +0000)]
- update gitignore with new mesh/cadet filenames
Bart Polot [Wed, 7 May 2014 12:07:21 +0000 (12:07 +0000)]
- rename supp file for some valgring distributions
Bart Polot [Wed, 7 May 2014 12:07:19 +0000 (12:07 +0000)]
- update Makefile for new cadet dirname
Bart Polot [Wed, 7 May 2014 12:07:16 +0000 (12:07 +0000)]
Renamed directory
Bart Polot [Wed, 7 May 2014 12:07:02 +0000 (12:07 +0000)]
Rename files
Bart Polot [Wed, 7 May 2014 12:06:53 +0000 (12:06 +0000)]
- fix makefile
Bart Polot [Wed, 7 May 2014 12:06:50 +0000 (12:06 +0000)]
Rename mesh->cadet
Bart Polot [Wed, 7 May 2014 10:42:58 +0000 (10:42 +0000)]
- debug info
Bart Polot [Wed, 7 May 2014 10:42:53 +0000 (10:42 +0000)]
- fix buffer fill for payload messages
Bart Polot [Wed, 7 May 2014 10:42:51 +0000 (10:42 +0000)]
- Eliminate next_pid
Bart Polot [Wed, 7 May 2014 10:42:47 +0000 (10:42 +0000)]
- add PID getter
Bart Polot [Wed, 7 May 2014 10:42:44 +0000 (10:42 +0000)]
- log
Christian Fuchs [Wed, 7 May 2014 08:21:49 +0000 (08:21 +0000)]
WIP commit of scalar product 2.0. It is unfinished and does not yet pass tests. This commit happens because of the move from mesh->cadet.
- reverted SP API back to the original design from 2012 (using key-value pairs)
- SP now uses set intersection to determine common elements from the set provided by the user
- values are sorted based on their keys after intersection
- removed state tracking, as simple tracking is now insufficient. Just checking for conditions directly is easier readable and less buggy
- modified/renamed SP message types to reflect the changed behavior of SP
Matthias Wachs [Wed, 7 May 2014 07:32:26 +0000 (07:32 +0000)]
fix: test tests for the wrong directory
Matthias Wachs [Tue, 6 May 2014 15:50:20 +0000 (15:50 +0000)]
- refine preference calculcations to reflect all clients
- refining bandwidth distribution in a network
- adding a configurable factor to better respect preferences
Gabor X Toth [Tue, 6 May 2014 10:26:24 +0000 (10:26 +0000)]
psyc: in-order message delivery
Gabor X Toth [Tue, 6 May 2014 10:26:21 +0000 (10:26 +0000)]
add GNUNET_CONTAINER_heap_peek2()
Gabor X Toth [Tue, 6 May 2014 10:26:14 +0000 (10:26 +0000)]
logread: use global matching for colouring
David Barksdale [Tue, 6 May 2014 02:03:56 +0000 (02:03 +0000)]
Fix simple copy-paste error.
Omar Tarabai [Mon, 5 May 2014 17:49:52 +0000 (17:49 +0000)]
towards PEERSTORE api
Omar Tarabai [Mon, 5 May 2014 15:49:21 +0000 (15:49 +0000)]
cleanup
Omar Tarabai [Mon, 5 May 2014 15:46:28 +0000 (15:46 +0000)]
executing sensor processes OK
Matthias Wachs [Mon, 5 May 2014 15:07:34 +0000 (15:07 +0000)]
improved logging for eval tool
fix for proportional solver: reset calculated quota after assigning
Omar Tarabai [Mon, 5 May 2014 14:35:38 +0000 (14:35 +0000)]
toward executing sensor processes
Matthias Wachs [Mon, 5 May 2014 13:09:00 +0000 (13:09 +0000)]
fix: setting network in address with eval tool
Supriti Singh [Mon, 5 May 2014 11:03:22 +0000 (11:03 +0000)]
Handling all the cases while adding a new entry in finger table.
Modifying struct FingerInfo to store two trails to reach to same finger.
Adding code to handle threshold on number of trails through a friend.
Omar Tarabai [Sun, 4 May 2014 17:54:08 +0000 (17:54 +0000)]
fix
Omar Tarabai [Sun, 4 May 2014 17:18:27 +0000 (17:18 +0000)]
running gnunet-statistics sensors
Omar Tarabai [Fri, 2 May 2014 21:01:37 +0000 (21:01 +0000)]
fix in sensor scheduling
Omar Tarabai [Fri, 2 May 2014 18:18:00 +0000 (18:18 +0000)]
towards sensor scheduling
Omar Tarabai [Fri, 2 May 2014 15:28:43 +0000 (15:28 +0000)]
getting single sensor information
Omar Tarabai [Fri, 2 May 2014 14:42:03 +0000 (14:42 +0000)]
bug fix
Matthias Wachs [Wed, 30 Apr 2014 16:49:38 +0000 (16:49 +0000)]
fixing file handle lookup
one type to store them all
Matthias Wachs [Wed, 30 Apr 2014 15:41:52 +0000 (15:41 +0000)]
simplify definition of address delete: only peer id and address id is required
Matthias Wachs [Wed, 30 Apr 2014 15:23:03 +0000 (15:23 +0000)]
adding RIL settings to default conf
Matthias Wachs [Wed, 30 Apr 2014 13:57:52 +0000 (13:57 +0000)]
minor changes
Matthias Wachs [Tue, 29 Apr 2014 14:14:30 +0000 (14:14 +0000)]
fix output format
Matthias Wachs [Tue, 29 Apr 2014 13:54:19 +0000 (13:54 +0000)]
support for log data directory
Matthias Wachs [Tue, 29 Apr 2014 13:17:46 +0000 (13:17 +0000)]
optional timestamp
Supriti Singh [Mon, 28 Apr 2014 15:28:19 +0000 (15:28 +0000)]
Handling trail rejection message, not using a failed trial list.
Omar Tarabai [Sun, 27 Apr 2014 18:40:04 +0000 (18:40 +0000)]
PEERSTORE sqlite plugin store function
Omar Tarabai [Sun, 27 Apr 2014 17:45:49 +0000 (17:45 +0000)]
towards PEERSTORE sqlite plugin
Omar Tarabai [Fri, 25 Apr 2014 18:00:04 +0000 (18:00 +0000)]
towards PEERSTORE file plugin
Christian Grothoff [Fri, 25 Apr 2014 07:59:45 +0000 (07:59 +0000)]
-indent, doxygen
Christian Grothoff [Fri, 25 Apr 2014 07:58:06 +0000 (07:58 +0000)]
-indent
Omar Tarabai [Thu, 24 Apr 2014 13:59:52 +0000 (13:59 +0000)]
towards PEERSTORE
Omar Tarabai [Thu, 24 Apr 2014 13:37:25 +0000 (13:37 +0000)]
PEERSTORE initial commit
Christian Grothoff [Wed, 23 Apr 2014 17:21:27 +0000 (17:21 +0000)]
-new hostlist
Supriti Singh [Wed, 23 Apr 2014 16:35:03 +0000 (16:35 +0000)]
Removing compile warnings
Adding a new message type, tear down.
Christian Grothoff [Wed, 23 Apr 2014 16:23:07 +0000 (16:23 +0000)]
-fix error message
Christian Grothoff [Wed, 23 Apr 2014 15:57:34 +0000 (15:57 +0000)]
-only complain about upnpc if it is actually enabled by config
Christian Grothoff [Wed, 23 Apr 2014 15:45:17 +0000 (15:45 +0000)]
-fix compiler warning: do not return const double
Christian Grothoff [Wed, 23 Apr 2014 15:44:56 +0000 (15:44 +0000)]
-indentation, cast to avoid compiler warning
Christian Grothoff [Wed, 23 Apr 2014 15:44:40 +0000 (15:44 +0000)]
-fix (mostly harmless) use of uninitialized variable
Christian Grothoff [Wed, 23 Apr 2014 11:32:33 +0000 (11:32 +0000)]
-update ignore
Christian Grothoff [Wed, 23 Apr 2014 11:06:48 +0000 (11:06 +0000)]
-dead now
Christian Grothoff [Wed, 23 Apr 2014 11:04:53 +0000 (11:04 +0000)]
fix #3348: send typemap confirmation messages, perform faster typemap retransmissions for unconfirmed typemaps, restart retransmissions on reconnect
Christian Grothoff [Wed, 23 Apr 2014 10:47:47 +0000 (10:47 +0000)]
-rename to conform with naming conventions
Christian Grothoff [Wed, 23 Apr 2014 09:30:14 +0000 (09:30 +0000)]
-comments
Christian Grothoff [Wed, 23 Apr 2014 09:27:40 +0000 (09:27 +0000)]
-comments
Christian Grothoff [Wed, 23 Apr 2014 09:25:02 +0000 (09:25 +0000)]
-comments
Christian Grothoff [Fri, 18 Apr 2014 12:20:18 +0000 (12:20 +0000)]
hack namestore pending capability
David Barksdale [Thu, 17 Apr 2014 23:44:37 +0000 (23:44 +0000)]
Use configured location of libgnurl.
Matthias Wachs [Thu, 17 Apr 2014 16:40:30 +0000 (16:40 +0000)]
fix normalization logging
Matthias Wachs [Thu, 17 Apr 2014 14:16:38 +0000 (14:16 +0000)]
fixing shutdown
Omar Tarabai [Thu, 17 Apr 2014 11:28:11 +0000 (11:28 +0000)]
warning fix
Christian Grothoff [Thu, 17 Apr 2014 09:08:49 +0000 (09:08 +0000)]
-rename file to match updated functionality
Matthias Wachs [Wed, 16 Apr 2014 17:34:36 +0000 (17:34 +0000)]
remove debugging message
Supriti Singh [Wed, 16 Apr 2014 16:18:34 +0000 (16:18 +0000)]
Removing routing table entries corresponding to disconnected peer
Matthias Wachs [Wed, 16 Apr 2014 14:53:40 +0000 (14:53 +0000)]
fixes to adding addresses