oweals/gnunet.git
11 years agofix
Sree Harsha Totakura [Thu, 1 Nov 2012 21:30:15 +0000 (21:30 +0000)]
fix

11 years agotopology option support for GNUNET_TESTBED_run() via configuration
Sree Harsha Totakura [Thu, 1 Nov 2012 21:12:56 +0000 (21:12 +0000)]
topology option support for GNUNET_TESTBED_run() via configuration

11 years ago-doxygen
Christian Grothoff [Thu, 1 Nov 2012 16:58:00 +0000 (16:58 +0000)]
-doxygen

11 years agoW32: Remove unnecessary 0 and -1 checks
LRN [Thu, 1 Nov 2012 16:45:45 +0000 (16:45 +0000)]
W32: Remove unnecessary 0 and -1 checks

11 years agoW32: optimize GNUNET_NETWORK_fdset_add
LRN [Thu, 1 Nov 2012 16:43:11 +0000 (16:43 +0000)]
W32: optimize GNUNET_NETWORK_fdset_add

11 years agoMore configuration debugging
LRN [Thu, 1 Nov 2012 16:43:07 +0000 (16:43 +0000)]
More configuration debugging

11 years agoDebug for dollar-expansion
LRN [Thu, 1 Nov 2012 16:42:56 +0000 (16:42 +0000)]
Debug for dollar-expansion

11 years ago-more libexec fixes
Christian Grothoff [Thu, 1 Nov 2012 16:31:23 +0000 (16:31 +0000)]
-more libexec fixes

11 years agofix
Sree Harsha Totakura [Thu, 1 Nov 2012 16:01:39 +0000 (16:01 +0000)]
fix

11 years agofixing testing failures on pi
Sree Harsha Totakura [Thu, 1 Nov 2012 11:55:39 +0000 (11:55 +0000)]
fixing testing failures on pi

11 years agofix for port-conflicts while starting multiple controllers on same host
Sree Harsha Totakura [Thu, 1 Nov 2012 11:44:44 +0000 (11:44 +0000)]
fix for port-conflicts while starting multiple controllers on same host

11 years ago-better logging in NAT
Christian Grothoff [Wed, 31 Oct 2012 22:46:28 +0000 (22:46 +0000)]
-better logging in NAT

11 years ago-typo
Christian Grothoff [Wed, 31 Oct 2012 21:57:57 +0000 (21:57 +0000)]
-typo

11 years ago-trying to fix #2603
Christian Grothoff [Wed, 31 Oct 2012 21:54:35 +0000 (21:54 +0000)]
-trying to fix #2603

11 years ago-need 1.5.0 for ecc
Christian Grothoff [Wed, 31 Oct 2012 21:48:25 +0000 (21:48 +0000)]
-need 1.5.0 for ecc

11 years ago-moving DHT test to testbed API
Christian Grothoff [Wed, 31 Oct 2012 21:30:55 +0000 (21:30 +0000)]
-moving DHT test to testbed API

11 years agocheck all available addresses
Sree Harsha Totakura [Wed, 31 Oct 2012 21:13:32 +0000 (21:13 +0000)]
check all available addresses

11 years agofixes failing tests
Sree Harsha Totakura [Wed, 31 Oct 2012 20:36:50 +0000 (20:36 +0000)]
fixes failing tests

11 years agodead code
Sree Harsha Totakura [Wed, 31 Oct 2012 15:36:56 +0000 (15:36 +0000)]
dead code

11 years ago-adding missing pkgconfig files
Christian Grothoff [Wed, 31 Oct 2012 15:21:37 +0000 (15:21 +0000)]
-adding missing pkgconfig files

11 years agofix
Matthias Wachs [Wed, 31 Oct 2012 15:10:17 +0000 (15:10 +0000)]
fix

11 years agoerror
Matthias Wachs [Wed, 31 Oct 2012 14:24:02 +0000 (14:24 +0000)]
error

11 years agounused code
Matthias Wachs [Wed, 31 Oct 2012 13:52:52 +0000 (13:52 +0000)]
unused code

11 years ago-adding missing extra_dist files
Christian Grothoff [Wed, 31 Oct 2012 12:57:16 +0000 (12:57 +0000)]
-adding missing extra_dist files

11 years ago-fix
Christian Grothoff [Wed, 31 Oct 2012 12:48:47 +0000 (12:48 +0000)]
-fix

11 years agofix crashes when aborting testing drivers
Sree Harsha Totakura [Wed, 31 Oct 2012 12:21:36 +0000 (12:21 +0000)]
fix crashes when aborting testing drivers

