oweals/gnunet.git
10 years ago-dead
Christian Grothoff [Mon, 9 Sep 2013 12:06:29 +0000 (12:06 +0000)]
-dead

10 years agofixing coverity issue
Matthias Wachs [Mon, 9 Sep 2013 11:27:27 +0000 (11:27 +0000)]
fixing coverity issue

10 years agochecks for coverity
Matthias Wachs [Mon, 9 Sep 2013 11:18:53 +0000 (11:18 +0000)]
checks for coverity

10 years ago-minor code cleanup
Christian Grothoff [Mon, 9 Sep 2013 07:44:54 +0000 (07:44 +0000)]
-minor code cleanup

10 years ago-check correct variable
Christian Grothoff [Mon, 9 Sep 2013 07:44:16 +0000 (07:44 +0000)]
-check correct variable

10 years ago-check return value
Christian Grothoff [Mon, 9 Sep 2013 07:25:33 +0000 (07:25 +0000)]
-check return value

10 years ago-moving time functions from FS to TIME
Christian Grothoff [Sun, 8 Sep 2013 18:07:21 +0000 (18:07 +0000)]
-moving time functions from FS to TIME

10 years agoMake psycstore.conf generatable
LRN [Sun, 8 Sep 2013 17:41:42 +0000 (17:41 +0000)]
Make psycstore.conf generatable

10 years agoRemove static psycstore.conf
LRN [Sun, 8 Sep 2013 17:41:39 +0000 (17:41 +0000)]
Remove static psycstore.conf

10 years agoFix a typo
LRN [Sun, 8 Sep 2013 17:37:40 +0000 (17:37 +0000)]
Fix a typo

10 years agoFix timing problems in *_select() on W32
LRN [Sun, 8 Sep 2013 17:37:37 +0000 (17:37 +0000)]
Fix timing problems in *_select() on W32

1) If timeout is < 1ms, round it up to 1ms, because WaitForMultipleObjects()
   can't wait for time shorter than 1ms (0ms means "don't wait at all").
2) Read data from the wakeup socket before commanding the select thread to
   start selecting. For some reason the socket would be in signalled state
   by the time winsock's select() runs, even though we emptied it the last
   time. So now we empty it beforehand.
   This should prevent us from returning early in some cases.

10 years ago-doxygen improvements
Christian Grothoff [Sat, 7 Sep 2013 20:11:56 +0000 (20:11 +0000)]
-doxygen improvements

10 years agoFix memory allocation in set service
LRN [Sat, 7 Sep 2013 16:19:14 +0000 (16:19 +0000)]
Fix memory allocation in set service

10 years ago-update ignores
Christian Grothoff [Sat, 7 Sep 2013 14:25:54 +0000 (14:25 +0000)]
-update ignores

10 years ago-generate tag file
Christian Grothoff [Sat, 7 Sep 2013 14:24:51 +0000 (14:24 +0000)]
-generate tag file

10 years agoFix the fix
LRN [Fri, 6 Sep 2013 21:10:08 +0000 (21:10 +0000)]
Fix the fix

10 years agoRemove generated config file
LRN [Fri, 6 Sep 2013 21:07:00 +0000 (21:07 +0000)]
Remove generated config file

10 years agoFix main test function arguments for perf_ats
LRN [Fri, 6 Sep 2013 21:06:58 +0000 (21:06 +0000)]
Fix main test function arguments for perf_ats

10 years agoW32 compatibility for test_testbed_api_barriers
LRN [Fri, 6 Sep 2013 16:48:58 +0000 (16:48 +0000)]
W32 compatibility for test_testbed_api_barriers

10 years ago- give out run handle through which master controller's handle can be retrieved
Sree Harsha Totakura [Fri, 6 Sep 2013 14:38:24 +0000 (14:38 +0000)]
- give out run handle through which master controller's handle can be retrieved

10 years ago- cancel core_tmt_ready on core disconnect
Bart Polot [Fri, 6 Sep 2013 14:04:24 +0000 (14:04 +0000)]
- cancel core_tmt_ready on core disconnect

