oweals/gnunet.git
10 years agoadded record expiry to sqlite
Omar Tarabai [Wed, 14 May 2014 17:06:27 +0000 (17:06 +0000)]
added record expiry to sqlite

10 years ago- revert log
Bart Polot [Wed, 14 May 2014 16:51:12 +0000 (16:51 +0000)]
- revert log

10 years ago- don't use the old key during a KX
Bart Polot [Wed, 14 May 2014 16:50:49 +0000 (16:50 +0000)]
- don't use the old key during a KX

10 years ago- log
Bart Polot [Wed, 14 May 2014 16:50:48 +0000 (16:50 +0000)]
- log

10 years ago- use cadet for log script
Bart Polot [Wed, 14 May 2014 16:50:46 +0000 (16:50 +0000)]
- use cadet for log script

10 years ago- don't destroy the KX context right away, wait 1 minute for possible old traffic
Bart Polot [Wed, 14 May 2014 16:50:45 +0000 (16:50 +0000)]
- don't destroy the KX context right away, wait 1 minute for possible old traffic

10 years ago- refactor decryption
Bart Polot [Wed, 14 May 2014 16:50:43 +0000 (16:50 +0000)]
- refactor decryption

10 years ago- don't inifinite loop on error
Bart Polot [Wed, 14 May 2014 16:50:41 +0000 (16:50 +0000)]
- don't inifinite loop on error

10 years ago- move HMAC verification to decryption function
Bart Polot [Wed, 14 May 2014 16:50:39 +0000 (16:50 +0000)]
- move HMAC verification to decryption function

10 years ago- use old key for encryption if key exchange was recent enough
Bart Polot [Wed, 14 May 2014 16:50:38 +0000 (16:50 +0000)]
- use old key for encryption if key exchange was recent enough

10 years ago- refactor key generation, cache peers ephemeral key to create new keys immediately
Bart Polot [Wed, 14 May 2014 16:50:36 +0000 (16:50 +0000)]
- refactor key generation, cache peers ephemeral key to create new keys immediately

10 years ago- doc
Bart Polot [Wed, 14 May 2014 16:50:35 +0000 (16:50 +0000)]
- doc

10 years ago- storage for old _encryption_ keys
Bart Polot [Wed, 14 May 2014 16:50:33 +0000 (16:50 +0000)]
- storage for old _encryption_ keys

10 years ago- stop using CadetTunnel3 and go back to CadetTunnel
Bart Polot [Wed, 14 May 2014 16:50:31 +0000 (16:50 +0000)]
- stop using CadetTunnel3 and go back to CadetTunnel

10 years ago- change GM (Gnunet Mesh) function prefixes for GC (Gnunet Cadet)
Bart Polot [Wed, 14 May 2014 16:50:28 +0000 (16:50 +0000)]
- change GM (Gnunet Mesh) function prefixes for GC (Gnunet Cadet)

10 years ago- revert logging changes back to debug level
Bart Polot [Wed, 14 May 2014 16:50:22 +0000 (16:50 +0000)]
- revert logging changes back to debug level

10 years agopeerstore helper file
Omar Tarabai [Wed, 14 May 2014 16:40:45 +0000 (16:40 +0000)]
peerstore helper file

10 years ago- Fixes in routing table functions
Supriti Singh [Wed, 14 May 2014 14:06:29 +0000 (14:06 +0000)]
- Fixes in routing table functions

10 years agofix check
Matthias Wachs [Wed, 14 May 2014 12:11:35 +0000 (12:11 +0000)]
fix check

10 years agofix logging for failed solutions + cfg
Matthias Wachs [Wed, 14 May 2014 12:08:14 +0000 (12:08 +0000)]
fix logging for failed solutions + cfg

10 years agoupdating cfg
Matthias Wachs [Wed, 14 May 2014 10:39:08 +0000 (10:39 +0000)]
updating cfg

10 years agouse cfg function in solvers
Matthias Wachs [Wed, 14 May 2014 08:34:07 +0000 (08:34 +0000)]
use cfg function in solvers

10 years agoread coefficients with cfg functions
Matthias Wachs [Wed, 14 May 2014 08:17:46 +0000 (08:17 +0000)]
read coefficients with cfg functions

10 years agoadding function to read float from cfg
Matthias Wachs [Wed, 14 May 2014 08:09:42 +0000 (08:09 +0000)]
adding function to read float from cfg

10 years agoimplemented mip gap
Matthias Wachs [Tue, 13 May 2014 22:50:28 +0000 (22:50 +0000)]
implemented mip gap

