oweals/gnunet.git
10 years agoadded lookup test + fix in test
Matthias Wachs [Fri, 25 Oct 2013 13:00:24 +0000 (13:00 +0000)]
added lookup test + fix in test

10 years ago- clean protocol number
Matthias Wachs [Fri, 25 Oct 2013 12:59:41 +0000 (12:59 +0000)]
- clean protocol number
- added lookup protocol numbers
- implemented lookup sending

10 years ago- fix connection destroy accounting
Bart Polot [Thu, 24 Oct 2013 16:05:16 +0000 (16:05 +0000)]
- fix connection destroy accounting

10 years ago- remove debug
Bart Polot [Thu, 24 Oct 2013 14:21:28 +0000 (14:21 +0000)]
- remove debug

10 years ago- fix double free
Bart Polot [Thu, 24 Oct 2013 14:21:19 +0000 (14:21 +0000)]
- fix double free

10 years ago-debug
Bart Polot [Thu, 24 Oct 2013 02:05:03 +0000 (02:05 +0000)]
-debug

10 years ago- fix leaks
Bart Polot [Thu, 24 Oct 2013 02:04:48 +0000 (02:04 +0000)]
- fix leaks
- refactor to simplify APIs

10 years ago- do not create GNUNET_TEST_HOME directory
Sree Harsha Totakura [Wed, 23 Oct 2013 16:18:28 +0000 (16:18 +0000)]
- do not create GNUNET_TEST_HOME directory

10 years ago- use pooled connections from connection pool module
Sree Harsha Totakura [Wed, 23 Oct 2013 16:07:00 +0000 (16:07 +0000)]
- use pooled connections from connection pool module

10 years ago-bump gnutls requirement
Christian Grothoff [Wed, 23 Oct 2013 09:52:53 +0000 (09:52 +0000)]
-bump gnutls requirement

10 years ago-moving from libcurl to libgnurl
Christian Grothoff [Wed, 23 Oct 2013 09:32:28 +0000 (09:32 +0000)]
-moving from libcurl to libgnurl

10 years ago-whitespace
Christian Grothoff [Wed, 23 Oct 2013 09:15:40 +0000 (09:15 +0000)]
-whitespace

10 years ago-require gnurl
Christian Grothoff [Wed, 23 Oct 2013 09:14:51 +0000 (09:14 +0000)]
-require gnurl

10 years ago- make transport and consensus ports java-ports
Florian Dold [Mon, 21 Oct 2013 23:48:01 +0000 (23:48 +0000)]
- make transport and consensus ports java-ports

10 years ago- avoid double-adding a channel into the tunnel list (causes use-after-free on shutdown)
Bart Polot [Mon, 21 Oct 2013 17:20:42 +0000 (17:20 +0000)]
- avoid double-adding a channel into the tunnel list (causes use-after-free on shutdown)

10 years ago-adding logic for TLSA/DANE verification in combination with recently submitted patch...
Christian Grothoff [Mon, 21 Oct 2013 17:01:58 +0000 (17:01 +0000)]
-adding logic for TLSA/DANE verification in combination with recently submitted patches to GnuTLS

10 years agomore work on intersection
Christian Fuchs [Mon, 21 Oct 2013 16:45:00 +0000 (16:45 +0000)]
more work on intersection

10 years ago- log
Bart Polot [Mon, 21 Oct 2013 16:13:00 +0000 (16:13 +0000)]
- log

10 years ago- doxygen
Bart Polot [Mon, 21 Oct 2013 16:12:48 +0000 (16:12 +0000)]
- doxygen

10 years ago- document possible 'hidden' frees
Bart Polot [Mon, 21 Oct 2013 16:12:26 +0000 (16:12 +0000)]
- document possible 'hidden' frees

10 years ago- fix use after free
Bart Polot [Mon, 21 Oct 2013 16:07:57 +0000 (16:07 +0000)]
- fix use after free

10 years ago- fix reentrant looping
Bart Polot [Mon, 21 Oct 2013 15:59:44 +0000 (15:59 +0000)]
- fix reentrant looping

10 years agomore work on set,
Christian Fuchs [Mon, 21 Oct 2013 15:39:26 +0000 (15:39 +0000)]
more work on set,
commented out the intersection-change in set.c as the relevant code is not yet done

10 years ago- dont send connection broken on terminal peers
Bart Polot [Mon, 21 Oct 2013 15:27:32 +0000 (15:27 +0000)]
- dont send connection broken on terminal peers

