oweals/gnunet.git
12 years ago- more working constraints
Matthias Wachs [Thu, 19 Jan 2012 16:01:21 +0000 (16:01 +0000)]
- more working constraints

12 years agoFixed client disconnect bug, delimited debug messages.
Bart Polot [Thu, 19 Jan 2012 15:20:17 +0000 (15:20 +0000)]
Fixed client disconnect bug, delimited debug messages.

12 years ago- basic constraints working correct
Matthias Wachs [Thu, 19 Jan 2012 14:50:40 +0000 (14:50 +0000)]
- basic constraints working correct

12 years agoFixed a peer_rc bug.
Bart Polot [Thu, 19 Jan 2012 14:33:09 +0000 (14:33 +0000)]
Fixed a peer_rc bug.

12 years ago- fixed problem with b_min double conversion
Matthias Wachs [Thu, 19 Jan 2012 13:49:17 +0000 (13:49 +0000)]
- fixed problem with b_min double conversion
  BIG_M is now UINT32_MAX since assigned bandwidth cannot be bigger

12 years ago- using DBL_MAX as VERY_BIG_VALUE makes problem unscalable
Matthias Wachs [Thu, 19 Jan 2012 13:12:30 +0000 (13:12 +0000)]
- using DBL_MAX as VERY_BIG_VALUE makes problem unscalable

12 years ago- problem matrix index starts with 1 not 0
Matthias Wachs [Thu, 19 Jan 2012 12:55:58 +0000 (12:55 +0000)]
- problem matrix index starts with 1 not 0

12 years ago- disabling code : debugging was required
Matthias Wachs [Thu, 19 Jan 2012 12:45:08 +0000 (12:45 +0000)]
- disabling code : debugging was required

12 years agoFixed an assert error when a client disconnects with open tunnels and without doing...
Bart Polot [Thu, 19 Jan 2012 11:06:37 +0000 (11:06 +0000)]
Fixed an assert error when a client disconnects with open tunnels and without doing MESH_disconnect

12 years agoImproved debug message
Bart Polot [Thu, 19 Jan 2012 10:58:20 +0000 (10:58 +0000)]
Improved debug message

12 years ago- changes
Matthias Wachs [Thu, 19 Jan 2012 09:46:32 +0000 (09:46 +0000)]
- changes

12 years ago-adding support for routing DNS requests via MESH to PT daemon
Christian Grothoff [Wed, 18 Jan 2012 22:10:08 +0000 (22:10 +0000)]
-adding support for routing DNS requests via MESH to PT daemon

12 years ago-adding DNS exit-from-mesh functionality to gnunet-service-dns
Christian Grothoff [Wed, 18 Jan 2012 20:43:25 +0000 (20:43 +0000)]
-adding DNS exit-from-mesh functionality to gnunet-service-dns

