oweals/gnunet.git
12 years ago-m discard dummy messages
Matthias Wachs [Fri, 6 Jul 2012 09:33:07 +0000 (09:33 +0000)]
-m discard dummy messages

12 years ago- additional checks
Matthias Wachs [Fri, 6 Jul 2012 09:24:29 +0000 (09:24 +0000)]
- additional checks

12 years ago- filter for expected message type
Matthias Wachs [Fri, 6 Jul 2012 09:06:56 +0000 (09:06 +0000)]
- filter for expected message type

12 years agofixing assertion: cancel transmit ready on disconnect
Matthias Wachs [Fri, 6 Jul 2012 08:49:54 +0000 (08:49 +0000)]
fixing assertion: cancel transmit ready on disconnect

12 years ago-LRN: another one
Christian Grothoff [Fri, 6 Jul 2012 08:03:26 +0000 (08:03 +0000)]
-LRN: another one

12 years ago-LRN: adding missing file
Christian Grothoff [Fri, 6 Jul 2012 07:57:40 +0000 (07:57 +0000)]
-LRN: adding missing file

12 years ago- fix compile error
Matthias Wachs [Fri, 6 Jul 2012 07:51:39 +0000 (07:51 +0000)]
- fix compile error

12 years ago-LRN: W32 NS provider for GNS
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.

12 years ago-LRN: fix new mesh to compile
Christian Grothoff [Fri, 6 Jul 2012 07:38:54 +0000 (07:38 +0000)]
-LRN: fix new mesh to compile

12 years ago- check did not fail over night with running peer, so it's not needed anymore
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

12 years agofixes
Sree Harsha Totakura [Thu, 5 Jul 2012 22:29:00 +0000 (22:29 +0000)]
fixes

12 years agorouting controller link messages
Sree Harsha Totakura [Thu, 5 Jul 2012 21:14:10 +0000 (21:14 +0000)]
routing controller link messages

12 years agodirect links to slave controllers
Sree Harsha Totakura [Thu, 5 Jul 2012 19:59:34 +0000 (19:59 +0000)]
direct links to slave controllers

12 years ago-doxygen
Sree Harsha Totakura [Thu, 5 Jul 2012 19:11:09 +0000 (19:11 +0000)]
-doxygen

12 years ago- reuse old results for looping states in the dregex
Bart Polot [Thu, 5 Jul 2012 18:19:23 +0000 (18:19 +0000)]
- reuse old results for looping states in the dregex

12 years ago-cleanup
Christian Grothoff [Thu, 5 Jul 2012 17:22:58 +0000 (17:22 +0000)]
-cleanup

12 years ago- compatibility code
Matthias Wachs [Thu, 5 Jul 2012 15:37:42 +0000 (15:37 +0000)]
- compatibility code

12 years ago- dont run regex test until mesh_new is made default
Bart Polot [Thu, 5 Jul 2012 15:15:33 +0000 (15:15 +0000)]
- dont run regex test until mesh_new is made default

12 years ago- remove d^Cug
Bart Polot [Thu, 5 Jul 2012 15:13:05 +0000 (15:13 +0000)]
- remove d^Cug

12 years agoregex: added verbose flag to graph api.
Maximilian Szengel [Thu, 5 Jul 2012 14:29:32 +0000 (14:29 +0000)]
regex: added verbose flag to graph api.

12 years ago- run test_mesh_regex by default
Bart Polot [Thu, 5 Jul 2012 14:24:41 +0000 (14:24 +0000)]
- run test_mesh_regex by default

12 years ago- simplified checks for success
Bart Polot [Thu, 5 Jul 2012 14:23:13 +0000 (14:23 +0000)]
- simplified checks for success

12 years ago- improved debug messages, added break_op for malformed block
Bart Polot [Thu, 5 Jul 2012 13:55:50 +0000 (13:55 +0000)]
- improved debug messages, added break_op for malformed block

12 years ago- fixed bug for offset calculation, added debug statements
Bart Polot [Thu, 5 Jul 2012 13:54:59 +0000 (13:54 +0000)]
- fixed bug for offset calculation, added debug statements

12 years ago- mark old API calls used for previous VPN implementation as deprecated
Bart Polot [Thu, 5 Jul 2012 13:53:57 +0000 (13:53 +0000)]
- mark old API calls used for previous VPN implementation as deprecated

