LRN [Wed, 11 Jul 2012 20:19:45 +0000 (20:19 +0000)]
A small fix for W32cat
Maximilian Szengel [Wed, 11 Jul 2012 15:36:33 +0000 (15:36 +0000)]
bugfix
Martin Schanzenbach [Wed, 11 Jul 2012 15:26:13 +0000 (15:26 +0000)]
-fix compile
Christian Grothoff [Wed, 11 Jul 2012 15:17:17 +0000 (15:17 +0000)]
-breaking proxy as well
Sree Harsha Totakura [Wed, 11 Jul 2012 15:06:03 +0000 (15:06 +0000)]
fixes for controller_start() API changes
Christian Grothoff [Wed, 11 Jul 2012 14:22:18 +0000 (14:22 +0000)]
-dos2unix
Christian Grothoff [Wed, 11 Jul 2012 13:10:26 +0000 (13:10 +0000)]
-breaking testbed again...
Bart Polot [Wed, 11 Jul 2012 12:55:11 +0000 (12:55 +0000)]
- refactoring
Nathan S. Evans [Wed, 11 Jul 2012 12:47:28 +0000 (12:47 +0000)]
-fix
Bart Polot [Wed, 11 Jul 2012 12:42:36 +0000 (12:42 +0000)]
- keep track of all results, try others peers on timeout
Bart Polot [Wed, 11 Jul 2012 11:33:54 +0000 (11:33 +0000)]
- cancel search only after successful connect/ack
Christian Grothoff [Wed, 11 Jul 2012 09:16:58 +0000 (09:16 +0000)]
-fix
LRN [Wed, 11 Jul 2012 08:05:57 +0000 (08:05 +0000)]
Make gns port non-unix-only
Sree Harsha Totakura [Tue, 10 Jul 2012 15:37:07 +0000 (15:37 +0000)]
-fixing 2494
Christian Grothoff [Tue, 10 Jul 2012 14:59:27 +0000 (14:59 +0000)]
-simplifying function checks
Christian Grothoff [Tue, 10 Jul 2012 14:59:08 +0000 (14:59 +0000)]
-simplifying function checks
Matthias Wachs [Tue, 10 Jul 2012 14:33:45 +0000 (14:33 +0000)]
improved server disconnect
Bart Polot [Tue, 10 Jul 2012 14:25:32 +0000 (14:25 +0000)]
- use different contexts for differents search stages/branches
Christian Grothoff [Tue, 10 Jul 2012 14:15:43 +0000 (14:15 +0000)]
-misc edits working on #2494, but there are still API issues to be discussed, tests do not work yet
Christian Grothoff [Tue, 10 Jul 2012 14:05:41 +0000 (14:05 +0000)]
-minor fixes
Christian Grothoff [Tue, 10 Jul 2012 14:05:29 +0000 (14:05 +0000)]
-never start child processes on UNIX without stdin/stdout/stderr, pass /dev/null instead if we want to decouple the child
Matthias Wachs [Tue, 10 Jul 2012 13:35:28 +0000 (13:35 +0000)]
- improving client disconnect code to fix mantis 2486
Matthias Wachs [Tue, 10 Jul 2012 09:03:27 +0000 (09:03 +0000)]
- improved session creation and listen only mode
Matthias Wachs [Tue, 10 Jul 2012 08:57:34 +0000 (08:57 +0000)]
- improved session creation and listen only mode
Bart Polot [Tue, 10 Jul 2012 02:22:33 +0000 (02:22 +0000)]
- doxygen
Sree Harsha Totakura [Mon, 9 Jul 2012 21:57:23 +0000 (21:57 +0000)]
-reduced test timeout time
Sree Harsha Totakura [Mon, 9 Jul 2012 21:55:40 +0000 (21:55 +0000)]
-debugging for stdin close
Christian Grothoff [Mon, 9 Jul 2012 21:32:36 +0000 (21:32 +0000)]
-fix
Christian Grothoff [Mon, 9 Jul 2012 19:39:27 +0000 (19:39 +0000)]
-LRN: switching to py for arm test as well
Christian Grothoff [Mon, 9 Jul 2012 19:04:19 +0000 (19:04 +0000)]
-LRN: Another take on std descriptor inheritance
Now descriptors are not inherited by default, you have to pass
a set of flags to make it so. When pipes are given, flags have
no effect.
gnunet-arm now has two options to block stdout and stderr from being
passed to gnunet-service-arm
Sree Harsha Totakura [Mon, 9 Jul 2012 18:48:44 +0000 (18:48 +0000)]
more fixes
Sree Harsha Totakura [Mon, 9 Jul 2012 18:30:27 +0000 (18:30 +0000)]
-fixing #2493
Maximilian Szengel [Mon, 9 Jul 2012 15:18:37 +0000 (15:18 +0000)]
regex: fixed iterating over the initial states.
Maximilian Szengel [Mon, 9 Jul 2012 15:18:12 +0000 (15:18 +0000)]
regex: fixed iterating over the initial states
Martin Schanzenbach [Mon, 9 Jul 2012 12:40:58 +0000 (12:40 +0000)]
-add uri values to curl
Martin Schanzenbach [Mon, 9 Jul 2012 12:18:36 +0000 (12:18 +0000)]
-fix
Martin Schanzenbach [Mon, 9 Jul 2012 12:07:33 +0000 (12:07 +0000)]
-fix site of origin refs
Christian Grothoff [Mon, 9 Jul 2012 11:48:52 +0000 (11:48 +0000)]
-ignores
Christian Grothoff [Mon, 9 Jul 2012 11:48:43 +0000 (11:48 +0000)]
-reverting SVN 22558 (new insights...)
Sree Harsha Totakura [Mon, 9 Jul 2012 11:38:23 +0000 (11:38 +0000)]
-inlined peer destroy in testcase
Sree Harsha Totakura [Mon, 9 Jul 2012 11:35:19 +0000 (11:35 +0000)]
-peer create bug fixes and test case
Matthias Wachs [Mon, 9 Jul 2012 11:23:49 +0000 (11:23 +0000)]
- check if service is running
Christian Grothoff [Mon, 9 Jul 2012 11:19:47 +0000 (11:19 +0000)]
-LRN: Python-based test script for statistics
Christian Grothoff [Mon, 9 Jul 2012 11:17:55 +0000 (11:17 +0000)]
-LRN: Our std handles are not created by us, and thus are inheritable by default.
We don't want them to be passed to our child processes, because our parent
might be waiting for them to be closed, which would mean that our process
is dead.
Martin Schanzenbach [Mon, 9 Jul 2012 10:48:27 +0000 (10:48 +0000)]
-fix
Matthias Wachs [Mon, 9 Jul 2012 07:19:48 +0000 (07:19 +0000)]
- fix segfault
Martin Schanzenbach [Mon, 9 Jul 2012 03:14:42 +0000 (03:14 +0000)]
-fix
Martin Schanzenbach [Mon, 9 Jul 2012 00:11:41 +0000 (00:11 +0000)]
-fix request handling
Sree Harsha Totakura [Sun, 8 Jul 2012 22:35:24 +0000 (22:35 +0000)]
-removed static operations and operation queue
Martin Schanzenbach [Sun, 8 Jul 2012 22:31:17 +0000 (22:31 +0000)]
-add cookie support
Sree Harsha Totakura [Sun, 8 Jul 2012 22:25:06 +0000 (22:25 +0000)]
-client handle operation success
Christian Grothoff [Sun, 8 Jul 2012 21:38:00 +0000 (21:38 +0000)]
-fix crash if private zone key did not exist
Sree Harsha Totakura [Sun, 8 Jul 2012 21:11:06 +0000 (21:11 +0000)]
-added handler for peer_destroy
Sree Harsha Totakura [Sun, 8 Jul 2012 20:28:46 +0000 (20:28 +0000)]
operation and peer_destroy
Martin Schanzenbach [Sun, 8 Jul 2012 17:46:26 +0000 (17:46 +0000)]
-cleanup
Martin Schanzenbach [Sun, 8 Jul 2012 17:32:45 +0000 (17:32 +0000)]
-cleanup
Martin Schanzenbach [Sun, 8 Jul 2012 17:26:09 +0000 (17:26 +0000)]
-cleanup
Sree Harsha Totakura [Sat, 7 Jul 2012 16:12:28 +0000 (16:12 +0000)]
testing doc
Sree Harsha Totakura [Sat, 7 Jul 2012 16:12:09 +0000 (16:12 +0000)]
-peer create message handler
Bart Polot [Sat, 7 Jul 2012 15:11:58 +0000 (15:11 +0000)]
- fix recursion in case of * states
Bart Polot [Sat, 7 Jul 2012 01:04:03 +0000 (01:04 +0000)]
- ignore kdevelop project/metadata files
Bart Polot [Sat, 7 Jul 2012 01:03:15 +0000 (01:03 +0000)]
- temporarily avoid infinite recursion
Sree Harsha Totakura [Fri, 6 Jul 2012 22:49:37 +0000 (22:49 +0000)]
testbed peer_create ()
Sree Harsha Totakura [Fri, 6 Jul 2012 22:36:31 +0000 (22:36 +0000)]
function exports from testbed_api
Martin Schanzenbach [Fri, 6 Jul 2012 21:33:21 +0000 (21:33 +0000)]
-fix resover memleak, more proxy cookies
Matthias Wachs [Fri, 6 Jul 2012 15:29:24 +0000 (15:29 +0000)]
undo
Matthias Wachs [Fri, 6 Jul 2012 15:27:09 +0000 (15:27 +0000)]
- undo
Matthias Wachs [Fri, 6 Jul 2012 15:24:37 +0000 (15:24 +0000)]
quota tests for wlan
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