10 years ago-implement certificate validation against DNS names and for LEHO records
Christian Grothoff [Mon, 21 Oct 2013 15:25:54 +0000 (15:25 +0000)]
-implement certificate validation against DNS names and for LEHO records

10 years ago- debug
Bart Polot [Mon, 21 Oct 2013 15:25:19 +0000 (15:25 +0000)]
- debug

10 years agore-synced set intersection code with union as a starting point
Christian Fuchs [Mon, 21 Oct 2013 14:02:39 +0000 (14:02 +0000)]
re-synced set intersection code with union as a starting point
added create for set-intersection

10 years ago- stop recursion on destroy
Bart Polot [Mon, 21 Oct 2013 12:03:02 +0000 (12:03 +0000)]
- stop recursion on destroy

10 years agoadding initial statistics call
Matthias Wachs [Mon, 21 Oct 2013 05:46:43 +0000 (05:46 +0000)]
adding initial statistics call

10 years ago-32 bit, not 16
Christian Grothoff [Sun, 20 Oct 2013 18:04:56 +0000 (18:04 +0000)]
-32 bit, not 16

10 years ago-simplify to use new namestore API to skip initial iteration, document now passing...
Christian Grothoff [Sun, 20 Oct 2013 18:02:39 +0000 (18:02 +0000)]
-simplify to use new namestore API to skip initial iteration, document now passing quickupdate test better

10 years ago-allow namestore to monitor ALL zones, and to optionally only monitor changes
Christian Grothoff [Sun, 20 Oct 2013 17:58:46 +0000 (17:58 +0000)]
-allow namestore to monitor ALL zones, and to optionally only monitor changes

10 years ago-enable monitor over all zones
Christian Grothoff [Sun, 20 Oct 2013 16:31:05 +0000 (16:31 +0000)]
-enable monitor over all zones

10 years ago-fix
Martin Schanzenbach [Sun, 20 Oct 2013 15:54:07 +0000 (15:54 +0000)]
-fix

10 years ago-towards implementing #3051
Christian Grothoff [Sun, 20 Oct 2013 15:50:09 +0000 (15:50 +0000)]
-towards implementing #3051

10 years ago-clea namecache in test
Martin Schanzenbach [Sun, 20 Oct 2013 15:29:18 +0000 (15:29 +0000)]
-clea namecache in test

10 years ago-fix
Martin Schanzenbach [Sun, 20 Oct 2013 14:54:55 +0000 (14:54 +0000)]
-fix

10 years ago-fix
Martin Schanzenbach [Sun, 20 Oct 2013 14:49:43 +0000 (14:49 +0000)]
-fix

10 years ago-fix GNS2DNS resolution, make SOA test pass
Christian Grothoff [Sun, 20 Oct 2013 14:46:58 +0000 (14:46 +0000)]
-fix GNS2DNS resolution, make SOA test pass

10 years ago-quick put test
Martin Schanzenbach [Sun, 20 Oct 2013 14:35:47 +0000 (14:35 +0000)]
-quick put test

10 years ago-fix indentation
Christian Grothoff [Sun, 20 Oct 2013 14:17:31 +0000 (14:17 +0000)]
-fix indentation

10 years ago-fix testcase
Christian Grothoff [Sun, 20 Oct 2013 14:13:58 +0000 (14:13 +0000)]
-fix testcase

10 years ago-trying to implement revocation
Christian Grothoff [Sun, 20 Oct 2013 13:58:13 +0000 (13:58 +0000)]
-trying to implement revocation

10 years ago-remove old tests
Martin Schanzenbach [Sun, 20 Oct 2013 13:49:32 +0000 (13:49 +0000)]
-remove old tests

10 years ago-dead code elimination
Christian Grothoff [Sun, 20 Oct 2013 13:49:09 +0000 (13:49 +0000)]
-dead code elimination

10 years ago-revocation
Martin Schanzenbach [Sun, 20 Oct 2013 13:33:21 +0000 (13:33 +0000)]
-revocation

10 years ago-check return value
Christian Grothoff [Sun, 20 Oct 2013 13:17:32 +0000 (13:17 +0000)]
-check return value

10 years ago-improve logging
Christian Grothoff [Sun, 20 Oct 2013 12:56:19 +0000 (12:56 +0000)]
-improve logging

10 years ago-soa test
Martin Schanzenbach [Sun, 20 Oct 2013 11:59:45 +0000 (11:59 +0000)]
-soa test

10 years ago-ignore
Martin Schanzenbach [Sun, 20 Oct 2013 11:42:18 +0000 (11:42 +0000)]
-ignore