12 years ago-cpp fix
Christian Grothoff [Thu, 5 Jul 2012 13:46:02 +0000 (13:46 +0000)]
-cpp fix

12 years ago-LRN: give gns a port
Christian Grothoff [Thu, 5 Jul 2012 11:08:24 +0000 (11:08 +0000)]
-LRN: give gns a port

12 years agoregex: fixed static analyzer warnings
Maximilian Szengel [Thu, 5 Jul 2012 09:46:28 +0000 (09:46 +0000)]
regex: fixed static analyzer warnings

12 years ago-update test conf
Martin Schanzenbach [Thu, 5 Jul 2012 09:37:13 +0000 (09:37 +0000)]
-update test conf

12 years ago-LRN: Correct time == 0 handling:
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).

12 years ago-LRN: Portable memory poisoning:
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).

12 years agoLRN: More logging for namespace comparison:
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.

12 years ago-fix
Martin Schanzenbach [Wed, 4 Jul 2012 19:24:57 +0000 (19:24 +0000)]
-fix

12 years ago-fix
Martin Schanzenbach [Wed, 4 Jul 2012 18:44:29 +0000 (18:44 +0000)]
-fix

12 years ago-improve change in record number on zone iteration
Martin Schanzenbach [Wed, 4 Jul 2012 18:30:21 +0000 (18:30 +0000)]
-improve change in record number on zone iteration

12 years ago-fix 0 record zone iteration
Martin Schanzenbach [Wed, 4 Jul 2012 18:14:01 +0000 (18:14 +0000)]
-fix 0 record zone iteration

12 years ago-correctly document cache only flag
Martin Schanzenbach [Wed, 4 Jul 2012 17:44:14 +0000 (17:44 +0000)]
-correctly document cache only flag

12 years agoregex: actually checking the proof, fixes
Maximilian Szengel [Wed, 4 Jul 2012 15:46:47 +0000 (15:46 +0000)]
regex: actually checking the proof, fixes

12 years ago-TESTBED controller_link_2 header
Sree Harsha Totakura [Wed, 4 Jul 2012 15:44:26 +0000 (15:44 +0000)]
-TESTBED controller_link_2 header

12 years ago-TESTBED controller_link_2
Sree Harsha Totakura [Wed, 4 Jul 2012 15:43:33 +0000 (15:43 +0000)]
-TESTBED controller_link_2

12 years ago- more debug messages, tweaked parameters for testing
Bart Polot [Wed, 4 Jul 2012 14:03:03 +0000 (14:03 +0000)]
- more debug messages, tweaked parameters for testing

12 years agoSummary: regex cleanup and bugfixes
Maximilian Szengel [Wed, 4 Jul 2012 13:54:43 +0000 (13:54 +0000)]
Summary: regex cleanup and bugfixes
Author: szengel

12 years ago-controller startup, connect and duals
Sree Harsha Totakura [Wed, 4 Jul 2012 13:49:54 +0000 (13:49 +0000)]
-controller startup, connect and duals

12 years ago- clean up testss
Matthias Wachs [Wed, 4 Jul 2012 13:25:14 +0000 (13:25 +0000)]
- clean up testss

12 years ago-LRN: initialize rd to avoid having garbage in flags
Christian Grothoff [Wed, 4 Jul 2012 11:59:10 +0000 (11:59 +0000)]
-LRN: initialize rd to avoid having garbage in flags

12 years ago- fix for 2481 and 2472
Matthias Wachs [Wed, 4 Jul 2012 11:53:21 +0000 (11:53 +0000)]
- fix for 2481 and 2472

12 years ago-do not shorten in bg lookup
Martin Schanzenbach [Wed, 4 Jul 2012 10:01:17 +0000 (10:01 +0000)]
-do not shorten in bg lookup

12 years ago- bug of the week
Matthias Wachs [Wed, 4 Jul 2012 09:36:19 +0000 (09:36 +0000)]
- bug of the week

12 years ago- link against math
Matthias Wachs [Wed, 4 Jul 2012 09:19:21 +0000 (09:19 +0000)]
- link against math

12 years ago- unused var
Matthias Wachs [Wed, 4 Jul 2012 09:07:39 +0000 (09:07 +0000)]
- unused var

12 years ago-fixing #2478
Christian Grothoff [Wed, 4 Jul 2012 08:37:33 +0000 (08:37 +0000)]
-fixing #2478

