use enum GNUNET_ATS_Network_Type instead of uint32_t where appropriate
[oweals/gnunet.git] / src / transport /
2013-12-13 Christian Grothoffuse enum GNUNET_ATS_Network_Type instead of uint32_t...
2013-12-13 Christian Grothoffuse enum GNUNET_ATS_Network_Type instead of uint32_t...
2013-12-13 Matthias Wachscomment
2013-12-13 Christian Grothoff-undo
2013-12-13 Christian Grothoff-code cleanup, fixing #3207: timeout can be NULL in...
2013-12-13 Christian Grothoff-code cleanup, fixing #3207: timeout can be NULL in...
2013-12-13 Matthias Wachsremove addresses we cannot connect to
2013-12-13 Christian Grothoff-doxygen, style fixes
2013-12-13 Matthias WachsDestroy address and session if blacklist denies connection
2013-12-13 Matthias Wachsthis is not possible, since identity check is enforced...
2013-12-12 Christian Grothoff-fix leak, style
2013-12-12 Christian Grothoff-dead
2013-12-12 Christian Grothoff-no vg
2013-12-12 Christian Grothoff-be stricter during handshake, close sessions with...
2013-12-12 Christian Grothoff-fix NPE
2013-12-12 Bart Polot- new plugin API functions
2013-12-12 Christian Grothoff-extend transport plugin API with capability to just...
2013-12-12 Christian Grothoff-dead
2013-12-12 Matthias Wachsshorter session timeout for UDP
2013-12-12 Matthias Wachsbe more descriptive for debugging
2013-12-11 Christian Grothoff-more logging, etc.
2013-12-11 Christian Grothoff-indentation, doxygen, logging
2013-12-11 Christian Grothoff-remove useless/broken configure options, and gnunet_di...
2013-12-11 Christian Grothoff-indentation, doxygen, logging
2013-12-11 Matthias Wachsuse a define as statistic string to be sure to set...
2013-12-10 Christian Grothoff-doxygen fixes
2013-12-09 Matthias Wachsmake message appear less often
2013-12-09 Christian Grothoff-doxygen, indentation fixes
2013-12-09 Christian Grothoff-doxygen, indentation fixes
2013-12-09 Christian Grothoff-doxygen, indentation fixes
2013-12-09 Christian Grothoff-doxygen, indentation fixes
2013-12-08 Christian Grothoff-assert MHD_VERSION is always above 09E00, remove dead...
2013-12-08 Christian Grothoff-cleanup
2013-12-08 Christian Grothoff-complete comment
2013-12-08 Christian GrothoffAPI cleanup, rename GNUNET_TRANSPORT_check_neighbour_co...
2013-12-08 Christian Grothoff-doxgyen, indentation, code clean up
2013-12-06 Christian Grothoff-move base64 encoder/decoder to util
2013-12-06 Sree Harsha Totakuraconfigure option --disable-autostart to disable auto...
2013-12-05 Christian Grothoff-fix leak
2013-12-05 Christian Grothoff-fix leak
2013-12-05 Christian Grothoff-fix leak, indentation, make start_cb static
2013-12-05 Christian Grothoff-safer, found by clang
2013-12-05 Christian Grothoffonly try to open /dev/power if it actually exists
2013-12-05 Matthias Wachsfixed public key and identity comparison in disconnect...
2013-12-05 Christian Grothoff-make cryogenic code Linux-only
2013-12-05 Bart Polot- fix compilation issues
2013-12-05 Alejandra MoralesGNUNET_TIME_UNIT_FOREVER_REL added to GNUNET_SCHEDULER_...
2013-12-05 Alejandra MoralesCryogenic stuff
2013-11-29 Christian Grothoff-doxygen fixes, fix starting gnunet-service-resolver...
2013-11-28 Christian Grothoff-cleaning up UDP broadcast code, preparing for cryogenic
2013-11-28 Matthias Wachsfix div by zero
2013-11-20 Matthias Wachsrenaming timeout constants
2013-11-14 Christian Grothoff-fix warnings, use proper types for addr
2013-11-14 Christian Grothoff-make buildbots happier
2013-11-06 Matthias Wachsnew identities for blacklist checks
2013-11-06 Matthias Wachstest for address to sock
2013-10-23 Christian Grothoff-moving from libcurl to libgnurl
2013-10-21 Florian Dold- make transport and consensus ports java-ports
2013-10-18 Matthias Wachsfixing crash
2013-10-18 Matthias Wachspayload and data
2013-10-18 Matthias Wachs(no commit message)
2013-10-18 Matthias Wachs(no commit message)
2013-10-18 Matthias Wachsunused
2013-10-18 Matthias Wachsclean up code and code for utilization
2013-10-18 Matthias Wachsdoxygen
2013-10-18 Matthias Wachs- fix assertion in scheduling
2013-10-18 Matthias Wachsbasic utilization implementation
2013-10-12 Sree Harsha Totakura- change --enable-ll to --enable-supermuc
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-10 Matthias Wachsfix leak
2013-10-09 Christian Grothoff-replace stderr with /dev/null, instead of just closing
2013-10-09 Christian Grothoff-rename serverAddr to server_addr to follow naming...
2013-10-09 Christian Grothoff-switching (again) to named sockets, see #2887
2013-10-09 Christian Grothoff-say that we ignore retval on purpose
2013-10-09 Christian Grothoffcreate directory if one does not exist before trying...
2013-10-09 Christian Grothofflast XDG change: use GNUNET_RUNTIME_DIR instead of...
2013-10-09 Christian Grothoffmore work towards XDG spec (#3000) -- config file location
2013-10-09 Christian Grothoffmigrating towards XDG configuration specification ...
2013-10-07 Matthias Wachsfix for incoming addresses:
2013-10-07 Matthias Wachs- fixing udp address handling for inbound sessions
2013-10-07 Christian Grothoffrename coreAPI to core_api to follow naming conventions...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-06 Christian Grothoff-doxygen, coding conventions
2013-10-02 Bart Polot- fix compilation
2013-10-02 Matthias Wachsfix
2013-10-01 LRNShift the includes (include platform.h earlier)
2013-10-01 Matthias Wachsblacklisting cfg files
2013-10-01 Matthias Wachsfixing test
2013-09-30 Christian Grothoff-getting ATS and transport to compile again (part of...
2013-09-30 Matthias Wachsfix unix plugin
2013-09-27 Christian Grothoff-undo #29640, somehow causes problems
2013-09-26 Christian Grothoffmoving from abstract unix domain socket paths to normal...
2013-09-25 Christian Grothoff-misc fixes based on cppcheck
2013-09-22 Claudiu OlteanuRemoving some log messages
2013-09-19 Claudiu OlteanuRemoving all the tests for the bluetooth transport...
2013-09-19 Claudiu Olteanucleaning up the code
2013-09-19 Claudiu OlteanuRemoving the bluetooth tests on W32
2013-09-19 Claudiu Olteanusolving some binding errors for W32
2013-09-18 Claudiu Olteanudefying NS_BTH
2013-09-18 Claudiu OlteanuUndefining "interface" for W32.
next