10 years ago-require MHD 0.9.30
Christian Grothoff [Fri, 6 Sep 2013 13:46:18 +0000 (13:46 +0000)]
-require MHD 0.9.30

10 years ago-ignore
Christian Grothoff [Fri, 6 Sep 2013 13:37:43 +0000 (13:37 +0000)]
-ignore

10 years ago-dox
Christian Grothoff [Fri, 6 Sep 2013 13:37:10 +0000 (13:37 +0000)]
-dox

10 years ago-code cleanup
Christian Grothoff [Fri, 6 Sep 2013 13:36:18 +0000 (13:36 +0000)]
-code cleanup

10 years ago- use GNUNET_log_config_invalid
Bart Polot [Fri, 6 Sep 2013 13:32:37 +0000 (13:32 +0000)]
- use GNUNET_log_config_invalid

10 years ago- dont prevent destroy in case of fully initialized channel
Bart Polot [Fri, 6 Sep 2013 13:00:05 +0000 (13:00 +0000)]
- dont prevent destroy in case of fully initialized channel

10 years ago- fix double destroy of half-open loopback channels on shutdown
Bart Polot [Fri, 6 Sep 2013 12:41:49 +0000 (12:41 +0000)]
- fix double destroy of half-open loopback channels on shutdown

10 years ago-cleanup leaks
Christian Grothoff [Fri, 6 Sep 2013 12:13:03 +0000 (12:13 +0000)]
-cleanup leaks

10 years ago-misc fixes
Christian Grothoff [Fri, 6 Sep 2013 12:05:24 +0000 (12:05 +0000)]
-misc fixes

10 years agomissing makefile.am
Matthias Wachs [Fri, 6 Sep 2013 12:02:10 +0000 (12:02 +0000)]
missing makefile.am

10 years agochanges to configure.ac and Makefile to enable ats-tests
Matthias Wachs [Fri, 6 Sep 2013 11:51:36 +0000 (11:51 +0000)]
changes to configure.ac and Makefile to enable ats-tests

10 years agoremoving tests moved to ../ats-tests
Matthias Wachs [Fri, 6 Sep 2013 11:41:42 +0000 (11:41 +0000)]
removing tests moved to ../ats-tests

10 years agonew test directory for tests depending on testbed
Matthias Wachs [Fri, 6 Sep 2013 11:41:12 +0000 (11:41 +0000)]
new test directory for tests depending on testbed

10 years ago- initialize set type in test case
Florian Dold [Fri, 6 Sep 2013 11:37:39 +0000 (11:37 +0000)]
- initialize set type in test case
- handle 1-peer consensus correcly
- don't store peers in consensus api
- updated consensus test case

10 years ago- avoid double free on shutdown
Bart Polot [Fri, 6 Sep 2013 11:32:51 +0000 (11:32 +0000)]
- avoid double free on shutdown

10 years ago-minor fixes
Christian Grothoff [Fri, 6 Sep 2013 11:21:24 +0000 (11:21 +0000)]
-minor fixes

10 years ago-comment out dead tests
Christian Grothoff [Fri, 6 Sep 2013 11:15:04 +0000 (11:15 +0000)]
-comment out dead tests

10 years ago-fix bad free, cut&paste error, might fix #3020
Christian Grothoff [Fri, 6 Sep 2013 09:53:53 +0000 (09:53 +0000)]
-fix bad free, cut&paste error, might fix #3020

10 years agocheck if MHD_DUAL_STACK is defined
Matthias Wachs [Fri, 6 Sep 2013 07:17:18 +0000 (07:17 +0000)]
check if MHD_DUAL_STACK is defined

10 years ago- multiple fixes for connection-less loopback traffic
Bart Polot [Fri, 6 Sep 2013 02:58:26 +0000 (02:58 +0000)]
- multiple fixes for connection-less loopback traffic

