Fix memory leaks in cadet tests
[oweals/gnunet.git] / src /
2017-11-08 lurchiprotocol change: add ack message for guests/hosts leavi...
2017-11-08 ng0FS: Add 'nar' and 'narinfo' to fs_misc.c
2017-11-05 Christian Grothoffadd json from abs_time_nbo
2017-11-05 David BarksdaleAsserts to track down a bug
2017-11-02 t3sseraktMerge branch 'fix_social' of gnunet.org:gnunet into...
2017-11-02 Christian Grothoffdoxygen/indentation fixes
2017-11-01 Christian Grothoffadd -P option to gnunet-ecc
2017-10-31 Christian Grothoffadd missing const
2017-10-29 Christian GrothoffFix tcp on exit crash -- could have sworn I fixed this...
2017-10-29 Christian Grothoffallow MST callback to distinguish between disconnect...
2017-10-29 Christian Grothoffminor style fix
2017-10-29 Christian Grothofflogging, cosmetic fixes
2017-10-29 Christian Grothoffdo handle CTRL-C properly in test_social
2017-10-29 Christian Grothoffbetter logging of message processing errors in mq handling
2017-10-29 Christian Grothoffhandle service disconnect without crashing if reconnect...
2017-10-29 Christian Grothoffclarify use of client_drop
2017-10-29 Christian Grothofffix wrong condition, do only drop if it has not been...
2017-10-29 t3sseraktMerge branch 'fix_social' of gnunet.org:gnunet into...
2017-10-29 t3sseraktadded logging
2017-10-28 Christian Grothoffmisc social hacking with Lurchi
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-23 t3sseraktadded logging
2017-10-17 ng0Use Suffix Extensions in Makefiles (doc, src/{arm,dht...
2017-10-14 t3sseraktadded mq logging
2017-10-13 ng0Merge branch 'master' of gnunet.org:gnunet
2017-10-13 lurchiMerge branch 'fix_social' of ssh://gnunet.org/gnunet...
2017-10-13 lurchiwe were on the wood way
2017-10-13 psyc://loupsycedyg... -we no enter to place
2017-10-13 lurchidon't call GNUNET_SERVICE_client_continue twice; maybe...
2017-10-13 lurchistart social service before running the test (not sure...
2017-10-13 lurchitrying to fix test_social and social service with a...
2017-10-13 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-10-10 David BarksdaleFix memory leak in test_core_api_reliability
2017-10-09 David BarksdaleFix use-after-free in revalidate_address
2017-10-09 David BarksdaleFix use-after-free in some transport tests
2017-10-09 David BarksdaleFix memory leak in transport-testing
2017-10-09 David BarksdaleFix overflow in transport-testing
2017-10-09 David BarksdaleFix overflow in test_sq
2017-10-09 David BarksdaleFix memory leak in test_mq
2017-10-09 David BarksdaleFix leaks in CRYPTO_paillier and test
2017-10-08 David BarksdaleDon't start multiple blacklist checks per ve
2017-10-07 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-10-06 Christian Grothoffmark bug location
2017-10-06 Christian Grothofffix leak
2017-10-05 Christian Grothofffix type
2017-10-05 Christian Grothofffix whitespace
2017-10-05 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-10-04 Christian Grothofffix transport crash from util-legacy-server refactoring...
2017-10-04 Christian Grothoffignore generated files
2017-10-04 Christian Grothoffignore benchmark binary
2017-10-04 Christian Grothofffix indentation
2017-10-04 Christian Grothoffdelay cancelling listen operations to avoid rejecting...
2017-10-02 Christian Grothofffix uninit listener field
2017-10-02 Christian Grothoffdisconnect CADET only after client count hits zero
2017-10-01 David BarksdaleSupport filter-size in fs block plugin
2017-09-30 Christian Grothoffmore aggressive index creation
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-09-23 David BarksdaleFix info message header size check
2017-09-21 ng0Merge branch 'master' of gnunet.org:gnunet
2017-09-21 lurchicreate both host and guest identity before starting...
2017-09-20 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-09-13 ng0Merge branch 'master' of gnunet.org:gnunet
2017-09-12 Christian Grothofffix #5125
2017-09-05 ng0Merge branch 'master' of gnunet.org:gnunet
2017-09-05 Christian Grothoffimplement exponential back-off cool down for ARM proces...
2017-09-04 lurchicleanup
2017-09-04 lurchiFix select loop running conditions
2017-09-04 lurchihandles, not handlers
2017-09-04 lurchiremove scheduler->internal code from driver loop
2017-09-04 lurchiRemove busy waiting checks
2017-09-04 lurchiDon't consider restart when the test action already...
2017-08-25 lurchiclarify documentation about adding / deleting tasks
2017-08-25 lurchiSimplify driver callback del; fix shutdown logic
2017-08-24 lurchifix behaviour of GNUNET_SCHEDULER_add_select on empty...
2017-08-24 lurchiNULL-initialize array pointers
2017-08-23 lurchicleanup
2017-08-23 lurchiGNUNET_SCHEDULER_check_lifeness not needed anymore
2017-08-23 lurchitasks in the pending queue must be be checked for reach...
2017-08-20 lurchiimprove documentation about the GNUNET_array_append...
2017-08-20 lurchionly allocate network / file handles and store them...
2017-08-18 lurchiimplement bookkeeping about which FDs related to a...
2017-08-17 lurchiincreasing length variable is already done by GNUNET_xg...
2017-08-16 lurchiadd buggy state of refactored GNUNET_SCHEDULER_add_select
2017-08-13 lurchireimplement init_fd_info as preparation for refactoring...
2017-08-12 lurchifix off-by-one error that prevented reading from stdin
2017-08-12 lurchiinit_fd_info now completely initializes fd information...
2017-08-11 lurchiset fds_len in all cases; call set_wakeup only in two...
2017-08-11 lurchiRevert "set fds_len in all cases; call set_wakeup only...
2017-08-11 lurchiset fds_len in all cases; call set_wakeup only in two...
2017-08-10 lurchiremove unnecessary set_wakup call
2017-08-10 lurchifix compilation of debug code enabled by DEBUG_FDS...
2017-08-09 lurchicosmetic fixes
2017-08-09 lurchitest_scheduler passing; new API function GNUNET_SCHEDUL...
2017-08-09 lurchilifeness checks; shutdown now working; checkSignal...
2017-08-09 lurchifix initFdInfo; rename to init_fd_info
2017-08-09 lurchifix indentation; remove unneeded set_wakeup call
next