Sree Harsha Totakura [Fri, 6 Jul 2012 15:13:24 +0000 (15:13 +0000)]
testbed api test case and fixes
Bart Polot [Fri, 6 Jul 2012 14:40:23 +0000 (14:40 +0000)]
- use all functions, declare edge iterator
Maximilian Szengel [Fri, 6 Jul 2012 14:30:09 +0000 (14:30 +0000)]
regex: iterating over the initial states
Matthias Wachs [Fri, 6 Jul 2012 14:15:55 +0000 (14:15 +0000)]
- set start time
Matthias Wachs [Fri, 6 Jul 2012 13:34:48 +0000 (13:34 +0000)]
- dozygen
Matthias Wachs [Fri, 6 Jul 2012 13:24:20 +0000 (13:24 +0000)]
- implementation for mantis
0002485
Matthias Wachs [Fri, 6 Jul 2012 12:57:14 +0000 (12:57 +0000)]
- fix
Matthias Wachs [Fri, 6 Jul 2012 12:34:26 +0000 (12:34 +0000)]
- can happen on disconnect
Matthias Wachs [Fri, 6 Jul 2012 10:12:39 +0000 (10:12 +0000)]
- updated confs
Matthias Wachs [Fri, 6 Jul 2012 09:59:39 +0000 (09:59 +0000)]
- fix confs
Matthias Wachs [Fri, 6 Jul 2012 09:33:07 +0000 (09:33 +0000)]
-m discard dummy messages
Matthias Wachs [Fri, 6 Jul 2012 09:24:29 +0000 (09:24 +0000)]
- additional checks
Matthias Wachs [Fri, 6 Jul 2012 09:06:56 +0000 (09:06 +0000)]
- filter for expected message type
Matthias Wachs [Fri, 6 Jul 2012 08:49:54 +0000 (08:49 +0000)]
fixing assertion: cancel transmit ready on disconnect
Christian Grothoff [Fri, 6 Jul 2012 08:03:26 +0000 (08:03 +0000)]
-LRN: another one
Christian Grothoff [Fri, 6 Jul 2012 07:57:40 +0000 (07:57 +0000)]
-LRN: adding missing file
Matthias Wachs [Fri, 6 Jul 2012 07:51:39 +0000 (07:51 +0000)]
- fix compile error
Christian Grothoff [Fri, 6 Jul 2012 07:39:24 +0000 (07:39 +0000)]
-LRN: W32 NS provider for GNS
Also a helper service.
A couple tools for installing/removing the provder.
And a resolver tool that loads the provider directly.
Christian Grothoff [Fri, 6 Jul 2012 07:38:54 +0000 (07:38 +0000)]
-LRN: fix new mesh to compile
Matthias Wachs [Fri, 6 Jul 2012 07:35:55 +0000 (07:35 +0000)]
- check did not fail over night with running peer, so it's not needed anymore
Sree Harsha Totakura [Thu, 5 Jul 2012 22:29:00 +0000 (22:29 +0000)]
fixes
Sree Harsha Totakura [Thu, 5 Jul 2012 21:14:10 +0000 (21:14 +0000)]
routing controller link messages
Sree Harsha Totakura [Thu, 5 Jul 2012 19:59:34 +0000 (19:59 +0000)]
direct links to slave controllers
Sree Harsha Totakura [Thu, 5 Jul 2012 19:11:09 +0000 (19:11 +0000)]
-doxygen
Bart Polot [Thu, 5 Jul 2012 18:19:23 +0000 (18:19 +0000)]
- reuse old results for looping states in the dregex
Christian Grothoff [Thu, 5 Jul 2012 17:22:58 +0000 (17:22 +0000)]
-cleanup
Matthias Wachs [Thu, 5 Jul 2012 15:37:42 +0000 (15:37 +0000)]
- compatibility code
Bart Polot [Thu, 5 Jul 2012 15:15:33 +0000 (15:15 +0000)]
- dont run regex test until mesh_new is made default
Bart Polot [Thu, 5 Jul 2012 15:13:05 +0000 (15:13 +0000)]
- remove d^Cug
Maximilian Szengel [Thu, 5 Jul 2012 14:29:32 +0000 (14:29 +0000)]
regex: added verbose flag to graph api.
Bart Polot [Thu, 5 Jul 2012 14:24:41 +0000 (14:24 +0000)]
- run test_mesh_regex by default
Bart Polot [Thu, 5 Jul 2012 14:23:13 +0000 (14:23 +0000)]
- simplified checks for success
Bart Polot [Thu, 5 Jul 2012 13:55:50 +0000 (13:55 +0000)]
- improved debug messages, added break_op for malformed block
Bart Polot [Thu, 5 Jul 2012 13:54:59 +0000 (13:54 +0000)]
- fixed bug for offset calculation, added debug statements
Bart Polot [Thu, 5 Jul 2012 13:53:57 +0000 (13:53 +0000)]
- mark old API calls used for previous VPN implementation as deprecated
Christian Grothoff [Thu, 5 Jul 2012 13:46:02 +0000 (13:46 +0000)]
-cpp fix
Christian Grothoff [Thu, 5 Jul 2012 11:08:24 +0000 (11:08 +0000)]
-LRN: give gns a port
Maximilian Szengel [Thu, 5 Jul 2012 09:46:28 +0000 (09:46 +0000)]
regex: fixed static analyzer warnings
Martin Schanzenbach [Thu, 5 Jul 2012 09:37:13 +0000 (09:37 +0000)]
-update test conf
Christian Grothoff [Thu, 5 Jul 2012 07:58:57 +0000 (07:58 +0000)]
-LRN: Correct time == 0 handling:
With logging in namespace comparison it is now clear to me that
deletion fails due to expiration times not being equal. And sure
enough, gnunet-namespace sets expiration to 0 when submitting a
template for seek-and-destroy. This patch:
1) Changes gnunet-namespace to fail if the time is not absolute or
unspecified. If it's absolute, it's used as-is (hoping that the user
got the exact expiration time somewhere - probably from -D). If it's
unspecified, it is set to zero (as it was before).
2) Comparison ignores expiration time if either of the arguments has
expiration time set to zero (i'm assuming that real records will never
have expiration time of zero. If it's absolute, zero is in the past.
If it's relative, zero makes no sense). Also, i'm not sure it makes
sense to have two records that have different expiration times, but
are otherwise identical (i.e. both are public or private, same data,
size etc). Lookups will find (and will be satisfied) by either, so
there's no sense in keeping both (unless you're doing some wizardry
with expirations, but i'm not sure it's worth the compexity).
Christian Grothoff [Thu, 5 Jul 2012 07:58:05 +0000 (07:58 +0000)]
-LRN: Portable memory poisoning:
Uses GNU extension function as a non-W32 equivalent of msize()
(there are subtle differences, but they are of no consequence). Also
swaps the poison bits depending on endianness (i'm tired of seeing
0xdf0adba everywhere instead of 0xbaadf00d).
Christian Grothoff [Thu, 5 Jul 2012 07:57:40 +0000 (07:57 +0000)]
LRN: More logging for namespace comparison:
Changes GNUNET_NAMESTORE_records_cmp from a simple if statement to a
chain of if statements, each of which will log the reason comparison
failed before returning FALSE, making it obvious why comparison failed.
Martin Schanzenbach [Wed, 4 Jul 2012 19:24:57 +0000 (19:24 +0000)]
-fix
Martin Schanzenbach [Wed, 4 Jul 2012 18:44:29 +0000 (18:44 +0000)]
-fix
Martin Schanzenbach [Wed, 4 Jul 2012 18:30:21 +0000 (18:30 +0000)]
-improve change in record number on zone iteration
Martin Schanzenbach [Wed, 4 Jul 2012 18:14:01 +0000 (18:14 +0000)]
-fix 0 record zone iteration
Martin Schanzenbach [Wed, 4 Jul 2012 17:44:14 +0000 (17:44 +0000)]
-correctly document cache only flag
Maximilian Szengel [Wed, 4 Jul 2012 15:46:47 +0000 (15:46 +0000)]
regex: actually checking the proof, fixes
Sree Harsha Totakura [Wed, 4 Jul 2012 15:44:26 +0000 (15:44 +0000)]
-TESTBED controller_link_2 header
Sree Harsha Totakura [Wed, 4 Jul 2012 15:43:33 +0000 (15:43 +0000)]
-TESTBED controller_link_2
Bart Polot [Wed, 4 Jul 2012 14:03:03 +0000 (14:03 +0000)]
- more debug messages, tweaked parameters for testing
Maximilian Szengel [Wed, 4 Jul 2012 13:54:43 +0000 (13:54 +0000)]
Summary: regex cleanup and bugfixes
Author: szengel
Sree Harsha Totakura [Wed, 4 Jul 2012 13:49:54 +0000 (13:49 +0000)]
-controller startup, connect and duals
Matthias Wachs [Wed, 4 Jul 2012 13:25:14 +0000 (13:25 +0000)]
- clean up testss
Christian Grothoff [Wed, 4 Jul 2012 11:59:10 +0000 (11:59 +0000)]
-LRN: initialize rd to avoid having garbage in flags
Matthias Wachs [Wed, 4 Jul 2012 11:53:21 +0000 (11:53 +0000)]
- fix for 2481 and 2472
Martin Schanzenbach [Wed, 4 Jul 2012 10:01:17 +0000 (10:01 +0000)]
-do not shorten in bg lookup
Matthias Wachs [Wed, 4 Jul 2012 09:36:19 +0000 (09:36 +0000)]
- bug of the week
Matthias Wachs [Wed, 4 Jul 2012 09:19:21 +0000 (09:19 +0000)]
- link against math
Matthias Wachs [Wed, 4 Jul 2012 09:07:39 +0000 (09:07 +0000)]
- unused var
Christian Grothoff [Wed, 4 Jul 2012 08:37:33 +0000 (08:37 +0000)]
-fixing #2478
Martin Schanzenbach [Tue, 3 Jul 2012 22:34:59 +0000 (22:34 +0000)]
-fix
Martin Schanzenbach [Tue, 3 Jul 2012 22:25:12 +0000 (22:25 +0000)]
-start better zone iteration scheduling
Christian Grothoff [Tue, 3 Jul 2012 19:15:55 +0000 (19:15 +0000)]
-LRN: cancel the task when lookup is aborted
Christian Grothoff [Tue, 3 Jul 2012 19:15:15 +0000 (19:15 +0000)]
-fix gns record deletion
Christian Grothoff [Tue, 3 Jul 2012 17:42:47 +0000 (17:42 +0000)]
-LRN: fix af test on W32
Bart Polot [Tue, 3 Jul 2012 17:29:47 +0000 (17:29 +0000)]
- fix shutdown crash
Sree Harsha Totakura [Tue, 3 Jul 2012 14:40:35 +0000 (14:40 +0000)]
-ADVERTISED_PORT updated with value of PORT if present and not present in TESTING_IGNORE_KEYS
Sree Harsha Totakura [Tue, 3 Jul 2012 13:40:54 +0000 (13:40 +0000)]
-clearing LCFContext queue on shutdown
Sree Harsha Totakura [Tue, 3 Jul 2012 13:32:02 +0000 (13:32 +0000)]
-tracking lcf_proc_task
Sree Harsha Totakura [Tue, 3 Jul 2012 13:14:15 +0000 (13:14 +0000)]
-LCFContext
Matthias Wachs [Tue, 3 Jul 2012 12:12:38 +0000 (12:12 +0000)]
- change for 2477
Bart Polot [Tue, 3 Jul 2012 11:01:56 +0000 (11:01 +0000)]
- added mesh regex testcase, fixed bugs
Martin Schanzenbach [Tue, 3 Jul 2012 10:45:12 +0000 (10:45 +0000)]
-fix
Martin Schanzenbach [Tue, 3 Jul 2012 09:38:49 +0000 (09:38 +0000)]
-fix
Martin Schanzenbach [Tue, 3 Jul 2012 09:37:38 +0000 (09:37 +0000)]
-add some statistics to gns
Matthias Wachs [Tue, 3 Jul 2012 09:20:04 +0000 (09:20 +0000)]
- double checked all switch statements for missing cases
Matthias Wachs [Tue, 3 Jul 2012 08:50:55 +0000 (08:50 +0000)]
- missing cases
Christian Grothoff [Mon, 2 Jul 2012 23:16:56 +0000 (23:16 +0000)]
-LRN: document namestore contents for given types
Christian Grothoff [Mon, 2 Jul 2012 23:16:38 +0000 (23:16 +0000)]
-LRN: check for .gnunet TLD explicitly fail if it is not
Christian Grothoff [Mon, 2 Jul 2012 23:16:15 +0000 (23:16 +0000)]
-LRN: unlinux some linux-only stuff
Martin Schanzenbach [Mon, 2 Jul 2012 22:37:44 +0000 (22:37 +0000)]
-fix notfound handling
Sree Harsha Totakura [Mon, 2 Jul 2012 21:42:36 +0000 (21:42 +0000)]
ignoring ACCEPT_FROM for transport plugins while testing
Sree Harsha Totakura [Mon, 2 Jul 2012 21:39:16 +0000 (21:39 +0000)]
added TESTING_IGNORE_KEYS
Martin Schanzenbach [Mon, 2 Jul 2012 18:40:58 +0000 (18:40 +0000)]
-fix
Martin Schanzenbach [Mon, 2 Jul 2012 15:16:51 +0000 (15:16 +0000)]
-towards cookies... broke resolver
Matthias Wachs [Mon, 2 Jul 2012 15:07:35 +0000 (15:07 +0000)]
- fix
Matthias Wachs [Mon, 2 Jul 2012 14:56:30 +0000 (14:56 +0000)]
porting transport testing to new testing lib (mantis 2453)
Matthias Wachs [Mon, 2 Jul 2012 14:34:13 +0000 (14:34 +0000)]
workaround for mantis 2476
Martin Schanzenbach [Mon, 2 Jul 2012 13:43:56 +0000 (13:43 +0000)]
-fix non GNS TLD lookup
Christian Grothoff [Mon, 2 Jul 2012 13:29:09 +0000 (13:29 +0000)]
-committing relative/abs expiration time changes from a few days ago
Christian Grothoff [Mon, 2 Jul 2012 13:25:03 +0000 (13:25 +0000)]
-update docu
Maximilian Szengel [Mon, 2 Jul 2012 13:23:12 +0000 (13:23 +0000)]
fixed leaks
Martin Schanzenbach [Mon, 2 Jul 2012 13:20:35 +0000 (13:20 +0000)]
-fix
Christian Grothoff [Mon, 2 Jul 2012 12:58:17 +0000 (12:58 +0000)]
-use proper time API
Christian Grothoff [Mon, 2 Jul 2012 12:57:49 +0000 (12:57 +0000)]
-rel time allowed
Christian Grothoff [Mon, 2 Jul 2012 12:39:04 +0000 (12:39 +0000)]
-be lazy about connecting to VPN
Maximilian Szengel [Mon, 2 Jul 2012 12:25:52 +0000 (12:25 +0000)]
removed unnecessary debug statements
Maximilian Szengel [Mon, 2 Jul 2012 12:22:37 +0000 (12:22 +0000)]
regex bugfixes
Christian Grothoff [Mon, 2 Jul 2012 12:14:49 +0000 (12:14 +0000)]
-fix eternity issue