10 years agoAdd forward declaration for tunnel_send_queued_data
LRN [Thu, 5 Sep 2013 18:48:00 +0000 (18:48 +0000)]
Add forward declaration for tunnel_send_queued_data

10 years agoremoving gnunet-pseudonym, we're using GNS/gnunet-identity instead in the future
Christian Grothoff [Thu, 5 Sep 2013 16:51:04 +0000 (16:51 +0000)]
removing gnunet-pseudonym, we're using GNS/gnunet-identity instead in the future

10 years agomore rework of the logics
Christian Fuchs [Thu, 5 Sep 2013 16:41:31 +0000 (16:41 +0000)]
more rework of the logics

10 years ago- send data directly if tunnel is already online (or local)
Bart Polot [Thu, 5 Sep 2013 16:27:22 +0000 (16:27 +0000)]
- send data directly if tunnel is already online (or local)

10 years agomore work on the state machine.
Christian Fuchs [Thu, 5 Sep 2013 16:15:22 +0000 (16:15 +0000)]
more work on the state machine.
transmit handles are now reset in do_transmit_msg
session remain active/present until the client disconnects or if a client sends a new message from the same connection

10 years agoreworked task housekeeping\
Christian Fuchs [Thu, 5 Sep 2013 15:45:42 +0000 (15:45 +0000)]
reworked task housekeeping\
added a couple of TODOs introduced due to the recent logics changes

10 years ago-doxygen, remove GNUNET_FS_uri_sks_to_string_fancy (dead)
Christian Grothoff [Thu, 5 Sep 2013 15:04:48 +0000 (15:04 +0000)]
-doxygen, remove GNUNET_FS_uri_sks_to_string_fancy (dead)

10 years ago-fix FTBFS
Christian Grothoff [Thu, 5 Sep 2013 14:57:49 +0000 (14:57 +0000)]
-fix FTBFS

10 years ago-remove deprecated GNUNET_NAMESTORE_RF_AUTHORITY
Christian Grothoff [Thu, 5 Sep 2013 14:28:43 +0000 (14:28 +0000)]
-remove deprecated GNUNET_NAMESTORE_RF_AUTHORITY

10 years ago-update comments as well
Christian Grothoff [Thu, 5 Sep 2013 14:21:01 +0000 (14:21 +0000)]
-update comments as well

10 years ago-more precise check when to go to DHT (SVN 3017)
Christian Grothoff [Thu, 5 Sep 2013 14:20:12 +0000 (14:20 +0000)]
-more precise check when to go to DHT (SVN 3017)

10 years ago-discussions on cleanup
Christian Grothoff [Thu, 5 Sep 2013 13:39:43 +0000 (13:39 +0000)]
-discussions on cleanup

10 years agoservice no longer asserts if it can not convert the result of a computation for the...
Christian Fuchs [Thu, 5 Sep 2013 13:23:47 +0000 (13:23 +0000)]
service no longer asserts if it can not convert the result of a computation for the client, but just signals an error
errors are signaled as negative result with zero-length product. Bob determines his computation succeeded if he gets zero-length and zero as sign

10 years agofixed dangling tasks in SP-service
Christian Fuchs [Thu, 5 Sep 2013 13:11:59 +0000 (13:11 +0000)]
fixed dangling tasks in SP-service
removed destroy tunnel function, as it is no longer needed with new-mesh
tasks now get queued in a DLL and are removed from it upon execution. do_shutdown de-queues all outstanding tasks

10 years agofixed missing backslash that broke buildchain/automake definition
Christian Fuchs [Thu, 5 Sep 2013 12:57:55 +0000 (12:57 +0000)]
fixed missing backslash that broke buildchain/automake definition

10 years ago-use standard zones in gnunet-gns
Christian Grothoff [Thu, 5 Sep 2013 12:36:43 +0000 (12:36 +0000)]
-use standard zones in gnunet-gns

10 years ago-fix clenaup
Christian Grothoff [Thu, 5 Sep 2013 12:14:35 +0000 (12:14 +0000)]
-fix clenaup