11 years ago- changes
Matthias Wachs [Wed, 31 Oct 2012 10:22:38 +0000 (10:22 +0000)]
- changes

11 years agodocu
Matthias Wachs [Wed, 31 Oct 2012 10:22:15 +0000 (10:22 +0000)]
docu

11 years agofixes
Sree Harsha Totakura [Wed, 31 Oct 2012 10:13:31 +0000 (10:13 +0000)]
fixes

11 years agoman
Matthias Wachs [Wed, 31 Oct 2012 10:12:42 +0000 (10:12 +0000)]
man

11 years agolocate helpers in libexec
Sree Harsha Totakura [Wed, 31 Oct 2012 09:15:05 +0000 (09:15 +0000)]
locate helpers in libexec

11 years agofor starting up non gnunet helpers (SSH for example)
Sree Harsha Totakura [Tue, 30 Oct 2012 23:03:07 +0000 (23:03 +0000)]
for starting up non gnunet helpers (SSH for example)

11 years agomesh regex profiler
Maximilian Szengel [Tue, 30 Oct 2012 22:26:14 +0000 (22:26 +0000)]
mesh regex profiler

11 years agoFix ENABLE_NLS usage
LRN [Tue, 30 Oct 2012 22:12:03 +0000 (22:12 +0000)]
Fix ENABLE_NLS usage

ENABLE_NLS is for gettext only, it's not an indicator of nl_langinfo
availability.
Use unistring instead of nl_langinfo, since unistring is always there.
GNUnet supports UTF-8 now (or should support), so most conversions are
unnecessary anyway.

11 years agoRestore warnings, fix test compilation
LRN [Tue, 30 Oct 2012 22:11:56 +0000 (22:11 +0000)]
Restore warnings, fix test compilation

11 years agoJust use unistring
LRN [Tue, 30 Oct 2012 21:23:27 +0000 (21:23 +0000)]
Just use unistring

11 years agoMissing include
LRN [Tue, 30 Oct 2012 21:22:40 +0000 (21:22 +0000)]
Missing include

11 years ago-fix path problem with libexec
Christian Grothoff [Tue, 30 Oct 2012 21:13:24 +0000 (21:13 +0000)]
-fix path problem with libexec

11 years agoW32: Fix get_path_from_module_filename()
LRN [Tue, 30 Oct 2012 21:08:47 +0000 (21:08 +0000)]
W32: Fix get_path_from_module_filename()

11 years agoAllow using libunistring for string conversion
LRN [Tue, 30 Oct 2012 21:08:43 +0000 (21:08 +0000)]
Allow using libunistring for string conversion

11 years ago-more cleanup and input validation fixes
Christian Grothoff [Tue, 30 Oct 2012 20:52:14 +0000 (20:52 +0000)]
-more cleanup and input validation fixes

11 years ago-doxygen
Christian Grothoff [Tue, 30 Oct 2012 19:16:03 +0000 (19:16 +0000)]
-doxygen

11 years ago-fixing gns test issues
Christian Grothoff [Tue, 30 Oct 2012 18:58:10 +0000 (18:58 +0000)]
-fixing gns test issues

11 years ago- refactoring, make compile
Bart Polot [Tue, 30 Oct 2012 17:21:54 +0000 (17:21 +0000)]
- refactoring, make compile

11 years ago- refactoring
Bart Polot [Tue, 30 Oct 2012 15:14:58 +0000 (15:14 +0000)]
- refactoring

11 years ago- refactoring, oneliners
Bart Polot [Tue, 30 Oct 2012 14:34:00 +0000 (14:34 +0000)]
- refactoring, oneliners

11 years ago- refactoring, clinfo -> fcinfo
Bart Polot [Tue, 30 Oct 2012 14:29:24 +0000 (14:29 +0000)]
- refactoring, clinfo -> fcinfo

11 years ago- refactoring, cinfo -> fcinfo
Bart Polot [Tue, 30 Oct 2012 14:25:49 +0000 (14:25 +0000)]
- refactoring, cinfo -> fcinfo

11 years ago- refactoring
Bart Polot [Tue, 30 Oct 2012 14:17:07 +0000 (14:17 +0000)]
- refactoring

11 years ago-some gns code cleanup, still a mess
Christian Grothoff [Tue, 30 Oct 2012 14:12:44 +0000 (14:12 +0000)]
-some gns code cleanup, still a mess

11 years ago- unify client/child data structure
Bart Polot [Tue, 30 Oct 2012 13:48:43 +0000 (13:48 +0000)]
- unify client/child data structure

11 years ago- new service
Bart Polot [Tue, 30 Oct 2012 13:38:40 +0000 (13:38 +0000)]
- new service

