oweals/gnunet.git
13 years agoLRN: Mysterious patch. I don't know why calling executable with a dot
Christian Grothoff [Sat, 5 Nov 2011 14:42:34 +0000 (14:42 +0000)]
LRN: Mysterious patch. I don't know why calling executable with a dot
forces it to create a new console window (which immediately pops up
and grabs the focus, then disappears) for itself, but that is the
empirical fact. Removing the dot fixes this VERY annoying W32 bug.

13 years agono in_addr_t on W32
Christian Grothoff [Sat, 5 Nov 2011 14:40:13 +0000 (14:40 +0000)]
no in_addr_t on W32

13 years agoLRN: Use regexps in logdefs
Christian Grothoff [Sat, 5 Nov 2011 14:36:34 +0000 (14:36 +0000)]
LRN: Use regexps in logdefs

Now "*" is not valid anymore (it's not like anyone had a lot of opportunities
to use it though).
Empty string means ".*", so it's still compatible.
Matching is case-sensitive. ^ and $ match the beginning and the end of
the text, newine matches a newline character.
All regexps are considered non-extended.
Regex compilation errors are not reported in any way (the parsing process just
fails, and that's it).

13 years agoLRN: Compile against libgnurx (W32)
Christian Grothoff [Sat, 5 Nov 2011 09:07:09 +0000 (09:07 +0000)]
LRN:  Compile against libgnurx (W32)

13 years agoLRN: Add '-Wl,' prefix to -no-undefined
Christian Grothoff [Sat, 5 Nov 2011 09:06:32 +0000 (09:06 +0000)]
LRN: Add '-Wl,' prefix to -no-undefined

-no-undefined is not a valid compiler option as of GCC 4.6.x
(it IS valid linker option).
Note that this REQUIRES an extra -no-undefined to be passed to
libtool (this is done by GN_LIB_LDLFAGS and GN_PLUGIN_LDFLAGS),
because libtool does not understand -Wl,-no-undefined.

13 years agoLRN: Fix loglevel testcase (disable redirection)
Christian Grothoff [Sat, 5 Nov 2011 09:05:31 +0000 (09:05 +0000)]
LRN: Fix loglevel testcase (disable redirection)

13 years agouse putenv instead of setenv for portability
Christian Grothoff [Sat, 5 Nov 2011 09:04:46 +0000 (09:04 +0000)]
use putenv instead of setenv for portability

13 years agoAdded testcase for 2dtorus scenario from dht and mesh
Bart Polot [Sat, 5 Nov 2011 01:56:35 +0000 (01:56 +0000)]
Added testcase for 2dtorus scenario from dht and mesh

13 years agoAdded testcase, fixed naming
Bart Polot [Sat, 5 Nov 2011 01:52:19 +0000 (01:52 +0000)]
Added testcase, fixed naming

13 years agoAdded an empty 2d torus test (connect and to nothing)
Bart Polot [Sat, 5 Nov 2011 01:47:30 +0000 (01:47 +0000)]
Added an empty 2d torus test (connect and to nothing)

13 years agoReduced duplication
Bart Polot [Fri, 4 Nov 2011 20:34:14 +0000 (20:34 +0000)]
Reduced duplication

13 years agoadded my ssh key
Sree Harsha Totakura [Fri, 4 Nov 2011 20:06:04 +0000 (20:06 +0000)]
added my ssh key

13 years agoReenable multicast testcase
Bart Polot [Fri, 4 Nov 2011 15:16:44 +0000 (15:16 +0000)]
Reenable multicast testcase

13 years agoFixed coverity #10249
Bart Polot [Fri, 4 Nov 2011 14:18:28 +0000 (14:18 +0000)]
Fixed coverity #10249

13 years agoFixed coverity #10250
Bart Polot [Fri, 4 Nov 2011 14:14:12 +0000 (14:14 +0000)]
Fixed coverity #10250

13 years agoAdditional fix for #1871
Bart Polot [Fri, 4 Nov 2011 14:09:36 +0000 (14:09 +0000)]
Additional fix for #1871

13 years agocurly wars / auto-indentation
Christian Grothoff [Fri, 4 Nov 2011 14:00:32 +0000 (14:00 +0000)]
curly wars / auto-indentation

13 years agoextending ats api to inform about addresses in use
Matthias Wachs [Fri, 4 Nov 2011 13:59:35 +0000 (13:59 +0000)]
extending ats api to inform about addresses in use

13 years agoFix for #1871
Bart Polot [Fri, 4 Nov 2011 13:58:18 +0000 (13:58 +0000)]
Fix for #1871

13 years agoignore return values explicitly
Christian Grothoff [Fri, 4 Nov 2011 13:53:27 +0000 (13:53 +0000)]
ignore return values explicitly

13 years agoclose stdin before dup-ing, check return value of dup2
Christian Grothoff [Fri, 4 Nov 2011 13:52:33 +0000 (13:52 +0000)]
close stdin before dup-ing, check return value of dup2

13 years agoparse earlier, check sscanf return value
Christian Grothoff [Fri, 4 Nov 2011 13:50:14 +0000 (13:50 +0000)]
parse earlier, check sscanf return value

13 years agoignore return values explicitly
Christian Grothoff [Fri, 4 Nov 2011 13:47:14 +0000 (13:47 +0000)]
ignore return values explicitly

13 years agofm never NULL, dce
Christian Grothoff [Fri, 4 Nov 2011 13:46:22 +0000 (13:46 +0000)]
fm never NULL, dce

13 years agofix leak and missing return value check
Christian Grothoff [Fri, 4 Nov 2011 13:44:54 +0000 (13:44 +0000)]
fix leak and missing return value check

13 years agoinitialize count
Christian Grothoff [Fri, 4 Nov 2011 13:43:19 +0000 (13:43 +0000)]
initialize count

13 years agofix off-by-one and named constant
Christian Grothoff [Fri, 4 Nov 2011 13:41:41 +0000 (13:41 +0000)]
fix off-by-one and named constant

13 years agofix uninit
Christian Grothoff [Fri, 4 Nov 2011 13:40:28 +0000 (13:40 +0000)]
fix uninit

13 years agohandle NULL
Christian Grothoff [Fri, 4 Nov 2011 13:38:39 +0000 (13:38 +0000)]
handle NULL

13 years agocov fix
Christian Grothoff [Fri, 4 Nov 2011 13:37:19 +0000 (13:37 +0000)]
cov fix

13 years agoRenamed functions
Bart Polot [Fri, 4 Nov 2011 13:32:56 +0000 (13:32 +0000)]
Renamed functions

13 years agoimplementing #1785
Christian Grothoff [Fri, 4 Nov 2011 13:32:45 +0000 (13:32 +0000)]
implementing #1785

13 years agoAdded check to catch #1871
Bart Polot [Fri, 4 Nov 2011 12:35:18 +0000 (12:35 +0000)]
Added check to catch #1871

13 years ago(no commit message)
Matthias Wachs [Fri, 4 Nov 2011 11:53:34 +0000 (11:53 +0000)]

13 years agostarting dummy seems to work, so we can disable output
Matthias Wachs [Fri, 4 Nov 2011 11:53:19 +0000 (11:53 +0000)]
starting dummy seems to work, so we can disable output

13 years agodo not translate, ever
Christian Grothoff [Fri, 4 Nov 2011 10:04:15 +0000 (10:04 +0000)]
do not translate, ever

13 years agoadditional checks due to mantis 0001868
Matthias Wachs [Fri, 4 Nov 2011 09:47:40 +0000 (09:47 +0000)]
additional checks due to mantis 0001868

13 years agoimplementing last part of #1107: #1806
Christian Grothoff [Fri, 4 Nov 2011 09:45:03 +0000 (09:45 +0000)]
implementing last part of #1107: #1806

13 years agofix
Christian Grothoff [Fri, 4 Nov 2011 09:15:06 +0000 (09:15 +0000)]
fix

13 years agofix
Christian Grothoff [Fri, 4 Nov 2011 09:14:23 +0000 (09:14 +0000)]
fix

13 years agoFixed error handling
Bart Polot [Fri, 4 Nov 2011 01:00:45 +0000 (01:00 +0000)]
Fixed error handling

13 years agoFix mantis #1874
Bart Polot [Thu, 3 Nov 2011 21:21:36 +0000 (21:21 +0000)]
Fix mantis #1874

13 years agonodebug
Christian Grothoff [Thu, 3 Nov 2011 21:20:54 +0000 (21:20 +0000)]
nodebug

13 years agouse new quota parsing capabilities -- SVN 1875
Christian Grothoff [Thu, 3 Nov 2011 21:20:07 +0000 (21:20 +0000)]
use new quota parsing capabilities -- SVN 1875

13 years agoimplementing time and size parsers for #1875
Christian Grothoff [Thu, 3 Nov 2011 21:10:27 +0000 (21:10 +0000)]
implementing time and size parsers for #1875

13 years agofix #1746
Christian Grothoff [Thu, 3 Nov 2011 20:41:05 +0000 (20:41 +0000)]
fix #1746

13 years agoDisable DHT debug of MESH separately
Bart Polot [Thu, 3 Nov 2011 15:24:09 +0000 (15:24 +0000)]
Disable DHT debug of MESH separately

13 years agoimplementing plugin directory scanner for #1746
Christian Grothoff [Thu, 3 Nov 2011 15:24:08 +0000 (15:24 +0000)]
implementing plugin directory scanner for #1746

13 years agofix 1821: only send payload to transport clients that care
Christian Grothoff [Thu, 3 Nov 2011 15:00:26 +0000 (15:00 +0000)]
fix 1821: only send payload to transport clients that care

13 years agofix
Christian Grothoff [Thu, 3 Nov 2011 14:55:09 +0000 (14:55 +0000)]
fix

13 years agoincrease timeout to fix #1872:
Christian Grothoff [Thu, 3 Nov 2011 13:28:59 +0000 (13:28 +0000)]
increase timeout to fix #1872:

13 years agofix 1866 -- stats instead of warning
Christian Grothoff [Thu, 3 Nov 2011 13:24:10 +0000 (13:24 +0000)]
fix 1866 -- stats instead of warning

13 years agofixing assertion tcp_plugin:976
Matthias Wachs [Thu, 3 Nov 2011 13:21:43 +0000 (13:21 +0000)]
fixing assertion tcp_plugin:976

13 years agoimplementing #1747
Christian Grothoff [Thu, 3 Nov 2011 13:19:52 +0000 (13:19 +0000)]
implementing #1747

13 years agoInitialize before usage
Bart Polot [Thu, 3 Nov 2011 12:23:28 +0000 (12:23 +0000)]
Initialize before usage

13 years agoimproved and centralized helper path detection
Matthias Wachs [Thu, 3 Nov 2011 10:03:20 +0000 (10:03 +0000)]
improved and centralized helper path detection

13 years agotry current dir
Christian Grothoff [Thu, 3 Nov 2011 08:58:14 +0000 (08:58 +0000)]
try current dir

13 years agoAdded missing file
Bart Polot [Wed, 2 Nov 2011 19:19:59 +0000 (19:19 +0000)]
Added missing file

13 years agoDelete ps tests
Bart Polot [Wed, 2 Nov 2011 18:49:17 +0000 (18:49 +0000)]
Delete ps tests

13 years agoChanged tree library to be completely detached from mesh, adapted testcases
Bart Polot [Wed, 2 Nov 2011 18:46:43 +0000 (18:46 +0000)]
Changed tree library to be completely detached from mesh, adapted testcases

13 years ago(no commit message)
Matthias Wachs [Wed, 2 Nov 2011 17:45:15 +0000 (17:45 +0000)]

13 years agodo not validate own hello
Matthias Wachs [Wed, 2 Nov 2011 17:36:39 +0000 (17:36 +0000)]
do not validate own hello

13 years agotransport template defaults
Matthias Wachs [Wed, 2 Nov 2011 17:05:46 +0000 (17:05 +0000)]
transport template defaults

13 years agoremov break_op
Matthias Wachs [Wed, 2 Nov 2011 17:05:22 +0000 (17:05 +0000)]
remov break_op

13 years agodisable local addresses
Matthias Wachs [Wed, 2 Nov 2011 17:05:00 +0000 (17:05 +0000)]
disable local addresses

13 years agodocument transport test / #1807
Christian Grothoff [Wed, 2 Nov 2011 16:08:48 +0000 (16:08 +0000)]
document transport test /  #1807

13 years agoimplementing transport test / #1807
Christian Grothoff [Wed, 2 Nov 2011 16:06:40 +0000 (16:06 +0000)]
implementing transport test /  #1807

13 years agonote for bart
Christian Grothoff [Wed, 2 Nov 2011 15:51:20 +0000 (15:51 +0000)]
note for bart

13 years agofixing #1820
Christian Grothoff [Wed, 2 Nov 2011 15:37:42 +0000 (15:37 +0000)]
fixing #1820

13 years agofix 1817
Christian Grothoff [Wed, 2 Nov 2011 15:11:43 +0000 (15:11 +0000)]
fix 1817

13 years agofix
Christian Grothoff [Wed, 2 Nov 2011 15:11:32 +0000 (15:11 +0000)]
fix

13 years agofix
Christian Grothoff [Wed, 2 Nov 2011 15:07:58 +0000 (15:07 +0000)]
fix

13 years agobroke the build
Matthias Wachs [Wed, 2 Nov 2011 14:59:25 +0000 (14:59 +0000)]
broke the build

13 years ago+ prevent bug https://www.gnunet.org/bugs/view.php?id=1868
Matthias Wachs [Wed, 2 Nov 2011 14:55:03 +0000 (14:55 +0000)]
+ prevent bug https://gnunet.org/bugs/view.php?id=1868
+ changes shutdown order to send DISCONNECT Messages

13 years agosvn:ignore for eclipse folders and gnunet_wlan_sender
David Brodski [Wed, 2 Nov 2011 14:48:26 +0000 (14:48 +0000)]
svn:ignore for eclipse folders and gnunet_wlan_sender

13 years agoDocumantation and small fixes.
David Brodski [Wed, 2 Nov 2011 14:44:28 +0000 (14:44 +0000)]
Documantation and small fixes.

13 years agoMake tree library independent from tunnels, add cls to callbacks
Bart Polot [Wed, 2 Nov 2011 14:34:27 +0000 (14:34 +0000)]
Make tree library independent from tunnels, add cls to callbacks

13 years agoFix for matins #1871
Bart Polot [Wed, 2 Nov 2011 13:57:35 +0000 (13:57 +0000)]
Fix for matins #1871

13 years agoImproved legibility, formatting
Bart Polot [Wed, 2 Nov 2011 13:53:05 +0000 (13:53 +0000)]
Improved legibility, formatting

13 years agonot exp
Christian Grothoff [Wed, 2 Nov 2011 13:44:25 +0000 (13:44 +0000)]
not exp

13 years agoFixed leak
Bart Polot [Wed, 2 Nov 2011 13:44:00 +0000 (13:44 +0000)]
Fixed leak

13 years ago(no commit message)
Matthias Wachs [Wed, 2 Nov 2011 13:30:11 +0000 (13:30 +0000)]

13 years agoundo 17914, 915, 916
Christian Grothoff [Wed, 2 Nov 2011 12:09:39 +0000 (12:09 +0000)]
undo 17914, 915, 916

13 years agodisable delays if infinite bandwidth
Christian Grothoff [Wed, 2 Nov 2011 10:49:23 +0000 (10:49 +0000)]
disable delays if infinite bandwidth

13 years agough
Christian Grothoff [Wed, 2 Nov 2011 10:45:35 +0000 (10:45 +0000)]
ugh

13 years agoinfinite bw hack
Christian Grothoff [Wed, 2 Nov 2011 10:39:55 +0000 (10:39 +0000)]
infinite bw hack

13 years agoReverted change to conf file
Bart Polot [Wed, 2 Nov 2011 10:39:05 +0000 (10:39 +0000)]
Reverted change to conf file

13 years agoFixed mantis #1870, stopped dht_get_type request twice on client disconnect/tunnel...
Bart Polot [Wed, 2 Nov 2011 10:38:28 +0000 (10:38 +0000)]
Fixed mantis #1870, stopped dht_get_type request twice on client disconnect/tunnel destroy

13 years agofix
Christian Grothoff [Wed, 2 Nov 2011 10:36:14 +0000 (10:36 +0000)]
fix

13 years agocancel any pending request to a client that just disconnects
Philipp Tölke [Wed, 2 Nov 2011 10:21:36 +0000 (10:21 +0000)]
cancel any pending request to a client that just disconnects

13 years agoFixed id counters' cycling
Bart Polot [Wed, 2 Nov 2011 10:14:48 +0000 (10:14 +0000)]
Fixed id counters' cycling

13 years agohandle client connections
Philipp Tölke [Wed, 2 Nov 2011 10:13:59 +0000 (10:13 +0000)]
handle client connections

fix #1855

13 years ago(no commit message)
Matthias Wachs [Wed, 2 Nov 2011 10:11:09 +0000 (10:11 +0000)]

13 years agoadded send test
David Brodski [Wed, 2 Nov 2011 09:59:51 +0000 (09:59 +0000)]
added send test

13 years agoadded send test
David Brodski [Wed, 2 Nov 2011 09:58:26 +0000 (09:58 +0000)]
added send test

13 years agoSome fixes with scheduler
David Brodski [Wed, 2 Nov 2011 09:55:39 +0000 (09:55 +0000)]
Some fixes with scheduler

13 years agofixing https://www.gnunet.org/bugs/view.php?id=1867
Matthias Wachs [Wed, 2 Nov 2011 09:10:51 +0000 (09:10 +0000)]
fixing https://gnunet.org/bugs/view.php?id=1867

13 years agoTrying to debug buildbots
Bart Polot [Tue, 1 Nov 2011 10:08:15 +0000 (10:08 +0000)]
Trying to debug buildbots

13 years agoAdded test to check why some buildbots fail connections and tests
Bart Polot [Mon, 31 Oct 2011 22:46:10 +0000 (22:46 +0000)]
Added test to check why some buildbots fail connections and tests

13 years agoFix coverity #10232
Bart Polot [Mon, 31 Oct 2011 22:39:43 +0000 (22:39 +0000)]
Fix coverity #10232