Sree Harsha Totakura [Mon, 10 Dec 2012 20:49:10 +0000 (20:49 +0000)]
- warning when trying to read when a read handle is already present
Christian Fuchs [Mon, 10 Dec 2012 20:42:31 +0000 (20:42 +0000)]
added functionality to fetch the virtual interface's FriendlyName from
the registry. This information is needed for netsh later on.
Bart Polot [Mon, 10 Dec 2012 17:48:20 +0000 (17:48 +0000)]
- use child count, add debug info
Bart Polot [Mon, 10 Dec 2012 17:44:05 +0000 (17:44 +0000)]
- add children count api call
Bart Polot [Mon, 10 Dec 2012 17:28:48 +0000 (17:28 +0000)]
- destroy tunnels that have no clients or child nodes after a timeout
Matthias Wachs [Mon, 10 Dec 2012 16:22:21 +0000 (16:22 +0000)]
changes
Christian Grothoff [Mon, 10 Dec 2012 15:52:05 +0000 (15:52 +0000)]
-auto reset non-progressing streams after 30s -- hides #2672
Matthias Wachs [Mon, 10 Dec 2012 15:38:18 +0000 (15:38 +0000)]
test and change
Christian Grothoff [Mon, 10 Dec 2012 15:36:04 +0000 (15:36 +0000)]
-extra check
Christian Grothoff [Mon, 10 Dec 2012 15:32:30 +0000 (15:32 +0000)]
-fix
Christian Grothoff [Mon, 10 Dec 2012 15:04:30 +0000 (15:04 +0000)]
-logging, initialize msize
Christian Grothoff [Mon, 10 Dec 2012 14:54:18 +0000 (14:54 +0000)]
-fix
Matthias Wachs [Mon, 10 Dec 2012 14:48:02 +0000 (14:48 +0000)]
remove hattrick check
Christian Grothoff [Mon, 10 Dec 2012 14:44:23 +0000 (14:44 +0000)]
-fixes
Matthias Wachs [Mon, 10 Dec 2012 14:42:40 +0000 (14:42 +0000)]
coverity
Matthias Wachs [Mon, 10 Dec 2012 14:38:44 +0000 (14:38 +0000)]
coverity
Matthias Wachs [Mon, 10 Dec 2012 14:38:34 +0000 (14:38 +0000)]
clean up
Christian Grothoff [Mon, 10 Dec 2012 14:36:51 +0000 (14:36 +0000)]
-fix test
Christian Grothoff [Mon, 10 Dec 2012 14:34:16 +0000 (14:34 +0000)]
do not queue more than one write at a time to stream, -- hopefully fixing #2672
Matthias Wachs [Mon, 10 Dec 2012 14:25:53 +0000 (14:25 +0000)]
more changes
Christian Grothoff [Mon, 10 Dec 2012 14:16:04 +0000 (14:16 +0000)]
-fixes
Christian Grothoff [Mon, 10 Dec 2012 14:15:45 +0000 (14:15 +0000)]
-fix
Sree Harsha Totakura [Mon, 10 Dec 2012 14:11:53 +0000 (14:11 +0000)]
fix 2672
Matthias Wachs [Mon, 10 Dec 2012 13:53:12 +0000 (13:53 +0000)]
mgmt
Bart Polot [Mon, 10 Dec 2012 13:31:39 +0000 (13:31 +0000)]
- silence!
Bart Polot [Mon, 10 Dec 2012 13:09:39 +0000 (13:09 +0000)]
- improve mesh handling of unexpected traffic
Matthias Wachs [Mon, 10 Dec 2012 13:01:51 +0000 (13:01 +0000)]
fix
Matthias Wachs [Mon, 10 Dec 2012 13:01:26 +0000 (13:01 +0000)]
fix
Matthias Wachs [Mon, 10 Dec 2012 12:59:34 +0000 (12:59 +0000)]
- init
Bart Polot [Mon, 10 Dec 2012 12:50:48 +0000 (12:50 +0000)]
- handle errors more gracefully, be more verbose for debug
Sree Harsha Totakura [Mon, 10 Dec 2012 12:41:05 +0000 (12:41 +0000)]
- cleanup
Matthias Wachs [Mon, 10 Dec 2012 12:36:05 +0000 (12:36 +0000)]
- no valgrind
Matthias Wachs [Mon, 10 Dec 2012 12:35:40 +0000 (12:35 +0000)]
fix
LRN [Mon, 10 Dec 2012 12:27:43 +0000 (12:27 +0000)]
Unnecessary argument
Matthias Wachs [Mon, 10 Dec 2012 12:22:20 +0000 (12:22 +0000)]
one more time
Matthias Wachs [Mon, 10 Dec 2012 12:20:20 +0000 (12:20 +0000)]
mem leak in line 193configuration.c
Matthias Wachs [Mon, 10 Dec 2012 12:13:54 +0000 (12:13 +0000)]
mistake
Matthias Wachs [Mon, 10 Dec 2012 12:12:56 +0000 (12:12 +0000)]
mem leak
Bart Polot [Mon, 10 Dec 2012 12:07:47 +0000 (12:07 +0000)]
- fix default conf warning
LRN [Mon, 10 Dec 2012 12:04:19 +0000 (12:04 +0000)]
Fix configuration parsing
* Don't leak strndup'ed lines.
* Trim leading whitespace, not just trailing
* Do whitespace trimming _before_ discarding commented lines (now # or %
does not need to be the first character in the line).
.
Matthias Wachs [Mon, 10 Dec 2012 10:40:33 +0000 (10:40 +0000)]
- fix for session check and clean up
Christian Fuchs [Sun, 9 Dec 2012 23:22:13 +0000 (23:22 +0000)]
added unique additional hwid entry to allow us to find our individual
virtual interface again. Needed, because netsh requires us to resolve
the devices name as string, which can not be derived off the
deviceinfoset directly.
we are now using the handed over devicename + our PID
the result looks something like this: gnunet-vpn13381
Christian Grothoff [Sun, 9 Dec 2012 20:52:35 +0000 (20:52 +0000)]
-fix
Christian Grothoff [Sun, 9 Dec 2012 15:38:55 +0000 (15:38 +0000)]
adding GNUNET_DISK_file_backup function; fixing #2646
Christian Grothoff [Sat, 8 Dec 2012 21:38:04 +0000 (21:38 +0000)]
look in /opt/jdk1.6.0_22/bin:/usr/lib/jvm/java-6-sun//bin:.:/home/grothoff/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games for gnunet-arm before trying /proc/exe
Christian Grothoff [Sat, 8 Dec 2012 20:19:08 +0000 (20:19 +0000)]
fixing #2680 -- config file lines can now have any length
Christian Grothoff [Sat, 8 Dec 2012 15:14:00 +0000 (15:14 +0000)]
-virtually finished fs profiler
Sree Harsha Totakura [Sat, 8 Dec 2012 13:23:41 +0000 (13:23 +0000)]
- exec arbitrary commands
Sree Harsha Totakura [Sat, 8 Dec 2012 13:05:37 +0000 (13:05 +0000)]
- replacing fork with exec
Sree Harsha Totakura [Sat, 8 Dec 2012 11:13:47 +0000 (11:13 +0000)]
- reverting to include MPI code
Christian Grothoff [Fri, 7 Dec 2012 22:37:27 +0000 (22:37 +0000)]
-options to play with
Christian Grothoff [Fri, 7 Dec 2012 22:33:56 +0000 (22:33 +0000)]
-avoid mysql warning (was harmless, but still not nice)
Christian Grothoff [Fri, 7 Dec 2012 22:29:53 +0000 (22:29 +0000)]
-implementing heap-based datastore backend
Christian Grothoff [Fri, 7 Dec 2012 22:13:42 +0000 (22:13 +0000)]
-docu fix
Christian Grothoff [Fri, 7 Dec 2012 22:13:35 +0000 (22:13 +0000)]
-function never existed
Sree Harsha Totakura [Fri, 7 Dec 2012 18:14:58 +0000 (18:14 +0000)]
- remove MPI code
Sree Harsha Totakura [Fri, 7 Dec 2012 17:57:48 +0000 (17:57 +0000)]
- fork within MPI
Christian Grothoff [Fri, 7 Dec 2012 16:37:37 +0000 (16:37 +0000)]
-more work on FS profiler
Matthias Wachs [Fri, 7 Dec 2012 16:05:53 +0000 (16:05 +0000)]
changes
Christian Grothoff [Fri, 7 Dec 2012 16:05:22 +0000 (16:05 +0000)]
-more work on FS profiler
Sree Harsha Totakura [Fri, 7 Dec 2012 15:46:25 +0000 (15:46 +0000)]
- MPI test program
Matthias Wachs [Fri, 7 Dec 2012 15:39:40 +0000 (15:39 +0000)]
mod
Matthias Wachs [Fri, 7 Dec 2012 15:32:46 +0000 (15:32 +0000)]
mod
Matthias Wachs [Fri, 7 Dec 2012 15:13:01 +0000 (15:13 +0000)]
change
Christian Fuchs [Fri, 7 Dec 2012 14:15:05 +0000 (14:15 +0000)]
solved fixme's, linked device handling functions to main program flow,
added some fixes here and there. added more comments to the code.
Christian Grothoff [Fri, 7 Dec 2012 13:25:32 +0000 (13:25 +0000)]
-oops
Bart Polot [Fri, 7 Dec 2012 13:00:31 +0000 (13:00 +0000)]
- wip
Matthias Wachs [Fri, 7 Dec 2012 11:12:39 +0000 (11:12 +0000)]
increase blocking on suggest in addresses, checking in solver
Christian Grothoff [Fri, 7 Dec 2012 10:34:30 +0000 (10:34 +0000)]
-skeleton for the fsprofiler daemon
Christian Grothoff [Fri, 7 Dec 2012 10:29:44 +0000 (10:29 +0000)]
-write unique peer ID to file for each peer
Christian Grothoff [Thu, 6 Dec 2012 22:38:55 +0000 (22:38 +0000)]
-skeleton
Bart Polot [Thu, 6 Dec 2012 16:26:18 +0000 (16:26 +0000)]
- fixed #2675
Matthias Wachs [Thu, 6 Dec 2012 15:21:32 +0000 (15:21 +0000)]
remove old code
Matthias Wachs [Thu, 6 Dec 2012 15:18:54 +0000 (15:18 +0000)]
changes
Matthias Wachs [Thu, 6 Dec 2012 15:16:49 +0000 (15:16 +0000)]
tests
Matthias Wachs [Thu, 6 Dec 2012 14:00:56 +0000 (14:00 +0000)]
changes
Christian Grothoff [Thu, 6 Dec 2012 13:53:33 +0000 (13:53 +0000)]
-improving shutdown behavior
Bart Polot [Thu, 6 Dec 2012 13:33:27 +0000 (13:33 +0000)]
- debug info for stream / hostkey bugs
Matthias Wachs [Thu, 6 Dec 2012 13:16:17 +0000 (13:16 +0000)]
ats info
Bart Polot [Thu, 6 Dec 2012 12:46:13 +0000 (12:46 +0000)]
- fix compilation when HAVE_LIBGLPK is false
Matthias Wachs [Thu, 6 Dec 2012 12:32:28 +0000 (12:32 +0000)]
improvements
Matthias Wachs [Thu, 6 Dec 2012 12:20:58 +0000 (12:20 +0000)]
changes
Matthias Wachs [Thu, 6 Dec 2012 12:17:31 +0000 (12:17 +0000)]
changes
Florian Dold [Thu, 6 Dec 2012 10:37:14 +0000 (10:37 +0000)]
added consensus message types
Christian Grothoff [Thu, 6 Dec 2012 10:10:08 +0000 (10:10 +0000)]
-feedback on style
Matthias Wachs [Thu, 6 Dec 2012 10:02:38 +0000 (10:02 +0000)]
changes
Matthias Wachs [Thu, 6 Dec 2012 09:42:23 +0000 (09:42 +0000)]
changes
Matthias Wachs [Thu, 6 Dec 2012 09:22:46 +0000 (09:22 +0000)]
fix
Matthias Wachs [Thu, 6 Dec 2012 09:09:07 +0000 (09:09 +0000)]
fix
Matthias Wachs [Thu, 6 Dec 2012 08:41:46 +0000 (08:41 +0000)]
minor
LRN [Thu, 6 Dec 2012 01:34:18 +0000 (01:34 +0000)]
Don't crash when address suggestor fails
LRN [Wed, 5 Dec 2012 22:34:47 +0000 (22:34 +0000)]
Should be compilable without libglpk again
Christian Grothoff [Wed, 5 Dec 2012 21:42:41 +0000 (21:42 +0000)]
-sane freq
Florian Dold [Wed, 5 Dec 2012 21:41:09 +0000 (21:41 +0000)]
consensus api, consensus service (local), peer driver and ibf sketch
Christian Grothoff [Wed, 5 Dec 2012 21:37:50 +0000 (21:37 +0000)]
-signal to applications that a probe is active
Christian Grothoff [Wed, 5 Dec 2012 20:58:48 +0000 (20:58 +0000)]
-fix availability rank calculation in probe signal, immediately signal failed probes
Christian Grothoff [Wed, 5 Dec 2012 19:33:59 +0000 (19:33 +0000)]
-more logging
Matthias Wachs [Wed, 5 Dec 2012 16:39:04 +0000 (16:39 +0000)]
changes
Matthias Wachs [Wed, 5 Dec 2012 16:33:07 +0000 (16:33 +0000)]
changes
Matthias Wachs [Wed, 5 Dec 2012 16:23:58 +0000 (16:23 +0000)]
changes