12 years agoimplementing GNUNET_TESTING_get_peer_identity (addressing #2083)
Christian Grothoff [Wed, 18 Jan 2012 19:28:14 +0000 (19:28 +0000)]
implementing GNUNET_TESTING_get_peer_identity (addressing #2083)

12 years ago- more changes
Matthias Wachs [Wed, 18 Jan 2012 18:01:57 +0000 (18:01 +0000)]
- more changes

12 years ago- more
Matthias Wachs [Wed, 18 Jan 2012 16:47:05 +0000 (16:47 +0000)]
- more

12 years agoFixed client shutdown case, various minor fixes
Bart Polot [Wed, 18 Jan 2012 15:10:50 +0000 (15:10 +0000)]
Fixed client shutdown case, various minor fixes

12 years ago- functionality for "for all peers" constraints
Matthias Wachs [Wed, 18 Jan 2012 14:42:15 +0000 (14:42 +0000)]
- functionality for "for all peers" constraints

12 years ago- fix mem leak
Matthias Wachs [Wed, 18 Jan 2012 14:19:21 +0000 (14:19 +0000)]
- fix mem leak

12 years ago-hints for stream lib development
Christian Grothoff [Wed, 18 Jan 2012 14:01:02 +0000 (14:01 +0000)]
-hints for stream lib development

12 years ago- constraint min conne
Matthias Wachs [Wed, 18 Jan 2012 13:38:43 +0000 (13:38 +0000)]
- constraint min conne

12 years ago- constraint 1 & 3
Matthias Wachs [Wed, 18 Jan 2012 13:28:03 +0000 (13:28 +0000)]
- constraint 1 & 3

12 years agoImplemented workaround for #2071
Bart Polot [Wed, 18 Jan 2012 12:47:58 +0000 (12:47 +0000)]
Implemented workaround for #2071

12 years ago-fixing #2082 -- allow iptables/ip/sysctl to also be in /usr/sbin
Christian Grothoff [Wed, 18 Jan 2012 12:47:52 +0000 (12:47 +0000)]
-fixing #2082 -- allow iptables/ip/sysctl to also be in /usr/sbin

12 years agoAllowed client to send again
Bart Polot [Wed, 18 Jan 2012 11:27:35 +0000 (11:27 +0000)]
Allowed client to send again

12 years agoFixed a bug when a multicast packet is delivered exclusively to local clients
Bart Polot [Wed, 18 Jan 2012 11:17:33 +0000 (11:17 +0000)]
Fixed a bug when a multicast packet is delivered exclusively to local clients

12 years ago- adding constraint handling
Matthias Wachs [Wed, 18 Jan 2012 11:14:55 +0000 (11:14 +0000)]
- adding constraint handling

12 years ago-adding testcase
Christian Grothoff [Tue, 17 Jan 2012 22:25:52 +0000 (22:25 +0000)]
-adding testcase

12 years ago-moving remaining checksum calculations to tun library, fixing #2066
Christian Grothoff [Tue, 17 Jan 2012 20:19:03 +0000 (20:19 +0000)]
-moving remaining checksum calculations to tun library, fixing #2066

12 years ago- protocol states
Sree Harsha Totakura [Tue, 17 Jan 2012 20:14:38 +0000 (20:14 +0000)]
- protocol states

12 years agoAdded debug info for #2071
Bart Polot [Tue, 17 Jan 2012 19:45:04 +0000 (19:45 +0000)]
Added debug info for #2071

12 years ago-move IPv6-TCP checksum calculation to tun library
Christian Grothoff [Tue, 17 Jan 2012 19:39:52 +0000 (19:39 +0000)]
-move IPv6-TCP checksum calculation to tun library

12 years ago-move IPv6 header initialization to tun library
Christian Grothoff [Tue, 17 Jan 2012 19:30:12 +0000 (19:30 +0000)]
-move IPv6 header initialization to tun library

12 years ago-ignores
Christian Grothoff [Tue, 17 Jan 2012 19:23:18 +0000 (19:23 +0000)]
-ignores

12 years ago-move IPv4 header initialization to tun library
Christian Grothoff [Tue, 17 Jan 2012 19:22:44 +0000 (19:22 +0000)]
-move IPv4 header initialization to tun library

12 years ago-move IPv4 header initialization to tun library
Christian Grothoff [Tue, 17 Jan 2012 19:22:23 +0000 (19:22 +0000)]
-move IPv4 header initialization to tun library

12 years ago-renaming TUN structs to follow namnig conventions
Christian Grothoff [Tue, 17 Jan 2012 19:06:15 +0000 (19:06 +0000)]
-renaming TUN structs to follow namnig conventions

12 years ago-starting TUN lib
Christian Grothoff [Tue, 17 Jan 2012 19:00:11 +0000 (19:00 +0000)]
-starting TUN lib

12 years ago-rename header
Christian Grothoff [Tue, 17 Jan 2012 18:59:02 +0000 (18:59 +0000)]
-rename header

12 years agoFixed #2070 and simplified data transmission unicast/multicast handling
Bart Polot [Tue, 17 Jan 2012 17:29:00 +0000 (17:29 +0000)]
Fixed #2070 and simplified data transmission unicast/multicast handling

12 years ago- changes
Matthias Wachs [Tue, 17 Jan 2012 16:44:03 +0000 (16:44 +0000)]
- changes

12 years agoTemporal workaround for #2070
Bart Polot [Tue, 17 Jan 2012 16:17:14 +0000 (16:17 +0000)]
Temporal workaround for #2070

12 years ago-document expectations better
Christian Grothoff [Tue, 17 Jan 2012 16:13:55 +0000 (16:13 +0000)]
-document expectations better

12 years agoTemporl workaround for #2070
Bart Polot [Tue, 17 Jan 2012 16:13:50 +0000 (16:13 +0000)]
Temporl workaround for #2070

12 years ago-extra checks
Christian Grothoff [Tue, 17 Jan 2012 16:07:16 +0000 (16:07 +0000)]
-extra checks

12 years ago-check NULL
Christian Grothoff [Tue, 17 Jan 2012 16:06:56 +0000 (16:06 +0000)]
-check NULL

12 years ago-fix log call
Christian Grothoff [Tue, 17 Jan 2012 15:58:21 +0000 (15:58 +0000)]
-fix log call

12 years ago-fix #2079
Christian Grothoff [Tue, 17 Jan 2012 15:52:35 +0000 (15:52 +0000)]
-fix #2079

12 years ago-fix #2070
Christian Grothoff [Tue, 17 Jan 2012 15:40:06 +0000 (15:40 +0000)]
-fix #2070

12 years ago-documentation related to #2069
Christian Grothoff [Tue, 17 Jan 2012 15:37:33 +0000 (15:37 +0000)]
-documentation related to #2069

12 years ago-fixing #2069
Christian Grothoff [Tue, 17 Jan 2012 15:37:23 +0000 (15:37 +0000)]
-fixing #2069

12 years agoFixed queue bug
Bart Polot [Tue, 17 Jan 2012 15:36:43 +0000 (15:36 +0000)]
Fixed queue bug

12 years ago- improved error logging
Matthias Wachs [Tue, 17 Jan 2012 15:23:46 +0000 (15:23 +0000)]
- improved error logging

12 years ago- removing not existing files
Matthias Wachs [Tue, 17 Jan 2012 14:59:53 +0000 (14:59 +0000)]
- removing not existing files

12 years ago-bound #messages queued, bound #destinations and bound #tunnels
Christian Grothoff [Tue, 17 Jan 2012 14:59:44 +0000 (14:59 +0000)]
-bound #messages queued, bound #destinations and bound #tunnels

12 years ago-track tmq queue length
Christian Grothoff [Tue, 17 Jan 2012 14:45:05 +0000 (14:45 +0000)]
-track tmq queue length

12 years ago-rename field
Christian Grothoff [Tue, 17 Jan 2012 14:43:24 +0000 (14:43 +0000)]
-rename field

12 years ago-sanity
Christian Grothoff [Tue, 17 Jan 2012 14:39:12 +0000 (14:39 +0000)]
-sanity

12 years ago-more stats, more logging, adding access control checks
Christian Grothoff [Tue, 17 Jan 2012 13:27:00 +0000 (13:27 +0000)]
-more stats, more logging, adding access control checks

12 years ago-21 what -21
Christian Grothoff [Tue, 17 Jan 2012 13:17:33 +0000 (13:17 +0000)]
-21 what -21

12 years ago- more mlp
Matthias Wachs [Tue, 17 Jan 2012 10:47:00 +0000 (10:47 +0000)]
- more mlp

12 years ago-fix build error on platforms that require -lpthread
Christian Grothoff [Mon, 16 Jan 2012 21:31:46 +0000 (21:31 +0000)]
-fix build error on platforms that require -lpthread

12 years agoimplemented new protocol translation daemon (#2063)
Christian Grothoff [Mon, 16 Jan 2012 21:11:18 +0000 (21:11 +0000)]
implemented new protocol translation daemon (#2063)

12 years ago-finishing first implementation of protocol translation daemon
Christian Grothoff [Mon, 16 Jan 2012 20:00:28 +0000 (20:00 +0000)]
-finishing first implementation of protocol translation daemon

12 years ago-expanding draft code
Christian Grothoff [Mon, 16 Jan 2012 19:21:48 +0000 (19:21 +0000)]
-expanding draft code

12 years ago-skeleton for new PT daemon
Christian Grothoff [Mon, 16 Jan 2012 19:12:42 +0000 (19:12 +0000)]
-skeleton for new PT daemon

12 years ago- minor
Matthias Wachs [Mon, 16 Jan 2012 17:19:42 +0000 (17:19 +0000)]
- minor

12 years agorefined test cases
Sree Harsha Totakura [Mon, 16 Jan 2012 17:17:57 +0000 (17:17 +0000)]
refined test cases

12 years ago- implemented: quality metrics
Matthias Wachs [Mon, 16 Jan 2012 17:10:07 +0000 (17:10 +0000)]
- implemented: quality metrics

12 years ago- configuration for mlp coefficients
Matthias Wachs [Mon, 16 Jan 2012 15:05:45 +0000 (15:05 +0000)]
- configuration for mlp coefficients

12 years ago- fix test
Matthias Wachs [Mon, 16 Jan 2012 14:39:28 +0000 (14:39 +0000)]
- fix test

12 years ago- fix
Matthias Wachs [Mon, 16 Jan 2012 14:27:54 +0000 (14:27 +0000)]
- fix

12 years ago- improved multi instance functionality
Matthias Wachs [Mon, 16 Jan 2012 14:26:14 +0000 (14:26 +0000)]
- improved multi instance functionality
  problem creation

12 years agoadding Ludo's gnunet-download-manager.scm back to SVN HEAD
Christian Grothoff [Sun, 15 Jan 2012 23:40:19 +0000 (23:40 +0000)]
adding Ludo's gnunet-download-manager.scm back to SVN HEAD

12 years ago-removing legacy dns/vpn/exit code and renaming -new versions to current
Christian Grothoff [Sun, 15 Jan 2012 20:41:56 +0000 (20:41 +0000)]
-removing legacy dns/vpn/exit code and renaming -new versions to current

12 years ago-removing legacy dns/vpn/exit code and renaming -new versions to current
Christian Grothoff [Sun, 15 Jan 2012 20:41:40 +0000 (20:41 +0000)]
-removing legacy dns/vpn/exit code and renaming -new versions to current

12 years ago-initialize msg field in tnq
Christian Grothoff [Sun, 15 Jan 2012 19:00:22 +0000 (19:00 +0000)]
-initialize msg field in tnq

12 years ago-initialize len field
Christian Grothoff [Sun, 15 Jan 2012 18:50:44 +0000 (18:50 +0000)]
-initialize len field

12 years ago-fix
Christian Grothoff [Sun, 15 Jan 2012 18:47:35 +0000 (18:47 +0000)]
-fix

12 years ago-adding statistics to EXIT
Christian Grothoff [Sun, 15 Jan 2012 16:54:10 +0000 (16:54 +0000)]
-adding statistics to EXIT

12 years ago-adding statistics to VPN
Christian Grothoff [Sun, 15 Jan 2012 16:42:27 +0000 (16:42 +0000)]
-adding statistics to VPN

12 years ago-basic setup/tear down for statistics in mesh/vpn
Christian Grothoff [Sun, 15 Jan 2012 16:35:44 +0000 (16:35 +0000)]
-basic setup/tear down for statistics in mesh/vpn

12 years ago-adding some rudimentary logging
Christian Grothoff [Sun, 15 Jan 2012 16:29:36 +0000 (16:29 +0000)]
-adding some rudimentary logging

12 years ago-adding some rudimentary logging
Christian Grothoff [Sun, 15 Jan 2012 15:37:38 +0000 (15:37 +0000)]
-adding some rudimentary logging

12 years ago-LRN: use filescanner in gnunet-publish
Christian Grothoff [Sun, 15 Jan 2012 14:55:13 +0000 (14:55 +0000)]
-LRN: use filescanner in gnunet-publish

12 years ago-LRN: harmonize dirmetascanner, plus fixing compile errors on GNU
Christian Grothoff [Sun, 15 Jan 2012 11:59:08 +0000 (11:59 +0000)]
-LRN: harmonize dirmetascanner, plus fixing compile errors on GNU

12 years ago-implement blocking write / non-blocking read for non-W32 systems
Christian Grothoff [Sat, 14 Jan 2012 23:26:53 +0000 (23:26 +0000)]
-implement blocking write / non-blocking read for non-W32 systems

12 years ago-LRN: use signal pipe instead of a semaphore
Christian Grothoff [Sat, 14 Jan 2012 23:18:52 +0000 (23:18 +0000)]
-LRN: use signal pipe instead of a semaphore

12 years ago-LRN: use blocking writes for scanner
Christian Grothoff [Sat, 14 Jan 2012 23:18:23 +0000 (23:18 +0000)]
-LRN: use blocking writes for scanner

12 years agoLRN: enable more fine-grained control over blocking/non-blocking pipe operation
Christian Grothoff [Sat, 14 Jan 2012 23:18:06 +0000 (23:18 +0000)]
LRN: enable more fine-grained control over blocking/non-blocking pipe operation

12 years ago-fixing crash, notes
Christian Grothoff [Sat, 14 Jan 2012 23:16:53 +0000 (23:16 +0000)]
-fixing crash, notes

12 years ago-sane defaults
Christian Grothoff [Sat, 14 Jan 2012 23:00:49 +0000 (23:00 +0000)]
-sane defaults

12 years ago-finishing first draft of new VPN implementation to the point that it might run in...
Christian Grothoff [Sat, 14 Jan 2012 22:23:44 +0000 (22:23 +0000)]
-finishing first draft of new VPN implementation to the point that it might run in theory

12 years ago-changing exit helper code to automatically do the network configuration for an exit...
Christian Grothoff [Sat, 14 Jan 2012 21:00:35 +0000 (21:00 +0000)]
-changing exit helper code to automatically do the network configuration for an exit node (by running sysctl/iptables commands as necessary)

12 years agochanging exit helper code to automatically do the network configuration for an exit...
Christian Grothoff [Sat, 14 Jan 2012 20:58:36 +0000 (20:58 +0000)]
changing exit helper code to automatically do the network configuration for an exit node (by running sysctl/iptables commands as necessary)

12 years ago-LRN: fix pipe writing and progress write
Christian Grothoff [Sat, 14 Jan 2012 18:31:25 +0000 (18:31 +0000)]
-LRN: fix pipe writing and progress write

12 years ago-file was missing, forgot to add earlier
Christian Grothoff [Sat, 14 Jan 2012 16:04:58 +0000 (16:04 +0000)]
-file was missing, forgot to add earlier

12 years ago-removing for now as it does not compile on POSIX systems
Christian Grothoff [Sat, 14 Jan 2012 16:03:26 +0000 (16:03 +0000)]
-removing for now as it does not compile on POSIX systems

12 years ago-LRN: use correct character counting, instead of byte counting
Christian Grothoff [Sat, 14 Jan 2012 15:25:14 +0000 (15:25 +0000)]
-LRN: use correct character counting, instead of byte counting

12 years agoLRN: new threaded directory metadata scanner
Christian Grothoff [Sat, 14 Jan 2012 15:24:01 +0000 (15:24 +0000)]
LRN: new threaded directory metadata scanner