11 years ago- add new service to rewrite flow control
Bart Polot [Tue, 30 Oct 2012 13:37:25 +0000 (13:37 +0000)]
- add new service to rewrite flow control

11 years ago-cleanup
Martin Schanzenbach [Tue, 30 Oct 2012 11:00:13 +0000 (11:00 +0000)]
-cleanup

11 years ago-add gns proxy man page
Martin Schanzenbach [Tue, 30 Oct 2012 06:17:52 +0000 (06:17 +0000)]
-add gns proxy man page

11 years ago-cleanup
Martin Schanzenbach [Tue, 30 Oct 2012 06:17:19 +0000 (06:17 +0000)]
-cleanup

11 years ago-pogen
Christian Grothoff [Mon, 29 Oct 2012 22:17:26 +0000 (22:17 +0000)]
-pogen

11 years ago-clean up test
Christian Grothoff [Mon, 29 Oct 2012 21:19:49 +0000 (21:19 +0000)]
-clean up test

11 years ago-fix build errors
Christian Grothoff [Mon, 29 Oct 2012 21:14:08 +0000 (21:14 +0000)]
-fix build errors

11 years agosequential mesh service connects and regex announcing in regex profiler
Maximilian Szengel [Mon, 29 Oct 2012 16:41:36 +0000 (16:41 +0000)]
sequential mesh service connects and regex announcing in regex profiler

11 years ago-fixes
Christian Grothoff [Mon, 29 Oct 2012 16:40:46 +0000 (16:40 +0000)]
-fixes

11 years ago-also to libexec
Christian Grothoff [Mon, 29 Oct 2012 16:27:26 +0000 (16:27 +0000)]
-also to libexec

11 years agoinstalling all service, daemon and helper binaries to lib/gnunet/libexec/; updating...
Christian Grothoff [Mon, 29 Oct 2012 16:14:03 +0000 (16:14 +0000)]
installing all service, daemon and helper binaries to lib/gnunet/libexec/; updating code to run binaries from new location, which is no longer in PATH

11 years agostarting testing processes with a low priority to not overwhelm testing hosts
Sree Harsha Totakura [Mon, 29 Oct 2012 15:43:23 +0000 (15:43 +0000)]
starting testing processes with a low priority to not overwhelm testing hosts

11 years ago-enable 'hello' URIs for gnunet-uri
Christian Grothoff [Mon, 29 Oct 2012 12:05:08 +0000 (12:05 +0000)]
-enable 'hello' URIs for gnunet-uri

11 years ago-more man pages, typos'
Christian Grothoff [Mon, 29 Oct 2012 12:00:45 +0000 (12:00 +0000)]
-more man pages, typos'

11 years ago-adding some missing man pages
Christian Grothoff [Mon, 29 Oct 2012 09:26:42 +0000 (09:26 +0000)]
-adding some missing man pages

11 years ago-man page for configuration file
Christian Grothoff [Mon, 29 Oct 2012 09:08:43 +0000 (09:08 +0000)]
-man page for configuration file

11 years agobatch regex announcing in profiler
Maximilian Szengel [Sun, 28 Oct 2012 22:35:32 +0000 (22:35 +0000)]
batch regex announcing in profiler

11 years ago-ecc signing working
Christian Grothoff [Sun, 28 Oct 2012 17:02:19 +0000 (17:02 +0000)]
-ecc signing working

11 years ago-wk says not to specify pkcs1
Christian Grothoff [Sun, 28 Oct 2012 16:52:43 +0000 (16:52 +0000)]
-wk says not to specify pkcs1

11 years ago-minor cleanup, fixing minor bug in auto-share
Christian Grothoff [Sun, 28 Oct 2012 16:45:40 +0000 (16:45 +0000)]
-minor cleanup, fixing minor bug in auto-share

11 years ago-code cleanup
Christian Grothoff [Sun, 28 Oct 2012 07:45:25 +0000 (07:45 +0000)]
-code cleanup

11 years ago-test case cleanup
Christian Grothoff [Sat, 27 Oct 2012 21:00:50 +0000 (21:00 +0000)]
-test case cleanup

11 years ago-indent
Christian Grothoff [Sat, 27 Oct 2012 19:22:50 +0000 (19:22 +0000)]
-indent

11 years ago-fix
Christian Grothoff [Sat, 27 Oct 2012 19:05:53 +0000 (19:05 +0000)]
-fix

11 years ago-bugfixes, code cleanup
Christian Grothoff [Fri, 26 Oct 2012 22:13:01 +0000 (22:13 +0000)]
-bugfixes, code cleanup