10 years ago- doxygen
Sree Harsha Totakura [Thu, 5 Sep 2013 11:57:46 +0000 (11:57 +0000)]
- doxygen

10 years ago-link to bugreport
Christian Grothoff [Thu, 5 Sep 2013 11:55:45 +0000 (11:55 +0000)]
-link to bugreport

10 years ago-activate shortening logic (#3012)
Christian Grothoff [Thu, 5 Sep 2013 11:52:49 +0000 (11:52 +0000)]
-activate shortening logic (#3012)

10 years ago-implement iteration over all zones (#3016)
Christian Grothoff [Thu, 5 Sep 2013 11:41:39 +0000 (11:41 +0000)]
-implement iteration over all zones (#3016)

10 years ago- fix memleaks
Sree Harsha Totakura [Thu, 5 Sep 2013 11:40:07 +0000 (11:40 +0000)]
- fix memleaks

10 years ago-doxygen
Christian Grothoff [Thu, 5 Sep 2013 11:37:29 +0000 (11:37 +0000)]
-doxygen

10 years ago-allow passing NULL for zone to iterate over all of our zones
Christian Grothoff [Thu, 5 Sep 2013 11:23:06 +0000 (11:23 +0000)]
-allow passing NULL for zone to iterate over all of our zones

10 years ago-update default zone initialization (#3009)
Christian Grothoff [Thu, 5 Sep 2013 11:15:34 +0000 (11:15 +0000)]
-update default zone initialization (#3009)

10 years ago-integrate identity service with dns2gns (#3010)
Christian Grothoff [Thu, 5 Sep 2013 11:09:18 +0000 (11:09 +0000)]
-integrate identity service with dns2gns (#3010)

10 years ago-fix date
Christian Grothoff [Thu, 5 Sep 2013 10:53:05 +0000 (10:53 +0000)]
-fix date

10 years ago-improving gnunet-identity command line options and man pages
Christian Grothoff [Thu, 5 Sep 2013 10:52:29 +0000 (10:52 +0000)]
-improving gnunet-identity command line options and man pages

10 years agoFix integration configs: INCLUDE -> INLINE
LRN [Thu, 5 Sep 2013 10:18:40 +0000 (10:18 +0000)]
Fix integration configs: INCLUDE -> INLINE

10 years agoNo valgrind by default, please
LRN [Thu, 5 Sep 2013 10:18:35 +0000 (10:18 +0000)]
No valgrind by default, please

10 years ago- warn and wait for all operations to be completed
Sree Harsha Totakura [Thu, 5 Sep 2013 09:49:58 +0000 (09:49 +0000)]
- warn and wait for all operations to be completed

10 years ago-i'm back
Martin Schanzenbach [Thu, 5 Sep 2013 09:43:02 +0000 (09:43 +0000)]
-i'm back

10 years ago-only use x for ECDH
Christian Grothoff [Thu, 5 Sep 2013 08:06:15 +0000 (08:06 +0000)]
-only use x for ECDH

10 years ago- fix crash
Bart Polot [Thu, 5 Sep 2013 04:29:41 +0000 (04:29 +0000)]
- fix crash

10 years ago- fix ack'ing
Bart Polot [Thu, 5 Sep 2013 04:28:44 +0000 (04:28 +0000)]
- fix ack'ing
- resend TUNNEL_DESTROY
- explicitly log about faulty routes instead of letting core_api complain

10 years ago- cancel old ACK/POLL when issuing a new one
Bart Polot [Thu, 5 Sep 2013 03:50:00 +0000 (03:50 +0000)]
- cancel old ACK/POLL when issuing a new one

10 years ago- use queue, not ack, for buffer size calculation
Bart Polot [Thu, 5 Sep 2013 03:36:22 +0000 (03:36 +0000)]
- use queue, not ack, for buffer size calculation

10 years ago- fix queue unlocking
Bart Polot [Thu, 5 Sep 2013 03:28:43 +0000 (03:28 +0000)]
- fix queue unlocking

10 years ago- dont cancel poll if ack is not enough for future traffic
Bart Polot [Thu, 5 Sep 2013 03:21:40 +0000 (03:21 +0000)]
- dont cancel poll if ack is not enough for future traffic

10 years ago- dont insert channel in tunnel before search for free ID
Bart Polot [Thu, 5 Sep 2013 03:05:23 +0000 (03:05 +0000)]
- dont insert channel in tunnel before search for free ID

10 years ago- record channel number correctly
Bart Polot [Thu, 5 Sep 2013 03:01:30 +0000 (03:01 +0000)]
- record channel number correctly

10 years ago- debug
Bart Polot [Thu, 5 Sep 2013 02:02:30 +0000 (02:02 +0000)]
- debug

10 years ago- fix 'synack' processing
Bart Polot [Thu, 5 Sep 2013 01:37:11 +0000 (01:37 +0000)]
- fix 'synack' processing

10 years ago- send connection handshake before data
Bart Polot [Wed, 4 Sep 2013 23:19:11 +0000 (23:19 +0000)]
- send connection handshake before data

10 years ago- fix neighbor disconnection notifications
Bart Polot [Wed, 4 Sep 2013 17:09:49 +0000 (17:09 +0000)]
- fix neighbor disconnection notifications

10 years ago- dead code
Bart Polot [Wed, 4 Sep 2013 17:07:15 +0000 (17:07 +0000)]
- dead code

10 years ago- don't crash on NULL tunnels
Bart Polot [Wed, 4 Sep 2013 17:01:49 +0000 (17:01 +0000)]
- don't crash on NULL tunnels

10 years ago- fix 3way handshake
Bart Polot [Wed, 4 Sep 2013 16:58:23 +0000 (16:58 +0000)]
- fix 3way handshake

10 years agono debugging sleep for buildbots required any more...
Matthias Wachs [Wed, 4 Sep 2013 15:13:57 +0000 (15:13 +0000)]
no debugging sleep for buildbots required any more...

10 years ago-note
Christian Grothoff [Wed, 4 Sep 2013 15:06:16 +0000 (15:06 +0000)]
-note

10 years ago- remove dead code and fixes
Sree Harsha Totakura [Wed, 4 Sep 2013 15:00:03 +0000 (15:00 +0000)]
- remove dead code and fixes

10 years agoorder of daemons
Matthias Wachs [Wed, 4 Sep 2013 14:24:14 +0000 (14:24 +0000)]
order of daemons

10 years agoSP-client now directly outputs its result to STDOUT, and ONLY the result
Christian Fuchs [Wed, 4 Sep 2013 12:38:10 +0000 (12:38 +0000)]
SP-client now directly outputs its result to STDOUT, and ONLY the result

10 years ago- fixes, debug
Bart Polot [Wed, 4 Sep 2013 12:30:22 +0000 (12:30 +0000)]
- fixes, debug

10 years ago-new key
Christian Grothoff [Wed, 4 Sep 2013 11:04:38 +0000 (11:04 +0000)]
-new key

10 years agofix: wrong check
Matthias Wachs [Wed, 4 Sep 2013 09:48:46 +0000 (09:48 +0000)]
fix: wrong check

10 years agomhd is failing to bind both IPv4 and IPv6 -> restructured http plugin to no fail...
Matthias Wachs [Wed, 4 Sep 2013 09:41:55 +0000 (09:41 +0000)]
mhd is failing to bind both IPv4 and IPv6 -> restructured http plugin to no fail if one fails

10 years agomulticast: revert packed struct syntax
Gabor X Toth [Wed, 4 Sep 2013 08:00:17 +0000 (08:00 +0000)]
multicast: revert packed struct syntax

10 years agomulticast: doc fix
Gabor X Toth [Wed, 4 Sep 2013 07:17:20 +0000 (07:17 +0000)]
multicast: doc fix