use NULL as flag for evaluation of query, ensure we pass non-NULL for reply_block...
[oweals/gnunet.git] / src / util /
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...
2017-01-27 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-01-27 Christian Grothoffremove dead code
2017-01-25 Christian Grothoffallow connect_cb to be NULL
2017-01-25 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-01-25 Christian Grothoffbuild new test
2017-01-25 Christian Grothofffix insert_sorted macro
2017-01-23 Christian Grothoffadd generated file to ignore list
2017-01-22 Christian Grothoffadd sanity check for GNUNET_MQ_notify_sent
2017-01-22 Christian Grothofffix buffer size
2017-01-22 Christian Grothoffallow NULL argument for GNUNET_i2s()
2017-01-22 Christian Grothoffintrocude GNUNET_i2s2()
2017-01-21 Christian Grothoffextending scheduler API with 'add_at' functionality...
2017-01-17 Christian Grothoffuse new shortmap to simplify CADET logic a bit
2017-01-17 Christian Grothoffmake shortmap actually over shorts
2017-01-17 Christian Grothoffintroducing the short map
2017-01-17 Christian Grothoffreplace redundant MQ_NotifyCallback by SCHEDULER_TaskCa...
2017-01-16 Christian Grothoffsimplify GNUNET_CONTAINER_heap_update_cost API
2017-01-13 Christian Grothoffdegrade warning to DEBUG statement, include logging...
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2017-01-09 Christian Grothoffrename new client API implementation to name of standar...
2017-01-08 Christian Grothoffignore util tests
2016-12-17 Christian Grothoffmisc. improvements to new NAT service, starting with...
2016-11-27 Christian Grothoffchange return value to use -1 on error, as 0 is a legal...
2016-11-27 Christian Grothofflargely completing gnunet-nat tool, using new service...
2016-11-25 tg(x)service_new: ready_confirm_fd
2016-11-18 David BarksdaleSometimes it's OK if multiplication overflows
2016-11-17 David BarksdaleCheck return value of GNUNET_NETWORK_socket_create
2016-11-11 Christian Grothofffix out-of-tree build of GNUnet
2016-11-11 Christian Grothofffix out-of-tree build of GNUnet
2016-11-09 Bart Polot- add subdirectory gitignore files
2016-10-29 Bart PolotUn-flag in_flight to avoid integer underflow in GNUNET_...
2016-10-26 David BarksdaleThis can't be NULL
2016-10-26 David BarksdaleRemove ?: operator to avoid confusion
2016-10-25 Christian Grothoff-missing commit
2016-10-23 Christian Grothoffmove to new client API: remove old client API
2016-10-21 Christian Grothoffactivating client_new implementation, seems to mostly...
2016-10-21 Christian Grothoff-fix misc minor bugs
2016-10-21 Christian Grothoffmisc fixes to new client impl
2016-10-21 Christian Grothoffuse new MQ in_flight API to support cancel in new servi...
2016-10-16 Florian Doldoops ... inverted logic
2016-10-16 Florian Doldturn if into assert
2016-10-16 Florian Doldfix comment
2016-10-16 Florian Doldimplement impl_in_flight API for MQ, replacing evacuation
2016-10-16 Florian Doldfix comment about mq allocation
2016-10-16 Florian DoldRename MQ_evict to MQ_evacuate and make API nicer
2016-10-16 Florian DoldAdd evict functionalty to mq cancellation.
2016-10-13 Christian Grothofffix build for Taler wallet
2016-10-12 Christian Grothoffnew simplified, but incomplete, client logic
2016-10-12 Christian Grothoffminor indentation issues
2016-10-10 Christian Grothoffmigrating testbed to new service API
2016-10-10 Christian Grothoffextending process API to allow obtaining status code...
2016-10-09 Markus Teichlibgnunetutil: add file, line debug info to multidimens...
2016-10-09 Markus Teichlibgnunetutil: fix doc and indentation for realloc
2016-10-07 Christian Grothoffsketch new service start/stop API as needed for testbed
2016-10-01 Christian Grothofffix #4619
2016-09-26 Christian Grothoff-do not log EPIPE
2016-09-26 Christian Grothoffrefuse to run if binds fail
2016-09-26 Christian Grothoff-do not crash with NPE if bind fails
2016-09-26 Christian Grothofffix #4680
2016-09-26 Christian Grothoffminor stylistic issues found while hunting #4619
2016-09-26 Christian Grothofftheoretically, file names might be longer than 1024...
2016-09-24 Christian Grothoffhandle case of missing handler properly
2016-09-22 Christian Grothoff-fix queue length counting bug
2016-09-22 Gabor X Tothrm client_manager
2016-09-20 Christian Grothoffinit resolver in new service api
2016-09-20 Christian Grothoff-fix minor issues
2016-09-20 Christian Grothoffconvert statistics service to new service MQ API
2016-09-19 Christian Grothoffconverting nse to new service API
2016-09-19 Christian Grothoff-implementing server-independent NC logic
2016-09-19 Christian Grothofftowards adding mq destruction notification
2016-09-19 Christian Grothoffmisc minor fixes for new service MQ API, implementing...
2016-09-19 Christian Grothoff-modifying tests to use new service MQ API, implementin...
2016-09-18 Christian Grothoffadapting test_service to new service API, fixing misc...
2016-09-18 Christian Grothoffmore work on new MST and service logic
2016-09-18 Christian Grothoffack florian
2016-09-18 Christian Grothoffgetting service_new.c to compile, albeit it is not...
2016-09-11 Christian Grothoffkill dead code
2016-09-07 Markus Teichgnunetutil: add 2d and 3d allocation including tests
2016-09-04 David BarksdaleAdd checks to GNUNET_PEER_resolve2
2016-09-04 David BarksdaleI think this is a bit more readable
2016-09-04 David Barksdalexmalloc already zeroes the memory
2016-08-30 Christian Grothoff-recover lost service_main from SVN 37845
2016-08-29 Florian Doldmake service_new (almost) compile
2016-08-29 Florian Doldsetup code for new service api
2016-08-29 Florian Doldsetup code for new service api
2016-08-29 Christian Grothoff-towards a new MST for the new service
2016-08-29 Christian Grothoff-starting with new service MQ logic
2016-08-29 Christian Grothoff-starting with service_new accept logic
2016-08-29 Christian Grothoff-starting with service_new main logic
2016-08-29 Christian Grothoff-starting with service_new main logic
2016-08-29 Christian Grothoff-starting with service_new implementation data structures
2016-08-29 Christian Grothoff-starting with service_new implementation data structures
2016-08-29 Christian Grothoff-starting with service_new implementation data structures
2016-08-29 Christian Grothoff-starting with service_new implementation
2016-08-29 Christian Grothoffskeleton for service reimplementation
2016-08-25 Christian Grothoff-nicer indentation
next