11 years ago- fixed regex offset, doc
Bart Polot [Fri, 26 Oct 2012 18:30:39 +0000 (18:30 +0000)]
- fixed regex offset, doc

11 years agopassing mesage header instead of message
Maximilian Szengel [Fri, 26 Oct 2012 18:23:06 +0000 (18:23 +0000)]
passing mesage header instead of message

11 years agousing prepared statements for regex simulation profiler
Maximilian Szengel [Fri, 26 Oct 2012 16:10:04 +0000 (16:10 +0000)]
using prepared statements for regex simulation profiler

11 years agoadded max path compression parameter to regex profiler
Maximilian Szengel [Fri, 26 Oct 2012 15:59:50 +0000 (15:59 +0000)]
added max path compression parameter to regex profiler

11 years ago- fix testcase
Bart Polot [Fri, 26 Oct 2012 15:56:13 +0000 (15:56 +0000)]
- fix testcase

11 years ago- implementation of configurable regex compression
Bart Polot [Fri, 26 Oct 2012 15:54:15 +0000 (15:54 +0000)]
- implementation of configurable regex compression

11 years agognunet-statistics can retrieve stats from remote hosts without config
Matthias Wachs [Fri, 26 Oct 2012 15:10:32 +0000 (15:10 +0000)]
gnunet-statistics can retrieve stats from remote hosts without config

11 years agomemory leak: is const
Matthias Wachs [Fri, 26 Oct 2012 15:08:22 +0000 (15:08 +0000)]
memory leak: is const

11 years ago- Added path compression parameter to DFA construction API
Maximilian Szengel [Fri, 26 Oct 2012 14:33:59 +0000 (14:33 +0000)]
- Added path compression parameter to DFA construction API
- Moved NFA construction to internal header
- Added regex simulation profiler (for profiling the NFA, that results by merging
  several DFAs in the DHT, in a database)

11 years ago- add compression length to mesh api announce_regex
Bart Polot [Fri, 26 Oct 2012 14:05:59 +0000 (14:05 +0000)]
- add compression length to mesh api announce_regex

11 years agoremoved GNUNET_TESTBED_operation_cancel
Sree Harsha Totakura [Fri, 26 Oct 2012 12:58:46 +0000 (12:58 +0000)]
removed GNUNET_TESTBED_operation_cancel

11 years ago simplify retry mechanism
Matthias Wachs [Fri, 26 Oct 2012 12:22:21 +0000 (12:22 +0000)]
 simplify retry mechanism

11 years agochange
Matthias Wachs [Fri, 26 Oct 2012 11:38:04 +0000 (11:38 +0000)]
change

11 years agomore changes
Matthias Wachs [Fri, 26 Oct 2012 08:28:38 +0000 (08:28 +0000)]
more changes

11 years agobug hunting
Matthias Wachs [Fri, 26 Oct 2012 08:17:28 +0000 (08:17 +0000)]
bug hunting

11 years agofix unused variable
Matthias Wachs [Fri, 26 Oct 2012 08:07:57 +0000 (08:07 +0000)]
fix unused variable

11 years agouse calculated delays /w wlan
Matthias Wachs [Fri, 26 Oct 2012 07:02:30 +0000 (07:02 +0000)]
use calculated delays /w wlan

11 years ago- fix bck numbering (fixes multicast but breaks loopback, I know)
Bart Polot [Thu, 25 Oct 2012 19:40:43 +0000 (19:40 +0000)]
- fix bck numbering (fixes multicast but breaks loopback, I know)

11 years agoFix naming, HEAD fails to compile here
LRN [Thu, 25 Oct 2012 19:37:36 +0000 (19:37 +0000)]
Fix naming, HEAD fails to compile here

11 years agobratao: W32: Optimize ..._select() implementation
LRN [Thu, 25 Oct 2012 19:37:32 +0000 (19:37 +0000)]
bratao: W32: Optimize ..._select() implementation

Begin with a quick sequential check of sockets and pipes, and
bail out if something is selected already, or if timeout is zero,
avoiding overhead of setting up all the stuff necessary to sleep until
either a socket or a pipe wakes us up.

11 years agoworkaround
Matthias Wachs [Thu, 25 Oct 2012 15:13:00 +0000 (15:13 +0000)]
workaround

11 years agodoxygen
Matthias Wachs [Thu, 25 Oct 2012 15:04:50 +0000 (15:04 +0000)]
doxygen

11 years ago-check that which succeeded
Christian Grothoff [Thu, 25 Oct 2012 15:02:29 +0000 (15:02 +0000)]
-check that which succeeded