rps: move handlers struct
[oweals/gnunet.git] / src / util /
2017-11-28 ng0Merge branch 'master' of gnunet.org:gnunet into doc...
2017-11-15 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-11-13 David BarksdaleAssert for a bug someone needs to fix
2017-11-01 Christian Grothoffadd -P option to gnunet-ecc
2017-10-31 Christian Grothoffadd missing const
2017-10-25 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-10-25 ng0Merge branch 'master' of gnunet.org:gnunet
2017-10-25 Christian GrothoffPeter@equalit.ie wrote (on gnunet-developers):
2017-10-13 ng0Merge branch 'master' of gnunet.org:gnunet
2017-10-13 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-10-09 David BarksdaleFix memory leak in test_mq
2017-10-09 David BarksdaleFix leaks in CRYPTO_paillier and test
2017-10-05 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-10-04 Christian Grothoffignore benchmark binary
2017-09-26 ng0Merge branch 'master' of gnunet.org:gnunet
2017-09-26 Christian Grothoffremove debug logic
2017-09-26 Christian Grothofffix integer overflow in cast to long for very large...
2017-07-18 Christian Grothoffsimplify installation of nss plugins in build system...
2017-07-13 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-07-08 psyc://loupsycedyg... -very unimportant typo fixed
2017-07-08 lurchiimplement GNUNET_h2s2 for printing two hashes in one...
2017-06-29 Christian Grothofffix FTBFS issues if --enable-logging=no is set
2017-06-25 Christian Grothofffix configuration parsing issue with inlines from confi...
2017-06-23 Christian Grothofffix indexing issue found by jah and reported on gnunet...
2017-06-22 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-06-22 Christian Grothofffix indentation
2017-06-04 Christian Grothoffadd -x option to gnunet-ecc for #4629
2017-04-12 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-04-11 Christian Grothofffix #4985
2017-03-29 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-28 Christian Grothoffinitial ideas for improving the scheduler API (far...
2017-03-25 Christian Grothoffrename GNUNET_GETOPT functions to achieve better consis...
2017-03-24 Christian Grothoffimplement GNUNET_NETWORK_test_port_free() for testcases...
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
2017-03-17 Christian Grothoffrename service_new.c to service.c
2017-03-17 Christian GrothoffMerge branch 'getopt'
2017-03-17 Christian GrothoffMerge branch 'master' into getopt
2017-03-16 Christian Grothofffix build issues
2017-03-16 Christian GrothoffDCE
2017-03-16 Christian Grothoffremoving dead/legacy server/connection logic, except...
2017-03-15 Christian Grothoffmerging
2017-03-15 Christian Grothoffadd way to mark options as mandatory, get tests to...
2017-03-15 Christian Grothoffadd json command line option parser
2017-03-15 Christian Grothoffadd GNUNET_GETOPT_OPTION_SET_ABSOLUTE_TIME
2017-03-15 Christian Grothofffix test case, implement base32 argument parser logic
2017-03-15 Christian Grothoffgetopt major style fix, remove macro-mania with nicer...
2017-03-15 Christian Grothoffadd GNUNET_GETOPT_OPTION_SET_ABSOLUTE_TIME
2017-03-15 Christian GrothoffMerge branch 'getopt' of git+ssh://gnunet.org/gnunet...
2017-03-15 Christian Grothofffix test case, implement base32 argument parser logic
2017-03-15 Christian Grothoffgetopt major style fix, remove macro-mania with nicer...
2017-03-13 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-13 Christian Grothoffcheck multihashmap32_put return value in mq.c
2017-03-13 Christian Grothofffix theoretical leak in test
2017-03-13 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-13 Christian Grothofffix tutorial: SERVICEHOME is obsolete, we now have...
2017-03-13 Julius BüngerMerge branch 'master'
2017-03-13 Christian Grothofffix debug levels
2017-03-10 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-10 Christian Grothofffix use of uninitialized value host1 on error logging
2017-03-10 Christian Grothoffremove redundant condition in assertion
2017-03-10 Christian Grothoffmake sure 'err' is initialized on all error paths
2017-03-08 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-04 Christian Grothoffmisc indentation changes
2017-03-01 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-28 Christian Grothoffmisc minor fixes
2017-02-26 Руслан ИжбулатовDisable test_client_unix.nc test on W32
2017-02-25 Руслан ИжбулатовW32: placate GCC by initializing lsocks_write_fd to...
2017-02-25 Руслан ИжбулатовW32: Fix wrong format strings
2017-02-25 Руслан ИжбулатовW32: Fix the conditaions for the ifconfig function
2017-02-25 Руслан ИжбулатовW32: Fix a possible control flow error
2017-02-25 Руслан ИжбулатовShuffle some vars around to fix a warning
2017-02-25 Руслан ИжбулатовW32: adapt the code to GNUNET_memcpy() that returns...
2017-02-24 tg(x)util: logging
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-02-24 tg(x)util: add component name to LOG macros; util/client...
2017-02-23 Christian Grothofffix indentation, typo, improve logging
2017-02-23 Christian Grothoffcomplain if MQ gets way too long
2017-02-22 Christian Grothofffix shutdown sequence on MQ errors
2017-02-22 Christian Grothofffix compile errors
2017-02-22 Christian Grothoffconverting 'vpn' to new CADET API, not tested/testable...
2017-02-22 Christian Grothoffconverting 'pt' to new CADET API, not tested/testable...
2017-02-22 Christian Grothoffstrcmp instead of memcmp
2017-02-22 Christian Grothoffcomplain harder about this type of violation
2017-02-21 Christian Grothofffix sun_len issue (#4816) by adding test and fixing...
2017-02-21 Christian Grothoffprevent crash on exit
2017-02-21 Christian Grothoffprevent crash on exit
2017-02-20 Bart PolotRefactor copying of handler arrays
2017-02-20 Christian Grothoffremove dependency on libextractor from testcase; fix...
2017-02-18 Christian Grothofflogging fixes, nicer comments
2017-02-17 Christian Grothofffix loopback disconnect signalling and a few memory...
2017-02-16 Christian Grothoffignore perf files
2017-02-16 Christian Grothoffcancel existing last_control_qe handle before schedulin...
2017-02-15 Christian Grothoffintroducing GNUNET_CRYPTO_ecdhe_create2() to avoid...
2017-01-31 Christian Grothoffupdating gitignores and POTFILES
2017-01-30 Christian Grothoffallow external code to use DLL pointers of envelopes...
2017-01-27 Christian Grothofffix comments, fix test
2017-01-27 Christian Grothoffunset XDG environment variable during testcases, as...
next