12 years ago-fix
Martin Schanzenbach [Tue, 3 Jul 2012 22:34:59 +0000 (22:34 +0000)]
-fix

12 years ago-start better zone iteration scheduling
Martin Schanzenbach [Tue, 3 Jul 2012 22:25:12 +0000 (22:25 +0000)]
-start better zone iteration scheduling

12 years ago-LRN: cancel the task when lookup is aborted
Christian Grothoff [Tue, 3 Jul 2012 19:15:55 +0000 (19:15 +0000)]
-LRN: cancel the task when lookup is aborted

12 years ago-fix gns record deletion
Christian Grothoff [Tue, 3 Jul 2012 19:15:15 +0000 (19:15 +0000)]
-fix gns record deletion

12 years ago-LRN: fix af test on W32
Christian Grothoff [Tue, 3 Jul 2012 17:42:47 +0000 (17:42 +0000)]
-LRN: fix af test on W32

12 years ago- fix shutdown crash
Bart Polot [Tue, 3 Jul 2012 17:29:47 +0000 (17:29 +0000)]
- fix shutdown crash

12 years ago-ADVERTISED_PORT updated with value of PORT if present and not present in TESTING_IGN...
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

12 years ago-clearing LCFContext queue on shutdown
Sree Harsha Totakura [Tue, 3 Jul 2012 13:40:54 +0000 (13:40 +0000)]
-clearing LCFContext queue on shutdown

12 years ago-tracking lcf_proc_task
Sree Harsha Totakura [Tue, 3 Jul 2012 13:32:02 +0000 (13:32 +0000)]
-tracking lcf_proc_task

12 years ago-LCFContext
Sree Harsha Totakura [Tue, 3 Jul 2012 13:14:15 +0000 (13:14 +0000)]
-LCFContext

12 years ago- change for 2477
Matthias Wachs [Tue, 3 Jul 2012 12:12:38 +0000 (12:12 +0000)]
- change for 2477

12 years ago- added mesh regex testcase, fixed bugs
Bart Polot [Tue, 3 Jul 2012 11:01:56 +0000 (11:01 +0000)]
- added mesh regex testcase, fixed bugs

12 years ago-fix
Martin Schanzenbach [Tue, 3 Jul 2012 10:45:12 +0000 (10:45 +0000)]
-fix

12 years ago-fix
Martin Schanzenbach [Tue, 3 Jul 2012 09:38:49 +0000 (09:38 +0000)]
-fix

12 years ago-add some statistics to gns
Martin Schanzenbach [Tue, 3 Jul 2012 09:37:38 +0000 (09:37 +0000)]
-add some statistics to gns

12 years ago- double checked all switch statements for missing cases
Matthias Wachs [Tue, 3 Jul 2012 09:20:04 +0000 (09:20 +0000)]
- double checked all switch statements for missing cases

12 years ago- missing cases
Matthias Wachs [Tue, 3 Jul 2012 08:50:55 +0000 (08:50 +0000)]
- missing cases

12 years ago-LRN: document namestore contents for given types
Christian Grothoff [Mon, 2 Jul 2012 23:16:56 +0000 (23:16 +0000)]
-LRN: document namestore contents for given types

12 years ago-LRN: check for .gnunet TLD explicitly fail if it is not
Christian Grothoff [Mon, 2 Jul 2012 23:16:38 +0000 (23:16 +0000)]
-LRN: check for .gnunet TLD explicitly fail if it is not

12 years ago-LRN: unlinux some linux-only stuff
Christian Grothoff [Mon, 2 Jul 2012 23:16:15 +0000 (23:16 +0000)]
-LRN: unlinux some linux-only stuff

12 years ago-fix notfound handling
Martin Schanzenbach [Mon, 2 Jul 2012 22:37:44 +0000 (22:37 +0000)]
-fix notfound handling

12 years agoignoring ACCEPT_FROM for transport plugins while testing
Sree Harsha Totakura [Mon, 2 Jul 2012 21:42:36 +0000 (21:42 +0000)]
ignoring ACCEPT_FROM for transport plugins while testing

12 years agoadded TESTING_IGNORE_KEYS
Sree Harsha Totakura [Mon, 2 Jul 2012 21:39:16 +0000 (21:39 +0000)]
added TESTING_IGNORE_KEYS

12 years ago-fix
Martin Schanzenbach [Mon, 2 Jul 2012 18:40:58 +0000 (18:40 +0000)]
-fix