10 years ago-more test coverage, more bugs found
Martin Schanzenbach [Sun, 20 Oct 2013 11:33:51 +0000 (11:33 +0000)]
-more test coverage, more bugs found

10 years agoreadded scalarproduct to the be built again
Christian Fuchs [Fri, 18 Oct 2013 23:23:03 +0000 (23:23 +0000)]
readded scalarproduct to the be built again

10 years agoremoved final non functional dead leftover code from gaurav... may that code be forgotten
Christian Fuchs [Fri, 18 Oct 2013 23:13:19 +0000 (23:13 +0000)]
removed final non functional dead leftover code from gaurav... may that code be forgotten
testcases now do better logging together with make check
made testcases a bit more tolerat for really slow systems (5 seconds should suffice even on older systems)
activated new checks in Makefile

10 years ago-fix leaks
Christian Grothoff [Fri, 18 Oct 2013 20:26:25 +0000 (20:26 +0000)]
-fix leaks

10 years ago- doxygen
Bart Polot [Fri, 18 Oct 2013 20:17:17 +0000 (20:17 +0000)]
- doxygen

10 years ago- doxygen
Bart Polot [Fri, 18 Oct 2013 19:51:20 +0000 (19:51 +0000)]
- doxygen

10 years ago-fix doxygen warning
Sree Harsha Totakura [Fri, 18 Oct 2013 19:40:43 +0000 (19:40 +0000)]
-fix doxygen warning

10 years agofix documentation errors
Fabian Oehlmann [Fri, 18 Oct 2013 16:07:57 +0000 (16:07 +0000)]
fix documentation errors

10 years agoimplementing api call
Matthias Wachs [Fri, 18 Oct 2013 15:37:21 +0000 (15:37 +0000)]
implementing api call

10 years agofix
Matthias Wachs [Fri, 18 Oct 2013 15:37:03 +0000 (15:37 +0000)]
fix

10 years ago- fix use after free
Bart Polot [Fri, 18 Oct 2013 15:29:37 +0000 (15:29 +0000)]
- fix use after free

10 years ago- debug
Bart Polot [Fri, 18 Oct 2013 15:29:21 +0000 (15:29 +0000)]
- debug

10 years ago-fix indent
Christian Grothoff [Fri, 18 Oct 2013 15:21:05 +0000 (15:21 +0000)]
-fix indent

10 years ago-removing bogus comment
Christian Grothoff [Fri, 18 Oct 2013 15:16:09 +0000 (15:16 +0000)]
-removing bogus comment

10 years ago-adding proposed namestore lookup call (API only for now)
Christian Grothoff [Fri, 18 Oct 2013 15:15:27 +0000 (15:15 +0000)]
-adding proposed namestore lookup call (API only for now)

10 years agoadded testcase for negative scalarproducts
Christian Fuchs [Fri, 18 Oct 2013 15:13:59 +0000 (15:13 +0000)]
added testcase for negative scalarproducts
added testcase for negative-zero scalarproducts

10 years ago-fix leaks, add assertions
Christian Grothoff [Fri, 18 Oct 2013 15:10:58 +0000 (15:10 +0000)]
-fix leaks, add assertions

10 years ago-fix bad allocation and message size calculation
Christian Grothoff [Fri, 18 Oct 2013 15:02:58 +0000 (15:02 +0000)]
-fix bad allocation and message size calculation

10 years ago-doxygen fixes
Christian Grothoff [Fri, 18 Oct 2013 14:59:27 +0000 (14:59 +0000)]
-doxygen fixes

10 years agofixed PID checking and this the kill feature
Christian Fuchs [Fri, 18 Oct 2013 14:50:56 +0000 (14:50 +0000)]
fixed PID checking and this the kill feature

10 years agofixing crash
Matthias Wachs [Fri, 18 Oct 2013 14:16:19 +0000 (14:16 +0000)]
fixing crash

10 years ago-ignore
Christian Grothoff [Fri, 18 Oct 2013 14:16:05 +0000 (14:16 +0000)]
-ignore

10 years ago-use configuration option for reset of zone_publish_time_window, also frequency shoul...
Christian Grothoff [Fri, 18 Oct 2013 14:11:00 +0000 (14:11 +0000)]
-use configuration option for reset of zone_publish_time_window, also frequency should be often enough to put every record 4x within its expiration window

10 years agofixed type in SP-test template
Christian Fuchs [Fri, 18 Oct 2013 14:10:02 +0000 (14:10 +0000)]
fixed type in SP-test template

