aboutsummaryrefslogtreecommitdiff
path: root/src/gns
Commit message (Collapse)AuthorAge
* implement revocation block plugin, get revocation test to pass againChristian Grothoff2017-02-27
|
* add validation for inner consensus elementFlorian Dold2017-02-26
| | | | | The nested block validation requires the block context, and thus the evaluate callback not also receives the block context.
* ensure all plugins properly use BF, move shared logic to shared libraryChristian Grothoff2017-02-26
|
* W32: Fix msg allocation in gns helper serviceРуслан Ижбулатов2017-02-25
| | | | | The code was hacky, and GCC warned about variables being used without initialization. Turns out, it was much worse.
* W32: port gnunet-gns-import to new zone iterator callback APIРуслан Ижбулатов2017-02-25
|
* W32: Splice GNUNET_memcpy macro into NAT and GNS helpersРуслан Ижбулатов2017-02-25
| | | | | Including gnunet_common.h is too bothersome, these programs are designed to be relatively standalone.
* W32: Fix wrong format stringsРуслан Ижбулатов2017-02-25
|
* this should be deadChristian Grothoff2017-02-25
|
* updating gnunet-gns-helper-service-w32 to current APIsChristian Grothoff2017-02-25
|
* log which name we are resolvingChristian Grothoff2017-02-23
|
* change default port to 53, use setcap to enable binding to low portChristian Grothoff2017-02-23
|
* remove dead code and dead linker dependenciesChristian Grothoff2017-02-22
|
* remove support for reverse lookup and shortening from GNS (#4849)Christian Grothoff2017-02-22
|
* strcmp instead of memcmpChristian Grothoff2017-02-22
|
* support BF size adjustments in other pluginsChristian Grothoff2017-02-22
|
* completed big block refactoring in preparation for SET-BLOCK integrationChristian Grothoff2017-02-20
|
* first half of new BLOCK API to generalize duplicate detection beyond BFsChristian Grothoff2017-02-20
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* fix uninit variable causing crash on 0 valueChristian Grothoff2017-01-05
|
* move functionality of publishing namestore zone in DHT from GNS service to ↵Christian Grothoff2017-01-04
| | | | new zonemaster service
* fix compiler warning for format stringChristian Grothoff2017-01-02
|
* -fix memcpySchanzenbach, Martin2016-12-02
|
* change return value to use -1 on error, as 0 is a legal packet sizeChristian Grothoff2016-11-27
|
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* gns: fix format stringDaniel Golle2016-10-12
| | | | | r38079 introduced a debug message which breaks the build if -Werror=format-security is set.
* revert to MHD_USE_SSL for nowChristian Grothoff2016-10-12
|
* deprecate USE_SSL for USE_TLS, rename in codeChristian Grothoff2016-10-11
|
* -fixMartin Schanzenbach2016-10-10
|
* -fixMartin Schanzenbach2016-10-10
|
* -ignoreMartin Schanzenbach2016-10-07
|
* -add reverse autoadd; with testMartin Schanzenbach2016-10-07
|
* -add testsMartin Schanzenbach2016-10-06
|
* - Add reverse resolution with limited functionalityMartin Schanzenbach2016-10-06
|
* -fixMartin Schanzenbach2016-09-30
|
* - move to new MQ APIMartin Schanzenbach2016-09-25
|
* -only check ssl cert onceMartin Schanzenbach2016-08-31
|
* -only check cert onceMartin Schanzenbach2016-08-31
|
* - fixing a variety of bugs including POSTing data, content-length handling ↵Martin Schanzenbach2016-08-31
| | | | and improving connection handling
* -fix ipv6; dont remove Expect header from curlMartin Schanzenbach2016-08-30
|
* -fix BADF and add encoding filterMartin Schanzenbach2016-08-29
|
* -fix various bugsMartin Schanzenbach2016-08-29
|
* - Remove content length header in responsesMartin Schanzenbach2016-08-29
|
* -ignoreMartin Schanzenbach2016-08-29
|
* - add persistent connectionsMartin Schanzenbach2016-08-29
|
* -fix unaligned accessChristian Grothoff2016-08-25
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* make namestore API less brittle/sublte to useChristian Grothoff2016-07-09
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix misc issuesChristian Grothoff2016-07-06
|