10 years agoreconnect on error
Omar Tarabai [Tue, 13 May 2014 22:20:01 +0000 (22:20 +0000)]
reconnect on error

10 years agoPEERSTORE api overhaul
Omar Tarabai [Tue, 13 May 2014 22:08:22 +0000 (22:08 +0000)]
PEERSTORE api overhaul

10 years agoimplementation of mip gap tolerance interval
Matthias Wachs [Tue, 13 May 2014 21:54:23 +0000 (21:54 +0000)]
implementation of mip gap tolerance interval

10 years agoperf_solver_conf with mlp options
Matthias Wachs [Tue, 13 May 2014 20:37:20 +0000 (20:37 +0000)]
perf_solver_conf with mlp options

10 years agooption to disable objectives
Matthias Wachs [Tue, 13 May 2014 19:18:09 +0000 (19:18 +0000)]
option to disable objectives

10 years agoadd logic to handle SRV/DANE names (#3003 and 2526) in GNS resolver
Christian Grothoff [Tue, 13 May 2014 15:41:59 +0000 (15:41 +0000)]
add logic to handle SRV/DANE names (#3003 and 2526) in GNS resolver

10 years ago-doxygen
Christian Grothoff [Tue, 13 May 2014 15:13:12 +0000 (15:13 +0000)]
-doxygen

10 years agofix
Omar Tarabai [Tue, 13 May 2014 15:04:07 +0000 (15:04 +0000)]
fix

10 years agoHandling the correct return type from find_successor() in get,put,get_result functions.
Supriti Singh [Tue, 13 May 2014 15:02:42 +0000 (15:02 +0000)]
Handling the correct return type from find_successor() in get,put,get_result functions.

10 years agowarning fix
Omar Tarabai [Tue, 13 May 2014 14:54:00 +0000 (14:54 +0000)]
warning fix

10 years agofixing #3302: match record type and value as well during deletion, if specified
Christian Grothoff [Tue, 13 May 2014 14:28:03 +0000 (14:28 +0000)]
fixing #3302: match record type and value as well during deletion, if specified

10 years agosupporting additional log formats like MPS
Matthias Wachs [Tue, 13 May 2014 12:47:54 +0000 (12:47 +0000)]
supporting additional log formats like MPS

10 years agomulticast: send messages between client lib & service
Gabor X Toth [Tue, 13 May 2014 12:08:14 +0000 (12:08 +0000)]
multicast: send messages between client lib & service

10 years ago- Adding a new field in struct PeerTrailTearDownMessage, new_first_friend.
Supriti Singh [Tue, 13 May 2014 12:06:08 +0000 (12:06 +0000)]
- Adding a new field in struct PeerTrailTearDownMessage, new_first_friend.

10 years agoincrease numerical stability: replace BIG_M with network quota
Matthias Wachs [Tue, 13 May 2014 11:42:08 +0000 (11:42 +0000)]
increase numerical stability: replace BIG_M with network quota

10 years ago-do not require UID match for ATS
Christian Grothoff [Tue, 13 May 2014 11:30:24 +0000 (11:30 +0000)]
-do not require UID match for ATS

10 years ago- Changing send_verify_successor_message to a function call from a periodic task
Supriti Singh [Tue, 13 May 2014 09:51:26 +0000 (09:51 +0000)]
- Changing send_verify_successor_message to a function call from  a periodic task
- Fixing the return value in case I am destination in find_successor()
- Refactoring of finger_table_add()

10 years agoextended error messages
Matthias Wachs [Tue, 13 May 2014 08:34:09 +0000 (08:34 +0000)]
extended error messages

10 years agologging update times
Matthias Wachs [Mon, 12 May 2014 20:49:38 +0000 (20:49 +0000)]
logging update times

10 years agologging improvement for perf tool
Matthias Wachs [Mon, 12 May 2014 20:01:32 +0000 (20:01 +0000)]
logging improvement for perf tool
intopt presolver support + cfg option

10 years agodbg option to autoscale problem
Matthias Wachs [Mon, 12 May 2014 19:05:54 +0000 (19:05 +0000)]
dbg option to autoscale problem

10 years agoadding config option to check for feasibility only
Matthias Wachs [Mon, 12 May 2014 18:31:16 +0000 (18:31 +0000)]
adding config option to check for feasibility only

10 years agotowards PEERSTORE iterate
Omar Tarabai [Mon, 12 May 2014 17:01:59 +0000 (17:01 +0000)]
towards PEERSTORE iterate

10 years agofixes for the solver and perf tool
Matthias Wachs [Mon, 12 May 2014 16:47:50 +0000 (16:47 +0000)]
fixes for the solver and perf tool

10 years agoPEERSTORE store function
Omar Tarabai [Mon, 12 May 2014 15:55:41 +0000 (15:55 +0000)]
PEERSTORE store function

10 years ago- removed some optional parts from the SP test config
Christian Fuchs [Mon, 12 May 2014 15:44:04 +0000 (15:44 +0000)]
- removed some optional parts from the SP test config
- fixed two bugs in the API, where the API would only append number-of-elements bytes instead of the size of those elements
- SP-service now retains the configuration handle received during initialization

10 years agoPEERSTORE api fix
Omar Tarabai [Mon, 12 May 2014 13:55:51 +0000 (13:55 +0000)]
PEERSTORE api fix

10 years agoPEERSTORE cleanup and api test
Omar Tarabai [Mon, 12 May 2014 11:41:33 +0000 (11:41 +0000)]
PEERSTORE cleanup and api test

10 years agorefactoring the code for finger_table_add(), compare_and_update_predecessor()
Supriti Singh [Mon, 12 May 2014 11:05:40 +0000 (11:05 +0000)]
refactoring the code for finger_table_add(), compare_and_update_predecessor()

10 years agoPEERSTORE api fix
Omar Tarabai [Mon, 12 May 2014 10:10:41 +0000 (10:10 +0000)]
PEERSTORE api fix

10 years ago-LOC, not SKS
Christian Grothoff [Mon, 12 May 2014 08:53:16 +0000 (08:53 +0000)]
-LOC, not SKS

10 years ago-ignore (mesh->cadet renaming...)
Christian Grothoff [Sun, 11 May 2014 12:27:16 +0000 (12:27 +0000)]
-ignore (mesh->cadet renaming...)

10 years ago-po update
Christian Grothoff [Sun, 11 May 2014 12:25:27 +0000 (12:25 +0000)]
-po update

10 years agoimprove error reporting for malformed URIs in search results to help diagnose #3395
Christian Grothoff [Sun, 11 May 2014 12:23:02 +0000 (12:23 +0000)]
improve error reporting for malformed URIs in search results to help diagnose #3395

10 years ago-big cleanup of test_server code, also fixing #3394
Christian Grothoff [Sun, 11 May 2014 12:03:46 +0000 (12:03 +0000)]
-big cleanup of test_server code, also fixing #3394

10 years ago-note to supriti
Christian Grothoff [Sun, 11 May 2014 11:21:00 +0000 (11:21 +0000)]
-note to supriti

10 years agoMinor bigfixes.
Andrew Cann [Sun, 11 May 2014 10:51:01 +0000 (10:51 +0000)]
Minor bigfixes.

10 years ago-mesh -> cadet
Christian Grothoff [Sat, 10 May 2014 15:35:50 +0000 (15:35 +0000)]
-mesh -> cadet

10 years agoclean up for addresses and modification to perf to get values in averaging
Matthias Wachs [Fri, 9 May 2014 18:03:03 +0000 (18:03 +0000)]
clean up for addresses and modification to perf to get values in averaging

10 years agoonly notify clients about significant (>5s) timeout changes
Christian Grothoff [Fri, 9 May 2014 16:26:55 +0000 (16:26 +0000)]
only notify clients about significant (>5s) timeout changes

10 years agomajor changes to proportional solver including stability support for address switch
Matthias Wachs [Fri, 9 May 2014 15:54:57 +0000 (15:54 +0000)]
major changes to proportional solver including stability support for address switch

10 years agofixing memory corruption
Matthias Wachs [Fri, 9 May 2014 09:33:43 +0000 (09:33 +0000)]
fixing memory corruption

10 years ago- combining performance selection and stability in proportional address selection
Matthias Wachs [Thu, 8 May 2014 17:24:44 +0000 (17:24 +0000)]
- combining performance selection and stability in proportional address selection
- adding stbility tolerance configuration setting

10 years agoonly call callback on change
Matthias Wachs [Thu, 8 May 2014 14:54:32 +0000 (14:54 +0000)]
only call callback on change

10 years agocomment
Matthias Wachs [Thu, 8 May 2014 14:15:17 +0000 (14:15 +0000)]
comment

10 years agofixing network generation issue with mlp evalution tool
Matthias Wachs [Thu, 8 May 2014 13:58:57 +0000 (13:58 +0000)]
fixing network generation issue with mlp evalution tool

10 years ago- updated SP testcases to comply with the new key/value input format
Christian Fuchs [Thu, 8 May 2014 13:58:52 +0000 (13:58 +0000)]
- updated SP testcases to comply with the new key/value input format

10 years agoclarification for proportional solver
Matthias Wachs [Thu, 8 May 2014 13:41:54 +0000 (13:41 +0000)]
clarification for proportional solver

10 years ago- updated error reporting functionality for the service
Christian Fuchs [Thu, 8 May 2014 10:52:37 +0000 (10:52 +0000)]
- updated error reporting functionality for the service
- client side initialization adapted

10 years ago- added proper error reporting to the service
Christian Fuchs [Thu, 8 May 2014 10:32:51 +0000 (10:32 +0000)]
- added proper error reporting to the service
- some refactoring
- bugfixing

10 years ago- proper service-side error reporting for the SP API
Christian Fuchs [Thu, 8 May 2014 09:55:00 +0000 (09:55 +0000)]
- proper service-side error reporting for the SP API

10 years ago- added status field to SP result messages
Christian Fuchs [Thu, 8 May 2014 09:46:46 +0000 (09:46 +0000)]
- added status field to SP result messages

10 years agoPEERSTORE api update
Omar Tarabai [Wed, 7 May 2014 18:11:18 +0000 (18:11 +0000)]
PEERSTORE api update

10 years agoupdate to PEERSTORE api
Omar Tarabai [Wed, 7 May 2014 17:13:47 +0000 (17:13 +0000)]
update to PEERSTORE api

10 years agofixes for the logging
Matthias Wachs [Wed, 7 May 2014 17:06:21 +0000 (17:06 +0000)]
fixes for the logging

10 years ago- session->remote_pubkey is not kept independently from the service structure
Christian Fuchs [Wed, 7 May 2014 17:03:09 +0000 (17:03 +0000)]
- session->remote_pubkey is not kept independently from the service structure

10 years ago- more abnormal session-termination handling
Christian Fuchs [Wed, 7 May 2014 16:21:06 +0000 (16:21 +0000)]
- more abnormal session-termination handling

10 years ago- sessions now terminate correctly for both sides if invalid/unexpected msgs are...
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

10 years agoPEERSTORE api update
Omar Tarabai [Wed, 7 May 2014 14:14:38 +0000 (14:14 +0000)]
PEERSTORE api update

10 years ago- fix doc
Bart Polot [Wed, 7 May 2014 13:45:22 +0000 (13:45 +0000)]
- fix doc

10 years ago- resend KX on malformed PONG
Bart Polot [Wed, 7 May 2014 13:41:32 +0000 (13:41 +0000)]
- resend KX on malformed PONG

10 years ago- send KX even when a tunnel is being destroyed, remote peer might be trying to revive it
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

10 years ago- when a malformed PING is received, re-send KX and own PING
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

10 years ago- rename in conf.in files, update conf.in file still referencing mesh
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

10 years ago- update config file contents
Bart Polot [Wed, 7 May 2014 12:45:10 +0000 (12:45 +0000)]
- update config file contents

10 years agofix log level
Matthias Wachs [Wed, 7 May 2014 12:20:07 +0000 (12:20 +0000)]
fix log level

10 years ago- update renaming to new version of scalarproduct
Bart Polot [Wed, 7 May 2014 12:07:50 +0000 (12:07 +0000)]
- update renaming to new version of scalarproduct

10 years ago- rename also contents of config files, update config files
Bart Polot [Wed, 7 May 2014 12:07:47 +0000 (12:07 +0000)]
- rename also contents of config files, update config files

10 years ago- update fs
Bart Polot [Wed, 7 May 2014 12:07:44 +0000 (12:07 +0000)]
- update fs

10 years ago- rename man file
Bart Polot [Wed, 7 May 2014 12:07:42 +0000 (12:07 +0000)]
- rename man file

10 years agoUpdate all am files
Bart Polot [Wed, 7 May 2014 12:07:41 +0000 (12:07 +0000)]
Update all am files

10 years ago- pot update
Bart Polot [Wed, 7 May 2014 12:07:39 +0000 (12:07 +0000)]
- pot update

10 years ago- update .am files
Bart Polot [Wed, 7 May 2014 12:07:37 +0000 (12:07 +0000)]
- update .am files

10 years ago- update makefile
Bart Polot [Wed, 7 May 2014 12:07:36 +0000 (12:07 +0000)]
- update makefile

10 years ago- move include file
Bart Polot [Wed, 7 May 2014 12:07:34 +0000 (12:07 +0000)]
- move include file