12 years ago-towards cookies... broke resolver
Martin Schanzenbach [Mon, 2 Jul 2012 15:16:51 +0000 (15:16 +0000)]
-towards cookies... broke resolver

12 years ago- fix
Matthias Wachs [Mon, 2 Jul 2012 15:07:35 +0000 (15:07 +0000)]
- fix

12 years agoporting transport testing to new testing lib (mantis 2453)
Matthias Wachs [Mon, 2 Jul 2012 14:56:30 +0000 (14:56 +0000)]
porting transport testing to new testing lib (mantis 2453)

12 years agoworkaround for mantis 2476
Matthias Wachs [Mon, 2 Jul 2012 14:34:13 +0000 (14:34 +0000)]
workaround for mantis 2476

12 years ago-fix non GNS TLD lookup
Martin Schanzenbach [Mon, 2 Jul 2012 13:43:56 +0000 (13:43 +0000)]
-fix non GNS TLD lookup

12 years ago-committing relative/abs expiration time changes from a few days ago
Christian Grothoff [Mon, 2 Jul 2012 13:29:09 +0000 (13:29 +0000)]
-committing relative/abs expiration time changes from a few days ago

12 years ago-update docu
Christian Grothoff [Mon, 2 Jul 2012 13:25:03 +0000 (13:25 +0000)]
-update docu

12 years agofixed leaks
Maximilian Szengel [Mon, 2 Jul 2012 13:23:12 +0000 (13:23 +0000)]
fixed leaks

12 years ago-fix
Martin Schanzenbach [Mon, 2 Jul 2012 13:20:35 +0000 (13:20 +0000)]
-fix

12 years ago-use proper time API
Christian Grothoff [Mon, 2 Jul 2012 12:58:17 +0000 (12:58 +0000)]
-use proper time API

12 years ago-rel time allowed
Christian Grothoff [Mon, 2 Jul 2012 12:57:49 +0000 (12:57 +0000)]
-rel time allowed

12 years ago-be lazy about connecting to VPN
Christian Grothoff [Mon, 2 Jul 2012 12:39:04 +0000 (12:39 +0000)]
-be lazy about connecting to VPN

12 years agoremoved unnecessary debug statements
Maximilian Szengel [Mon, 2 Jul 2012 12:25:52 +0000 (12:25 +0000)]
removed unnecessary debug statements

12 years agoregex bugfixes
Maximilian Szengel [Mon, 2 Jul 2012 12:22:37 +0000 (12:22 +0000)]
regex bugfixes

12 years ago-fix eternity issue
Christian Grothoff [Mon, 2 Jul 2012 12:14:49 +0000 (12:14 +0000)]
-fix eternity issue

12 years ago- new test
Matthias Wachs [Mon, 2 Jul 2012 11:02:31 +0000 (11:02 +0000)]
- new test

12 years ago- minor changes
Matthias Wachs [Mon, 2 Jul 2012 09:37:55 +0000 (09:37 +0000)]
- minor changes

12 years ago- some docu and new testing lib
Matthias Wachs [Mon, 2 Jul 2012 09:02:08 +0000 (09:02 +0000)]
- some docu and new testing lib

12 years agofix for mantis 2445 & 2471
Matthias Wachs [Mon, 2 Jul 2012 07:52:35 +0000 (07:52 +0000)]
fix for mantis 2445 & 2471

12 years ago-linking libz
Sree Harsha Totakura [Sun, 1 Jul 2012 22:12:33 +0000 (22:12 +0000)]
-linking libz

12 years agorouting
Sree Harsha Totakura [Sun, 1 Jul 2012 22:08:19 +0000 (22:08 +0000)]
routing

12 years agolink controller handler
Sree Harsha Totakura [Sun, 1 Jul 2012 15:37:23 +0000 (15:37 +0000)]
link controller handler

12 years ago-doxy
Martin Schanzenbach [Sat, 30 Jun 2012 17:11:28 +0000 (17:11 +0000)]
-doxy

12 years ago-seems to only work on GNU//Linux like this
Christian Grothoff [Sat, 30 Jun 2012 11:51:06 +0000 (11:51 +0000)]
-seems to only work on GNU//Linux like this

12 years ago-check for ipt
Martin Schanzenbach [Fri, 29 Jun 2012 23:15:36 +0000 (23:15 +0000)]
-check for ipt