Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-17 | deps are now required, no need for defines | Martin Schanzenbach | |
2020-04-21 | make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵ | Christian Grothoff | |
work | |||
2019-11-24 | fix pointer indentation | Christian Grothoff | |
2019-10-31 | tighten formatting rules | Christian Grothoff | |
2019-10-05 | global reindent, now with uncrustify hook enabled | Christian Grothoff | |
2019-09-10 | remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ | ng0 | |
files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less. | |||
2019-09-09 | plibc removal: ACCESS->access | ng0 | |
2019-09-08 | uncrustify as demanded. | ng0 | |
2019-08-27 | Use pkg-config to check for MHD | David Barksdale | |
2019-06-26 | added per message GNUNET_MQ_PriorityPreferences | t3sserakt | |
2019-04-30 | Make gnurl and curl mutually exclusive. | Florian Dold | |
This prevents issues when both curl and gnurl are available, but one of them is outdated. To get curl.h, we also now just include gnunet_curl_lib.h instead of writing the preprocessor conditionals manually. Fixes #5707 | |||
2019-04-26 | memcmp() -> GNUNET_memcmp(), first take | Julius Bünger | |
2019-04-03 | fix bogus test configuration | Christian Grothoff | |
2019-01-14 | src: for every AGPL3.0 file, add SPDX identifier. | ng0 | |
2018-06-25 | build fixes | Christian Grothoff | |
2018-06-25 | Revert "integrate dnsparser and dnsstub and tun with libgnunetutil" | lurchi | |
This reverts commit 7da98cf076e9c5101244dfbbf8c3ddff045d298e. | |||
2018-06-25 | integrate dnsparser and dnsstub and tun with libgnunetutil | Christian Grothoff | |
1984-04-04 | rename FORCESTART into IMMEDIATE_START (#4547b) | psyc://loupsycedyglgamf.onion/~lynX | |
1984-04-04 | AUTOSTART renamed into START_ON_DEMAND (#4547a) | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-23 | rename USER/SYSTEM_ONLY into START_USER/SYSTEM_SERVICES (#4548) | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-07 | paragraph for gnunet devs that don't know how to use the web | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-07 | glitch in the license text detected by hyazinthe, thank you! | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-05 | first batch of license fixes (boring) | psyc://loupsycedyglgamf.onion/~lynX | |
2018-05-06 | Switch to $GNUNET_TMP in all configuration files. | Nils Gillmann | |
Signed-off-by: Nils Gillmann <ng0@n0.is> | |||
2017-03-13 | renaming CADET APIs to match naming conventions again, now that the old ↵ | Christian Grothoff | |
symbols have been purged | |||
2017-03-13 | rename libgnunetcadetnew -> libgnunetcadet | Christian Grothoff | |
2017-03-10 | use correct channel when switching | Christian Grothoff | |
2017-02-23 | update .gitignore files | Christian Grothoff | |
2017-02-23 | use of dns2gns proxy instead of DNS interceptor in VPN test | Christian Grothoff | |
2017-02-23 | fix use of uninitialized ID after last refactoring | Christian Grothoff | |
2017-02-22 | converting 'pt' to new CADET API, not tested/testable, as exit/vpn are not ↵ | Christian Grothoff | |
converted yet | |||
2017-01-27 | unset XDG environment variable during testcases, as they can screw things up ↵ | Christian Grothoff | |
badly | |||
2016-11-09 | - add subdirectory gitignore files | Bart Polot | |
2016-09-30 | fix #4383 | Christian Grothoff | |
2016-08-11 | -convert vpn/exit/pt to use new CADET ports | Christian Grothoff | |
2016-07-20 | - fix CADET-using services | Bart Polot | |
2016-07-08 | -avoid calling memcpy() with NULL argument, even if len is 0 | Christian Grothoff | |
2016-07-02 | -fix testcase shutdown | Christian Grothoff | |
2016-07-02 | -indicate skip if tests are not used | Christian Grothoff | |
2016-04-30 | implementing new scheduler shutdown semantics | Christian Grothoff | |
2016-04-09 | small API change: do no longer pass rarely needed ↵ | Christian Grothoff | |
GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context() | |||
2015-07-13 | -no binding for daemons | Christian Grothoff | |
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff | |
2015-06-21 | support gnurl's curl.h being in include/gnurl/ OR include/curl/ | Christian Grothoff | |
2015-05-31 | -leak | Christian Grothoff | |
2015-05-28 | -disable verbose | Christian Grothoff | |
2015-05-28 | -delay HTTP request 1s to ensure VPN is really up | Christian Grothoff | |
2015-05-26 | -indentation | Christian Grothoff | |
2015-05-26 | -more extensive permission check before running GNS test | Christian Grothoff | |
2015-05-26 | -avoid qe double-free | Christian Grothoff | |