10 years agofinished SP-testcase
Christian Fuchs [Fri, 18 Oct 2013 13:47:30 +0000 (13:47 +0000)]
finished SP-testcase
SP now properly resets a couple of freed values
fixed a double-free
fixed a logics bug in handle_service_response

10 years ago-use fixed records
Christian Grothoff [Fri, 18 Oct 2013 13:41:13 +0000 (13:41 +0000)]
-use fixed records

10 years ago-do not use expired records, they'll be removed internally now
Christian Grothoff [Fri, 18 Oct 2013 13:39:01 +0000 (13:39 +0000)]
-do not use expired records, they'll be removed internally now

10 years ago-conversion to absolute time is now done in GNUNET_GNSRECORD_block_create
Christian Grothoff [Fri, 18 Oct 2013 13:36:24 +0000 (13:36 +0000)]
-conversion to absolute time is now done in GNUNET_GNSRECORD_block_create

10 years ago-convert to absolute time instead of failing
Christian Grothoff [Fri, 18 Oct 2013 13:36:08 +0000 (13:36 +0000)]
-convert to absolute time instead of failing

10 years ago-fix termination
Christian Grothoff [Fri, 18 Oct 2013 13:35:53 +0000 (13:35 +0000)]
-fix termination

10 years agopayload and data
Matthias Wachs [Fri, 18 Oct 2013 13:09:38 +0000 (13:09 +0000)]
payload and data

10 years agosplit reward calculation
Fabian Oehlmann [Fri, 18 Oct 2013 12:45:47 +0000 (12:45 +0000)]
split reward calculation

10 years ago(no commit message)
Matthias Wachs [Fri, 18 Oct 2013 12:37:02 +0000 (12:37 +0000)]

10 years ago(no commit message)
Matthias Wachs [Fri, 18 Oct 2013 12:36:49 +0000 (12:36 +0000)]

10 years agounused
Matthias Wachs [Fri, 18 Oct 2013 12:36:27 +0000 (12:36 +0000)]
unused

10 years agoadding
Matthias Wachs [Fri, 18 Oct 2013 12:26:14 +0000 (12:26 +0000)]
adding

10 years agonew property
Matthias Wachs [Fri, 18 Oct 2013 12:23:34 +0000 (12:23 +0000)]
new property

10 years ago- cancel all DHT GET request while shutting down
Bart Polot [Fri, 18 Oct 2013 12:20:09 +0000 (12:20 +0000)]
- cancel all DHT GET request while shutting down

10 years ago-check for DHT refresh, let it expire in the DHT once
Christian Grothoff [Fri, 18 Oct 2013 12:03:44 +0000 (12:03 +0000)]
-check for DHT refresh, let it expire in the DHT once

10 years ago-better sleep pattern
Christian Grothoff [Fri, 18 Oct 2013 12:01:22 +0000 (12:01 +0000)]
-better sleep pattern

10 years ago-fix testcase to not use expired records
Christian Grothoff [Fri, 18 Oct 2013 11:58:09 +0000 (11:58 +0000)]
-fix testcase to not use expired records

10 years ago-add test for resolving refreshed record, fails
Martin Schanzenbach [Fri, 18 Oct 2013 11:50:24 +0000 (11:50 +0000)]
-add test for resolving refreshed record, fails

10 years ago-check for expiration and do not cache expired records; allow zone_publish_time_windo...
Christian Grothoff [Fri, 18 Oct 2013 11:40:18 +0000 (11:40 +0000)]
-check for expiration and do not cache expired records; allow zone_publish_time_window to go back up, so reset it on new iterations

10 years ago-remove expired records immediately after decryption
Christian Grothoff [Fri, 18 Oct 2013 11:39:51 +0000 (11:39 +0000)]
-remove expired records immediately after decryption

10 years agoclean up code and code for utilization
Matthias Wachs [Fri, 18 Oct 2013 11:37:58 +0000 (11:37 +0000)]
clean up code and code for utilization

10 years ago- doxygen
Bart Polot [Fri, 18 Oct 2013 11:37:43 +0000 (11:37 +0000)]
- doxygen

10 years ago- doxygen
Bart Polot [Fri, 18 Oct 2013 11:36:34 +0000 (11:36 +0000)]
- doxygen

10 years ago- doxygen
Bart Polot [Fri, 18 Oct 2013 11:35:57 +0000 (11:35 +0000)]
- doxygen

10 years ago- doxygen
Bart Polot [Fri, 18 Oct 2013 11:34:19 +0000 (11:34 +0000)]
- doxygen

10 years ago- doxygen
Bart Polot [Fri, 18 Oct 2013 11:32:23 +0000 (11:32 +0000)]
- doxygen